Cara Root berikut sudah bisa berjalan untuk Lenovo S850 dengan Android 4.4.2, Firmware S850_ROW_S211_140923
1. Download file berikut, kemudian taruh di folder yang mudah misalkan c:Flashboot dan c:ADB
Flashtool.zip
ADB.zip
Flashtool.zip
ADB.zip
3. Kemudian klik “Scatter-loading”, pilih “MT6582_Android_scatter” yang ada di folder FlashTool folder, target_bin. It should load just ” BOOTIMG”. Tekan tombol download (sebelum menghubungkan hp), tunggu sampai progress bar 0% kemudian hubungkan hp dalam keadaan mati. Flash boot.img kemudian akan mulai berjalanTunggu sampai lingkaran biru tampilan “OK” sebagai penanda berhasil. Lepaskan hp dari kabel, hidupkan, kemudian aktifkan setting USB debugging di android. Kemudian sambungkan kembali ke Komputer
4. Buka folder ADB di File Explorer, kemudian pilih File, Open command prompt as Administrator. Jalankan baris berikut satu persatu
Contoh hasilnya adalah sebagai berikut:
adb devices
adb shell
mount -o remount,rw /system
mkdir /system/bin/.ext
adb push su /system/xbin/daemonsu
adb push su /system/xbin/su
adb push su /system/bin/.ext/.su
adb push Superuser.apk /system/app/Superuser.apk
adb push install-recovery.sh /system/etc/install-recovery.sh
adb push 99SuperSUDaemon /system/etc/init.d/99SuperSUDaemon
adb shell
chmod 0777 /system/bin/.ext
chmod 06755 /system/bin/.ext/.su
chmod 06755 /system/xbin/su
chmod 0755 /system/xbin/daemonsu
chmod 0755 /system/etc/install-recovery.sh
chmod 0755 /system/etc/init.d/99SuperSUDaemon
chmod 0644 /system/app/Superuser.apk
reboot
Contoh hasilnya adalah sebagai berikut:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:ADB>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
A6EAYPRSA6UGGIT4 device
C:ADB>adb shell
root@S850:/ # mount -o remount,rw /system
mount -o remount,rw /system
root@S850:/ # mkdir /system/bin/.ext
mkdir /system/bin/.ext
root@S850:/ # exit
exit
C:ADB>adb push su /system/xbin/daemonsu
3919 KB/s (125424 bytes in 0.031s)
C:ADB>adb push su /system/xbin/su
3919 KB/s (125424 bytes in 0.031s)
C:ADB>adb push su /system/bin/.ext/.su
3919 KB/s (125424 bytes in 0.031s)
C:ADB>adb push Superuser.apk /system/app/Superuser.apk
3961 KB/s (4120012 bytes in 1.015s)
C:ADB>adb push install-recovery.sh /system/etc/install-recovery.sh
0 KB/s (629 bytes in 1.000s)
C:ADB>adb push 99SuperSUDaemon /system/etc/init.d/99SuperSUDaemon
0 KB/s (55 bytes in 1.000s)
C:ADB>adb shell
root@S850:/ # chmod 0777 /system/bin/.ext
chmod 0777 /system/bin/.ext
root@S850:/ # chmod 06755 /system/bin/.ext/.su
chmod 06755 /system/bin/.ext/.su
root@S850:/ # chmod 06755 /system/xbin/su
chmod 06755 /system/xbin/su
root@S850:/ # chmod 0755 /system/xbin/daemonsu
chmod 0755 /system/xbin/daemonsu
Unable to chmod /system/xbin/daemonsu: Read-only file system
root@S850:/ # mount -o remount,rw /system
mount -o remount,rw /system
root@S850:/ # chmod 0755 /system/xbin/daemonsu
chmod 0755 /system/xbin/daemonsu
root@S850:/ # chmod 0755 /system/etc/install-recovery.sh
chmod 0755 /system/etc/install-recovery.sh
root@S850:/ # chmod 0755 /system/etc/init.d/99SuperSUDaemon
chmod 0755 /system/etc/init.d/99SuperSUDaemon
root@S850:/ # chmod 0644 /system/app/Superuser.apk
chmod 0644 /system/app/Superuser.apk
root@S850:/ # reboot
reboot
C:ADB>
Coba jalankan Rootchecker dari Google Play Store
Sumber: XDA-Developer
Related Post:
Widget by [ BMATINDAS ]
0 comments:
Post a Comment