Quantcast
Channel: Active questions tagged adb - Android Enthusiasts Stack Exchange
Browsing all 108 articles
Browse latest View live

Treble: How do I check if it is enabled on my device?

Title says it allBy way of background Project Treble was announced with release of Oreo to speed up OS updates by reducing OEM delay . Devices running Oreo out of the box are expected to have it , so...

View Article



adb install apk successful on device (or emulator), but not found

I am using command line to install apk on devices and emulators. There is only one device at one time, so I don't have to specify the device's name.adb install file.apkoutput:Performing Streamed...

View Article

On a not rooted smartphone, how do I format my SD Card to a file system of my...

On a not rooted smartphone, how do I format my SD Card to a file system of my choosing?Note that I have ordered an SD card reader so I can put my SD card into my laptop and try formatting it from...

View Article

All QDL tools won't see hard-bricked moto g8 power when trying blankflash

I am trying to unbrick my hard-bricked Moto G8 Power, but with all the blankflash tools I have used, the only response is:< waiting for device >When running lsusb, the phone shows up as:Bus 001...

View Article

How to connect mouse to Android phone via ADB?

I want to play an Android game on my PC but since my phone can play it better, I've hooked it up to my PC using USB with scrcpy and a bluetooth keyboard, however unfortunately, I don't have a bluetooth...

View Article


Adb refuses to see my phone, lsusb has no problems

After installing android-tools-adb and android-tools-fastboot from a ppa and adding:SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev", SYMLINK+="android%n"to...

View Article

How to access photos and videos stored inside Google Photos "Locked Folder"...

I would like to take the backup of all photos and videos stored inside google photo's "Locked folder".I use adb to pull out files from my android. And i would like to seemlessly pull media from the...

View Article

ADB push sync but delete files at destination that don't exist at the origin

I'm sure I did this a few months back, but I'm drawing a complete blank.I'm syncing my music using from my computer to my phone via usb using:adb push --sync local remoteThat's all fine until I rename...

View Article


How do I determine frida-server version on device?

I did not push and frida-server manually on device but I can connect to rooted device with frida-ps and adb enabled. I have magisk and shamiko and Lsposed. Some post suggests that magisk has its own...

View Article


How can I get the last dialled number and call duration via adb?

I'm creating a computer system for telemarketing.I'm using adb commands to dial numbers LinkIs it possible to get last dialled number and call duration via adb?If it is, how?

View Article

Permanently Bricked?

I have a Samsung Galaxy s10e that is stuck in a boot loop. I have tried everything imaginable from a cache reset to a total reinstallation of Samsung flashed through Odin. Now, I want to try to install...

View Article

Reset wm setting overrides

A mere ~15 minutes ago I was messing with the "wm" command under android to get Avelog's Mouse Simulator to run better (this worked!).Not knowing these overrides are persistent on these modern versions...

View Article

Convenient way of checking is Shizuku server is running?

How can you check if Shizuku is running before executing the start command?I am running Shizuku on non rooted device and I noticed it randomly stops sometimes when wireless debugging becomes disabled...

View Article


Change USB connection mode using ADB only (broken screen) [closed]

I am trying to use Vysor to control my Moto G5 which has a broken screen (completely black). It appears to be working otherwise (rings when called etc).However, I cannot connect to my PC using USB...

View Article

How to turn on the Wi-Fi hotspot using ADB?

Do you have any idea how can we configure and turn on the wi-fi hotspot using the command line (ADB console)?

View Article


Revoke permission of system apps without root

I was wondering if there is any way I could revoke permission of a system app without having root. And if the is a way and I managed to do it are there any side effects that might result in the app...

View Article

LG - Fastboot doesn't recognize my device

I'm trying to get flash a custom recovery on my LG p760, however when I type fastboot devices in the command prompt (while booted into fastboot mode) nothing shows up. adb devices works fine though. I...

View Article


termux: running termux via adb without *any* direct interaction with the device?

I know how to open the termux app, run (for example) sv up sshd, and then interact with the Android device via ssh, rsync, etc. This is just an example, and the same is also true for any other termux...

View Article

ADB command to permanently disable Android 12 microphone & camera indicators

I want to permanently disable the microphone and camera usage indicator on Android 12.I tried the following ADB command, but it only disable for some minutes: adb shell cmd device_config put privacy...

View Article

How to get adb logcat to filter ONLY by specific app (package name)

Would like to know how can I get the adb logcat of ONLY certain app, and all its errors and messages associated.I've tried before with adb logcat -c; adb logcat | grep com.fitbit.FitbitMobile, but the...

View Article
Browsing all 108 articles
Browse latest View live




Latest Images