1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/know-how/software/android/_posts/2012-11-23-root.md

1.7 KiB

created language layout layout_old redirect_to tags title toc updated
2012-11-23 11:11:15 +0100 en redirect default https://blog.mbirth.de/archives/2012/11/23/root.html
know-how
software
android
root false 2012-11-23 11:27:43 +0100

Rooting means installing a su binary onto the device, which provides a way to become the root (=Superuser, "su") user on the Android system. root has access to everything and thus you can do really nasty things with it.

Preparation

Unlock bootloader

If not already done, unlock your bootloader.

su binary

There are currently two different "su" binaries available: Superuser and SuperSU. I prefer the latter one.

These apps are only for updating an already installed binary, so you'll need the installable zip file for your desired binary:

Recovery

The stock recovery only allows flashing zip files from a special directory you can't access yet. So you'll need a custom recovery to work around this limitation.

There are - again - 2 options: ClockworkMod (CWM) Recovery or TeamWin Recovery Project (TWRP). I prefer the latter one.

Step by Step

TBC