sunilpaulmathew / De-Bloater

An application using the power of Magisk to debloat unwanted system apps!
https://sunilpaulmathew.github.io/De-Bloater/
GNU General Public License v3.0
421 stars 16 forks source link

how to "delete '/data/adb/modules/De-bloater' via recovery."? #35

Closed kekeqwq closed 5 months ago

kekeqwq commented 6 months ago

In recovery mode, can't use adb:

$ adb devices
List of devices attached
00000       unauthorized
$ adb shell "rm /data/adb/modules/De-bloater"
adb: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
ivan-zaera commented 5 months ago

In theory a factory reset should do it since /data is the userdata partition (see https://www.addictivetips.com/mobile/android-partitions-explained-boot-system-recovery-data-cache-misc/)

ivan-zaera commented 5 months ago

If you try it, can you confirm that it works? Thx

ivan-zaera commented 5 months ago

Or try this ;-) -> https://www.thecustomdroid.com/uninstall-magisk-modules-in-twrp-recovery-guide/