adb Questions

6

Solved

I'm stuck in "authorizing" status on ADB. I can't bring the "USB debug authorization view" back. On the other hand my phone does says "USB debugging connected. Tap to turn ...
Ridiculous asked 20/12, 2021 at 13:53

9

I tried to run an ADB command in the Android Studio terminal. However I got the following error: adb is not recognized as an internal or external command First I turned on ADB integration unde...
Branen asked 12/2, 2018 at 17:16

7

Solved

I am using react-native-expo for mobile app development. I use an android emulator for the app, vscode editor for development. It started showing me this error from few days. › Opening on Android.....
Speculation asked 10/12, 2021 at 10:20

18

I just rooted my Nexus 5 using this method: http://www.phonearena.com/news/How-to-root-Google-Nexus-5_id49014 I also enabled USB debugging in the developer options. Then I tried to pull a databas...
adb
Selfregulating asked 2/1, 2014 at 20:49

3

Solved

I have an application that listens to receiving notifications. After installation, I should enable notification access to it from Setting -> Security -> Notification Access I install this app on a...
Selfsupporting asked 18/2, 2018 at 19:0

4

Solved

I'm trying to use the Android Adb Command Prompt to copy a folder inside the app container to a local Windows folder. The device is running Android 5.1.1 and is not rooted. adb pull or cp aren't w...
Tindle asked 9/5, 2016 at 11:59

2

Solved

Suppose If change the battery level to any desired value(say from current 50 to 20) adb shell dumpsys battery set level 20 Now I want adb command to fetch the current battery level(ie 20). With th...
Yuonneyup asked 30/8, 2022 at 11:50

2

Solved

I am trying to setup the wifi on my android things raspberry pi following the documentation. My Ssid contains a space in the name let's say "my ssid". I tried to put quotes around it like this: ...
Pivoting asked 25/12, 2016 at 2:38

2

Solved

I use the emulator AVD and i have 3 android : First name Android : test Second name Android : test1 Third name Android : test2 I launch the first and second android with command line : emula...
Pheidippides asked 1/9, 2016 at 11:49

3

Solved

So far I'm able to tap, swipe, unlock, install/uninstall and launch app using adb commands but not able to find how to perform zoom in/out using adb command. I have got coordinates of pinch in/out...
Amusement asked 18/8, 2014 at 12:39

2

I've been trying to install TWRP custom recovery on my galaxy s8 and haven't had much luck getting past this particular issue. After looking on several forums and watching pretty much all of the so...
Vernita asked 30/12, 2019 at 21:20

4

Solved

First, I have already uninstalled this app from my Huawei tablet device. Now, I want to reinstall the APK with same package name using adb command line from my Mac. ./adb install ~/myapp.apk I got...
Elsieelsinore asked 14/4, 2022 at 12:56

25

I am writing some sample apps. After I debug these apps, I don't see an uninstall button in my device's application management. When I do adb uninstall, it always says Failure without any reason. I...
Exodontist asked 23/11, 2012 at 19:43

11

Solved

The wireless adb connection works fine on my Android 11 phone + Windows workstation. But it's not convenient, as every time the phone Wifi disconnects/reconnects, I have to: Turn on wireless debug...
Fulgurant asked 1/2, 2021 at 11:0

16

Solved

I have an LG-E405 phone running Android 2.3.6. I connected my phone with a USB cable and selected the mode as Charge Only. Now when I try to turn on USB Debugging, I find that that the option is ...
Pratt asked 10/1, 2013 at 5:32

2

Solved

On Samsung device, if you install some themes, icon packs, etc in the Galaxy Theme app and do an adb shell pm list packages, the results are not found. Any ideas why? I've tried multiple switches a...
Emmott asked 14/8, 2020 at 16:27

6

I have a task at work to investigate if it is possible to send AT commands to an android device via ADB shell. So far,I have tried to echo out the AT commands but it passes them as normal str...
Barcarole asked 12/10, 2012 at 8:54

36

Solved

I have a HP Slate 21 that is connected to my Windows box using a USB cable. USB debugging is enabled on the device. After adding the proper %SingleAdbInterface% and %CompositeAdbInterface% entries ...
Macrobiotics asked 16/1, 2014 at 18:53

31

Solved

There is very awkward thing I am facing. Logcat is shown in debugging application, but while running (not debugging) application, it is not showing Logcat. I tried restarting it but nothing is happ...
Gamesmanship asked 2/3, 2015 at 16:58

4

Solved

I am trying to create a script that will retrieve and uninstall all user apps in one batch operation through adb. Does anyone know how I would be able to do this? I can currently list out all 3rd ...
Lavonnelaw asked 14/8, 2013 at 23:2

18

When I am building a game for android, I get this message: No Android device found! Make sure USB debugging has been enabled. Check your device. In most cases there should be a small icon in t...
Lachish asked 24/4, 2016 at 15:29

28

Solved

I tried to install my app into Android L Preview Intel Atom Virtual Device, it failed with error: INSTALL_FAILED_NO_MATCHING_ABIS What does it mean?
Severity asked 4/7, 2014 at 10:17

18

Solved

How to push a file from computer to an Android device having no SD Card in it. I tried: C:\anand>adb push anand.jpg /data/local 3399 KB/s (111387 bytes in 0.032s) C:\anand>adb push anand.jpg...
Selfabuse asked 30/12, 2013 at 6:6

10

Solved

I was trying to install some custom recovery and ROM on to my phone when I got to this situation. (I have my windows update turned off) ADB or fastboot shows <waiting for devices> I tri...
Emlynne asked 23/7, 2018 at 12:54

14

I'm basically trying to do this: How can I connect to Android with ADB over TCP? with the Droid X2. I have USB Debugging on, and my phone is plugged in via USB. The IP Address is 10.0.78.33 (I hav...
Beutner asked 11/6, 2011 at 0:6

© 2022 - 2025 — McMap. All rights reserved.