ipod-touch

Animate the resizing of a UIWebView

Hi everyone. I'm having a really hard time trying to animate the resizing of a UIWebView, and just don't know where else to go. Here's what I want to accomplish: I have two views, one above the other (imagine two squares, one on the top of the other). The top view is a UIWebView, and the bottom one will be referred to as a general UIVi...

Broken Session variables on iPhone/iPod Touch using PHP

I am trying to just set a session variable on one page, then load it on another page. This code works on Firefox on Windows 7. It does not work when accessing the same pages on my iPod Touch. The first page is like this: session_start(); $id = "e0vgrejdmkjbltrdrtqtnjgzmy1cqurfluuzodeyqjlcoey5rx0"; $_SESSION['id'] = $id; The second p...

iPod touch compared to iPhone 4 as a development platform (iOS 4.1)

I would like to revamp an old question, concerning the development of apps on the iPod touch as a cheap replacement for the iPhone: http://stackoverflow.com/questions/1128245/ipod-touch-compared-to-iphone-as-development-platform-for-iphone-apps Now Apple has released the new iPod touch with Retina display and the iPhone 4, both with iO...

Do I have any hope of messing around with creating an app for my new iPod touch without buying a Mac?

I'd really rather not buy a Mac just to do this. I know there have been efforts to make it possible, but it's hard to tell which, if any, are worth my time. Thanks! ...

Turing off functionality dpending on device iPhone, or iPod touch

Hi, I have what i thought was a relatively simple question but i cannot find an answer to it yet. I have an iPhone app that uses GPS on one of its screens. I want to disable this screen using code when the app loads,so disable it when a iPod touch is being used. This is so it can still be useful on a iPod touch as there is a lot of funct...

iphone - problem with debugging on a device

Hi there When I run my application in the simulator everything works perfectly. It couldn't be any more sweet! :p However when I change to debugging on a device (ipod touch) everything starts going haywire, with NO cause. After a few seconds of the application being open (it will work for about 10s) it quits unexpectedly. XCode consol...

How to play background audio using AVFoundation for iPhone/iPoad Touch with iOS 4?

Hello everyone I think that it's clear from the title... The Problem: I already have some objective-c code that uses AVFoundation and its AVAudioPlayer to play some sounds in my iPhone apps, it takes a path for a folder in the documents and plays all the files in it one after the other using an AVAudioPlayer object (I implemented AVAud...

Loading screen won't appear on device - Cocoa OS

Hey all, I've created a loading/splash screen that loads at the beginning of my app, just simply showing the company name. It works great on the simulator, but for some reason I just get a black screen when I load the game on my itouch. Any Ideas? I use the sleep(5); method of creating a loading screen. ...

Xcode 3.2.3 (SDK 4) cannot support device iPod touch(iOS 4.1) and iPad(iOS 3.2.2). Any help? screen shots are attached.

I cant do test apps on my devices. Following are screenshots. iPod: iPad: ...

Use SCAN BARCODE on UIWebView ? (Ipod Touch)

Hi, I have bought a Scan Bar Codes (hardware external) for my ipod touch 2g, i am developing cocoa app on xcode. I have implemented a webview but i cannot use him, in UITextField of my webpage. I want launch a webpage (by UIWebView, safari), google.com and i push my button of my scan when the virtual keyboard appears. This action will...

Using OpenSIPS between iPods?

I'd like to work on a SIP project for mobile devices. I've seen links to Siphon, Sipdroid and OpenSIPS. Does OpenSIPS allow for me to make phone calls between two iOS devices in a local network? In other words, I'm trying to do an app for a VOIP company. I'd like to set up my own SIP server and then use theirs later. Is there any reaso...

Differentiate iPhone4 vs. iPodTouch4 in Code

Hi, I want to programmatically differentiate between iPhone4 and iTouch4. Here is what I have tried : +(BOOL) isIphone4 { if ( ![ImagePicker isIpodTouch4] ) { return NO; } if ([UIImagePickerController respondsToSelector:@selector(isFlashAvailableForCameraDevice:)]) { if ([UIImagePickerController isFla...

Speed of program in iPhone simulator

How does the speed of a program when run in the simulator compare to a real iPhone or Ipod touch? Is it faster or slower? ...

Adobe Flash CS5 and iPod Touch/iPhone

As you may all know (if not, click here), Apple has finally decided to allow apps created using Adobe Flash CS5's iPod Packager on the store. Owning a PC and not a Mac, this is great news for me as I longed to give a crack to iPod development. I did try to use a fake certificate (yes I admit it) to publish an app and test it on my brot...

Mimic iPod application UI

Hello, I am looking for the best approach to mimic the iPod application on the iPhone/iPod Touch. Specifically, I want to mimic what happens when the iPod player (when a track is actually played) shows up. The iPod application starts as a tabBarController with every tab holding a navigationController. However, when a track is played, th...

Running Metasploit on Ipod Touch

i am trying to demo metasploit on my Ipod Touch.i have jailbreaked the ipod and downloaded metasploit from cydia.but now i dont know which commands to run so as to demonstrate exploits. i have basic knowledge about linux commands.Please help me on how to go ahead and complete the demo ...

Access the a built-in camera from Safari installed on an iPhone, iPad, or iPod Touch?

Is there a genuine way to access the a built-in camera from Safari intalled on an iPhone, iPad, or iPod Touch? By genuine I mean no hack, no workaround, no extra app to install. There is no flash capability installed on the web browser for those devices and I need to enable my users to, with their permission, be able to use the camera...

Assigning a selector crashes on iPod touch 2nd generation

Update: problem magically disappeared, see comment I have a function which works fine on an iPhone 3G, iPhone 3Gs and simulator but crashes on an iPod touch 2nd generation. - (id) initWithDelegate:(id) delegate data:(NSData *) data finishSelector:(SEL)finishSelector{ if(self = [super init]){ _delegate = dele...

How to see saved wireless password, on iPod touch/iPhone?

Is there a way to see, on iPod touch, saved password, for wireless previously used? ...

CSS Sprites on iPad/iPod/iPhone

I recently lunched a web site that uses CSS Sprites. It works fine in Firefox 2.0+, Internet Explorer 6+, Safari 3+, Opera 9+ and Chrome 1+, but it looks bad in iPad/iPod/iPhone. here is a web site http://show.oboz.ua/. It has one sprite image http://show.oboz.ua/css/sprite.png On IPod it looks far from perfect. ...