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.71k stars 797 forks source link

not able to uninstall apps #928

Open tmalai76 opened 7 months ago

tmalai76 commented 7 months ago

I'm having an issue with Redmi 3s Prime mobile. please see the log file. it shows not installed for user 0. but in UAD it has only user 0, there are no other users shown.

2023-11-06 20:28:27 INFO [src\gui\mod.rs:457] ----------------------------------------------------------------- 2023-11-06 20:28:27 INFO [src\gui\mod.rs:458] ANDROID_SDK: 23 | PHONE: Xiaomi Redmi 3S 2023-11-06 20:28:30 INFO [src\gui\views\list.rs:141] Custom selection has been successfully imported 2023-11-06 20:29:54 ERROR [src\core\utils.rs:219] [Unlisted] pm uninstall --user 0 com.facebook.appmanager -> Failure - not installed for 0 2023-11-06 20:29:54 ERROR [src\core\utils.rs:219] [Unlisted] pm uninstall --user 0 com.facebook.system -> Failure - not installed for 0 2023-11-06 20:29:54 ERROR [src\core\utils.rs:219] [Unlisted] pm uninstall --user 0 com.facebook.services -> Failure - not installed for 0

Frigyes06 commented 7 months ago

See #923