Projects |
Requirement: - superuser.zip with su and superuser.apk file - A recent recovery image (i.e. ra-hero) % adb shell reboot bootloader % fastboot boot recovery-RA-hero-v1.5.2.img % adb shell mount /system % adb push su /system/bin % adb shell chmod 4755 /system/bin/su % adb push Superuser.apk /system/app/ % adb shell reboot |