setprop ro.secure 0
setprop persist.sys.sw.adb_root 1
setprop persist.sys.sw.console 1
setprop persist.sys.usb.config mtp,adb
setprop persist.service.adb.enable 1
su
mount -o remount,rw /system
setprop service.adb.tcp.port 5555
stop adbd
Start adbd
adbd
adbd&
busybox telnetd -l /system/bin/sh&
start utelnetd
setenforce 0
chmod 4755 /system/xbin/daemonsu
chmod 4755 /system/xbin/su
chmod 4755 /system/bin/su
setprop ro.secure 0
mount -o remount rw /system
/system/xbin/daemonsu --auto-daemon &
/system/xbin/su --auto-daemon &
/system/bin/su --auto-daemon &
setprop ro.secure 0
setprop persist.sys.sw.adb_root 1
setprop persist.sys.sw.console 1
setprop persist.sys.usb.config mtp,adb
setprop persist.service.adb.enable 1
su
mount -o remount,rw /system
setprop service.adb.tcp.port 5555
stop adbd
Start adbd
adbd
adbd&
busybox telnetd -l /system/bin/sh&
start utelnetd
setenforce 0
chmod 4755 /system/xbin/daemonsu
chmod 4755 /system/xbin/su
chmod 4755 /system/bin/su
setprop ro.secure 0
mount -o remount rw /system
/system/xbin/daemonsu --auto-daemon &
/system/xbin/su --auto-daemon &
/system/bin/su --auto-daemon & |