Results 1 to 1 of 1

Thread: How to install applications in your iPod/iPhone

  1. #1
    GsmIndia.in Senior
    Join Date
    Jul 2006
    Location
    Pakistan, Nankana Sahab
    Age
    41
    Posts
    275

    Arrow How to install applications in your iPod/iPhone

    How to install applications in your iPod/iPhone

    Hello, this is supposed to be a support thread for the "usual steps" to make when installing a cracked app.

    To avoid crowding other threads, and repeating the same thing when posting a new app.

    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.

    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.

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

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

    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.

    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.

    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.

    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 - Patch File

    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 cracked IPA's to the "Program list".

    9) Sync your iPhone/iPodTouch with iTunes

    Mobile Fun Heaven
    Last edited by murtaza_nns; 23-09-2009 at 06:43 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •