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
0 answers
47 views

Android Debugging without USB

I'm trying to use adb to run some experiments on an old phone of mine, but when connected via USB my computer doesn't recognize the phone as connected. I'm now looking for other options/solutions, ...
TOZ's user avatar
  • 1
0 votes
0 answers
26 views

Getting "Is screenrecord utility available and operational on the device under test? " on Google Pixel

I'm trying to capture screen recording of automation running through Appium using below code. final BaseStartScreenRecordingOptions startScreenRecordingOptions = new AndroidStartScreenRecordingOptions(...
Kulkarni Sachin's user avatar
0 votes
0 answers
23 views

adb total number of possible swipes

I have an android program that I want to interact with using adb, the problem is that I wouldn't know how many swipes are required to go through all elements. I already swipe through UI using adb ...
Todd Strip's user avatar
0 votes
0 answers
172 views

I want to activate USB Debugging on my phone using ADB but my device does not appear with the command 'adb devices'

My phone broke and i can't see the screen and the touch is also gone for good. I want to activate USB debugging on it so i can recover my things using my pc. I decided to activate the debugging using '...
Joao Junior's user avatar
1 vote
1 answer
56 views

How do I rotate the screen of an android device by a certain number of degrees?

I wear a smartwatch (Galaxy Watch 4) with the screen facing my wrist, and for greater convenience, I would like to rotate the screen not 90 degrees, but approximately 40-45 degrees. Unfortunately, I ...
Trevor Philips's user avatar
0 votes
0 answers
33 views

Flutter - Execution failed for task

My other app's build is working fine. But this app build is giving me this issue how to solve this? Launching lib/main.dart on sdk gphone64 arm64 in debug mode... Running Gradle task 'assembleDebug'......
Navid Rahman's user avatar
0 votes
0 answers
30 views

adb reverse tcp:8080: lost suddenly during USB android debugging

adb reverse: lost suddenly during android USB debugging. > adb reverse tcp:8080 tcp:8080 UsbFfs tcp:8080 tcp:8080 During VSC debugging, sometimes it gets lost suddenly. > adb reverse --list ...
eastwater's user avatar
  • 5,276
1 vote
0 answers
33 views

How to keep cmd window initiated by os.system open?

I am having problems with my python script. I am trying to automate a process using python on windows machine. I open an adb shell and run iperf using it. os.system initiates an cmd window and I can ...
bsknblc's user avatar
  • 79
1 vote
1 answer
71 views

Run instrumented test with Gradle while skipping build and installation

Is there a way to run instrumented test with Android Gradle Plugin without running a build task and installation task? I need to do the installation of test APKs via adb for a very specific reason, ...
Undefined function's user avatar
0 votes
0 answers
186 views

Install Android apkm programmatically / cli

Edit: I'm not sure how to pass the list of apks In the current directory into adb install multiple from the article? I tried these: adb -s localhost:5555 install-multiple --user 0 *.apk ls .apk | adb ...
P1000's user avatar
  • 1
0 votes
0 answers
25 views

Android : How to change LOG OUTPUT LEVEL by cmd?

In Developer Options Android, how can i change LOG OUTPUT LEVEL from DEBUG to VERBOSE by adb command? i used this cmd : "adb shell settings put global adb_log_level 1" but it did not worked. ...
Khoa Nguyen's user avatar
0 votes
0 answers
318 views

I don't find the waydroid configuration

I want to start mobile development with expo. My OS is Ubuntu 22.04. When I type the command npm run android it shows me I don't have android device or emulator. After numerous of problems and bug, I ...
Student_in_computer_science's user avatar
0 votes
0 answers
85 views

adb reverse tcp:8080 tcp:8080 for any domain?

Access server on host from android device for USB debugging: adb reverse tcp:8080 tcp:8080 It works for localhost. Can it work for other domains? On server hosts file: 127.0.0.1 my.example.com From ...
eastwater's user avatar
  • 5,276
1 vote
1 answer
46 views

unable to resolve timestamp in android framestats data

does anyone has any idea about framestats https://developer.android.com/tools/dumpsys#ui Question - While running framestats command I am getting some wierd timestamps Example Flags,IntendedVsync,...
Sarthak Agarwal's user avatar
1 vote
0 answers
56 views

ADB error -3001: INSTALL_FAILED_REJECTED_BY_BUILDTYPE [duplicate]

I've been trying to reinstall Samsung Clock Style which I believe is a system application. When trying to, it gives the output "adb: failed to install : Failure [-3001: ...
Harv-E's user avatar
  • 11

15 30 50 per page
1
3 4
5
6 7
519