RegawMOD Bootloader Customizer | Full Application | Updated 10.09.13

guitarpager

Senior Member
May 10, 2008
205
70
0
Winfield
I have a question similar to Suicidal Acorn. I used DirtyRacun to root and achieve S-Off. I have HBOOT 1.15 and when I ran the program it only had 1.12 listed. Is it still okay to flash the image? Is there a method of keeping the correct HBOOT listed or does it even matter?
 

Captain_Throwback

Recognized Developer
Aug 22, 2008
20,107
22,384
203
The Nothing
I have a question similar to Suicidal Acorn. I used DirtyRacun to root and achieve S-Off. I have HBOOT 1.15 and when I ran the program it only had 1.12 listed. Is it still okay to flash the image? Is there a method of keeping the correct HBOOT listed or does it even matter?
You can still flash the image. It doesn't really matter.
 

junkmail9

Senior Member
Jul 8, 2008
471
226
0
I'm in San Francisco right now, but when I get back on Monday, I will take a look at this. The whole point of the plugin is for you, the developer, to compile the correct memory offsets for those sections of the hboot image. I don't know them all for each device/hboot version, so that's what the private fields are for in the template, for you to fill in. I do have some work to do on this, and I will hopefully get some of it in on Monday.
Would you please add an enum for the HTC Droid Incredible 4G LTE (Fireball)? I have the plug-in ready, but the main program can not show that the proper phone model plug-in is loaded without the enum. (I just used "INCREDIBLE" for testing).



Thanks
 

junkmail9

Senior Member
Jul 8, 2008
471
226
0
Oh shoot man, I just saw your pm about this. I will add it, yes. I'm pretty busy this week with finals for my calc and engineering classes, but this weekend I will probably be able to work on this project some more.
Thanks. That would be great. Finals first. Good luck with them!

Sent from my Fireball using Xparent Blue Tapatalk 2
 

Kisakuku

Senior Member
Oct 31, 2011
2,590
4,617
203
Attached is the fastboot-enabled HBOOT from the LazyPanda site, modded to appear as 1.19.0000, with build date updated, and red dev text removed.
Somewhat OT, but since we already had this discussion in this thread. Is there a new 2.09-like edition of Captain's famous stock-looking LazyPanda hboot?
 

kirschdog1

Senior Member
May 12, 2010
1,382
173
93
Saint Paul
Awesome

This is awesome any chance of adding the ability to add decimals so we can write the correct hboots for our updated htc evo 4g lte's running then new jelly bean with 2.09 hboot?

thanks for this awesome development rega!!! u rock!!
 

junkmail9

Senior Member
Jul 8, 2008
471
226
0

Updated now to 2.0

  • Added more device support
  • Added ability to have more than one plugin per device loaded, based on bootloader version
  • Other minor bug fixes
Do I only need to reference the new .exe in the project, or is there another needed change? The resultant modified hboots appear to create correctly by just updating the exe reference.

The addition of the multiple bootloader plug-in versions is a great addition. I have two hboot versions and both plug-ins show up properly in the list. However, if I have both a 1.02 and a 1.15 plug-in in the same directory, the resulting hboot created is always the modified 1.02 version regardless of which one is selected. If I remove the 1.02 plug-in from the directory then the correct modified 1.15 version is created.

Did I miss something?
 

regaw_leinad

Inactive Recognized Developer
Jan 30, 2010
3,667
3,784
0
Seattle, WA
www.regawmod.com
Do I only need to reference the new .exe in the project, or is there another needed change? The resultant modified hboots appear to create correctly by just updating the exe reference.

The addition of the multiple bootloader plug-in versions is a great addition. I have two hboot versions and both plug-ins show up properly in the list. However, if I have both a 1.02 and a 1.15 plug-in in the same directory, the resulting hboot created is always the modified 1.02 version regardless of which one is selected. If I remove the 1.02 plug-in from the directory then the correct modified 1.15 version is created.

Did I miss something?
Workin on that right now.
 

mdmower

Senior Member
Sep 14, 2011
826
1,044
0
Fixed the selecting plugin bug. OP updated with new assembly.
I've used your utility successfully on my Inc 4G LTE using junkmail09's plugin. Thanks much for making this.

Is it strictly necessary to install the HBOOT via copying to the SD Card? Can I extract the hboot.img from the zip package and flash through fastboot using this?
Code:
fastboot flash boot hboot.img
Ok, I don't think the above will work, but what about:
Code:
fastboot flash zip PJ53IMG.zip
 
Last edited:

regaw_leinad

Inactive Recognized Developer
Jan 30, 2010
3,667
3,784
0
Seattle, WA
www.regawmod.com
I've used your utility successfully on my Inc 4G LTE using junkmail09's plugin. Thanks much for making this.

Is it strictly necessary to install the HBOOT via copying to the SD Card? Can I extract the hboot.img from the zip package and flash through fastboot using this?
Code:
fastboot flash boot hboot.img
Ok, I don't think the above will work, but what about:
Code:
fastboot flash zip PJ53IMG.zip
Yes, you can do that, or
Code:
fastboot flash hboot hboot.img
I just made it simple for people who don't have adb set up.
 

guitarpager

Senior Member
May 10, 2008
205
70
0
Winfield
I used this mod with no complications and it was fun. My bootloader was 1.15 and now it shows 1.12. What I want to know is did my bootloader really change or does it just show 1.12.

Sent from my EVO using xda app-developers app
 

regaw_leinad

Inactive Recognized Developer
Jan 30, 2010
3,667
3,784
0
Seattle, WA
www.regawmod.com
I used this mod with no complications and it was fun. My bootloader was 1.15 and now it shows 1.12. What I want to know is did my bootloader really change or does it just show 1.12.

Sent from my EVO using xda app-developers app
Whichever one you flash, it changes the bootloader to that version. Are you using the EVO 4G LTE plugin?
 

guitarpager

Senior Member
May 10, 2008
205
70
0
Winfield
Whichever one you flash, it changes the bootloader to that version. Are you using the EVO 4G LTE plugin?
Yes I am on the Evo 4g LTE. I don't know for sure what plugin I am using. I assume I used the correct version since my phone is working fine. I guess my confusion was that I didn't know you could go backwards in your bootloader. I thought you could only upgrade it.

Sent from my EVO using xda app-developers app