Iphone Sources 
Web app
Video
http://www.vtap.com/
Chinese Input
Icosta
http://www.iphone.freecoder.org/

[ 1 comment ] ( 49 views )   |  permalink  |  related link  |   ( 3 / 4196 )
Iphone move the Applications folder to media partition 
You must move the Applications folder to your media partition.
This will avoid to have the system partition completely full.
You must ssh your iPod Touch and follow the procedure below (works also for iPhone).

Quote:
cd /
cp -pr Applications /var/root
mv Applications Applications.old
ln -s private/var/root/Applications /Applications

Now check the symbolic link
You should see the Applications linked to private/var/root/Applications

Quote:
cd /
ls -la

Restart your iPod Touch, if everything is fine, you can ssh again and delete the old Applications folder in the system partition.

Quote:
cd /
rm -rf Applications.old


[ 1 comment ] ( 42 views )   |  permalink  |  related link  |   ( 3 / 3880 )

BackBack