Would this work to root most devices, in this case the Yoga Tab 3 Pro (X90L) ?:
"Knowing that, the claim of being "pre-rooted" is partially true: you can use ADB to "push" the relevant files to your device. Four steps should do it:
adb shell "mount -o remount,rw /system"
adb push su /system/bin/su
adb push superuser.apk /system/app
adb reboot
After that reboot, your device should be "fully rooted" and "root apps" should find everything they need to work, with you being in control of it via the superuser app."
"Knowing that, the claim of being "pre-rooted" is partially true: you can use ADB to "push" the relevant files to your device. Four steps should do it:
adb shell "mount -o remount,rw /system"
adb push su /system/bin/su
adb push superuser.apk /system/app
adb reboot
After that reboot, your device should be "fully rooted" and "root apps" should find everything they need to work, with you being in control of it via the superuser app."
from xda-developers http://ift.tt/2aKvyax
via IFTTT
No comments:
Post a Comment