universal-android-debloater
universal-android-debloater copied to clipboard
UAD can't detect device
UAD can't find Android 12 Realme GT Neo 2
Application shows 'No devices/emulators found'
logfile: UAD_20220506.log
Photo:
Same problem with me
same problem with Samsung Galaxy A50
@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe
@AtharvPatil25 I tried moving it but still not detecting my phone REALME 8 PRO
@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe
This worked.
@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.
@AtharvPatil25 I tried moving it but still not detecting my phone REALME 8 PRO
Same with me for Redmi 6 A
have you install ADB?
have you install ADB?
Yes PFA Screenshot
t
@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe
Thank you this worked for me.
have you install ADB?
Yes PFA Screenshot
t
Had a similar issue but on macOS. Looks like there are two problems:
- You don't have USB debugging enabled (when you type
adb devices
it should not sayunauthorized
). To fix this you have to allow USB debugging throughSettings-> 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. - 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
@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe
This worked for me, MiA3
have you install ADB?
Yes PFA Screenshot
t
Had a similar issue but on macOS. Looks like there are two problems:
- You don't have USB debugging enabled (when you type
adb devices
it should not sayunauthorized
). To fix this you have to allow USB debugging throughSettings-> 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.- 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
have you install ADB?
Yes PFA Screenshot
t
Had a similar issue but on macOS. Looks like there are two problems:
- You don't have USB debugging enabled (when you type
adb devices
it should not sayunauthorized
). To fix this you have to allow USB debugging throughSettings-> 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.- 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
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
@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
Same for me, The device is detected in ADB as 'device' but UAD is unable to detect it.
UAD_20220726.log
@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe
It worked, thanks!
Or just add ADB to PATH; it effectively solves the same issue.
@AtharvPatil25 logfile clearly states the issue, try moving uad_gui-windows.exe to same folder as adb.exe
Thankyou it helped