[MISC] ENG HBOOT is here !

Blezz

Senior Member
Oct 31, 2008
369
61
0
before people are asking and trying: flashing bootloader with dd if= of= is NOT working with temproot only
so we need another way to flash it

1 Click flash for S-Off + perm root is attached, just extract the archiv and run the flash.bat

if someone is curious what its doing:
wrong code, attached new 1click eng s-off at next post
 
Last edited:

Blezz

Senior Member
Oct 31, 2008
369
61
0
please update 1st post with new 1click
made a little mistake, included gingerbreak for root even if perm root is required for this 1click :D

new code:
Code:
@echo off
cls
adb devices
echo If your device is not listed exit this program now, enable usb debugging and try again.
pause
cls
adb push hboot.img /data/local/tmp
adb shell chmod 777 /data/local/tmp/hboot.img
echo Please accept superuser request on your phone
adb shell su
pause
adb shell dd if=/dev/block/mmcblk0p18 of=/sdcard/backup.img
adb shell dd if=/data/local/tmp/hboot.img of=/dev/block/mmcblk0p18
echo Bootloader should be flashed to your device now, backup from old bootloader is saved at /sdcard/backup.img
pause
adb reboot bootloader
edit: attachmed removed cause brokenworm added it to 1st post
 
Last edited:

ben_pyett

Senior Member
Oct 28, 2006
5,570
2,333
0
London, Colchester, Wivenhoe
Finally a ENG HBOOT FOR HTC DESIRE S

SAGA PVT ENG S-OFF
HBOOT-0.98.2000 (PG8810000)
RADIO-38.03.00.03M
eMMC-boot

THX
Marsdroid

added "Eng S-Off.rar"
1 Click flash for S-Off + perm root is attached, just extract the archiv and run the flash.bat

thx to blezz for this.

Sorry, but newbie question here , what benefits are there to me (soff/root/unsecured boot.img) having used XTC and super one click would this engineering hboot provide?

I'm currently on hboot 0.98.0000

Thanks for answers

Sent from my HTC Desire S using XDA App
 

miniterror

Senior Member
Feb 5, 2009
3,617
404
0
hmmmm the text says soff and perm root
we have clockwork mod recovery images for desire s
so we can finally flash other roms

rephrase: i am formiliar with cmd/adb
if i flash the pd image and then the clockwork recovery over fastboot then i would be able to flash the coredroid rom
 
Last edited: