Quote:
Originally Posted by 0mie
I need to recover ~600 baby pictures from my jailbroken 3.1 iPhone, but I seem to be missing BSD Subsystem and can't add any new sources. Is there anyway to get this to work? I'm probably missing something simple, but I REALLY need to get the pictures after iTunes said backup complete twice and I went to restore after my jailbreak and non of my data was there anymore
Any help? TIA
|
lets see if this helps you or anyone out there.
on iphone, restore firmware, download openssh and mobile terminal.
to setup ssh server:
download ubuntu, burn iso, boot it, select the one with no changes.
http://ftp.ucsb.edu/pub/mirrors/linu...sktop-i386.iso
open terminal, install sshd by typing:
sudo apt-get install openssh-server
then change password:
sudo passwd
find your ip address, look at inet addr:
ifconfig
now your done with the ssh server.
go to your iphone, type this in terminal:
dd if=/dev/disk0 | ssh root@ipaddress 'dd of=/dump.img'
now go back to ssh server, find dump.img, move/copy it to your hard drive.
now reboot pc, download magicdisc:
Mount ISO Files - Freeware MagicDisc Download
and download photorec:
TestDisk Download - CGSecurity
mount the img file, and follow these directions to run photorec.
PhotoRec Step By Step - CGSecurity
sorry if directions are messy, i've been working on this all day, i'm tired, n ready to sleep!
Thanks and credit goes out to
Imarr28 and
teeks and google search, with some yahoo answers. thanks, i'm tired, good nite!