Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Android remove/uninstall system app with TWRP and ADB
- #once booted into TWRP, mount system as writable.
- #example, removing Google Photos (dir my be /system/app/ on some systems)
- cd /system/system/app/
- rm -rf Photos
- cd /data/data/
- rm -fr com.google.android.apps.photos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement