+ Reply
Page 11 of 11 FirstFirst ... 91011
Results 201 to 207 of 207
  1. #201
    What's Jailbreak?
    Join Date
    Dec 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    First off this has been put together from parts of other posts by other users who have gotten access to their phones in dfu mode. I have also gotten access to my phone. I decided to put up a simplified (I hope) tutorial for others.


    REQUIREMENTS:

    1. First download https://github.com/downloads/msftguy..._rd_rev03b.jar
    2. Custom 4.2.1 ipsw created by PwnageTool or Sn0wbreeze(might work for other firmwares. just use the appropriate one)
    3. tetheredboot utility from https://github.com/downloads/msftguy...boot_win32.zip
    4. itunnel_mux (rev71): http://iphonetunnel-usbmuxconnectbyp..._mux_rev71.zip
    5. putty(ssh client): PuTTY Download Page
    6. cyberduck: Cyberduck ? FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.
    PROCESS:

    1. create a "NEW FOLDER" and put it in your desktop.
    2. Extract everything (except the custom ipsw) to "New Folder"
    3. Extract the custom 4.2.1 ipsw (I use 7-zip) to a temporary folder named IPSW

    From the temporary folder(IPSW), find and copy to "New Folder"
    a. IBSS.n88ap.RELEASE.dfu(located in the firmware folder)
    b. kernelcache.release.n88(extracted from IPSW)
    c. DeviceTree.n88ap.img3(located in all flash\all_flash.n88ap.production folder)

    Put phone in DFU mode

    4. execute: jre-7-windows-i586-iftw.exe.

    This is what you should see when running it.

    Emergency SSH access using a pwn'd DFU mode RamDisk-photo-8-.jpg


    When the phone shows that put the phone back in to DFU mode.
    Open a cmd.exe window (run as admin) and navigate to "New Folder" (this is the folder where you saved everything.)
    Right click on them and drag them to your local disk which should be c:
    Then type in the command window the following:

    tetheredboot exe. -i iBSS.n88ap.RELEASE.dfu -k kernelcache.release.n88 -r 038-0082-001.dmg.ssh

    then hit enter

    you should see the following:


    Emergency SSH access using a pwn'd DFU mode RamDisk-photo-7-.jpg

    then this:

    Emergency SSH access using a pwn'd DFU mode RamDisk-photo-6-.jpg

    5: in the command window(cmd.exe) type in the folowing:
    itunnel_mux --lport 22

    it then should look like this:

    Emergency SSH access using a pwn'd DFU mode RamDisk-photo-4-.jpg

    DO NOT CLOSE THE WINDOW


    6: Open a new cmd.exe window(run as admin)

    7: open putty and do the following:

    where is says "HOST NAME (or Ip address) endter the words localhost(all one word) port is 22 and click open. it should look like this:

    Emergency SSH access using a pwn'd DFU mode RamDisk-photo-2-.jpg

    if says something about saving the authenication key click yes. After that putty will open. Enter the following:

    login as: root
    root@localhost's password:alpine (it won't show it on the screen)

    should look like this:

    Emergency SSH access using a pwn'd DFU mode RamDisk-photo-9-.jpg

    To mount / (root) filesystem (contains system settings & files, MobileSubstrate dylibs, etc) type what is posted past the # sign then press enter.

    8: -sh-4.0# fsck_hfs /dev/disk0s1
    9: -sh-4.0# mount_hfs /dev/disk0s1 /mnt1/

    Mount /usr filesystem (everything else, IE: music, media, photos, apps, data, etc)
    10: -sh-4.0# fsck_hfs /dev/disk0s2s1
    11: -sh-4.0# mount_hfs /dev/disk0s2s1 /mnt2/

    To set the path correctly so you can easily navigate the filesystem:
    12: -sh-4.0# PATH=$PATH\:/mnt1/bin

    Congratulations, you now have full root access up to this point, the iDevice has NOT been modified in any way --- so be careful! After you're done messing around, play it safe - execute: sync; sync; sync This will flush any pending filesystem writes.

    13: Use Cyberduck to access the phone in order to retrieve the data you need.

    use the ssh terminal in the connections tab.
    server is localhost
    port is 22

    username is root
    password is alpine



    Now for some reason that I haven't figured out why it doesn't correct the problem on the phone. It only lets me get into it. Get what you need and then restore the phone.

    When finished, to terminate the session and restart the iPhone:
    14: -sh-4.0# kill 1


    Hopefully this helps anyone who has the need to save the data off the phone. If you run into a problem message me and i'll see if I can help you.
    Last edited by wawuce; 02-06-2012 at 04:08 PM.

  2. #202
    What's Jailbreak?
    Join Date
    Feb 2012
    Location
    Kathmandu, Nepal, Nepal
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question hello there

    i have a problem
    you state Restore Ramdisk (038-0082-001.dmg) IV & KEY (3GS, iOS 4.2.1)
    but i have phone 4 with different baseband,
    and you specify sure action with itunes 10.2,
    can we be flexible on these two issues and yet acquire the result?

  3. #203
    What's Jailbreak?
    Join Date
    Apr 2012
    Posts
    24
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by wawuce View Post
    First off this has been put together from parts of other posts by other users who have gotten access to their phones in dfu mode. I have also gotten access to my phone. I decided to put up a simplified (I hope) tutorial for others.


    REQUIREMENTS:

    1. First download https://github.com/downloads/msftguy..._rd_rev03b.jar
    2. Custom 4.2.1 ipsw created by PwnageTool or Sn0wbreeze(might work for other firmwares. just use the appropriate one)
    3. tetheredboot utility from https://github.com/downloads/msftguy...boot_win32.zip
    4. itunnel_mux (rev71): http://iphonetunnel-usbmuxconnectbyp..._mux_rev71.zip
    5. putty(ssh client): PuTTY Download Page
    6. cyberduck: Cyberduck ? FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.
    PROCESS:

    1. create a "NEW FOLDER" and put it in your desktop.
    2. Extract everything (except the custom ipsw) to "New Folder"
    3. Extract the custom 4.2.1 ipsw (I use 7-zip) to a temporary folder named IPSW

    From the temporary folder(IPSW), find and copy to "New Folder"
    a. IBSS.n88ap.RELEASE.dfu(located in the firmware folder)
    b. kernelcache.release.n88(extracted from IPSW)
    c. DeviceTree.n88ap.img3(located in all flash\all_flash.n88ap.production folder)

    Put phone in DFU mode

    4. execute: jre-7-windows-i586-iftw.exe.

    This is what you should see when running it.

    Attachment 564268


    When the phone shows that put the phone back in to DFU mode.
    Open a cmd.exe window (run as admin) and navigate to "New Folder" (this is the folder where you saved everything.)
    Right click on them and drag them to your local disk which should be c:
    Then type in the command window the following:

    tetheredboot exe. -i iBSS.n88ap.RELEASE.dfu -k kernelcache.release.n88 -r 038-0082-001.dmg.ssh

    then hit enter

    you should see the following:


    Attachment 564270

    then this:

    Attachment 564269

    5: in the command window(cmd.exe) type in the folowing:
    itunnel_mux --lport 22

    it then should look like this:

    Attachment 564271

    DO NOT CLOSE THE WINDOW


    6: Open a new cmd.exe window(run as admin)

    7: open putty and do the following:

    where is says "HOST NAME (or Ip address) endter the words localhost(all one word) port is 22 and click open. it should look like this:

    Attachment 564322

    if says something about saving the authenication key click yes. After that putty will open. Enter the following:

    login as: root
    root@localhost's password:alpine (it won't show it on the screen)

    should look like this:

    Attachment 564273

    To mount / (root) filesystem (contains system settings & files, MobileSubstrate dylibs, etc) type what is posted past the # sign then press enter.

    8: -sh-4.0# fsck_hfs /dev/disk0s1
    9: -sh-4.0# mount_hfs /dev/disk0s1 /mnt1/

    Mount /usr filesystem (everything else, IE: music, media, photos, apps, data, etc)
    10: -sh-4.0# fsck_hfs /dev/disk0s2s1
    11: -sh-4.0# mount_hfs /dev/disk0s2s1 /mnt2/

    To set the path correctly so you can easily navigate the filesystem:
    12: -sh-4.0# PATH=$PATH\:/mnt1/bin

    Congratulations, you now have full root access up to this point, the iDevice has NOT been modified in any way --- so be careful! After you're done messing around, play it safe - execute: sync; sync; sync This will flush any pending filesystem writes.

    13: Use Cyberduck to access the phone in order to retrieve the data you need.

    use the ssh terminal in the connections tab.
    server is localhost
    port is 22

    username is root
    password is alpine



    Now for some reason that I haven't figured out why it doesn't correct the problem on the phone. It only lets me get into it. Get what you need and then restore the phone.

    When finished, to terminate the session and restart the iPhone:
    14: -sh-4.0# kill 1


    Hopefully this helps anyone who has the need to save the data off the phone. If you run into a problem message me and i'll see if I can help you.
    Is it possible to do it on Iphone 4S on 5.0.1????
    Thanks in advance

    UPDATE: Unsupported device.
    Last edited by togu; 04-16-2012 at 09:22 AM.

  4. #204
    What's Jailbreak?
    Join Date
    Dec 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    togu im not 100% sure but its worth a shot. just change the appropriate files that are needed. let me know how you make out. im curious too.

  5. #205
    What's Jailbreak?
    Join Date
    Apr 2012
    Posts
    24
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by wawuce View Post
    togu im not 100% sure but its worth a shot. just change the appropriate files that are needed. let me know how you make out. im curious too.
    I couldn't make pwn 4S' 5.0.1 ipsw, the reason is that redn0w doesn't support the device yet. tried the dirty way executing itunnel_mux.exe but it stays on "waiting for the device" or smtn like that but ofcourse it never works.

  6. #206
    What's Jailbreak?
    Join Date
    Apr 2012
    Posts
    24
    Thanks
    4
    Thanked 0 Times in 0 Posts

    deleted*

  7. #207
    What's Jailbreak?
    Join Date
    May 2012
    Location
    Washington, District of Columbia, United States
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I'm On a mac im how can I do this?

+ Reply
Page 11 of 11 FirstFirst ... 91011

LinkBacks (?)

  1. 05-15-2012, 07:32 AM
  2. 05-06-2012, 04:26 PM
  3. 04-28-2012, 04:05 PM
  4. 04-22-2012, 01:26 AM
  5. 04-16-2012, 07:29 AM
  6. 04-16-2012, 02:24 AM
  7. 04-14-2012, 12:41 PM
  8. 04-11-2012, 09:15 AM
  9. 04-07-2012, 10:08 AM
  10. 04-05-2012, 03:04 PM
  11. 03-31-2012, 08:10 PM
  12. 02-10-2012, 11:35 AM
  13. 02-04-2012, 11:25 AM
  14. 02-01-2012, 08:32 AM
  15. 01-31-2012, 06:35 AM
  16. 01-31-2012, 01:48 AM
  17. 01-29-2012, 06:01 AM
  18. 01-25-2012, 04:30 AM
  19. 01-21-2012, 10:59 AM
  20. 01-14-2012, 12:18 PM
  21. 01-14-2012, 03:27 AM
  22. 01-10-2012, 08:28 AM
  23. 01-02-2012, 10:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts