|
HI:
friends:
You have to connect opi plus to PC via uart.
You need usb-ttl device or other serial device.
Connection baud is 115200/8/1/none/none.
Open terminal(I use putty).
Power on opiplus. you can see the booting message.
extract su.zip and copy all file to /sdcad/su on opi. (you should make dir /sdcard/su on opi before copy it.)
here is command
--------------------------------------------------------------------------
su
mount -o rw,remount /dev/block/by-name/system /system
cp /sdcard/su/su /system/xbin
cp /sdcard/su/daemonsu /system/xbin
cp /sdcard/su/install-superuser.sh /system/bin
cp /sdcard/su/Superuser.apk /system/app
cp /sdcard/su/.installed_su_daemon /system/etc
mkdir /system/bin/.ext
cp /sdcard/su/su /system/bin/.ext/.su
chown root:shell /system/xbin/daemonsu
chown root:shell /system/bin/.ext
chown root:shell /system/bin/install-superuser.sh
chown root:shell /system/bin/.ext/.su
chmod 755 /system/xbin/daemonsu
chmod 6755 /system/xbin/su
chmod 755 /system/bin/.ext
chmod 755 /system/bin/install-superuser.sh
chmod 755 /system/bin/.ext/.su
reboot
----- Directory Map -----
/system/xbin
-rwxr-xr-x root shell 100452 2015-03-25 00:08 daemonsu
-rwsr-sr-x root root 100452 2015-03-25 00:08 su
/system/bin
drwxr-xr-x root shell 2015-03-25 00:08 .ext
-rwxr-xr-x root shell 758 2015-03-25 00:08 install-superuser.sh
/system/bin/.ext
-rwxr-xr-x root shell 100452 2015-03-25 00:08 .su
/system/app
-rw-r--r-- root root 1966976 2015-03-25 00:08 Superuser.apk
/system/etc
-rw-r--r-- root root 0 2015-03-25 00:08 .installed_su_daemon
Make sure your opi same as directory map before reboot.
Enjoy rooted system~~~~~~ |
This thread contains more resources
You need to Log in to download or view,No account?
Register
x
|