Thứ Bảy, 4 tháng 12, 2010

How to root Liquid E

REQUIREMENTS:
OS: Windows/Mac
Other: USB cable
Unlocks bootloader: Yes (You can install custom ROMs)
Steps:
1. Enable "USB Debugging" on the phone under Settings->Applications->Development->USB debugging
2. Download and extract the latest Android SDK 
3. Download and install fastboot drivers
4. Open up a command prompt (Windows) or terminal (Mac), and browse to where you just extracted the SDK and browse to the "tools" folder under command prompt (if extracted to c:\tools and you are in c:, type 'cd c:\tools")
5. Download the latest malezrecovery custom recovery disk image and put it into the "tools" folder.
6. Connect your phone to your computer.
7. In the command prompt, type "adb devices" (NO QUOTES). You should see if your device is detected by your computer. If there's nothing showing under 'List", you don't have the drivers installed (Go back to step 3 and install the drivers)
8. Now we will install the custom recovery. Still in command prompt, type:
(replace NAME.img with the filename of the malezrecovery custom recovery disk image you just downloaded)
Code:
adb reboot bootloader
fastboot -i 0x0502 flash recovery NAME.img 
fastboot -i 0x0502 reboot
When you are done, it will say something like this on your computer: sending 'recovery' (4876 KB)... OKAY writing 'recovery'... OKAY
This will reboot your phone back into the normal firmware.
9. Now you need to get into the custom recovery by typing "adb reboot recovery" (NO QUOTES) into command prompt. At this point your phone will reboot.

Không có nhận xét nào:

Đăng nhận xét