Difference between revisions of "Fastboot untuk flash ROM"

From OnnoWiki
Jump to navigation Jump to search
(New page: 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 O...)
 
Line 25: Line 25:
  
 
* http://forum.xda-developers.com/wiki/HTC_Nexus_One/TexasICS/Installing_Guide
 
* http://forum.xda-developers.com/wiki/HTC_Nexus_One/TexasICS/Installing_Guide
 +
* http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro

Revision as of 07:16, 6 June 2013

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