About 5,860 results
Open links in new tab
  1. Enable and disable system apps via ADB

    Nov 8, 2013 · Further to the answer by @eldarerathis, you can disable an app for a specific user. I used this method to remove some apps from a restricted user that weren't listed on the user …

  2. Factory reset Android using ADB

    Jul 13, 2021 · I am trying to factory data reset my Oppo Neo 7 (Android 5.1) using ADB shell. Any way I can try and link to ADB shell?

  3. Is there a way for me to run Adb shell as root without typing in 'su'?

    However, it's possible for a script to pipe commands into what adb thinks of as an interactive shell, so having adb default to root really isn't necessary for that reason.

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

    In the question it is mentioned that adb does not work and that the device is not rooted (which should be required for your second command).

  5. root access - Is it possible to make multiple adb commands a one …

    Jun 18, 2019 · Is it possible to make the following commands a one-liner command ? to change bootanimation.zip quickly and gain some C:\Users\User\Desktop>adb push bootanimation …

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

  7. twrp - How to uninstall a system app using adb uninstall …

    Jul 17, 2017 · This question is specific to using adb to uninstall a package. There are several similar questions but are all different from this one, as they're focused on removing an …

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

  9. settings - Enable location services via ADB or shell - Android ...

    Feb 22, 2013 · I have a rooted phone. Is it possible to enable location services (GPS or network location) via ADB or Terminal Emulator?

  10. Get IMEI number with ADB command - Android Enthusiasts Stack …

    Apr 5, 2018 · I am working with ADB on my Samsung Galaxy device. I want to get the IMEI number of the device using ADB, but I have been unable to do that. I tried the following: adb …