Quote:
Originally Posted by BigBoss
Also, you said that you have installed installer manually yourself. In doing this, it sounds like you did not give installer the proper permissions. It must be set with 6755 permissions. Give it a chmod 6755 /Applications/Installer.app/Installer. Due to the fact that installer did not have proper permissions, the apps you installed did not have +x permissions so you don't see them. You can go and uninstall them and reinstall them or you can manually chmod +x each executable in each app you installed.
PS: this assumes you are running 1.1.3.
|
i did chmod it to 755 but it still shows me the update available to 3.0 and everytime it reloads the sources it tells me to do the update.. how come?? my version is 3.0!!
Quote:
Originally Posted by jakecigar
all iPhones have 2 partitions on the 'disk'.
you are out of room on the first partition (the small one for the apps)
you can:
a. remove a bunch of apps
b. manually clean up crap left over from whatever you've done to your iPhone.
c. manually move all apps to the second partition.
d. get BossTools! which will do the dirty work for you.
pick D! but you may have to remove an app or two first for BossTools to fit on your iPhone.
if you are comfortable, you can do C from the command line in ssh.
cp /Applications /var/root/Applications
mv /Applications /Crapps
ln -s /var/root/Applications /Applications
reboot , verify that it all works, then log back in and
rm -rf /Crapps
PS.. I did C, friends have done D!
|
Thanks a lot!
this solved all my problems!!