If you are a custom ROM user, or own a rooted device then you will certainly know what ADBย and fastboot is. One of the most essential tools required to operate your phone from the PC andย for modifications and debugging. But along with that ADB also allows you to push files from your PC to your device. Files such as ROMs and Kernels being pushed you might have heard of, but it is also very much possible to use it for pushing Android Application files in their native .apk from.
For many the main source for downloading and installing an Android application is the Google Play Store, where you can just browse for the app you want, hit install, wait a few seconds and its done! But there are some apps that don’t exist on the Google Play Store and you have to get them from other sources. Most of these sources you will give you that app in its .apk form. And most of you will just transfer it onto your devices and install it via your favorite file manager. Well if you want to skip the transfer and directly install it then read below.
ย Preparations
For this tutorial you will need a few simple things
- PC
- USB cable to connect to your Android device
- And youโll need to have ADB and fastboot running, if you donโt use our detailed guide here onย how toย setup ADB and Fastboot on Windows within seconds.
- Finally, you will need an Android app in the .apk format, on your PC preferably on the Desktop (makes it easier to locate).
Note: Please do be careful when you download these apps, installing from unknown sources bypasses the Google Play Storeโs malicious content checks.
Install Android apps from your PC
Firstly connect your Android device to your PC, and fire up ADB in Command Prompt
Enter โadb devicesโ (without the quotes) to make sure everything is initialized.
In your Command Prompt window, enter the following command replacing the file locations and app name according to your settings.
adb install C:\Users\Ronit\Desktop\ HyperMob109.apk
To make things easier you can rename your .apk to something easier to type. And if you place the file in the same folder as your adb is installed, then itโll make the entry commands a lot smaller.
For example: adb install Hyper.apk looks simpler and easier right?
Depending on the size of your .apk file, it may take some time for the application to be installed, just keep waiting until the โsuccessโ message appears.
You will also notice that your smartphone doesnโt go through the normal procedures of an app install instead it directly reports success, and you can go enjoy your newly installed application.
And itโs as simple as that. If you faced any difficulties, do let us know in the comments section below.
Join The Discussion: