adb Questions

2

I get that warning on the cmd when i try to execute this activity. I'm new here using adb so I don't really know what I'm doing wrong. Any advice? adb shell am start -n com.android.settings/.Settin...
Overhang asked 14/3, 2023 at 8:55

4

The app can not be launched. It is stuck for a very long time in "Launching on Devices" (it seems to not stop). Sometimes instead of beeing stuck it gives the error 'device 'DEVICEID' not...
Kleist asked 16/7 at 17:27

3

Solved

I want to send "CTRL + W" to the Chrome for Android to close active tab. I tried lots of things but there is no success to achieve it from terminal. (If i connect a USB Keyboard with OTG, i can clo...
Camion asked 5/10, 2014 at 16:35

4

Solved

There is an error launching activity, unfortunately I assume it is not connected strictly with the project due to the fact the app launches on genymotion emulator, but does not on physical device. ...
Daniels asked 21/10, 2014 at 17:6

3

I am having one android target. I have some audio file in mnt/sdcard0. How can I play through adb command? Music player application is already installed in the target.
Rillet asked 25/5, 2015 at 11:44

2

i'm using ADB with command adb shell settings put global http_proxy <ip>:<port> it's works very good . but i can't login proxy if it had protected with username and password please...
Expend asked 14/2, 2020 at 5:39

7

everytime i run flutter doctor i am facing this issue how can i get rid out of it plz hep. flutter error
Babylonia asked 12/12, 2020 at 7:31

3

Solved

I have been hunting around for the afternoon to try to see if there is any way to install older versions of the Android platform-tools. I have tried via sdkmanager and by the older android version ...
Revivalism asked 23/11, 2018 at 22:48

2

I'm trying to play a video on android via adb shell on vlc several times in a row. When playing the video once the following command was sufficient: adb shell am start -a android.intent.action.VIE...
Blinni asked 12/4, 2018 at 9:29

5

We are using firebase cloud messaging to get the push notification into android app. Currently to test push notification we need to send the message to FCM server and wait for the message to arri...

9

Solved

I was following this tutorial to set the app as device owner. In that tutorial, there is a section 'Using adb to set the device owner'. The tutorial here says that after installing the Kiosk Mode D...
Ignoble asked 24/5, 2017 at 10:24

4

Solved

I need to get the color information of a specific point on screen of my android phone. Is there a way to do that through ADB? I am now using the build-in command screencap to capture the whole sc...
Plum asked 12/6, 2014 at 12:56

2

Solved

Say I have a simple executable linux program that runs indefinitely in a loop till it is explicitly killed. I want to be able to deploy it in such a way that it continues to run even after I discon...
Sapindaceous asked 5/4, 2016 at 23:0

13

I'm trying to set the date/time using the ADB shell but the shell only returns the current time. I've tried: adb shell date -s YYYYMMDD.HHmmss and unix time like: adb shell date 1318349236 any id...
Boardwalk asked 21/10, 2013 at 14:12

8

Solved

Is there a way to install CA certificate (.crt file) under the Security -> Trusted Credential -> User tab via ADB? or any other "scriptable" way.
Conflagration asked 6/7, 2017 at 7:51

4

I am trying to execute reverse tcp command on a android device connected remotely(using adb connect <ip-address>). But I am getting following error while executing: adb -s 192.168.0.101 reve...
Beforehand asked 10/9, 2017 at 8:31

6

Solved

Im struggling with adb and LG G6 on OSX. Tried installing LG Mobile drivers. Tried MPT, PTP and other modes with no luck Tried enabling USB thetering Nothing seems to work, anyone with the sa...
Mosher asked 30/8, 2017 at 23:36

16

I downloaded the latest platform-tools for windows, then I enabled developer mode on my phone and turned on adb over wifi. However after I enter the command adb pair ipaddr:port I get the error &qu...
Phelips asked 3/11, 2020 at 20:38

8

Hi I am new to android I am not able to run adb.exe it gives me below error: ==>adb start-server adb I 6108 5748 adb.cpp:219] Android Debug Bridge version 1.0.32 adb I 6108 5748 adb.cpp:219] Re...
Harshman asked 17/12, 2015 at 6:28

3

Solved

My application requires an alternate contact while installing an app.When I run install & register app there are no contacts in new devices bydefault. I have found an adb command to add an co...
Puryear asked 14/1, 2016 at 8:2

4

I have an android device, which when registered to an account renames itself after the account name. I need to get that name using adb.
Shipboard asked 21/2, 2019 at 15:16

12

Solved

I've been at this for a while. My issue is with using my OnePlus in order to run apps over ADB. As expected, when I connect my OnePlus without USB Debugging enabled, it is connected as a "Portable ...
Tolerable asked 21/12, 2015 at 6:26

13

Solved

I am trying to run adb. When I run : "adb start-server" it hangs during a while, and then no message. After that the command "adb get-state" receive the answer "error: protocol fault (no status)" ...
Estriol asked 27/3, 2013 at 15:41

7

Solved

Android Studio Bumblebee (2021.1.1) was released stably on 25 January 2022 bundled with a new Device Manager (accompanying new support for Android 11+ device debugging over WIFI). I jumped on this ...
Moorman asked 1/2, 2022 at 5:55

15

Solved

I have used Android Studio Bumblebee's latest function (Wifi pairing) for 2 - 3 days before it stopped working. I am now receiving the error "This system does not meet the requirements to supp...
Hoffmann asked 1/2, 2022 at 17:23

© 2022 - 2024 — McMap. All rights reserved.