Unable to modify Hboot red splash screen??

kuailan

Senior Member
Aug 3, 2009
1,229
85
0
Sydney
Can anyone help, I cant seem to modify my Hboot splash screen....I am already S-OFF...and my phone is a rooted Australian vodafone. (CID-VODAP021). I have tried using the mod guide by downloading the international version...but I guess it must not be compatible with my hboot. Is there a work around??? Thanks.
 

BerndM14

Senior Member
Apr 8, 2014
1,469
548
0
Tried the guide from the link but it does not work for me..

Sent from my HTC One_M8 using XDA Free mobile app
Maybe ask the developer to create one for you, he'll need these though:

1) Your HBoot

Code:
adb shell

su (if you need to to get a #)

dd if=/dev/block/mmcblk0p11 of=/sdcard/mmcblk0p11
Your MID, CID and OS Version you're running.

Code:
[B]CID:[/B]
fastboot getvar cid

[B]MID:[/B]
fastboot getvar mid

[B]OS Version:[/B]
fastboot getvar version-main

[B]Or if you're lazy and want to drop everything at once:[/B]
fastboot getvar all
 

kuailan

Senior Member
Aug 3, 2009
1,229
85
0
Sydney
Finally fixed the issue.....Silly me, should have thought about this earlier. With the S-OFF, I am able to change my CID into Super CID (11111111) then it work just fine... :good: Thanks guys ...
 
  • Like
Reactions: BerndM14