Universal-Debloater-Alliance / universal-android-debloater-next-generation

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
2.17k stars 74 forks source link

bug(scope): 3 Recommended apps fail to uninstall or disable on 2024 Motorola Edge #584

Open Lost-Entrepreneur439 opened 4 weeks ago

Lost-Entrepreneur439 commented 4 weeks ago

Describe the bug

Three apps which are under the recommended section in uad-ng, specifically com.motorola.ccc.devicemanagement, com.motorola.paks and com.motorola.paks.notification fail to uninstall or disable.

Expected behavior

Apps to uninstall or disable properly.

You have a solution?

No response

Operating System

Linux

Window Manager

Wayland

Desktop Environment

KDE Plasma 5.27.11

Provide logs

2024-08-14 12:09:44 ERROR [src/core/config.rs:79] Failed to read config file: No such file or directory (os error 2) 2024-08-14 12:09:44 ERROR [src/core/config.rs:81] Restoring default config file 2024-08-14 12:09:45 WARN [/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.3/src/vulkan/adapter.rs:1143] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4000 (IVB GT2) 2024-08-14 12:09:45 WARN [/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.3/src/vulkan/adapter.rs:1143] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4000 (IVB GT2) 2024-08-14 12:09:45 DEBUG [src/core/update.rs:180] Checking for UAD-ng update 2024-08-14 12:10:51 WARN [/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.3/src/vulkan/adapter.rs:1143] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4000 (IVB GT2) 2024-08-14 12:10:51 WARN [/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.19.3/src/vulkan/adapter.rs:1143] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4000 (IVB GT2) 2024-08-14 12:10:51 DEBUG [src/core/update.rs:180] Checking for UAD-ng update 2024-08-14 12:10:51 INFO [src/gui/views/list.rs:144] ----------------------------------------------------------------- 2024-08-14 12:10:51 INFO [src/gui/views/list.rs:145] ANDROID_SDK: 34 | DEVICE: motorola motorola edge 2024 2024-08-14 12:10:51 INFO [src/gui/views/list.rs:149] ----------------------------------------------------------------- 2024-08-14 12:11:02 INFO [src/core/sync.rs:123] [Recommended] pm uninstall --user 0 com.google.android.apps.nbu.files -> Success 2024-08-14 12:11:03 INFO [src/core/sync.rs:123] [Recommended] pm uninstall --user 0 com.google.android.apps.photos -> Success 2024-08-14 12:11:03 ERROR [src/core/sync.rs:129] [Recommended] pm uninstall --user 0 com.motorola.ccc.devicemanagement -> Failure: package is non-disable 2024-08-14 12:11:05 ERROR [src/core/sync.rs:129] [Recommended] pm uninstall --user 0 com.motorola.paks -> Failure [DELETE_FAILED_INTERNAL_ERROR] 2024-08-14 12:11:05 ERROR [src/core/sync.rs:129] [Recommended] pm uninstall --user 0 com.motorola.paks.notification -> Failure: package is non-disable

Acknowledgements

AnonymousWP commented 4 weeks ago

It clearly tells you your graphics adapter isn't Vulkan compliant. There are other open issues, please check them.

Lost-Entrepreneur439 commented 4 weeks ago

It clearly tells you your graphics adapter isn't Vulkan compliant. There are other open issues, please check them.

My GPU being incompatible with Vulkan is not related to the issue in any way. I couldn't find any identical issue.

AnonymousWP commented 4 weeks ago

@Frigyes06 Can you take a look?

Frigyes06 commented 3 weeks ago

@AnonymousWP It appears that the app they are trying to remove is protected on the phone, so adb is not allowed to remove them. The complaint here is that a recommended app cannot be uninstalled. We should have these apps cross checked on another motorola device.

AnonymousWP commented 3 weeks ago

@AnonymousWP It appears that the app they are trying to remove is protected on the phone, so adb is not allowed to remove them. The complaint here is that a recommended app cannot be uninstalled. We should have these apps cross checked on another motorola device.

Yeah I figured, but log output starts with Vulkan errors and something about a config file.