How to install .apk application file on Android Phones – Android Phone Hack Guide

January 9th, 2009 by gaurav Leave a reply »

How to Install .Apk Apps on you Google Android Phones

1. Install and open the Apps Installer application from the “Android Market”.

2. This opens a view showing *.apk application names in the sdcard root directory.(note, if no AppNames are listed you have no .apk files in the root directory of the SDCard)

3. Touch the app name to initiate installation of the app.

4. The app is now installed

How to Non-Market .Apk Application on your Google Android Phones

1. Download and install Google Android SDK. The tool you need is adb.exe.

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 Android 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 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. Connect the G1 to your computer using the USB cable and install the driver you downloaded in step 3. After installing the driver you should see ADB Inteface in

Windows

Device Manager.

7. If you made it this far, download the APK file to a local folder on your computer, something like C:\MyAPKs will work fine and install it using ADB. The

command would be adb install c:\myapks\ and that’s about it.

Anyway, the apk files refers to the Android Package files; and there are numbers of freeware you can try.

Download Some Free Android Applications here:

Chat & IM: Palringo
Chat & IM: Skype
Chat &; IM: AndroidChat
Game: Snow Rally
Game: SuperGstunt
Social Networking: Twitter
Exchange Email: Enchange for Android
VIOP: Vopium
Browsers: Opera Mini
Wifi: Wifi Tether

More Android Guides:
Android Development Tutorial
How to manually partition your SD card for Android Apps2SD

[Ask] [blinklist] [BlogBookmark] [Bloglines] [del.icio.us] [Digg] [Faves] [Furl] [Google] [LinkedIn] [Mixx] [MySpace] [Newsvine] [Reddit] [Slashdot] [Surphace] [Spurl] [Squidoo] [StumbleUpon] [Technorati] [Windows Live] [Yahoo!] [Email]
Related Posts with Thumbnails

Related posts:

  1. Windows Live Search on Windows Mobile (Download Application)
  2. Chat Applications for Android
  3. Exchange Email application for Android
  4. Google Talk on Windows Mobile (Download); GTalk/Yahoo Messenger/MSN Messenger/ Jabber on WM 5/6
  5. Google Search on Windows Mobile (Download)
Advertisement

3 comments

  1. christmas stocking fillers says:

    There are two ways to install third party applications on your Android based phones:
    The first way is by installing applications through the online Google Android Market, which you should be familiar with already.

    The second way is to manually download and install so-called APK packages on your Android phone.

  2. Shameem says:

    Hi, I can able to install any third party application via adb command, via webserver, but if i locally copy to memory card, then i cannot. I did also install the file browser(Android file browser). but ending up with following error message : "The application Android file browser(process org.anddev.android.filebrowser) has stopped unexpectedly. Please try again."

    Any idea ?