banner



What Is Device Driver Access In Android App

install apk using adb commands

Besides sideloading APK on Android devices, you can also install APK using ADB commands. In this tutorial, we'll see how we can sideload APK via ADB easily. Read on to learn more.

Hello folks, how do you install an app on your Android-powered device? Most of my pals answered this question with the most common answers like installing from the Google Play Store app on their Android devices or installing apps by logging into their Play Store on the PC and installing Standalone apps from the SD card by enabling the Unknown Sources option in the device settings. Most of the Android users fall into one of these categories because that's the simple way to install apps. But what if the UI of your device collapsed and you can't access any apps on your device?

When you're playing with some random app, your device may sometime collapse due to that app interfering with your device UI. This most possible scenario is that the device's launcher is hung and cannot be accessed. As you know without the launcher app, you cannot access anything on your device. Thus, if you need to install any third-party launcher app to get into your device, you have to download the launcher app APK on your PC. If the Google Play Services has collapsed (this usually happens when you try to mod your device), you cannot install the app from Play Store at all.

In that case, the ADB comes to your rescue. ADB is the acronym for Android Device Bridge which acts a bridge between your PC and Android device. You can install apps through this ADB tool, but it is not limited to it, the scope of ADB tool is far higher and even if you know little about Android development you will understand its importance. But for the sake of the topic, we will show you how to install android apps from ADB. So let's get on with the guide.

Preparations

  • Proper Device drivers installed on your PC for your device.
  • Either setup ADB and Fastboot on your computer, or download the ADB and Fastboot SDK Platform-Tools.
  • Enable USB Debugging on your device. If you don't know how to do it, follow the instructions given here.

Install APK Using ADB Commands

  1. Let's make the ingredients ready, extract the ADB files to a folder on your PC and place the APK file you want to install (We are installing Whatsapp) You should have the similar files:
    adb and fastboot files
  2. Now open a command prompt in the ADB folder by holding the Shift key and Right Click in the empty space in the folder.open-cmd-windows
  3. Connect your device to the PC and type the following command to verify whether your device is detected by the PC.
                        adb devices                  
    install apk using adb commands
    Install APK via ADB Commands on Android Devices

    If detected you will see the output similar to below:

  4. If your device is not shown under the List of devices, check the device drivers on your PC and come back.
  5. Now type the following command to install the app from your PC:
                        adb install <app name.apk>                  
    install apk via adb
    Install APK via ADB Commands on Android Devices

    Where apk name is the exact name of the app you're installing. Check this screenshot for example:

  6. If it shows success, the apk is successfully installed on your Android device. There are also many options for the ADB install command:
                        adb install -r <app name.apk>                    [The -r option allows you to re-install or update an existing app on your device]
                        adb install -s <app name.apk>                    [The -s option lets you install app to SD card if the app supports move to SD card feature]
  7. If you want to uninstall an app, it's a similar procedure. Type the following command:
                        adb uninstall <app name.apk>                  
  8. But in case you want to Uninstall an app, you need to know the entire package name likecom.adobe.reader,which is a little tricky.

That's it, try this little trick on your device.

Let us know the outcome in the comments section below.

Reader Interactions

What Is Device Driver Access In Android App

Source: https://www.droidviews.com/install-apk-files-using-adb-commands/

Posted by: marshallknowded.blogspot.com

1 Response to "What Is Device Driver Access In Android App"

  1. I think this is an informative post and it is very useful and knowledgeable. therefore, I would like to thank you for the efforts you have made in writing this article. doordash app for drivers

    ReplyDelete

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel