FAQ

How to Install Non-Market .Apk Application on Android Phone

First method

1. Download and install Google Android SDK.

2. Now type adb in a command shell will display all the options, adb.exe is SDK tool used to install applications and interface with the device.

3. Now Connect Your phone to your computer using USB cable. You need to install Drivers for this. Download Android USB drivers from here. This driver is required for adb to interface with an android G1 phone using USB cable.

4. Go to Android Settings/SD card & phone storage and disable Use for USB storage. You can enable it again later after you installed your third-party application.

5. Go to Settings/Application settings and enable Unknown sources.

6. Download the Application installer .apk file to a local folder on your computer, Now type below command at command shell to install application.

adb install <Full Path to apk file><apk file name>

Secend method

1. Go to Settings/Application settings and enable Unknown sources.

2. Download applications with your mobile phone


Powered by Linux mobile team