omar92cs

Connect to the iPhone thru ssh or use VT100 on the iPhone and execute the following commands

  1. cd /
  2. cp -pr Applications /var/root
  3. mv Applications Applications.old
  4. ln -s private/var/root/Applications /Applications

Verfiy by executing > ls -al and restart the iPhone. If everthing is functioning normally then remove the Applications.od directory by executing

  1. cd /
  2. rm -rf Applications.old