Flashing hboot via recovery

joelshawdow

Senior Member
Apr 24, 2012
109
92
48
Trivandrum
I came across these 2 post in the blackrose section

thanx for clarifying efrant :) so after installing blackrose, then a. nb0 file can be flashed via recovery in a zip format?



Once you have a version of Blackrose already installed on your device, you should be able to package up any subsequent hboot you want to flash in a CWM-flashable format, and you should be able to flash it in recovery.
According to this any hboot can be flashed via recovery by packaging nb0 in a cwm flashable zip.so after installing blackrose we can flash hboot via recovery

Many users are having problem while changing partitions.
So if we put nb0s in flashable zip users can EASILY flash them via recovery.similar to alpharev on desire

My suggestion : devs please put the following .nb0 in flashable zips and upload it.

Blackrose : 220/16/200
Sense rom : 315/10/111
Stock hboot : 145/95/xx

So users can flash it via cwm.

Thnx for reading
:D:D
 
Last edited:

XeloOw

Senior Member
Aug 6, 2011
1,841
603
0
Of Course...
Flash hboot. Through fastboot is easier than recovery method
Fastboot flash hboot hboot-name.nb0
Then
Fastboot reboot-bootloader
And. Youre done

Sent from my Nexus One using Tapatalk 2
 

trter10

Senior Member
Jan 25, 2012
674
464
0
Don't try this, not responsible for any damages if you do, but wouldn't it be as simple as something as something like

Code:
ui_print("installing hboot");
package_extract_dir("hboot", "/tmp");
write_raw_image("/tmp/hboot.nb0","hboot");
delete("/tmp/hboot.nb0");
ui_print("done...");
if hboot.nb0 is in hboot folder?
 
Last edited: