27 January 2015

Tutorial: Memperbaiki Bootlooping tanpa terinstall Custom Recovery pada Galaxy Nexus I9250 GSM

Pada kali ini akan membahas bagaimana memperbaiki bootlooping pada samsung galaxy nexus I9250 yang tidak tercustom sistem recoverynya seperti CWM, TRWP, dll dan tidak adanya backup data sebelumnya yaitu dengan cara menginstall factory image galaxy nexus.

Catatan: Menginstal factory image akan menghapus semua data yang terdapat pada memory internal perangkat tersebut.


Persiapan sebelum menginstal factory image:
- Download  Android USB Driver.

- Download  tools adb & fastboot.  
- Download  factory image dan sesuaikan dengan device tersebut.
- Download  Nexus Root Toolkit 



Install Driver:
  1. Unduh dan ektrak Android USB Driver.
  2. Power Off device Nexus .
  3. Masuk ke mode bootloader, dengan cara menekan volume plus + volume minus + power.
  4. Di PC, klik kanan pada My Computer > Manage > Devices Manager.
  5. Klik kanan pada item Android 1.0 (yang ada tanda serunya) dan pilih Update Driver Software.
  6. Pilih Browse my computer for driver software.
  7. Klik Browse dan pilih folder usb driver yang diekstrak tadi.
  8. Lanjutkan instalasi driver-nya.

 

Instalasi Factory Image:
1. Ekstrak tools Adb & Fastboot.
2. Ekstrak Factory image yang diunduh.
3. Jika file sudah diekstrak tapi masih berbentuk file biasa, ubah ekstensi ke .zip lalu ekstrak.
4. Salin ekstrak-an Adb & Fasboot ke ekstrak-an Factory Image.
5. Power Off device Nexus .
6. Masuk ke mode bootloader, dengan cara menekan volume plus + volume minus + power.
7. Koneksikan ke PC melalui kabel data.
8. Klik pada file flash-all.bat ”Ingat, jika sudah mengklik maka akan menghapus partisi di internal storage!”
9. Tunggu hingga proses selesai.



Jika masih waiting for devices berarti driver belum terinstall dengan baik. Dengan melakukan proses Install Factory Image sama dengan install ROM bawaan pabrik. Berfungsi untuk mengembalikan ROM saat sudah tidak stabil.
 


Tutorial: Flash Recovery CWM menggunakan ADB Fastboot

Persiapan sebelum menginstall CWM recovery:


- Download ADB Tools
- Download recovery -cwm 5.0.2.6

Cara menginstal CWM recovery menggunakan ADB Fastboot:
  1. Ekstrak folder ADB tools kedalam komputer, letakan pada drive C:\
  2. Buka folder yang telah diekstrak lalu Tekan SHIFT + klik kanan, kemudian pilih "Open command windows here" sehingga muncul sebuah command prompt.
  3. Hubungkan Perangkat android anda dengan komputer, yang sebelumnya mengaktifkan  "USB Debugging" pada settingan "Developer option". Pastikan muncul verifikasi bahwa perangkat android sudah terhubung dengan komputer.
  4. Buka kembali command prompt tersebut, ketikan "adb devices" untuk memastikan perangkat terhubung dengan ADB.
  5. Setelah terhubung maka ketikan "adb reboot bootloader"
  6. kemudian "fastboot oem unlock" => pilih dengan tombol volume "YES" untuk unlock bootloader 
  7.  ketikan "fastboot flash recovery recovery.img" tekan enter. Tunggu hingga proses selesai kemudian pilih "restart bootloader" pilih "Recovery".


Tutorial: Root Android 4.2.2 And Install CWM v6.0.2.3 [Refer from XDA Developer]

[How-to]Root Android 4.2.2 And Install CWM v6.0.2.3

Here We have the Root And CWM for Nexus 7 On Android 4.2.2!

Step 1 - Download Android SDK from the Android Developers website and install with USB drivers. See: How to Set Up Android SDK (Fastboot / ADB) on Windows.

Step 2 - Enable USB Debugging mode in your Nexus 7 tablet.

Step 3 - Download Fastboot and extract it in android-sdk-windowsplatform-tools directory. Create directory if not already there.

NOTE: Skip Steps 1, 2, 3 if you already have them.

Step 4 - Download SuperSU v1.04 (UPDATE-SuperSU-v1.04.zip) and copy it to your sdcard on your Nexus 7 tablet.

Step 5 - Make sure you have backup your data as it will be removed. Then switch OFF your Nexus 7.

Step 6 - Download recovery-clockwork-touch-6.0.2.3-grouper.img and copy/paste it in the android-sdk-windowsplatform-tools directory.

Step 7 - Now go into Fastboot Mode on Nexus 7. How? Press Volume Down + UP + Power key for a few seconds till you see some text on the screen.
Step 8 - Navigate to android-sdk-windowsplatform-tools directory and open Command Prompt (Shift + Right-click > Open Command Prompt).

Step 9 - Type in the following command and press Enter.

Quote:
fastboot flash recovery recovery-clockwork-touch-6.0.2.3-grouper.img
Step 10 - Once completed, choose RECOVERY MODE from the Fastboot menu and enter Recovery Mode.

Step 11 - Then scroll down to “flash zip from SD card” and press the Power button to select it.

Step 12 - Press the Power button again and select “choose zip from sdcard”.

Step 13 - Now using your volume keys, navigate to the UPDATE-SuperSU-v1.04.zip file that you copied to your SD card and select it using the Power button. Confirm the installation on the next screen and the installation procedure should start now.

Step 14 - After the installation completes, go to “+++++Go Back” and reboot the phone by selecting “reboot system now” from the recovery menu. Then Choose yes flash recovery back (this will make CWM your permanent recovery mode)

That’s it. Your Nexus 7 is now rooted on Android 4.2.2 JDQ39 software version of Jelly Bean and even has a custom CWM recovery installed. Check for the SuperSU app in your apps list to verify. 

Root and CWM for Nexus 4
Root and CWM for Nexus 10


    Popular