0x192 / 0x192/universal-android-debloater
Unable to uninstall apps
- Ngôn ngữ chính
- Rust
- Star
- 19.9k
- Fork
- 1.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
PHONE: samsung SM-J120G
**UAD log**
-> Error: java.lang.SecurityException: Neither user 2000 nor current process has android.permission.MANAGE_USERS.
2022-09-30 02:27:37 INFO [src\core\utils.rs:222] [Unlisted] pm clear --user 0 com.opera.max.oem
-> Failed
2022-09-30 02:27:37 ERROR [src\core\utils.rs:219] [Unlisted] pm hide --user 0 com.opera.max.oem
-> Error: java.lang.SecurityException: Neither user 2000 nor current process has android.permission.MANAGE_USERS.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The error indicates a missing MANAGE_USERS permission. Look at the ADB command execution in src/core/utils.rs around line 219-222. Review how permissions are handled for the pm commands, especially for hide and clear operations. Check Android's permission model and see if the app needs to be run with a different user or if the command sequence needs adjustment. Testing on a similar Samsung device would be necessary to verify a fix.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- android, rust
- Lĩnh vực
- cli, mobile, security
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100