universal-android-debloater
universal-android-debloater copied to clipboard
GUI not working correctly in Linux Mint 20.3 and 21
Describe the bug
I enabled USB debugging in the developer options on my Xiaomi Redmi 9A and ADB connects to it and lists it as attached. I installed ADB with apt install android-sdk-platform-tools
then got the tarball, extracted it with tar -xf uad_gui-linux.tar.gz
and ran the one file that's inside ./uad_gui-linux
. The GUI opens up, the device is listed as closed and there are some warnings about missing files in the terminal.
Keep up the good work, great project and thanks!
UAD log There is no directory on my system named "runner", nor "gui" in the etc directory btw.
2022-09-13 21:10:50 WARN [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.13.1/src/gles/egl.rs:222] No config found!
2022-09-13 21:10:50 WARN [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.13.1/src/gles/egl.rs:222] No config found!
2022-09-13 21:10:50 WARN [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.13.1/src/vulkan/adapter.rs:1157] Missing extensions: ["VK_KHR_timeline_semaphore"]
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
2022-09-13 21:10:50 WARN [src/gui/mod.rs:102] Trying to download remote UAD list
ERROR: error: device 'KR4PVSQ8NRBYAUUS' not found
2022-09-13 21:10:55 WARN [src/gui/views/list.rs:142] No custom selection imported: No such file or directory (os error 2)
So you downloaded https://github.com/0x192/universal-android-debloater/releases/download/0.5.1/uad_gui-linux.tar.gz? Try https://github.com/0x192/universal-android-debloater/releases/download/0.5.1/uad_gui-linux-opengl.tar.gz.
Tried it as well and the same thing happens but with a slightly different log:
2022-09-15 17:14:44 WARN [src/gui/mod.rs:102] Trying to download remote UAD list
ERROR: error: device 'KR4PVSQ8NRBYAUUS' not found
2022-09-15 17:14:49 WARN [src/gui/views/list.rs:142] No custom selection imported: No such file or directory (os error 2)
This seems like a known issue, see: https://github.com/0x192/universal-android-debloater/issues/255. If you think it's the same issue as you face, you should close this issue as it's then redundant.
This seems like a known issue, see: #255. If you think it's the same issue as you face, you should close this issue as it's then redundant.
I unfortunately read this thread already and the issues are very poorly described with little to no details, not a single log was posted and there is no real solution to the issue either, since the upgrade to Mint 21 doesn't fix anything. So I'll try my luck and keep this one up, at least for a while :))
Keep up the good work, great project and thanks!
Thank you. I appreciate the compliment :slightly_smiling_face:
ERROR: error: device 'KR4PVSQ8NRBYAUUS' not found
The question is why your device ID appears but is not found...
What is the output of:
adb devices
The question is why your device ID appears but is not found...
What is the output of:
adb devices
This is the output from adb devices
:
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
KR4PVSQ8NRBYAUUS device
Should be like this if I'm not mistaken?
The question is why your device ID appears but is not found...
What is the output of:
adb devices
This is the output from
adb devices
:* daemon not running; starting now at tcp:5037 * daemon started successfully List of devices attached KR4PVSQ8NRBYAUUS device
Should be like this if I'm not mistaken?
Yes, try again now.
Yes, try again now.
Nothing changed...