0x192 / universal-android-debloater

Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
14.72k stars 798 forks source link

UAD Not Detecting My Phone #884

Open geedogz opened 9 months ago

geedogz commented 9 months ago

Describe the bug My PC can detect my phone through ADB and is installed with USB drivers. But UAD is not detecting my phone.

Expected behavior The program is supposed to detect my phone

K4sum1 commented 9 months ago

I have this exact issue, I can adb shell or whatever just fine. Maybe it'd actually work if it wasn't made with Rust.

chiragnahata commented 9 months ago

Same issue

rachnov55 commented 9 months ago

Describe the bug My PC can detect my phone through ADB and is installed with USB drivers. But UAD is not detecting my phone.

Expected behavior The program is supposed to detect my phone

make sure you have the UAD file in the same directory as your adb tools

flashgordo7 commented 8 months ago

Close all programs UAD file in the same directory as your adb tools Check adb drivers must be installed Adb mode must be enabled in developer options In your PC, Check in process explorer, details tab for adb.exe process, and click on end task (lower right corner) Try again to connect to your phone in uad

A suggestion to developers 💯 , before start uad, check if another adb.exe process is running and prompt to user to close it.

I hope it helps :D 👍🏻

PlNG commented 7 months ago

Also as a suggestion to developers, instead of being unable to detect the phone, detect if ADB is in the directory, then guide the user if it is not. "Program must be in the same directory as Android Debug Bridge. Don't have it or don't know what it is? Get it here. Extract the contents somewhere, then move the Universal Android Debloater program into the folder."

stopspy commented 3 months ago

I tried all of the instructions below but phone is still not detected. ADB is definitely set up because I have used it with command line.

Close all programs UAD file in the same directory as your adb tools Check adb drivers must be installed Adb mode must be enabled in developer options In your PC, Check in process explorer, details tab for adb.exe process, and click on end task (lower right corner) Try again to connect to your phone in uad