HomeStoreForumsWikiiPhone Native AppsiPhone AppsiPhone Apps modmyifone Downloadsmodmyifone Links






Go Back   ModMyiFone.com - iPhone | iPod Touch forums, news, apps, themes. > IPOD TOUCH > IPOD TOUCH | Jailbreak / Upgrade / Downgrade / Restore
Register FAQ Members List READ THIS Today's Posts Mark Forums Read

IPOD TOUCH | Jailbreak / Upgrade / Downgrade / Restore Any jailbreaking or firmware changing for the iPod Touch are discussed here.


iPhone Optimized MMi | Browser Optimized MMi

Get more out of ModMyiFone by joining our free community. By registering you get privileges to download files from our downloads section and you may also post your questions in our forums! It's fast, free, and easy!

Opportunities at MMi | 1.1.4 Unlock|Jailbreak OS X / Win
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-11-2007, 07:22 AM
Green Apple
 
Join Date: Sep 2007
Posts: 61
Gallery: 107
Thanks: 1
Thanked 24 Times in 5 Posts
jailbreak tut for windows

via toc2rta and macrumors

THIS IS FOR WINDOWS!

Hey all, I take NO CREDIT for this guide, i followed it on the #itouch irc channel from the amazing PlanetBeing!

Enjoy!

--

RESTORE IPOD FIRST then download iphuc http://rapidshare.com/files/61742428/iphuc.zip
-------------------
1. Load http://jailbreak.toc2rta.com on iPod

2. Exit iTunes, and kill ituneshelper.exe process

3. Extract iPhuc to directory on computer

4. Copy iTunesMobileDevice.dll from C:\Program Files\Common

Files\Apple\Mobile Device Support\bin to the same folder as iPhuc.exe

5. Copy readline5.dll from

http://gnuwin32.sourceforge.net/down...ne-bin-zip.php to the

same folder as iPhuc.exe

6. Run iPhuc.exe

7. Plug in your iPod

8. In iPhuc type "getfile /dev/rdisk0s1 rdisk0s1 314572800", this will

take a while as it's a 300mb file

9. Make a backup copy of rdisk0s1 that you just downloaded.

10. You now need to do some hex editing. The tool I use for doing this

is HxD (http://www.mh-nexus.de/hxd/). Open rdisk0s1 with your hex

editor.

11. Search for the ASCII string "noexec" in the file. The second hit

should look like the /etc/fstab file: /dev/disk0s1 / hfs ro 0 1

/dev/disk0s2 /private/var hfs rw,noexec 0 2

Only, of course, hex editors will just display newlines as a '.'

character or similar. This series of characters are often found at

0xF8F9000-0xF8F9045. They will have the following character codes:

2F 64 65 76 2F 64 69 73 6B 30 73 31 20 2F 20 68 66 73 20 72 6F 20 30 20

31 0A 2F 64 65 76 2F 64 69 73 6B 30 73 32 20 2F 70 72 69 76 61 74 65 2F

76 61 72 20 68 66 73 20 72 77 2C 6E 6F 65 78 65 63 20 30 20 32 0A

(In "find" make sure it's set to find hex values)

12. Change these to /dev/disk0s1 / hfs rw 0 1 /dev/disk0s2 /private/var

hfs rw 0 2

With newlines padding the end of the string so it ends up being exactly

the same size as the old /etc/fstab. The new series of characters ought

to be:

2F 64 65 76 2F 64 69 73 6B 30 73 31 20 2F 20 68 66 73 20 72 77 20 30 20

31 0A 2F 64 65 76 2F 64 69 73 6B 30 73 32 20 2F 70 72 69 76 61 74 65 2F

76 61 72 20 68 66 73 20 72 77 20 30 20 32 0A 0A 0A 0A 0A 0A 0A 0A

13. Save your changes. I'm assuming that you're replacing the old

rdisk0s1 file on your hard drive with this modified version. As a final

safety check, make sure the file sizes of your modified version and your

backup versions are exactly the same, down to the last byte.

14. Upload the modified rdisk0s1 image to your iPod. In iPhuc, type

"putfile rdisk0s1 /dev/rdisk0s1".

15. Exit iPhuc and reboot your iPod

16. Open iPhuc again so it connects to your freshly rebooted iPod. As a

check, type "getfile /etc/fstab". This will download fstab to iPhuc's

directory. Open it up with your favorite text editor and confirm that

the changes we have made are still there. If they are, congratulations.

You have a jailbroken iPod. Sort of.

17. We now need to install ssh and associated tools. This is all now old

territory, but unfortunately, everything is either "one-click" or

designed for Macs. Thus we need to do some sweating here. Download

http://iphone.natetrue.com/dropbearkey.exe. You will also need

cygwin1.dll from

http://www.dll-files.com/dllindex/dl....shtml?cygwin1.

18. Open CMD and do:

dropbearkey -t rsa -f dropbear_rsa_host_key
dropbearkey -t dss -f dropbear_dss_host_key

You should now have two files in that directory, dropbear_rsa_host_key

and dropbear_dss_host_key. Copy or move these into your iPhuc directory.

19. Download and extract http://iphone.natetrue.com/BSD_Base-2.0.tar.gz

into your iPhuc directory.

20. Download and extract

http://www.abigato.com/iphone-ssh-kit-vr1.tar.bz2 into your iPhuc

directory. Make sure dropbear, fd6, au.asn.ucc.matt.dropbear.plist,

glob6, goto, osh and sh6 are in the same directory as iPhuc.exe. Move

them there if you have to.

21. Open up iPhuc and type in "mkdir /etc/dropbear",

22. "cd /etc/dropbear".

---
DIRECTORIES ARE
/etc/dropbear/dropbear_rsa_host_key,

/etc/dropbear/dropbear_dss_host_key, /bin/chmod, /bin/sh and

/usr/bin/dropbear
---

23. "putfile dropbear_rsa_host_key"

24. "putfile dropbear_dss_host_key"

25. "cd /bin"

26. "putfile chmod"

27. Rename sh6 in your iPhuc directory to sh, then "putfile sh" in

iPhuc.

28. "cd /usr/bin"

29. "putfile dropbear"

30. Make sure /etc/dropbear/dropbear_rsa_host_key,

/etc/dropbear/dropbear_dss_host_key, /bin/chmod, /bin/sh and

/usr/bin/dropbear now exist on your iPod with iPhuc.

31. "cd /usr/sbin"

32. "getfile update"

33. In Windows Explorer, rename "update", which you just downloaded, to

"update.orig".

34. Rename "chmod" in the iPhuc folder to "update".

35. In iPhuc, "putfile update", so you're replacing /usr/sbin/update

with chmod.

36. "cd /System/Library/LaunchDaemons/"

37. "getfile com.apple.update.plist"

38. Open com.apple.update.plist in a text editor

Right after it says <string>/usr/sbin/update</string> add:

<string>555</string>
<string>/bin/chmod</string>
<string>/bin/sh</string>
<string>/usr/bin/dropbear</string>

39. Save the file. Upload the modified version with "putfile

com.apple.update.plist"

40. Also, "putfile au.asn.ucc.matt.dropbear.plist"

41. Reboot the iPod twice. The first reboot should set the required

permissions. The second should start the ssh server (since proper

permissions are now set). And close iPhuc.

42. Theoretically, SSH should be working now. Find out the IP of your

iPod in the iPod's wireless settings.

43. Try to ssh to it with Putty

(http://www.chiark.greenend.org.uk/~s.../download.html).

Username root, password alpine.

---
So, okay, now we need to get sftp running, do some clean-up and then I

think we can install Installer.app and be good.

Download WinSCP (http://winscp.net/download/winscp404setup.exe)
---

44. Download http://apps.iphonexe.com/24940.zip. You will need

/libexec/sftp-server, /usr/bin/scp and /usr/lib/libarmfp.dylib from that

archive. Extract them all to your iPhuc folder.

45. Using iPhuc's putfile capability, put sftp-server in /usr/libexec/,

put scp in /usr/bin/, and put libarmfp.dylib in /usr/lib/.

46. Remember that BSD_Base folder you extracted? We need to raid it for

some commands. You will need /bin/ls, /bin/mv, /bin/pwd, and /bin/csh.

Copy those to your iPhuc directory.

47. In iPhuc:

cd /bin
putfile ls
putfile mv
putfile pwd
putfile csh

48. SSH into your iPod. What we now need to do is chmod them all

executable.

49. In SSH, "/bin/chmod 555 /bin/ls"
50. "/bin/chmod 555 /bin/mv"
51. "/bin/chmod 555 /bin/pwd"
52. "/bin/chmod 555 /bin/csh"
53. "/bin/chmod 555 /usr/bin/scp"
54. "/bin/chmod 555 /usr/libexec/sftp-server"

Theoretically, sftp should work now, yes.

55. Also upload glob6 to "/bin" with iPhuc and in SSH, "/bin/chmod 555

/bin/glob6".

56. Type "/bin/csh" to test out this shell (in SSH). This has advantages

of not requiring you to type in the full path of every executable in the

future.

57. In SSH "cd /var/root".

58. Type ls. You should have a Library, Mediaold, and Media directory.

59. "mv Media Media_sym"

60. "mv Mediaold Media"

61. Reboot your iPod and check your iPod in iTunes.

---
On to installing AppTap
---

62. Download and install 7-zip (http://www.7-zip.org/). We need it to

crack open the dumb Installer.app Nullsoft installer.

63. Download the Windows installer for Installer.app at

http://www.nullriver.com/~adam/AppTappInstaller.exe

64. Use 7-zip to open AppTappInstaller.exe and extract the Installer.app

folder from it.

65. Use SFTP to upload Installer.App into /Applications on your iPod.

66. In SSH, type "/bin/chmod -Rf +x /Applications/"

67. Slide to unlock your iPod then in SSH type

/Applications/Installer.app/Installer and hit return to launch

Installer.

68. After AppTapp opens, press control+c in SSH to close it

69. Open Safari on the iPod and navigate to

http://conceitedsoftware.com/iphone/beta. Please make sure while you're

doing this that the hacked TIFF image isn't loaded again. So if starts

loading, hit the X.

70. Tap yes to add it to Installer

71. Back in ssh, type "/Applications/Installer.app/Installer" and hit

return to launch Installer again.

72. Install the Community Sources package.

73. Install Trip1PogoStick located under the "System" category to

enable scrolling and applications.

74. Restart the iPod. You should be done.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 2 Users Say Thank You to RadicalxEdward For This Useful Post:
MrD (01-20-2008), tasubame (12-24-2007)
  #2 (permalink)  
Old 10-11-2007, 02:04 PM
poetic_folly's Avatar
I Own This Place
 
Join Date: May 2007
Device + Firmware: iPhone | 1.1.4 | Unlocked
Operating System: OS X Leopard 10.5.2
Posts: 7,112
Thanks: 182
Thanked 1,099 Times in 599 Posts

Only 74 steps!

Screenshots.
__________________


↑ ↑ ↓ ↓ ← → ← → B A B A [select] [start]
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #3 (permalink)  
Old 10-13-2007, 10:00 AM
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Automatic Jailbreaks

From TouchDev

msbasher's utility Source

Download this file: http://www.mediafire.com/?dybdkzyjvzo

1. Visit http://jailbreak.toc2rta.com on Safari - It WILL Crash
2. Run jailbreak.bat - Follow Instructions When asked to restart the iPod, don’t press enter until the Springboard is loaded after the restart.

====

planetbeing's utility

Instructions and download at: http://forums.macrumors.com/showthread.php?t=367947

This version has the benefit of not using SSH, alleviating some connectivity problems.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #4 (permalink)  
Old 10-13-2007, 10:13 AM
aziatiklover's Avatar
Livin the iPhone Life
 
Join Date: Sep 2007
Device + Firmware: iphone 1.1.3 BL 3.9 unlocked and iphone 1.1.2 otb unlocked
Operating System: Vista ultimate
Location: Welcome to Jamrock
Posts: 1,252
Thanks: 33
Thanked 60 Times in 59 Posts

Quote:
Originally Posted by poetic_folly View Post
Only 74 steps!

Screenshots.
yea screen shots would be nice
__________________
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5 (permalink)  
Old 10-26-2007, 08:23 AM
What's Jailbreak?
 
Join Date: Oct 2007
Posts: 27
Thanks: 0
Thanked 10 Times in 6 Posts

Why bother witl all those 74 steps???

Use this instead!
http://modmyiphone.com/forums/showthread.php?t=12024
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #6 (permalink)  
Old 11-13-2007, 04:35 PM
Green Apple
 
Join Date: Oct 2007
Location: Westchester County NY
Posts: 91
Thanks: 1
Thanked 25 Times in 7 Posts
Send a message via AIM to JD914 Send a message via Yahoo to JD914

this procedure is obselete. Why would anyone in their right mind do a 74 step procedure!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7 (permalink)  
Old 12-27-2007, 09:23 PM
What's Jailbreak?
 
Join Date: Nov 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

after i jailbreak it can i update the firmware back to 1.1.2?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8 (permalink)  
Old 12-31-2007, 09:05 AM
Green Apple
 
Join Date: Dec 2007
Device + Firmware: 16 iPod Touch 1.1.4 JB
Operating System: Windows XP SP2
Location: Earth
Posts: 57
Thanks: 4
Thanked 10 Times in 6 Posts

dudeee youtube.com/ipodtouchmaster
__________________
aim: ryanalmightyy get at me
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9 (permalink)  
Old 01-23-2008, 01:41 PM
Banned
 
Join Date: Dec 2007
Posts: 5
Thanks: 0
Thanked 3 Times in 3 Posts

don't pay anybody to unlock your iphone I have the steps to unlock iphone 1.1.1 and 1.1.2 see also 1.1.3 http://vomoco.blogspot.com/
I hope it helps
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #10 (permalink)  
Old 02-26-2008, 08:52 PM
What's Jailbreak?
 
Join Date: Feb 2008
Device + Firmware: iphone 8gb 1.1.3
Operating System: windows vista home edition
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

download ziphone from vomoco.blogspot.com to unlock your iPhone for free
Works with windows and mac b carefull 1.1.4 is out there dont update yet
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  ModMyiFone.com - iPhone | iPod Touch forums, news, apps, themes. > IPOD TOUCH > IPOD TOUCH | Jailbreak / Upgrade / Downgrade / Restore


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

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

ModMyMoto.com - ModMyGPhone.com - ModMyiFone.com - Managed Dedicated Servers by SingleHop - iPhone Wallpapers - Contact Us - Link to us - Archive - Privacy Statement - - Top
Copyright © 2007-08 by ModMy, LLC. All rights reserved. You may not copy anything on this site unless you link to the original.
All times are GMT -6. The time now is 06:31 PM. Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
ModMyiFone.com is an independent publication and has not been authorized, sponsored, or otherwise approved by Apple, Inc or Cisco Systems, Inc. The information contained on this site is for educational purposes only.
Forum skin by poetic_folly