[MISC] ENG HBOOT is here !

Search This thread

Blezz

Senior Member
Oct 31, 2008
369
61
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
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,566
2,332
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
 

Blezz

Senior Member
Oct 31, 2008
369
61
it's only hboot, well u can use the PG88IMG.zip or the 1click i offered, both ways should work without problems
 

miniterror

Senior Member
Feb 5, 2009
3,614
404
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:

yerfdes

Senior Member
Mar 26, 2011
210
1
Will this new guide applicable to s-on desire s? To male it s off?

Sent from my HTC Desire S using XDA App
 

Top Liked Posts

  • There are no posts matching your filters.
  • 21
    ORIGINAL ENG HBOOT FOR HTC DESIRE S from asd0r :)

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

    Can also be used to S-ON AND return to stock

    THX
    Http://marsdroid.6te.net
    4
    I am pretty sure to have already reminded many times here that this post would be helpful enough.
    3
    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
    3
    added PG88IMG and your 1 click bat blezz

    thx
    3
    please update 1st post with new 1click

    its done

    10char