You need to remove the "noexec" tag in /etc/fstab on your iPhone. Its probably on the "/dev/disk0s2 /private/var" line if your applications aren't working, gotta take that off. Make sure you remove the comma before noexec too.
how do i do that?
You need to remove the "noexec" tag in /etc/fstab on your iPhone. Its probably on the "/dev/disk0s2 /private/var" line if your applications aren't working, gotta take that off. Make sure you remove the comma before noexec too.
Eek.
Think of it this way. Do you shutdown your computer by holding the power button until it shuts off? I certainly hope not - it isn't good for the integrity of your system. Using the red slider is like shutting down your iPhone cleanly in the same way you choose cleanly shutdown or restart your computer.
I'm not sure what I should do to get the iPhone to go to the home screen and not be stuck in this "connect to iTunes" mode. Any help would be appreciated.
There are no patches needed if you do the jailbreak correctly the first time, besides giving Installer.app the right permissions. Most of the things listed in the FAQ are ways to fix mistakes made by overlooking details in the guide (that, granted, may have been recently added) rather than necessities for each jailbreak. My own was very clean once I figured out the right process (the process detailed in the guide).
Then again, its up to you. I agree that there isn't all that much to gain from jailbreaking 1.1.3, but I had no major problems getting it to work so it wasn't much of a hassle (besides a few wasted hours). If you weigh the costs with the benefits and the costs are greater, then good for you - you put more thought into this than most people.
So i am at the part where 1.1.3 has downloaded and the phone is rebooting through ssh/terminal before i make the phone work again now that it's jailbroken...
how long should i expect to wait before i will be able to issue the
""cd /Applications"
"chmod +s Installer.app/Installer"
"chown -R root:wheel Installer.app""
commands?
thanks-
Pat
Hy
I've allready jailbreaked my iphone several times and up and downgraded, from 1.1.1. over 1.1.2. to 1.1.3
Every thing works fine. The first time i'v got 1.1.3 was Nate True's and after installing some apps, the installer begined to crash, so I decided to go back to 1.1.1. and do the whole process with th dev team upgrade. It works fine till I installed more apps, the installer begin to crash again so I had to go back to 1.1.1. again.
Now that I'm onn 1.1.3 back again, the Phone gave me message about free space that I have to delet Fotos and so on, so I decided to sim link my app folder. Because I was not shure if the Boss tool allready up to date forr 1.1.3 I done it over ssh, with the commands I found in this post.
Whenever I try to install something in Installer.app, it gets to "Installing package" and then crashes back to the Home screen! What am I doing wrong?
You likely aren't doing anything wrong. The first partition that Applications reside on has probably just filled up, and Installer.app is crashing because it has nowhere left to put anything. You can use symlinks to move your Applications to another (larger) partition so you can use the rest of the space on your device.
Connect to your iPhone via ssh using either "ssh root@<IPADDRESS>" (Mac) or "putty -ssh root@<IPADDRESS>" (Windows) as above and enter these commands:
"cd /"
"cp -rf Applications /private/var/root/"
"mv Applications Applications.old"
"ln -s /private/var/root/Applications /Applications"
If you type "ls -la / | grep Applications" now to check whether these commands worked, the final part of the line that's printed should say "Applications -> /private/var/root/Applications". IF it does not say this, STOP and go post in the forum thread with what it does say. If everything looks good, run the following command and then reboot your phone.
"cd /"
"rm -rf /Applications.old"
So after that the Installer is giving mee Message Main Script execution failed!
What have I done wrong, and is there a way to get mor free space on apps folder without having these issues?
Should I take Baoss Tool to move the apps, or is ther any other solution, please help, cause I am tired of down and upgrading.