Hard-SPL, Or How to Not Brick Your PDA Ever Again And Fix Bad Blocks!

Search This thread

Olipro

Retired Recognized Developer
Sep 22, 2005
1,895
63
Your SPL
OK, new version of Hard-SPL, this one is based on an MFG; seems HTC popped a stealth CID-check process in this, bastards, found and patched it anyway though.

Code:
[b]CURRENT FEATURES[/b]
-SuperCID
-no file signing required
-no password required to authenticate with bootloader
-rtask commands enabled
-lnb command enabled
-bad NAND can be recovered with "task 2a"
-bad NAND can be recovered by flashing an OS.nb
-SPL protected from all HTC retail SPLs being flashed by accident (to bypass, use SSPL)
-bad NAND can again be checked for with "info 8"
-version displays 1.30.Olipro

[b]Version 1.30:[/b]
-Fixed SPL protection bug
-rtask commands enabled
-based on an MFG SPL

[b]Version 1.20 - initial release[/b]
-Initial version; has all features except those in newer version

Download below, enjoy!
 

Attachments

  • Hard-SPL.zip
    785.3 KB · Views: 62,514
Last edited:

lvsw

Senior Member
Sep 12, 2006
322
1
Ok, well, since Hard-SPL has been released for Hermes, I've ported the same features over to Trinity;

Code:
[b]CURRENT FEATURES[/b]
-SuperCID
-no file signing required
-no password required to authenticate with bootloader
-bad NAND can be recovered with "task 2a"
-bad NAND can be recovered by flashing an OS.nb
-SPL protected from all HTC retail SPLs being flashed by accident (to bypass, use SSPL)
-bad NAND can again be checked for with "info 8"
-version displays 1.20.Olipro

Download below, enjoy!


Thanks!!!!!!!!!!!!
 
  • Like
Reactions: dragoluc

Hajaz

Senior Member
Feb 10, 2007
53
0
so basically i run the romupdate utility without transfering anything to my p3600, the once its in bootmode just run the regular htc update?
 

mun_rus

Senior Member
Oct 26, 2006
738
0
Great job man!!! Thanx a lot!

ps. lnb command was missed( It's too nessesary for me...I need often to reflash roms (via mtty it takse about 3 min)
How can i return original spl to make 1.01 MFG from it? Or can i make unlock procedure with your spl? Just want to know, coz i don't want to get bricked device.
 
Last edited:

Olipro

Retired Recognized Developer
Sep 22, 2005
1,895
63
Your SPL
Great job man!!! Thanx a lot!

ps. lnb command was missed( It's too nessesary for me...I need often to reflash roms (via mtty it takse about 3 min)
How can i return original spl to make 1.01 MFG from it? Or can i make unlock procedure with your spl? Just want to know, coz i don't want to get bricked device.

what the ****ing hell are you talking about? 1.01MFG for Trinity? LNB command?

as for bricking your device... this is supposed to ****ing PREVENT IT.
 
Last edited:

mun_rus

Senior Member
Oct 26, 2006
738
0
what the ****ing hell are you talking about? 1.01MFG for Trinity? LNB command?

as for bricking your device... this is supposed to ****ing PREVENT IT.

why are you so agressive?
im talking about mfg spl for trinity. i see you don't know anything of it.
when i used imeicheck unlocker i got this spl.
and i use lnb command to flash os.nb via mtty.
i have only one question how to return original spl? just flash whole original rom?
btw, my battery drains very quick with your hard spl.
 

Olipro

Retired Recognized Developer
Sep 22, 2005
1,895
63
Your SPL
why are you so agressive?
im talking about mfg spl for trinity. i see you don't know anything of it.
when i used imeicheck unlocker i got this spl.
and i use lnb command to flash os.nb via mtty.
i have only one question how to return original spl? just flash whole original rom?
btw, my battery drains very quick with your hard spl.

hah, that's a funny one... maybe it's the ultra secret battery draining routine I coded into it... honestly, what a ****ing stupid comment.
 

pof

Retired Moderator
Mar 18, 2005
3,571
74
43
Barcelona
pof.eslack.org
ps. lnb command was missed( It's too nessesary for me...I need often to reflash roms (via mtty it takse about 3 min)
Takes the same time to flash an OS in NBH with non-MFG bootloaders if you put only an OS in the NBH file.

How can i return original spl to make 1.01 MFG from it? Or can i make unlock procedure with your spl? Just want to know, coz i don't want to get bricked device.
If you run imie-check's unlocker again you'll have 1.01 again, but this will remove HardSPL from your phone.


how to return original spl? just flash whole original rom?
Put the SPL you want to load in a NBH file (header type 0x200 for trinity SPL) and flash it using SSPL, this will overwrite Hard-SPL.
If you flash from bootloader Hard-SPL will not be overwritten.

btw, my battery drains very quick with your hard spl.
As oli said, this is non-sense... will drain the same with retail's HTC 1.07 spl.
 

mun_rus

Senior Member
Oct 26, 2006
738
0
pof, thanx a lot for your reply and help.
just knew a litle about spl's...

@Olipro
thanx for your job once more. my comments were really stupid, sorry
 

stepw

Senior Member
Feb 11, 2007
589
16
On contrary, 1.01 MFG is likely to be drawing more power, successors are better optimized for power conservation.
 

Dead Cell

Senior Member
Dec 19, 2006
160
1
What would I need this for?

I'm really baffled. I've got my device SIM and CID unlocked, thanks to pof, and installed the latest HTC Rom...

But what is all this for? :eek:

Would appreciate it if someone could explain.

Thanks in advance.

D.C :cool:
 
Last edited:

Olipro

Retired Recognized Developer
Sep 22, 2005
1,895
63
Your SPL
I'm really baffled. I've got my device SIM and CID unlocked, thanks to pof, and installed the latest HTC Rom...

But what is all this for? :eek:

Would appreciate it if someone could explain.

Thanks in advance.

D.C :cool:

well, mainly to allow you to flash unsigned ROMs to the device without Soft-SPL. and secondly to allow you to recover the device if anything gets ****ed up during a flash... such as the radio, or the OS.
 

Dead Cell

Senior Member
Dec 19, 2006
160
1
Thanks Olipro.

Can I just download the file and just install it? Will it change anything on my device? Bearing in mind that my device is CID unlocked.

Thanks

D.C
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Ok, well, since Hard-SPL has been released for Hermes, I've ported the same features over to Trinity;

    Code:
    [b]CURRENT FEATURES[/b]
    -SuperCID
    -no file signing required
    -no password required to authenticate with bootloader
    -bad NAND can be recovered with "task 2a"
    -bad NAND can be recovered by flashing an OS.nb
    -SPL protected from all HTC retail SPLs being flashed by accident (to bypass, use SSPL)
    -bad NAND can again be checked for with "info 8"
    -version displays 1.20.Olipro

    Download below, enjoy!


    Thanks!!!!!!!!!!!!