Help - Search - Members - Calendar
Full Version: iPod Touch Firmware 2.0 5A225c soft update?
InsanelyMac Forum > Apple World > Gadgets and Handheld Devices > iLife + iPod
Atreyu S3
Since it was leaked I took the liberty of trying to get this bad boy to load on my ipod.
After several failed methods I took a look at the Dev teams 1.1.3 soft upgrade and edited the Install.sh making it download the new firmware and making it able to decrypt it okay. But its not going all to plan. I know this probably isnt the right place for help but i am asking for it I will send what i have so far to someone if they want too look at it.

Oh I'm doing this from a freshly jailbroken 1.1.4 16GB iPod Touch.

AND I KNOW PWNAGE IS COMING OUT Im just impatient biggrin.gif

Heres a copy and paste of terminal on my most recent attempt:
CODE
Jon-Samuelssons-Mac-Pro:~ JonMS$ ssh root@192.168.1.102
root@192.168.1.102's password:
Last login: Thu Apr  3 00:01:08 2008 from 192.168.1.101
# cd /
# sh install.sh
--00:17:38--  http://68.81.68.186:8889/Downloads/iPod1,1_2.0_5A225c_Restore.ipsw
           => `/private/var/restore.zip'
Connecting to 68.81.68.186:8889... connected.
HTTP request sent, awaiting response... 200 OK
Length: 178,537,669 (170M) [text/plain]

100%[=======================================>] 178,537,669    1.16M/s    ETA 00:00

00:20:13 (1.10 MB/s) - `/private/var/restore.zip' saved [178537669/178537669]

keyDerivationAlgorithm      0
keyDerivationPRNGAlgorithm  0
keyDerivationIterationCount 0
keyDerivationSaltSize       0
keyDerivationSalt          


blobEncryptionIVSize        0
blobEncryptionIV            


blobEncryptionKeySizeInBits 0
blobEncryptionAlgorithm     0
blobEncryptionPadding       0
blobEncryptionMode          0
encryptedBlobSize           0
encryptedBlob              



dmg2img v0.3a is derived from dmg2iso by vu1tur (to@vu1tur.eu.org)

/private/var/decrypted.dmg --> /private/var/disk0s1.dd

reading property list, 86746 bytes from address 154809412 ...
partition 0: begin=402, size=430, decoded=284
partition 1: begin=1121, size=430, decoded=284
partition 2: begin=1839, size=430, decoded=284
partition 3: begin=2574, size=430, decoded=284
partition 4: begin=3295, size=430, decoded=284
partition 5: begin=4007, size=76392, decoded=51444
partition 6: begin=80681, size=430, decoded=284
partition 7: begin=81363, size=26, decoded=10
partition 8: begin=81585, size=26, decoded=10
partition 9: begin=81807, size=26, decoded=10
partition 10: begin=82068, size=728, decoded=486
partition 11: begin=82992, size=487, decoded=324
partition 12: begin=83675, size=487, decoded=324
partition 13: begin=84397, size=1541, decoded=1032
partition 14: begin=86173, size=434, decoded=286

decompressing:
opening partition 0 ...   0.00 %  ok
opening partition 1 ...           ok
opening partition 2 ...   0.00 %  ok
opening partition 3 ...   0.00 %  ok
Archive successfully decompressed as  /private/var/disk0s1.dd
mount_hfs: Invalid argument
cp: cannot create regular file `/mnt/System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900xrb': No such file or directory
cp: cannot create regular file `/mnt/etc/fstab': No such file or directory
cp: target `/mnt/bin/' is not a directory
cp: target `/mnt/sbin/' is not a directory
cp: target `/mnt/usr/libexec/' is not a directory
cp: target `/mnt/usr/bin/' is not a directory
cp: target `/mnt/usr/sbin/' is not a directory
cp: target `/mnt/etc/' is not a directory
cp: cannot create regular file `/mnt/System/Library/Lockdown/': No such file or directory
cp: cannot create regular file `/mnt/usr/lib/libarmfp.dylib': No such file or directory
cp: target `/mnt/Library/LaunchDaemons/' is not a directory
cp: cannot create directory `/mnt/Applications/': Read-only file system
cp: cannot create regular file `/mnt/System/Library/LaunchDaemons/': No such file or directory
ln: /mnt/usr/share/terminfo: No such file or directory
umount: /mnt: not currently mounted
** /dev/rvn0
mount_hfs: Invalid argument
umount: /mnt: not currently mounted
** /dev/rvn0
cp: cannot stat `/usr/share/terminfo': No such file or directory
mkdir: /private/var/db/timezone: File exists
mv: /private/var/db/localtime: No such file or directory
mv: rename /private/var/root/Library/Keychains to /private/var/Keychains/Keychains: No such file or directory
mv: rename /private/var/root/Library/Preferences/SystemConfiguration to /private/var/preferences/SystemConfiguration/SystemConfiguration: No such file or directory
mv: rename /private/var/root/Library/Preferences/csidata to /private/var/preferences/csidata: No such file or directory
mv: rename /private/var/root/Media to /private/var/mobile/Media/Media: No such file or directory
chown: cannot access `/private/tmp/MediaCache': No such file or directory
mkdir: /private/var/logs/Baseband: File exists
mkdir: /private/var/logs/AppleSupport: File exists
cp: writing `/dev/rdisk0s1': Invalid argument
Connection to 192.168.1.102 closed by remote host.
Connection to 192.168.1.102 closed.
JedixJarf
Are you using the correct key to decrypt the 2.0 firmware?
Hara Taiki
The iPhone 2.0 firmware's key is ea14f3ec624c7fdbd52e108aa92d13b16f6b0b940c841f7bbc7792099dae.

You might wanna try that. lol?
Spaces
well, im happily using this firmware using pwnage on my touch.
sackie
Got it to work here too, and the best of it all I just ran the official HelloWorld app via xcode on it, without any developers code which I thought was needed.
thebinaryman
I have also got this working. Very simply. Also tried compiling various code via xcode and it runs fine (just SSH the files across).

PS - The person who posted the decrypt key... you missed off some digits wink.gif either that, or someone removed them!
sackie
QUOTE(thebinaryman @ Apr 3 2008, 09:33 PM) *
I have also got this working. Very simply. Also tried compiling various code via xcode and it runs fine (just SSH the files across).PS - The person who posted the decrypt key... you missed off some digits wink.gif either that, or someone removed them!
I didn't have to SSH the files over, my iPod is not even jailbroken. I just click start in xcode and the rest is automatic. Also the files stay on the iPod.
necubi
How did you get PwnageTool to work with 5A225c? I tried it and got this output:


CODE
2008-04-03 17:20:08 - Loaded .ipsw file from '/Users/necubi/downloads/iPhone.iTouch.2.0.Beta.5a225c_TpB/iPod1,1_2.0_5A225c_Restore.ipsw'.
2008-04-03 17:21:09 - Recognized .ipsw file as version iPod1,1_2.0_5A225c.
------------------------------
2008-04-03 17:23:27 - Unzipping .ipsw file to /tmp/ipsw.
2008-04-03 17:23:51 - OK
2008-04-03 17:23:51 - Patching iBoot.
2008-04-03 17:23:52 - OK
2008-04-03 17:23:52 - iPwner is not supported on this .ipsw version.
------------------------------
2008-04-03 17:23:52 - Failed to start "pwning" on your iPhone/iPod.

What am I doing wrong?
Numberzz
You need a 1.1.3 or 1.1.4 iPod or iPhone to Pwn.
Berzerker
You can use 2.0, but it needs to be an unhacked, untouched version. Anything else hacked by iPwner will not work.
milmacman
Am able to get my custom 5A225c installed--only thing I don't like is that there's no iTunes, no AppStore, and the jailbreak cannot put the Installer.app aboard.

Any thoughts on getting those on the firmware manually?
sackie
5A240d just leaked, heard it is more stable, lets try smile.gif.
JedixJarf
QUOTE(sackie @ Apr 16 2008, 11:08 AM) *
5A240d just leaked, heard it is more stable, lets try smile.gif.


Yes, it is 10x more stable. It works great.
JSn1™
Well, returning to the first post, that happened because the iPod was not paired with the computer.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.