About 206,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. Why is my Android device not being recognized by adb on …

    Nov 28, 2024 · 0 I'm trying to use adb on Windows 11 and it's not picking up any of my devices. I've tried both a Samsung Galaxy S24 Ultra and a Google Pixel 6a. I've downloaded the …

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

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

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

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

  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. 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 …

  7. 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?

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

    Mar 8, 2021 · the release of Android 11 DP2 in March 2020, as reported by 9 to 5 Google and Android Police it was first introduced officially on Android 11: Developer Preview 3 in April …

  9. How can I shut down my Android device using an adb command?

    How do I halt an android phone using adb command? I can reboot, but I don't know how to halt. I tried shutdown -k wait command, but it did not work.

  10. adb - Batch install apks from computer to Android without actually ...

    Aug 16, 2020 · I want to batch install apks from my desktop directly. Such as I downloaded many apks on the desktop and want to install apks without actually touching my android. How to do …