• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Running Apps copied to SD Card

Upvote 0
You can download the Android SDK, and then use ADB to install apps.

Install the SDK to c:/android, then open a command window and type:
cd c:/android/platform-tools

On your phone, goto settings>>applications>>development and be sure USB debugging is check, then connect your phone to your PC via USB

In the command window, type:
adb connect

Once ADB is running and connected to your phone, type:
adb install /sdcard/NAME_OF_APK.apk
 
Upvote 0
You can download the Android SDK, and then use ADB to install apps.

Install the SDK to c:/android, then open a command window and type:
cd c:/android/platform-tools

On your phone, goto settings>>applications>>development and be sure USB debugging is check, then connect your phone to your PC via USB

In the command window, type:
adb connect

Once ADB is running and connected to your phone, type:
adb install /sdcard/NAME_OF_APK.apk


Thanks Jerry,
Got as far as "adb connect" but then I get this......

Usage: adb connect <host> [:<port>]
 
Upvote 0
Get a file manager installed, e.g. astro, es file manager, etc. then you can navigate to where the .apk is and click on it which should bring up the installer and IIRC also allow you to se the permission to install downloaded apps if you hadn't done so already.

Market won't work via WiFi on an unactivated phone?
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones