
Numerous problems are have surfaced with the update to 1.1.3, most of them are because of Applications now being run as "mobile" and not as "root" as it was before on 1.1.2 and below. This means that most old apps are not working or saving files to the correct place, it also means that allot of folders don't have the right permissions to grant some applications full system file access.
- Fix Caller ID & AppSupport Via Installer with iClarified
- How to Free Space on Your iPhone Root File System
- How to Fix Sync Problems After Official 1.1.3 Soft Jailbreak
Here are a collection of commands that you can run either from term-vt100 on the iphone (found on installer) or from putty over SSH, each line, press return after:
- Most applications you download will save to one of these folders, give them full permissions by issueing the following commnads
chmod 777 /var/root/Library
chmod 777 /var/root/Library/Preferences
chown -R mobile:mobile /var/mobile
- Get Installer working type the following:
chmod 4755 /Applications/Installer.app/Installer
- Ste (admin of Istaller app) has moved the repository from one site to another. So, you're getting the package download failure notices because most of the files simply AREN'T THERE anymore.
The only thing to do is to change the URL of "Ste Packaging" to http://repo.smxy.org/iphone-apps/ in the Sources section of Installer app.
- If you have not gotten Term-VT100 to work on the iphone and you are using Putty, issue these commands:
chmod 4755 /usr/bin/login
mkdir -p /usr/local/arm-apple-darwin/lib
ln -s /usr/lib/libgcc_s.1.dylib /usr/local/arm-apple-darwin/lib/your username will be root and password alpine
- Get Mobile Finder Working (allowing you to navigate your file system, copy and past files, launch apps, give files permissions and much more)
chmod 4755 /Applications/Finder.app/Finder
chmod 4755 /bin/cat /bin/chmod /bin/chown /bin/cp /bin/ls
chmod 4755 /bin/mkdir /bin/mv /bin/rm /bin/rmdir /bin/unlink
- Fix Email - Passwords not saving, mail app crashing (Sync Fix should fix this also - see above)
For more fixes and other great Tip's Tricks and indepth technical how-to's please check out George's Blog, a great source for information and fixes - http://george.zjlotto.com/index.php/2008/02/02/fix-application-issues-in-113/
0 comments:
Post a Comment