Results 1 to 11 of 11

Thread: How to install applications on your iPod / iPhone.

  1. #1
    Join Date
    May 2008
    Posts
    571

    How to install applications on your iPod / iPhone.

    Hello, Please follow the simple steps while installing a application.


    Requirements:

    You need a jailbroken iPhone/Pod with firmware 2.X (instructions can be found in a lot forums in the net)

    You need a SSH server running on it. The most common is openSSH and it can be found on Cydia.


    Installing:

    1) Download and extract the app from the supplied links
    2) Upload your app to the /Applications folder of your iPhone.
    3) Set the permissions of the app to 755 recursively.
    4) Create a folder called “Documents” in /var/mobile/ and set permission to 777.
    5) Create a folder called “Documents” in the /Applications folder and set permissions to 777.
    This will fix the Disk Full error message seen when launching the game.
    6) Reboot your Device.

  2. #2
    Join Date
    May 2008
    Posts
    571
    SSH using the terminal:

    This instructions are for those of you that feel comfortable around the terminal.
    1) First you should find your device's IP. Under Settings->Wi-Fi-> Your Network



    2) Then we copy the app to your phone using the scp utility.

    CODE:
    #Assuming your app is in your desktop.
    #Password is alpine by default
    scp -r ~/Desktop/yourApp.app root@your.device.ip:/Applications/


    3) Then we go into the device and make the dirs, chmod as needed

    CODE:
    ssh root@192.168.1.117
    #root@192.168.1.117's password:
    cd /Applications
    chmod -R 755 yourApp.app/
    mkdir Documents
    chmod 777 Documents/
    cd /var/mobile/
    mkdir Documents
    chmod 777 Documents/
    #Now respring with
    killall SpringBoard
    logout

    If the app still doesn't appear reboot your device.

  3. #3
    Join Date
    May 2008
    Posts
    571
    SSH using Transmit :

    Connect to your device using SFTP.
    The default password is alpine



    Go to / and then Applications



    Copy your app there and then change the permissions to 755 using the get info command.



    Press Apply to enclosed items.

    Create and change the permissions of the necessary folders using the same steps.

    Now respring your device.

    You have two options.

    1. paste this in your terminal.

    CODE:
    ssh root@your.device.ip killall SpringBoard


    2. Install a Respring utility from Cydia.

    Everything should be working now, if not try rebooting your device.

    Hints If the file you downloaded is a .ipa instead of a .app you can extract the .app from there.
    Rename the .ipa to .zip and unarchive it.
    There should be a "Payload" folder, inside there should be the .app, just ssh it over and your done.

  4. #4
    Join Date
    May 2008
    Posts
    571
    How to install Applications on iPhone/iPodtouch using the IPA-Method :

    This is my preferred method cause once modified you can use iTunes to manage all the apps.

    1) Using SSH (over Terminal or Transmit (Cyberduck)), on iPhone navigate to the folder:

    "/System/Library/PrivateFrameworks/MobileInstallation.framework/"

    2) Backup the file "MobileInstallation" from the directory above

    3) Download this patched file – Link remove

    4) Copy the patched file over to:

    "/System/Library/PrivateFrameworks/MobileInstallation.framework"

    5) Set permissions to that new file to 775

    6) Some of the apps need a Documents folder in the root and mobile partition:
    Create a "Documents" folder in "/Applications" and "/var/mobile" and set permissions to 777.

    7) Reboot your iPhone - Important! Otherwise your Apps will not install!

    8) Simply start iTunes on your Mac and than drag and drop your IPA's to the "Program list".

    9) Sync your iPhone/iPodTouch with iTunes

  5. #5
    Join Date
    May 2008
    Posts
    317
    Hi,

    Does it applies for Apple 3g iphone also?

  6. #6
    Join Date
    May 2008
    Posts
    613
    Thanks for the information !!! But it should work?

  7. #7
    Join Date
    Mar 2008
    Posts
    672
    I really hope this doesn't screw my phone up

  8. #8
    Join Date
    Dec 2007
    Posts
    195

    Re: How to install applications on your iPod/iPhone.

    I can't install Application to my iPod touch ?

    I downloaded many Applications and I can't install it in my iPod touch

  9. #9
    Join Date
    May 2008
    Posts
    249

    Re: How to install applications on your iPod/iPhone.

    Quote Originally Posted by HOOBASTANK View Post
    I can't install Application to my iPod touch ?

    I downloaded many Applications and I can't install it in my iPod touch
    You need the 2.0 software on your iPod Touch.

  10. #10
    Join Date
    May 2008
    Posts
    317

    Re: How to install applications on your iPod / iPhone.

    Only way to install applications on 1.1.4 is via a jailbreak, but the applications available from the iTunes AppStore will not work on 1.1.4.

  11. #11
    Join Date
    Dec 2007
    Posts
    195

    Re: How to install applications on your iPod / iPhone.

    Thanks SergioSantos, you have solved my problem.

Similar Threads

  1. Removing Applications from iPhone or ipod
    By Kordell in forum Portable Devices
    Replies: 3
    Last Post: 30-10-2010, 08:50 PM
  2. Best iPhone and iPod Touch Home Applications
    By AdityaR in forum Off Topic Chat
    Replies: 5
    Last Post: 30-07-2010, 04:02 PM
  3. Best Entertainment Applications for iPod Touch and iPhone
    By sergioKomic in forum Windows Software
    Replies: 2
    Last Post: 27-07-2010, 02:10 PM
  4. Best Books Applications for iPhone and iPod Touch
    By sergioKomic in forum Portable Devices
    Replies: 1
    Last Post: 27-07-2010, 01:53 PM
  5. Best Business Applications for iPhone and iPod Touch
    By Halina in forum Portable Devices
    Replies: 2
    Last Post: 26-07-2010, 04:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,010,533.90754 seconds with 16 queries