The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

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




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > General iPhone Chat
Reply
 
LinkBack Thread Tools Display Modes
  #16  
Old 08-24-2009, 10:14 PM
What's Jailbreak?
 
Join Date: Aug 2009
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts

Poseidon79 - While I can appreciate the suggestion, what would that accomplish? My data is still largely in place on the phone, but still unaccessible. I was under the impression that iTunes had properly made a backup in the first place. Every time I do a backup using iTunes, I now double check that the file dates are fresh, but that doesn't change the fact that my original data is still irretrievable. What would I research? Apple's ineptitude and utter disregard for a sizable segment of its clientele? How would I correct the problem? Should I whine about how iTunes failed until Apple doesn't think different? I do what makes sense and is in my power - that is recover a bit-for-bit dump of the file system.

guisquil - LOL! The full commands are below. There's no easy way that I've found to get a progress indicator with dd. Depending on the speed of your wireless network, it could take from 6-10 hours for the entire drive.

cyclonefr - Great, it works! Alright, the first string you provided using /dev/disk0 didn't work, but /dev/rdisk0 did. I had used the block size parameter with disk0 as per wickedpsyched.com and it still had issues. However, I never tried using the bs option with rdisk. Good call on discovering that! This has saved a lot of time and aggravation, so thank you immensely!

The whole shebang:
ssh user@iphone-ip dd if=/dev/rdisk0 bs=1M | dd of=iphone-dump.img

Just the system partition:
ssh user@iphone-ip dd if=/dev/rdisk0s1 bs=1M | dd of=iphone-root.img

Just the user data partition:
ssh user@iphone-ip dd if=/dev/rdisk0s2s1 bs=1M | dd of=iphone-user.img
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #17  
Old 08-25-2009, 03:50 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post

it took me around 3.5 hours to back up my 16GB iphone (I created an adhoc network between my Mac and my iPhone so it was faster)... To get an idea about the progress, just look at the size of the image on your HDD... It should grow step by step till ~ 16GB
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #18  
Old 09-10-2009, 10:13 AM
What's Jailbreak?
 
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Hi, all
I never success to recovery my iphone 3GS photo.
Could u teach me step by step, so i can recovery it?

thanks
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #19  
Old 10-02-2009, 12:28 AM
What's Jailbreak?
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Hi!

I've tried to dump my iPhone without SSH and without jailbreak.

I think it's possible, but I need some help.

The software I used is (iFuse for Linux.)

Then I've mounted the media partition of the iphone to /mnt/iphone.

But when I now tried to use dd for making dump of it, only one message appeard: "it's a directory". Yes, that's right

Is it possible to make a binary dump of it in otherways? Or is it possible to mount the iphone e.g. to "/dev/hda" so that some recovery tools could use it as a normal drive/device?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #20  
Old 10-15-2009, 06:21 AM
What's Jailbreak?
 
Join Date: Oct 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

@miscreanity
Hi,
I'm from Italy.
Thanks for your message.
I'm trying your method on an iPhone 3GS 32GB fw 3.1.2 JB and I would like some clarification.
I should run the command directly from the "Mobile Terminal" of the iPhone?
So it seems to work OK, but starts to save the file "iphone-dump.img" directly on the iPhone. Even if space was sufficient (it is now virtually empty), it is risky and the data have already been lost may never be more readable?
This means that I must first create the file on the iPhone and then transfer it on PC?
In various tests I tried to save the file directly to my PC (Windows XP Pro), is created, but still remains at 0 bytes, even after some time, is it normal?
Pray if you can help me.
How can I contact for more details? Skype, MSN or whatever.
Thank you!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #21  
Old 11-04-2009, 10:01 PM
What's Jailbreak?
 
Join Date: Aug 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts

Hi,

I tried to created an image for a long time now but never got through, please help point out what I need to do next to dump a successful image.

1) JB my 3GS
2) Installed open terminal on my 3GS
3) Installed WinCSP and Cygwin on my winXP laptop (only computer I have)
4) using open terminal on my 3GS and typed ssh user@pc-ip and type in the PC password. Works greats.
5) open Cygwin and type ping iphone-ip and got replies so I know that both the phone and the computer is talking to each other.
6) Type dd --version on my 3GS and Cygwin and both showed that dd is installed.
7) Tried the dd command. dd if=/dev/disk0 | ssh username@Computer’sIPaddress ‘dd of=iphone-dump.img’ and got bash: dd: command not found

I tried to replace disk0 with rdisk0 s=1M and no luck. Tried on the PC end with dd command and still no luck. Got the same message that dd not found. Any tips to help me get through this stage?

Thanks
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #22  
Old 11-07-2009, 01:20 PM
What's Jailbreak?
 
Join Date: Oct 2009
Device + Firmware: iPhone3GS fw3.0 JB purplerain
Operating System: WinXP & OSX 10.4
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by miscreanity View Post

The whole shebang:
ssh user@iphone-ip dd if=/dev/rdisk0 bs=1M | dd of=iphone-dump.img

Just the system partition:
ssh user@iphone-ip dd if=/dev/rdisk0s1 bs=1M | dd of=iphone-root.img

Just the user data partition:
ssh user@iphone-ip dd if=/dev/rdisk0s2s1 bs=1M | dd of=iphone-user.img

Are these commands run from the iphone end or the computer?

I too have been having difficulty getting the DD to start. have Iphone3GS freshly restored and Jail broken and PowerBook(10.4.11) and another laptop running Ubuntu.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #23  
Old 11-21-2009, 01: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
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > iPhone Modding > General iPhone Chat

Tags
3gs, 7a341, dd command, mount, ssh

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 11:16 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top