Open GoogleCodeExporter opened 8 years ago
do you have the same problem if you use the original tar command (-xzkP) ? the
"already exists" messages are normal (not an error) and are actually required
to build a proper ramdisk for armv6 devices like iphone 3g.
Original comment by jean.sig...@gmail.com
on 11 Jan 2014 at 1:49
Thanks so much for replying.
This is what happens without changing the build_ramdisk.sh and everything is
built following the README.
RAM Disk is loaded onto iPhone 3G, Pineapple logo shown, Boot messages are
displayed then screen goes black and never displays OK in ASCII, iPhone 3G
reboots displaying the Apple logo.
I tried multiple times and have reinstalled Lion from scratch but I get the
same results.
If it helps I can share a link to a video and the still of final frame of boot
messages before it crashes and reboots.
Original comment by mwtt...@gmail.com
on 11 Jan 2014 at 2:40
ok, i will test on an iphone 3g next week.
not sure it will help but try with the original tar command but with this line
commented:
cp ramdisk_tools/ioflashstoragekit /Volumes/ramdisk/var/root
Original comment by jean.sig...@gmail.com
on 11 Jan 2014 at 3:34
on second thought just ignore the above comment, it won't help
Original comment by jean.sig...@gmail.com
on 11 Jan 2014 at 3:35
OK thanks, in the meantime here's the video and still of the last frame before
crash.
https://plus.google.com/photos/118026201480520038081/albums/5967672312919499889
http://www.youtube.com/watch?v=nCjHBKg7UoQ
I do have a spare iPhone 3G, so I'll try it on that, just to make sure it's not
a hardware issue.
Original comment by mwtt...@gmail.com
on 11 Jan 2014 at 4:24
ok my bad, change this line in ramdisk_tools/Makefile
ARCH?=armv7
to
ARCH?=armv6
then run make clean and rebuild the ramdisk, should work a lot better ;)
Original comment by jean.sig...@gmail.com
on 11 Jan 2014 at 4:52
That worked a treat! Passcode brute forced in 8 mins.
Thanks a lot, keep up the good work.
Much appreciated.
Original comment by mwtt...@gmail.com
on 11 Jan 2014 at 7:41
Original issue reported on code.google.com by
mwtt...@gmail.com
on 11 Jan 2014 at 1:53