About 101,000 results
Open links in new tab
  1. How to install xapk, apks, or multiple-apks via adb? - Android ...

    Feb 13, 2020 · I know we can use adb install-multiple to install signed apks but if they are unsigned how can I do it if I have the root? I used to be able to copy and paste single apk to …

  2. What's ADB and why is it used for? How do I install it on my device?

    ADB is the acronym for Android Debug Bridge, which is part of the Android SDK (Software Development Kit). It uses a client-server-model (i.e. adbd, the ADB daemon, is running on the …

  3. adb - How to mount /system rewritable or read-only? (RW/RO)

    May 31, 2015 · How can I mount the /system directory rewritable or read-only on my Android phone?

  4. Enable and disable system apps via ADB - Android Enthusiasts …

    Nov 8, 2013 · Is there any adb command to enable/disable a system app? Thanks

  5. List of ADB settable permissions - Android Enthusiasts Stack …

    Jan 13, 2020 · adb shell pm list permissions That will give you a full list of what permissions are available to be given/rejected on that device, including permissions defined by the …

  6. How to reinstall an uninstalled system app through ADB?

    Jul 31, 2019 · Technically, the command adb shell pm uninstall -k --user 0 <package_name> does not uninstall an app from the device. Instead, it just removes it from a user. There are a …

  7. adb - (Re)boot an Android phone from USB - Android Enthusiasts …

    Dec 14, 2014 · For a PC method you will be using Android Debug Bridge, commonly called ADB. Here is a link for a download. It's from the XDA Forums. Read the page while your there and …

  8. ADB - bypass lock screen - Android Enthusiasts Stack Exchange

    ADB - bypass lock screen Ask Question Asked 4 years, 10 months ago Modified 3 months ago

  9. Reset PIN from adb shell - Android Enthusiasts Stack Exchange

    Apr 27, 2020 · I have forgotten the PIN of a device but I do have access to a root shell with adb shell and su Is there some way I could remove the screen PIN lock or change it?

  10. How do you pair a Device for Wireless Debugging with a QR Code?

    Mar 8, 2021 · Android 11 and ADB utilize multicast DNS (mDNS) for its wireless pairing. ADB 30.0.0 added support for wireless pairing, including commands like: adb pair to pair the …