• ANDROID

  • Tech

---------------ARISANDI47.BLOGSPOT.COM 2023---------------

Sunday 6 September 2015

Root Unroot Oppo Find 5 Mini

Untuk Persyaratan dan Ketentuan :
  • kapasitas baterai pada Oppo Find 5 Mini Tersisa 25 – 40%
  • Dengan melakukan cara root ini, masa garansi tidak akan hilang alias masih berlaku. Lakukan Unroot dengan prosedur yang benar untuk itu.
  • Aktifkan Developer Options, caranya masuk ke Menu “setting/about phone/more/” klik terus menerus bagian build number hingga muncul tulisan “you are the developer”. Selanjutnya aktifkan USB Debug, masuk kembali ke setting/more/Developer Option/Centang USB Debugging nya agar aktif.
Pilih ada 2 cara:
Cara yang Pertama Root Oppo Find 5 Mini dengan Framaroot 1.9.1 APK :
  • Dapatkan terlebih dahulu Framarootnya | Disini
  • Setelah selesai ngunduhnya, lalu install dan buka aplikasinya.
  • Pilih Install SuperSU , Kemudian klik tulisan Barahir
  • Jika proses Root berhasil akan muncul notifikasi “Success. Superuser and SuperSU binary is installed”.
  • Silahkan restart atau reboot ponsel kamu sekarang.
  • Ketika membuka jendela dan masuk ke homescreen launcher menu anda akan mendapatkan ponsel yang rooting statusnya.
Cara Unroot sangatlah mudah yaitu tinggal klik Unroot di aplikasi Framaroot. Yaitu Ada di pilihan Install SuperSU lalu pilih dan klik.
Cara yang Kedua Root Oppo Find 5 Mini R827:
  • Unduh terlebih dahulu file RootGenius.zip
  • Simpan File Root yang sudah anda download di sdcard
  • Reboot android anda dan masuk ke mode recovery ( Power dan Volume Down )
  • Kemudian pilih pembaruan dari sdcard
  • Pilih File Root yang tadi dan konfirmasi menggunakan tombol power
  • Tunggu hingga proses selesai
  • Kemudian pilih system reboot
  • Selesai.
Untuk Cara Unroot Genius Root :
  • Download root explorer di Play Store
  • Buka aplikasi root explorernya, masuk ke ROOT/Menu Utama, cari system, masuk system cari menu app, masuk app, cari menu king user, klik mount to r/w king usernya, sekali lagi harus di mount to r/w dulu (ada di bagian atas layar) dan setelah itu baru di delete king user nya..
  • Setelah delete bisa dites dengan masuk mobile uncle mestinya gak bisa lagi, karena mobile uncle akan meminta akses root.
Demikian Cara Paling mudah root oppo find 5 mini, semoga bermanfaat.
Gambar oppo find 5 mini
Gambar oppo find 5 mini

CARA ROOT Lenovo S850

GadgetPlus-Lenovo-S850-ROOTCHECKER
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
2. Buka Flash_tool.exe yang ada didalam folder FlashTool. Pastikan untuk mengaktifkan opsi “DA DL All With Check Sum”, “USB Mode” and “DA Download All/Speed/Force To High Speed”
GadgetPlus-Lenovo-S850-Flash_Tool.jpg
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

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
Powered by Blogger.

 
Design by Muhammad Arisandi | Bloggerized by Sands47 - Premium Blogger Themes | KingSands 95