Skip to main content

Questions tagged [adb]

ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device.

0 votes
1 answer
77 views

adb reverse not working on adb tcpip/adb network(wirelesss) debugging

I connect my phone to PC for debugging using adb network/tcpip for example adb connect 192.168.xxx.xxx then I enter code in terminal adb reverse tcp:8000 tcp:8000 to connect my flutter app to my ...
ZAB Pro's user avatar
  • 11
0 votes
0 answers
33 views

Can adb be leveraged to send commands to a running Linux application

I have a c++ application running on a linux device that supports adb and is connected to my laptop. The application does have a local server running. void TCPServer::start() { ...
bourne's user avatar
  • 1,185
0 votes
1 answer
41 views

Fix install adb on macOS

PCs-MacBook-Pro:platform-tools pc$ pip3 install adbCollecting adbUsing cached adb-1.3.0-py3-none-any.whlCollecting libusb1>=1.0.16 (from adb)Using cached libusb1-3.1.0-py3-none-any.whl.metadata (15 ...
Amadeus Bach's user avatar
0 votes
0 answers
96 views

ADB install on physical device is not working [duplicate]

I recently purchased a macbook air M3. After configuring basic android developer setup. I am running into a problem where I am not able to install any .APK file using adb install. I believe android ...
Arun Mehra's user avatar
0 votes
2 answers
42 views

Which storage API for automated screenshot saving and retrieval?

I'm automating the creation of screenshots using instrumented tests (androidTest) on a debug version of my app using UiAutomator and a shell script that uses adb pull. Once each screenshot has been ...
medavox's user avatar
  • 183
0 votes
1 answer
40 views

Using UIAutomator dumpWindowHierarchy in Kotlin tests

I'm writing some Android UI Tests with UIAutomator and want to take advantage of the UiDevice.dumpWindowHierarchy() function. Right now I'm calling it and passing it a full path to the same location ...
AndyReifman's user avatar
  • 1,748
-1 votes
1 answer
26 views

Wireless Debugging is disabled when I disconnect the USB

I am connecting my mobile device with the laptop using the following commands adb tcpip 5555 adb connect ip_address:5555 The connection is successfully established and it shows wireless device in ...
HassamJaved's user avatar
0 votes
0 answers
26 views

Issues with reading and writing in process with adb console

I am trying to improve the read and write functionality. The task is to have console working while I receive outputs from commands I have send. The issue is I do not know when the response ended e.g. ...
kurczakiiziemniaki's user avatar
0 votes
0 answers
29 views

App sometimes crashing when installing signed debuggable version

I have for years now built my app in two different ways: signed debuggable release and signed non-debuggable release. When installing my debugging version, I sometimes get a crash when installing my ...
Flyview's user avatar
  • 1,901
1 vote
1 answer
60 views

Case insensitive operator does not work in logcat

In Android logcat there is an option for specifying regex filter: -e, --regex=<expr> Only print lines where the log message matches <expr> where <expr> is ...
Roman Toasov's user avatar
0 votes
0 answers
65 views

Android 14: logcat displays only "Telecom" tag

I'm having a weird issue I cannot figure out. I recently bought a new phone (Nubia RedMagic 9 Pro, with Android 14) and I cannot make logcat work properly with it. By running adb logcat all I see are ...
Beriol's user avatar
  • 646
1 vote
0 answers
28 views

using adb : check the underlying version of a service

I am trying to get information about the composer3 system service using adb shell. I can use this command to list the service service list | grep -i composer this show me the android.hardware.graphics....
user806168's user avatar
0 votes
0 answers
26 views

ADB - "adb.exe: unknown command jdb"

I have installed JDK22, JAVA, Bluestacks and Android Studio SDK yet I think I dont have JDB installed: adb.exe: unknown command jdb enter image description here ADB is working properly though: enter ...
Eren's user avatar
  • 1
0 votes
1 answer
132 views

android studio "jellyfish" emulator is showing but not working

I've installed new version - jellyfish But the emulator is working and unable to run stuck at booting for several hours, more than 2 hours. Getting error "No Target Device found." Android ...
vinod yadav's user avatar
0 votes
0 answers
45 views

How to get the Current FPS of the Screen of android using the ADB

I am working with the Android Platform, I want to know the FPS of the screen of my app. I am struggling to calculate the current FPS of the android screen, when my app is running. Because, sometimes ...
Prijesh Devanand's user avatar

15 30 50 per page