Android Devices
Obtain the Root Priviledge and so on. It is device-dependent.
Root Application
ADB (Android Debug Bride)
Useful commands:
- $ adb devices # to list connected devices. (tap trust on your mobile if unauthorized.)
- $ adb kill-server # when a device is unauthorized.
- $ adb shell # to login your smartphone device.
for rooted devices:
Commands at your smartphone.
pm list packages -s # list all system packages.
Android App to Install
Root in common among devices
Root Via Odin and TWRP
- Flash the stock ROM.
- FLASH TWRP
- TWRP -> wipe data
- Reboot recovery to enabled wiped /data.
- TWRP -> Install no-verity
- TWRP -> Install magisk
- Reboot.
Tools to download:
Reference:
Go back to Top: Doctor's Web Page
forked on 20230128