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

1.6 KiB

title language layout created updated toc tags
root en default 2012-11-23 11:11:15 +0100 2012-11-23 11:27:43 +0100 false
know-how
software
android

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