Pages

Search This Blog

Saturday, May 29, 2010

How to install .ipa and .deb file in your iPhone.

This guide will show you how to install apps directly in to your iphone both using iTunes and/or terminal or iFile.

Tools:
1. jailbroken iPhone
2. Open SSH installed
3. Mobile Terminal installed
4. iFile installed
5. WinSCP or DiskAid install in your workstation.
6. Appsync installed

First option: using iFile to install .deb files:

a. Open WinSCP or DiskAid and connect to your device.
b. Navigate to /var/mobile/Library/Document or /var/mobile/documents

c. drop  the .deb file in the Document folder.
d. Open iFile (from iphone) then navigate to /var/mobile/Library/Document or /var/mobile/documents
e. Choose .deb file by tapping  on it and then install.

Second option: using Mobile Terminal to install .deb files:
 
a. Open WinSCP or DiskAid and connect to your device.
b. Navigate to private/var/tmp
c. drop the .deb file in the /tmp folder.
d. Open Mobile Terminal(from iphone)
e. and use the command: dpkg -i /tmp/"filename".deb
 (to uninstall the app you can use the command dpkg -r /tmp/"filename".deb

Third option: Install via Cydia

a. Open WinSCP or DiskAid and connect to yuor device.
b. Navigate to /var/root/Media/Cydia/AutoInstall/

c. drop the .deb app file in the AutoInstall folder.
d. Reboot or Respring iPhone.
 
.ipa files can be installed by drag and drop of the file into the iTunes library folders menu.
 

No comments:

Post a Comment