Helping to Make programs lke iPhysics work

Discussion in 'iPod touch Firmware 1.1.3 Discussions' started by AlliPodHax, Jan 29, 2008.

  1. AlliPodHax New Member

    Member Since:
    Sep 16, 2007
    Message Count:
    698
    Device:
    iPhone 3GS (Black)
    ok what you need to do is just create a symlink for library and media in root to the library and media in mobile

    This can not be undone, but it works 100% and doesn't mess anything up!

    open SSH (Putty, or any you want)
    Type In
    1.
    Code:
    cp -R /private/var/root/Media /private/var/mobile/
    2.
    Code:
    rm -r /private/var/root/Media
    3.
    Code:
    ln -s /private/var/mobile/Media /private/var/root/Media
    NOW FOR LIBRARY
    4.
    Code:
    cp -R /private/var/root/Library /private/var/mobile/
    5.
    Code:
    rm -r /private/var/root/Library
    6
    Code:
    ln -s /private/var/mobile/Library /private/var/root/Library
    Then To Check If It Worked Type This
    1.
    Code:
    cd /private/var/root
    2.
    Code:
    ls -la
    IF THIS COMES UP THEN ITS GOOD
    Code:
    drwxrwxrwx    4 root  wheel     306 Jan 29 23:29 .
    drwxr-xr-x   18 root  wheel     680 Jan 29 03:04 ..
    -rw-r--r--    1 root  wheel    6148 Nov  3 20:41 .DS_Store
    drwxr-xr-x    6 root  wheel     306 Jan 28 22:42 .svn
    [B][FONT=Comic Sans MS][COLOR=Red]lrwxr-xr-x    1 root  wheel      27 Jan 29 14:42 Library -> /private/var/mobile/Library
    lrwxr-xr-x    1 root  wheel      25 Jan 29 23:29 Media -> /private/var/mobile/Media[/COLOR][/FONT][/B]
    -rw-rw-rw-    1 root  wheel   18161 Jan 29 01:00 index.xml
    drwxrwxrwx    2 root  wheel     170 Jan 29 00:59 jailbreak
    -rwxrwxrwx    1 root  wheel  752965 Jan 28 22:30 root.zip
    
    Sorry Omitted Some Lines
    1.Download The New Installer Here http://allipodhax1.3host.biz/Installer.app.zip
    2.Delete Installer.app From /Applications/
    3.Extract New One And Copy To /Applications/
    4.Open SSH
    5.Type In
    Code:
    chmod 4755 /Applications/Installer.app/Installer
    6.Type In
    Code:
    chmod 755 /private/var/mobile/Media/iPhysics
    7.Open Installer, Everything Should Work Beautifully.
    8. MUST RESET iPod!!

    Cheers,
    Ben.
    2 people like this.
  2. eleonoro New Member

    Member Since:
    Dec 13, 2007
    Message Count:
    98
    Device:
    iPod touch
    wow this should be a sticky one
  3. .Super New Member

    Member Since:
    Jan 2, 2008
    Message Count:
    86
    Device:
    iPod touch
    wow thanks, worked great :)
  4. Steaps New Member

    Member Since:
    Oct 24, 2007
    Message Count:
    5,076
    Device:
    iPod touch
    Does this include summerboard?
  5. AlliPodHax New Member

    Member Since:
    Sep 16, 2007
    Message Count:
    698
    Device:
    iPhone 3GS (Black)
    yes it should try it and tell me,

    Cheers,
    Ben.

    P.S. Could this be stickied please?
  6. grizzjr1 Member

    Member Since:
    Nov 11, 2007
    Message Count:
    693
    I agree with it being stickied! Very nice!:D
  7. bluetiger20 New Member

    Member Since:
    Sep 16, 2007
    Message Count:
    172
    Device:
    4G iPod touch
    umm..... nothing changed, and now installer gives me a main script error...... thanx
  8. ipodtouch1234 Active Member

    Member Since:
    Oct 21, 2007
    Message Count:
    1,353
    Device:
    iPad 2 (Black)
    never mind. Installer f'ed up the permissions on it.
  9. emb531 New Member

    Member Since:
    Oct 13, 2007
    Message Count:
    368
    worked perfectly thanks a lot!

    summerboard now changes icons using the Dev team 1.1.3 jailbreak and then changing the system version to 1.1.2 to allow intsaller to download summerboard

    awesome
  10. kappatango New Member

    Member Since:
    Jan 2, 2008
    Message Count:
    998
    Whats the commands to undo the move - just in case people need to know, then I will sticky it :)