universal-android-debloater icon indicating copy to clipboard operation
universal-android-debloater copied to clipboard

UAD can't detect device

Open AtharvPatil25 opened this issue 2 years ago • 18 comments

UAD can't find Android 12 Realme GT Neo 2

Application shows 'No devices/emulators found'

logfile: UAD_20220506.log

Photo: UAD

AtharvPatil25 avatar May 06 '22 15:05 AtharvPatil25

Same problem with me

Subhendusenapaty avatar May 06 '22 16:05 Subhendusenapaty

same problem with Samsung Galaxy A50

laxmikant007 avatar May 06 '22 16:05 laxmikant007

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

unknown-git avatar May 06 '22 17:05 unknown-git

@AtharvPatil25 I tried moving it but still not detecting my phone REALME 8 PRO

adityahnh avatar May 07 '22 15:05 adityahnh

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

This worked.

sachinsyam avatar May 07 '22 16:05 sachinsyam

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

Worked ,but can't uninstall music app from iqoo 9se thankyou.

Subhendusenapaty avatar May 08 '22 06:05 Subhendusenapaty

@AtharvPatil25 I tried moving it but still not detecting my phone REALME 8 PRO

Same with me for Redmi 6 A

Classic5493 avatar May 08 '22 08:05 Classic5493

Error UAD_20220508.log

Getting error of No Devices Found for Redmi 6 A

Classic5493 avatar May 08 '22 08:05 Classic5493

have you install ADB?

lakshyarao22 avatar May 08 '22 09:05 lakshyarao22

have you install ADB?

Yes PFA Screenshot ADB t

Classic5493 avatar May 08 '22 09:05 Classic5493

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

Thank you this worked for me.

pmjeterjr avatar May 09 '22 15:05 pmjeterjr

have you install ADB?

Yes PFA Screenshot ADB t

Had a similar issue but on macOS. Looks like there are two problems:

  1. You don't have USB debugging enabled (when you type adb devices it should not say unauthorized). To fix this you have to allow USB debugging through Settings-> developer options-> USB debugging after which a pop-up will appear on your phone when you connect it to the PC asking you to grant access.
  2. The app can't access the installed ADB. Are you able to use ADB outside of the platform-tools folder? If not you may have to re-install it or add it to your PATH variables

sspathak avatar May 10 '22 19:05 sspathak

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

This worked for me, MiA3

ameyparab3 avatar May 11 '22 11:05 ameyparab3

have you install ADB?

Yes PFA Screenshot ADB t

Had a similar issue but on macOS. Looks like there are two problems:

  1. You don't have USB debugging enabled (when you type adb devices it should not say unauthorized). To fix this you have to allow USB debugging through Settings-> developer options-> USB debugging after which a pop-up will appear on your phone when you connect it to the PC asking you to grant access.
  2. The app can't access the installed ADB. Are you able to use ADB outside of the platform-tools folder? If not you may have to re-install it or add it to your PATH variables

Hello For first point its done already second point please elaborate. FYI I performed same operation using same ADB and setup for One Plus Nord it was successful but its not working for Redmi 6 A

Classic5493 avatar May 12 '22 09:05 Classic5493

have you install ADB?

Yes PFA Screenshot ADB t

Had a similar issue but on macOS. Looks like there are two problems:

  1. You don't have USB debugging enabled (when you type adb devices it should not say unauthorized). To fix this you have to allow USB debugging through Settings-> developer options-> USB debugging after which a pop-up will appear on your phone when you connect it to the PC asking you to grant access.
  2. The app can't access the installed ADB. Are you able to use ADB outside of the platform-tools folder? If not you may have to re-install it or add it to your PATH variables

Hello For first point its done already second point please elaborate. FYI I performed same operation using same ADB and setup for One Plus Nord it was successful but its not working for Redmi 6 A

Based on the log file you shared, it looks like the app can't find the installed ADB. You can try moving the exe to the folder that contains ADB (platform-tools). If that doesn't work you can try adding ADB to the path variable as described here

sspathak avatar May 13 '22 07:05 sspathak

I had the same problem.

Fixed it this way. Resolution Possible solutions if "adb devices" shows a device as "unauthorized":

C:\Users\JohnDoo>adb devices List of devices attached 17310D821D unauthorized

1. Disconnect USB between PC and device
2. Stop adb server by entering "adb kill-server" in command window
3. On device use "Revoke USB debugging authorizations" in "Developer Options"
4. On PC delete "adbkey" file in user directory, for example "C:\Users\JohnDoo\.android"
5. Reconnect the device to the PC, --> keep screen on at device
6. Open a command window and enter "adb devices". **Watch the device's screen for any Authorization message and allow the connection.**

After authorization message "adb devices" should message "device"

C:\Users\JohnDoo>adb devices List of devices attached 17310D821D device

source: https://support.honeywellaidc.com/s/article/How-to-fix-adb-devices-shows-unauthorized-device

DoeEensGek avatar May 21 '22 08:05 DoeEensGek

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

Worked ,but can't uninstall music app from iqoo 9se thankyou.

iQOO built-in music app (com.android.bbkmusic) is installed as a system app (since Android 12?) that cannot be disabled/uninstalled via ADB.

Trying to disable the app you will get Cannot disable com.android.bbkmusic no root permission and trying to uninstall shows Failure [DELETE_FAILED_USER_RESTRICTED].

See XDA Forum

Vinfall avatar Jun 25 '22 02:06 Vinfall

Same for me, The device is detected in ADB as 'device' but UAD is unable to detect it. image image UAD_20220726.log

TechNo1geek avatar Jul 26 '22 11:07 TechNo1geek

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

It worked, thanks!

arinWald avatar Feb 01 '23 13:02 arinWald

Or just add ADB to PATH; it effectively solves the same issue.

AnonymousWP avatar Feb 01 '23 19:02 AnonymousWP

@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe

Thankyou it helped

JUBAIRAHAMED03 avatar May 21 '23 05:05 JUBAIRAHAMED03