The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone





 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple, iPhone & iPad Forums, Mods, Guides, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods
Reply
 
LinkBack Thread Tools Display Modes
  #76  
Old 11-20-2009, 03:01 PM
What's Jailbreak?
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Hi

I'm trying to recover some cycorder videos from an iphone. I've gotten the image off the phone using DD, but wanted to know what the correct settings for photorec are.

I believe it is "Apple" partition type and HFS+ file system. I got a lot of .mov files out, but most are corrupted. One file did work.. so maybe those settings are correct?

Anyone know of software to recover parts of a bad .mov file?

Thanks!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote

Tag Cloud
  #77  
Old 11-21-2009, 12:56 AM
What's Jailbreak?
 
Join Date: May 2008
Device + Firmware: iPhone 3G 3.0
Operating System: vista home premium 32 bit
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts

guys, pardon the interruption, but I think that the best way of doing this would be directly through the USB cable, am I right? because wi-fi seems to just take FOREVER....
I have been able to ssh into my iphone from my laptop running ubuntu 9.10 over the usb cable, but I haven't been able to do it the other way around. Do any of you guys have any ideas on this?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #78  
Old 11-25-2009, 05:03 AM
What's Jailbreak?
 
Join Date: Nov 2009
Device + Firmware: iPhone 3gs - 3.1.2
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by shazzmere View Post
UPDATE:

So I got the disk image, ran photorec on the whole thing and it got a bunch of stuff, but none of my photos. I got the disk image right after doing a firmware restore, and I hadnt restored to a backup or taken any pictures or anything, so it would seem that my photos wouldnt have been written over yet.

just wondering if there could be anything Im overlooking... options in photorec for example that anyone had to tweak to make it work... any ideas would be appreciated!
i get the exact same thing- copied the image to my pc and tried to use photorec to get my pictures back but none of my photos are there anymore, there is however heaps of corrupt .png files.
only thing i did differently to shazzmere is attempt a restore from what i thought was a good backup within itunes.
anyone have any ideas?


thanks for the guide though lmarr28

[edit] i have also noticed that i cannot mount the image file in magic iso or poweriso [/edit]

Last edited by Origin_Unknown; 11-25-2009 at 05:05 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #79  
Old 11-26-2009, 05:17 PM
What's Jailbreak?
 
Join Date: Nov 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts

I'm in the same position as others here - I have an image on my computer's drive, but it's zero (0) kb in size and contains nothing to recover.

0+0 records in
0+0 records out
0 bytes transferred in 0.000011 secs (0 bytes/sec)

I don't see a reply to the others here. Any ideas?

Thanks - I'm almost there.

Last edited by thewitt; 11-26-2009 at 05:17 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #80  
Old 11-27-2009, 01:51 PM
What's Jailbreak?
 
Join Date: Nov 2009
Device + Firmware: Iphone 3.1
Operating System: Win7
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts

Hey, anyone done it on windows? I am running win 7, have done everything excet i cant mount the image...? Any sdgestions? Thanks...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #81  
Old 11-27-2009, 02:07 PM
What's Jailbreak?
 
Join Date: Nov 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts

OK... I don't know what happened, but I finally started getting a transfer (user error?).

And now, as above, I have an unmountable image (8 Gb). I'm on OS X, what should I use to recover?

Thanks for the input.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #82  
Old 11-29-2009, 08:30 AM
What's Jailbreak?
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
How to

Ok, wanted to return something to the community here.

I helped my gf grab files off her iphone. I didn't do this process myself, but I did the research for her, so I'm familiar with most of the issues.

*NOTE: DO NOT DO AN ITUNES "RESTORE FROM BACKUP" ON YOUR PHONE BEFORE ATTEMPTING THIS. YOU'LL PROBABLY OVERWRITE A LOT OF STUFF MAKING IT IMPOSSIBLE TO RECOVER MUCH. IDEALLY YOU HAVE A PHONE WITH A CLEAN IMAGE (DFU MODE, ITUNES RESTORE OS ONLY) AND JAILBROKEN.

We tried doing everything using Windows, but there were so many problems we gave up.

Major credit to spoonsslick and the original poster. I used spoonsslick's instructions for doing everything using a ubunto livecd. Here are my modified instructions with more details:

Linux experts or whoever, unless you believe I'm suggesting something that is VERY wrong, please don't critique as you'll just add more spam to the thread with ineffectual suggestions.

Ok, here are instructions that I know work (using WiFi):

Move your computer/laptop and iphone close to your router to maximize transfer speeds.

Download and burn ubuntu to a CD or DVD:

http://ftp.ucsb.edu/pub/mirrors/linu...sktop-i386.iso

* I write a lot of comments in parentheses (), so don't actually type stuff in brackets.

On your computer/laptop:

Boot from liveCD (you may need to go into your BIOS and re-arrange the boot order such that your CD-ROM loads before your hard disk containing windows. google for help if you need.)

- Open a terminal window, install sshd by typing:
sudo apt-get install openssh-server

- Update root password (I know the 2 commands below probably do the same thing, but no harm doing both):
sudo passwd
sudo passwd root

sudo -s (this should change you to the root user so that you have full control over your system)

fdisk -l (this should list all your hard drive partitions)

you'll see an output like the following:

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2432 19535008+ 86 NTFS
/dev/hdb2 2433 2554 979965 82 Linux swap / Solaris
/dev/hdb3 2555 6202 29302560 83 Linux

look on the right end of each line to find something that matches your local hard disk drive (it'll most likely say ntfs)
find the device (line) you want, and note the /dev/XXX in the front of the line. the XXX represents your partition

mkdir /media/windows (creates a folder to link your drive)
mount /dev/XXX /media/windows/ -t ntfs -o nls=utf8,umask=0222 (link your drive)

replace the XXX with your partition from the fdisk command

for example, on my laptop, it was this (sda2 was my partition identifier):

mount /dev/sda2 /media/windows/ -t ntfs -o nls=utf8,umask=0222

cd /media/windows2
ls -l

the above 2 lines should display the contents of your drive. look and see if you recognize files from your HD. if you do, you're good to go. i'm not sure why spoonsslick didn't provide instructions for this because ubuntu creates a 1gb ram disk, and your iphone image will be minimum 8 gb... so you'd be stuck after transferring 1gb. if someone has better instructions on mounting a HD in ubuntu, feel free to comment.

find your ip address, look at inet addr:
ifconfig (or is it ipconfig? my gf didn't comment, so i guess one of these commands will give it to you)

Your computer/laptop at this stage should be ready to receive and write the dd dump file.

***************************

Ok, now to iphone:

You'll need a jailbroken iphone. Google if it's not to get instructions.

Our home network uses the standard 192.168.1.### ip range standard on most routers. If you use something else, then change the first 3 octets to match yours in the instructions below.

In cydia, install terminal, mobileterminal, and openssh. Reboot iphone. I remember one of the terminals didn't actually create an icon to run the terminal program, so just install both to save time.

set phone to auto dim and set phone to a lower brightness to use less battery (in case phone runs out of power sending over wifi before the file gets transferred; someone earlier had this problem, but we didn't)

start terminal on your phone by clicking the icon:

type the following commands:

ssh root@192.168.1.xxx (xxx is IPHONE ip - password alpine)
rm .ssh/known_hosts (this removes the saved host keys so you don't get permission denied error if you boot from the live cd more than once since each new boot creates an unique key that will mess everything up)

ssh root@192.168.1.xxx (xxx is computer ip, we run this so it will ask you if you want to save the key, type "yes")

exit (you ssh'd into the computer, "exit" gets you out since you don't want to actually be in the computer directly)

dd if=/dev/disk0 | ssh root@<computer ip> 'dd of=/media/windows/dump.img'

replace the <computer ip> with your computer ip. hopefully it'll ask you for the root password and then write to your mounted HD

if your network is fast and you can get 500k+, it'll take a few hours. make sure your phone is plugged into the wall to get maximum power recharge so your phone doesn't run out of battery partway through.

**************************

You have a dump image file. Don't try to mount using poweriso/ultraiso/magiciso as that's not what you want to do.

Google photorec and learn to use that. The first few links will give you decent instructions, or you can fool around a bit yourself. If you didn't overwrite your phone flash, you should be able to recover quite a bit.

Good luck.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #83  
Old 11-30-2009, 01:17 AM
What's Jailbreak?
 
Join Date: Nov 2009
Device + Firmware: iPhone 3GS 32gb 3.1.2/iPod Touch 3.1.2
Operating System: XP/Win7
Location: Utah
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts

Okay thanks for the thread I have successfully created an .img of ipod touch. Now I have a problem with photorec. I scan the file and photorec only finds hundreds of .txt files. Dose this mean my data is lost?

I ran another scan and found tons more files.

What file is the contacts file. *.sqlitedb? or what

Last edited by VampiraQula; 11-30-2009 at 10:35 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #84  
Old 12-12-2009, 10:26 PM
What's Jailbreak?
 
Join Date: Nov 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Try looking for the file type option in the photorec and make sure the .jpg box is selected.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #85  
Old 01-03-2010, 12:19 AM
What's Jailbreak?
 
Join Date: Jan 2010
Device + Firmware: iPhone 3GS 3.1
Operating System: OSX Server 10.6
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
Mac Guide

Hi,

I've posted a detailed Mac-specific guide at:

http://modmyi.com/forums/file-mods/6...roken-mac.html

I was able to recover lost images today from an iPhone 3G and 3GS using PhotoRec. Hope this helps.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #86  
Old 01-22-2010, 09:53 AM
What's Jailbreak?
 
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Simple recovery from backup

If you have iTunes backups then it's easy to browse and recover the contents udner all operating systems with the free iPhoneAnalyser tool. Available on https://sourceforge.net/projects/iphoneanalyzer/.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #87  
Old 02-10-2010, 11:34 AM
What's Jailbreak?
 
Join Date: Jan 2010
Device + Firmware: iPod Touch 2.2.1
Operating System: windows
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Succeeded everything but...

Ok hi everyone,

so I successfully did everything, got a 20 GB .img file sitting on my hard drive, scanned it with photorec, recovered a whole bunch of stuff I don't need to recover, including all kinds of website info, pictures and music...


But I still can't find the very files I actually care about: MY NOTES. I got over a 1000 .txt files from the recovery and they don't seem to be there. Has ANYONE recovered deleted notes from an ipod touch that has been restored? If most stuff from the native built-in apps are still present in the img file, logically the notes should also be there.

Can anyone help please? Am I overlooking something? What format do you think notes are in? or would I get different results if I ran the scan using different settings? Do I need special software to read certain format types? help!!!

regards.



by the way, here's the link that helped me. I used Ubuntu and everything runs smoothly if you do it right (scroll down to "extract individual files from recovered image" and follow the instructions):

https://help.ubuntu.com/community/DataRecovery
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #88  
Old 02-10-2010, 08:00 PM
What's Jailbreak?
 
Join Date: Feb 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

On what level the iPhone must run that i can make an image.
Did this work in DFU?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #89  
Old 02-10-2010, 09:57 PM
What's Jailbreak?
 
Join Date: Jan 2010
Device + Firmware: iPod Touch 2.2.1
Operating System: windows
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

In Normal mode, as it usually runs. It just needs to be jailbroken with openssh and MobileTerminal installed
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #90  
Old 02-14-2010, 07:40 AM
What's Jailbreak?
 
Join Date: Feb 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Hi guys just wondering if anyone might be able to shed some light.

I have a iPhone 3GS 32gb (new boot ROM), jailbroken with blacksn0w.

I SSH-ed into the iPhone using an Ubuntu live-cd, and managed to dump a 30gig image using the following command:

dd if=/dev/rdisk0s2 bs=4096KB | ssh root@192.168.1.3 'dd of=/media/windows/dump.img'

I've run Photorec on the file under Windows, and it has recovered a lot of png and txt files, but no jpg. The jpg option is definitely selected in Photorec.

I did notice however that there was a 29gig .GPG file, which according to google is an encrypted file.

I'm curious - none of my music (which would easily be a few gig) nor photos have been recovered. Could they be inside the GRP file?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple, iPhone & iPad Forums, Mods, Guides, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > File Mods

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 09:46 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Owned and Operated by ModMy, LLC Copyright © 2007-10. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / iPad News / iPad Forums / Cydia Hosting /
RSS / Contact Us / / Top