Skip to content

Android User Patterns

raisercostin edited this page Jul 23, 2017 · 32 revisions

Patterns

Backup Current Device

Root Android Device

KingoRoot

KingRoot

  • it works with SuperSu Me?

Super User Manager

After you root you might want to replace the default super user manager that grants root rights to different applications. The options are:

Restore on Current Device

Choose OS

You have several options:

Low Level Shell To Android

adb shell
su
#list full details
ls -l /
#change owner: root, system, ...
chown groupId.userId /system/*
#change rights
chmod 777 /system/*
mount -o rw,remount -t rootfs rootfs /system

Problems

  1. Cannot use external SdCard on android-4.1.x from Titanium Backup Tool.
    See Android-Storage-Permissions

Clone this wiki locally