Difference between revisions of "Fastboot untuk flash ROM"

From OnnoWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
 +
 +
Helpful Tip
 +
 +
On some GNU/Linux distributions, like Debian Sid, you can install fastboot just with this command:
 +
 +
sudo apt-get install android-tools-fastboot
 +
 +
 +
 
Then ensure that your phone is in bootloader mode:
 
Then ensure that your phone is in bootloader mode:
  

Revision as of 07:17, 6 June 2013


Helpful Tip

On some GNU/Linux distributions, like Debian Sid, you can install fastboot just with this command:

sudo apt-get install android-tools-fastboot


Then ensure that your phone is in bootloader mode:

fastboot devices

NOTE: If you are on Linux or Windows, you must use the version of fastboot for that platform: fastboot-m is for Mac OS X.

./fastboot-m boot go2.lol
The phone will reboot and stop on the Nexus X screen. Note (see above) the correct file may be named go33.lol or go35.lol rather than go2.lol
./fastboot-m flash hboot hboot_blackrose.nb0

If this process freezes here, you have used the incorrect goXX.lol file. Find your HBOOT version at the top of the FastBoot screen, download the latest version of BlackRose, and do over with the correct goXX.lol file.

./fastboot-m flash hboot hboot_220-16-200.nb0
./fastboot-m reboot-bootloader

This will reboot into the bootloader. The top of the screen should now read *** BlackRose ***. Now we will have to reflash CWM.


Referensi