Is there a manual way to load an iPhone App onto the iPod touch?
views:
179answers:
2
+3
A:
Not unless you jailbreak it. The code has to be signed in order for it to run on an actual iPhone or iPod touch.
Daniel A. White
2010-01-07 01:41:40
Are there jailbroken iPod OSs available for this purpose?
Moshe
2010-01-07 01:43:11
I am not sure if you can take an application from XCode and then easily place it on a jailbroken phone.
Daniel A. White
2010-01-07 01:46:06
OK, looks like I'm gonna need to go with the developer membership.
Moshe
2010-01-07 01:47:49
Actually, this is very easy to do!
chpwn
2010-01-07 02:00:03
See my post below, I was on my iPod itself for the last comment and I couldn't type that up on there :P.
chpwn
2010-01-07 02:11:26
+9
A:
Yes, this does require a jailbreak. No, it won't brick your device, and it literally can't. Also, just click one button ("restore") in iTunes and it is gone, so it won't really void your warranty either. Also, if you do sign up afterwards, the Apple program works fine on JB'd devices (and you get access to background apps and other "horrible" features).
That being said, it is a reasonably trivial process to do. I'll outline a simple solution:
- Edit: You want to use http://jailbreakme.com/ for firmwares 3.1.2-4.0.1. Update: http://greenpois0n.com/ works for 4.0.2-4.1.
- (No longer needed).
- Open up Cydia, wait for it to sort things out, relaunch it. Once it is done downloading, search for "OpenSSH" and install it. Next three steps are optional but otherwise you might get a worm. Basically, you need to change the default password to something else. Its like leaving your computer with no password and connected online: very dumb.
- Find your iPod's IP address. Its listed in the default Settings app on the device.
- Open up Terminal on the Mac, then:
ssh -l root IP_OF_IPOD, of course using the real IP of your iPod. Password isalpine. - Change your password, for security:
passwd. Type in the old password (stillalpine), then make up a new one and enter it twice. iPod secured. - K, time for Xcode. Open up this site: http://www.iphonedevwiki.net/index.php?title=Xcode
- To get files of the device, a SFTP client like Cyberduck is useful.
Very easy process, just takes some time.
chpwn
2010-01-07 02:10:51