Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Maybe wrong thread. But don´t want to start a new one.

I kinda erased mobilesafari bla bla. bundle..
Accident.. :/

Could someone send it to me?
 
does this give you enough info ?

btw thanks for helping me out. :)
Screenshot_2.png

Yes, that tells me that iphuc isn't actually getting an image off of your iphone... hrm :/

The problem with all in one solutions like this is its difficult to see exactly where a problem lies...

In any case, I'd try deleting that file rebooting your ipod and starting again from the beginning...

You can also try manually running iphuc from the terminal ;) (This applescript solution is really just automating this method for jailbreaking:http://www.touchdev.net/wiki/Jailbreak_Guide )
 
should the ijailbreak folder be in the applications folder or just the application a nd the resource folder? or does it not matter?

The iJailBreak folder should be in the /Applications folder.

IE, there should be a /Applications/iJailBreak/resources folder ;)
 
Yes, that tells me that iphuc isn't actually getting an image off of your iphone... hrm :/

The problem with all in one solutions like this is its difficult to see exactly where a problem lies...

In any case, I'd try deleting that file rebooting your ipod and starting again from the beginning...

You can also try manually running iphuc from the terminal ;) (This applescript solution is really just automating this method for jailbreaking:http://www.touchdev.net/wiki/Jailbreak_Guide )


should i try and run iphuc the way it is or should i restore and then start the manual process.

thanks
 
should i try and run iphuc the way it is or should i restore and then start the manual process.

thanks

For the sake of you actually getting anything done I'd recommend restoring and doing the manual process... If you're not scared of the terminal it's really pretty simple and you get a much better indication of what's going wrong and when.

That being said, this automated process really *should* work... Arix's AppleScript code is really not all that complicated:

Code:
-- Loader 2 Installer.applescript
-- Loader 2 Installer

--  Created by Ari on 10/12/07.
--  Copyright 2007 WinX Scripts. All rights reserved.

on clicked theObject
	tell application "Finder"
		if not (exists "/Applications/iJailBreak" as POSIX file) then
			display dialog "Please put the iJailBreak folder into your Applications folder before installing"
			do shell script "killall iJailBreak"
		end if
	end tell
	set theReply to display dialog "Press OK to start the jailbreak process."
	tell window "MainMenu"
		set the visible of button "iphone" to false
		set the visible of button "install" to false
		set the visible of progress indicator "progress" to true
		tell progress indicator "progress" to start
	end tell
	tell window "MainMenu"
		set the contents of text field "text" to "Installing iPhuc and Readline..."
	end tell
	tell application "Finder"
		if not (exists file "/opt/local/lib/libreadline.5.2.dylib" as POSIX file) then
			set readline to "true"
		else
			set readline to "false"
		end if
	end tell
	if readline is "true" then do shell script "mkdir /opt && mkdir /opt/local && mkdir /opt/local/lib && cp /Applications/iJailBreak/resources/readline/libreadline.5.2.dylib /opt/local/lib/" with administrator privileges
	tell window "MainMenu"
		set the contents of text field "text" to "Jailbreaking... This step will take a while."
	end tell
	display dialog "First, on your iPod, navigate to http://jailbreak.toc2rta.com/. Once Safari crashes, connect your iPod and press OK."
	do shell script ("cd /Applications/iJailBreak/resources/iphuc/ && ./iphuc -qs ./getfile")
	do shell script ("mv /Applications/iJailBreak/resources/iphuc/iphonefs/rdisk0s1 /Applications/iJailBreak/resources/iphuc/iphonefs/rdisk0s1.dmg")
	do shell script ("hdiutil attach /Applications/iJailBreak/resources/iphuc/iphonefs/rdisk0s1.dmg -mount required")
	do shell script ("rm /Volumes/Snowbird3A110a.N45Bundle/private/etc/fstab && cp /Applications/iJailBreak/resources/iphuc/fstab /Volumes/Snowbird3A110a.N45Bundle/private/etc/")
	do shell script ("mkdir /Volumes/Snowbird3A110a.N45Bundle/Applications/Installer.app/ && cp -R /Applications/iJailBreak/resources/Installer.app/* /Volumes/Snowbird3A110a.N45Bundle/Applications/Installer.app/")
	do shell script ("mkdir /Volumes/Snowbird3A110a.N45Bundle/private/var/root/ && mkdir /Volumes/Snowbird3A110a.N45Bundle/private/var/root/Library/ && mkdir /Volumes/Snowbird3A110a.N45Bundle/private/var/root/Library/Installer/ && cp -R /Applications/iJailBreak/resources/Installer/* /Volumes/Snowbird3A110a.N45Bundle/private/var/root/Library/Installer/")
	do shell script ("hdiutil unmount '/Volumes/Snowbird3A110a.N45Bundle' -force")
	do shell script ("cd /Applications/iJailBreak/resources/iphuc/ && ./iphuc -qs ./putfile")
	display dialog "Restart your iPod by holding down the power button until the red slider appears. Slide the slider, then once it turns off turn it back on. Once it's fully on, press OK."
	tell window "MainMenu"
		set the contents of text field "text" to "Installing SSH..."
	end tell
	do shell script ("cd /Applications/iJailBreak/resources/ssh/ && ./iphuc -qs ./iphucscript")
	display dialog "Please reboot your iPod again like last time, and press OK when it's fully booted"
	tell window "MainMenu"
		set the contents of text field "text" to "Installing Springboard..."
	end tell
	do shell script ("cd /Applications/iJailBreak/resources/ssh/ && ./iphuc -qs ./iphucscript2")
	do shell script ("sleep 10")
	display dialog "Please reboot your iPod yet another time. Once it's booted it will automatically restart, after that press OK. "
	do shell script ("cd /Applications/iJailBreak/resources/iphuc/iphonefs/ && rm rdisk0s1.dmg")
	tell window "MainMenu"
		set the visible of button "iphone" to true
		set the visible of button "install" to true
		tell progress indicator "progress" to stop
		set the visible of progress indicator "progress" to false
		set the contents of text field "text" to "Welcome to the iJailBreak Utility. Press a button to begin."
	end tell
end clicked
 
i will try the PPC ijailbreak again after a restore and if that does not work i guess i will do it manually

thankyou for your help up till now


*update* after hours of searching i have found that the lib file needs to be for PPC and that is why it dosnt work. well hope this keeps someone else from making the same mistake i did.
 
Never mind on my iPhuc error, I got it working.

I found that I had to download the iJailbreak through Safari. Firefox did something to screw up the zip file (indicated by not having the Touch icon as the .zip icon).

this might be the same thing for PPC version. I will try in safari now.
 
Don´t know.. :/
It was something from preferencebundle..

Safari works but if I go to Settings theres no icon for Safari, just the text. And when I click it its empty.. :/

What in the hell are you doing messing with that?!

Anyways, here ya go...

http://www.appleguru.org/MobileSafariSettings.bundle.zip

Unzip and drop in /System/Library/PreferenceBundles/ on the iPod Touch

...Should be all set to go after that (that's from my 1.1.1 iPhone, but it should be the same).

In any case, I'm off to sleep guys... 4am here ;)
 
What in the hell are you doing messing with that?!

Anyways, here ya go...

http://www.appleguru.org/MobileSafariSettings.bundle.zip

Unzip and drop in /System/Library/PreferenceBundles/

...Should be all set to go after that (that's from my 1.1.1 iPhone, but it should be the same).

Thanks! :D Works now!

I was tired yesterday, but had to try iJailbreak. I was going to erase mobilemailsettings.bundle but instead safari was the one to go!

But you saved me! :p
 
What in the hell are you doing messing with that?!

Anyways, here ya go...

http://www.appleguru.org/MobileSafariSettings.bundle.zip

Unzip and drop in /System/Library/PreferenceBundles/ on the iPod Touch

...Should be all set to go after that (that's from my 1.1.1 iPhone, but it should be the same).

In any case, I'm off to sleep guys... 4am here ;)

OK goodnight, i will let you know here if I make any progress. Thanks for your help.
 
dont have the rdisk0s1 file in iphonefs folder

Hi, hoping someone can help me...

I downloaded ijailbreak 0.2.1 and when i run it i get an applescript error:

mv: rename /Applications/ijailbreak/resources/iphuc/iphonefs/rdisk0s1 to /Applications/ijailbreak/resources/iphuc/iphonefs/rdisk0s1.dmg: No such file or directory (1)

My understanding is that there should be a file in the iphonefs folder called rdisk0s1 which i then need to add the extension .dmg, however the iphonefs folder is completely empty.

Where can i find this file?? Thanks
 
Help reposting the iJailbreak download on anything else besides Google.

Hi, can some one post up the iJailbreak download on anything else besides Google?

Because everytime I keep trying to download it, stupid Google tells me:

"I'm sorry...

... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now.

We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected, you might want to run a virus checker or spyware remover to make sure that your systems are free of viruses and other spurious software.

We apologize for the inconvenience, and hope we'll see you again on Google."

Apparentl,y Google thinks I'm non-human!!!
 
iTunes

should iTunes be open or closed during this process? I/m about to jailbreak my touch:D Or should I go into my activity monitor and disable iTunes?
 
should iTunes be open or closed during this process? I/m about to jailbreak my touch:D Or should I go into my activity monitor and disable iTunes?

I would close it. I did mine with it open, and while there were no problems per se, I did have to completely re-sync my iPod afterwards as iTunes seemed to think it was a new iPod.

I think about halfway through the process it makes some fundamental changes, and if iTunes is open it catches it on a reboot, and thinks it's a new iPod, when the process finished it's al back to normal, but iTunes still wants to start again.
 
I would close it. I did mine with it open, and while there were no problems per se, I did have to completely re-sync my iPod afterwards as iTunes seemed to think it was a new iPod.

I think about halfway through the process it makes some fundamental changes, and if iTunes is open it catches it on a reboot, and thinks it's a new iPod, when the process finished it's al back to normal, but iTunes still wants to start again.

Thanks, I went ahead and disabled iTunes and all went smooth:rolleyes: Thanks AriX
 
dos it matter if the touch is connected to iTunes when performing the jailbreak?

EDIT: Doh! Answer is right above this post!

How long should the initial "jailbreaking...." take? Mine is running, nothing seems to happen on the touch. And it has been like this for maybe close to 5 minutes already.

EDIT 2: Phew, proceeding finally....
 
Fantastic!

AriX,

It is amazing to me that you were able to do this in just 9 hours and WITHOUT an iPod Touch to help you. That's phenomenal! I am willing to purchase an iPod Touch for you and have it delivered to your home. If you are interested, send me an e-mail. I just think that such genius should be rewarded. A very fine job, young man. You are the future. I congratulate you and wish you great success in your future endeavors.
 
I guess I have a few questions:

One, I panicked a bit and restored my iPod just to make sure i could, and no problem.

So I'm starting again, and as I am about to start the jailbreak, I get an AppleScript error that reads:

"mkdir: /opt: File exists (1)"

I then click ok, and it says installing iPhuc and Readline and it stays that way for a good long time. Is it still working if that screen is showing?

Alternatively, I want to start fresh like I did the very first time, if the file already exists, how can I go about deleting it so I can install properly??
 
I guess I have a few questions:

One, I panicked a bit and restored my iPod just to make sure i could, and no problem.

So I'm starting again, and as I am about to start the jailbreak, I get an AppleScript error that reads:

"mkdir: /opt: File exists (1)"

I then click ok, and it says installing iPhuc and Readline and it stays that way for a good long time. Is it still working if that screen is showing?

Alternatively, I want to start fresh like I did the very first time, if the file already exists, how can I go about deleting it so I can install properly??

Just delete your /opt directory and run it again
 
well made some progress i think

@ appleguru1

well after some tinkering about and hours of hopelessness the one you posted for PowerPC seemed to work up to the SSH point. i do not know how or why but eventually after 3 restores and multiple headaches it has gotten to a point where it copies the rdisk0s1 with no problem makes it a dmg then has you restart the ipod for the next step.

also i may be delirious but i believe at this point if i am not mistaken the ipod touch is jailbroken.

so this is what it is stuck at now .

any thought would be again greatly appreciated BTW i am still using my PowerPC mac mini

thanks again to everyone who is working on this

Screenshot_3.png
 
PPC problem

Hi,

Ok, I tried to the PPC iJailbreak, unfortunately I got stuck at the same part that babi did with the error

sh: line 1: ./iphuc: No such file or directory (127)

Where there any suggestions to resolving this. I downloaded it on Safari, but I downloaded the PPC version from an Intel Mac, then put it on a pend drive and took it home to my PPC G5 at home.

Currently I am restoring it, odly enough it didnt completely break, just showed my Ipod as having 300MB space and I could just restore it through Itunes normally. Will see if this works, if not I will try and do the force restore by holding down buttons etc...

Has anyone had any success with the PPC version yet?

Thanks to all the people involved in this, AriX and appleguru1 especially.

Cheers
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.