Unable to modify Hboot red splash screen?? - One (M8) Q&A, Help & Troubleshooting

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.

You are trying to remove the red text?
Sent from my One M8 using Tapatalk

Sir-Fix-a-Lot said:
You are trying to remove the red text?
Sent from my One M8 using Tapatalk
Click to expand...
Click to collapse
Yes.....I have already removed the "tampered" banner...now it's just the annoying red text :crying:

http://forum.xda-developers.com/showthread.php?t=2710503
Sent from my One M8 using Tapatalk

Sir-Fix-a-Lot said:
http://forum.xda-developers.com/showthread.php?t=2710503
Sent from my One M8 using Tapatalk
Click to expand...
Click to collapse
Tried the guide from the link but it does not work for me..
Sent from my HTC One_M8 using XDA Free mobile app

kuailan said:
Tried the guide from the link but it does not work for me..
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
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

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 ...

Related

How to flash stock without CID

Hi all,
How to flash stock rom, withou CID #?
after unlockin via htcdev i get CID:none
Thanking in advance
You will still have a cid, download cidgetter from the playstore
sent from my One X using xda venom premium
If fastboot getvar cid is none you can do fastboot oem readcid
Sent from my Nexus 7
ekorol1 said:
Hi all,
How to flash stock rom, withou CID #?
after unlockin via htcdev i get CID:none
Thanking in advance
Click to expand...
Click to collapse
10X
ekorol1 said:
Hi all,
How to flash stock rom, withou CID #?
after unlockin via htcdev i get CID:none
Thanking in advance
Click to expand...
Click to collapse
When you relock the boot loader, which you have to do to flash an RUU, you are good to go
Sent from my HTC One X using xda premium

[Q] Checking CID problem

Hello guys i have a small (or not?) problem...
when i try to check my Device's CID, with these commands:
fastboot getvar cid
fastboot oem readcid
and both of them have the same result:
<waiting for device>
i have wait for one hour, still waiting
so any suggestions/solutions? please be kind to me i'm a Noob -.-
Briztama said:
Hello guys i have a small (or not?) problem...
when i try to check my Device's CID, with these commands:
fastboot getvar cid
fastboot oem readcid
and both of them have the same result:
<waiting for device>
i have wait for one hour, still waiting
so any suggestions/solutions? please be kind to me i'm a Noob -.-
Click to expand...
Click to collapse
Get application called Get CID from play store...
Sent from my HTC One X using xda premium
You have outdated drivers... Or they are not correctly installed...
Install the latest htc sync manager... Reboot.. And everything will work again... I had this problem sometime ago...
Sent from my HTC One X using xda app-developers app
Rexton270 said:
Get application called Get CID from play store...
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
There is no such thing called "Get CID" on Play Store/Google Play -.-
vin4yak said:
You have outdated drivers... Or they are not correctly installed...
Install the latest htc sync manager... Reboot.. And everything will work again... I had this problem sometime ago...
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
perhaps i should try this
let me see if that works
vin4yak said:
You have outdated drivers... Or they are not correctly installed...
Install the latest htc sync manager... Reboot.. And everything will work again... I had this problem sometime ago...
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Nope it's not working! -.-
haalp...
Briztama said:
Nope it's not working! -.-
haalp...
Click to expand...
Click to collapse
Download this fastboot folder : http://d-h.st/8Jr
Using this since ages with no problem whatsoever...
May be your android sdk is out of date..
vin4yak said:
Download this fastboot folder : http://d-h.st/8Jr
Using this since ages with no problem whatsoever...
May be your android sdk is out of date..
Click to expand...
Click to collapse
NP i have figured it out...
i need to go to bootloader mode and insert the command -.-
anyway thank's for your help.
Briztama said:
There is no such thing called "Get CID" on Play Store/Google Play -.-
Click to expand...
Click to collapse
Sorry my bad. Its called CID Getter.
Sent from my HTC One X using xda premium

[Q] Can I transfer ROM zip from Fastboot?

I have a problem with my rooted HTC One X. I installed the AOKP 4.2.1 custom ROM on my HTC One X and it was working perfectly. I then tried to flash the CM 10.1.2, by first updating the HBOOT to 1.33.
After updating the HBOOT, I got stuck on the "Initiating Swagger" screen and can't copy any ZIP files to the SDCard.
The Fastboot actually works, as I get the serial from the CMD fastboot devices.
My question is, how can I transfer the cm- 10.1.2-endeavoru.zip file to the device from the fastboot instance?
And, what other steps could you point me to in order to get my device working again.
For reference, my device is CID 11111111, which, was changed to HTC_621 in the HBOOT upgrade process.
Thanks for any help you can provide.
Go into the recovery and mount the sdcard as a mass storage device
Mounts & storage - last option in the list (on CWM recovery)
Then copy what you need.
andibit said:
I have a problem with my rooted HTC One X. I installed the AOKP 4.2.1 custom ROM on my HTC One X and it was working perfectly. I then tried to flash the CM 10.1.2, by first updating the HBOOT to 1.33.
After updating the HBOOT, I got stuck on the "Initiating Swagger" screen and can't copy any ZIP files to the SDCard.
The Fastboot actually works, as I get the serial from the CMD fastboot devices.
My question is, how can I transfer the cm- 10.1.2-endeavoru.zip file to the device from the fastboot instance?
And, what other steps could you point me to in order to get my device working again.
For reference, my device is CID 11111111, which, was changed to HTC_621 in the HBOOT upgrade process.
Thanks for any help you can provide.
Click to expand...
Click to collapse
Fastboot orders like giving you access only to bootloader without accessing the hardware , like accessing bios on computer , as dear member just mentioned above you can access your storage from inside recovery or inside a running ROM
beside being stuck at installing swagger it may come to multiple problem, like defective ROM zip file , not appropriate system cleaning before installing , defective CWM or even a defective hard drive
try to erase old system well or try to download the ROM zip again
andibit said:
I have a problem with my rooted HTC One X. I installed the AOKP 4.2.1 custom ROM on my HTC One X and it was working perfectly. I then tried to flash the CM 10.1.2, by first updating the HBOOT to 1.33.
After updating the HBOOT, I got stuck on the "Initiating Swagger" screen and can't copy any ZIP files to the SDCard.
The Fastboot actually works, as I get the serial from the CMD fastboot devices.
My question is, how can I transfer the cm- 10.1.2-endeavoru.zip file to the device from the fastboot instance?
And, what other steps could you point me to in order to get my device working again.
For reference, my device is CID 11111111, which, was changed to HTC_621 in the HBOOT upgrade process.
Thanks for any help you can provide.
Click to expand...
Click to collapse
Hi, out of interest can I ask how you upgraded your hboot ? Ruu or flashed a firmware.zip from fastboot ? Wondering how you lost super cid.
Sent from my HTC One X using xda app-developers app
herbie13 said:
Hi, out of interest can I ask how you upgraded your hboot ? Ruu or flashed a firmware.zip from fastboot ? Wondering how you lost super cid.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Either way he'd have lost super Cid unless he did an OTA.
Sent from my HTC One X using Tapatalk 4 Beta
fastboot flash zip firmware.zip stuck at sending zip
athulele said:
Either way he'd have lost super Cid unless he did an OTA.
Sent from my HTC One X using Tapatalk 4 Beta
Click to expand...
Click to collapse
fastboot flash zip firmware.zip commands stuck at sending zip.................... after that nothing happens
please help
poonforce said:
fastboot flash zip firmware.zip commands stuck at sending zip.................... after that nothing happens
please help
Click to expand...
Click to collapse
Are you trying to flash a ROM using fastboot?
Sent from my HTC One X using XDA Premium 4 mobile app
athulele said:
Are you trying to flash a ROM using fastboot?
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
no i m trying to flash firmware.zip to upgrade the hboot. current hboot is 1.12.0000.
after an ota update phone got into boot loop.
HTC one x
Unlocked
CID-11111111
Hboot-1.12.0000
Version-main - 2.17.401.2
S-OFF
please help me my phone is dead for last one week..
poonforce said:
no i m trying to flash firmware.zip to upgrade the hboot. current hboot is 1.12.0000.
after an ota update phone got into boot loop.
HTC one x
Unlocked
CID-11111111
Hboot-1.12.0000
Version-main - 2.17.401.2
S-OFF
please help me my phone is dead for last one week..
Click to expand...
Click to collapse
Do you have any CWM backup?
If not, then try a RUU.
Sent from my HTC One X using XDA Premium 4 mobile app
athulele said:
Do you have any CWM backup?
If not, then try a RUU.
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Sir i dont have CWM backup.
i tried to install "RUU_ENDEAVOR_U_JB_45_S_hTC_Asia_TW_3.14.709.20_Radio_5.1204.162.29_release_292865_signed_2"
and "ruu_endeavor_u_jb_45_s_htc_europe_3.14.401.27_radio_5.1204.162.29_release_298897_signed"
but both stuck at sending file and gave error[159]:image error.
after that i tried "RUU_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2_Radio_2.1204.135.20_release_274900_signed_2"
this got flashed successfully but still the phone is in boot loop. it starts and stuck at htc logo and after that restarts.
Sir could you please direct me to a correct RUU for my phone.
poonforce said:
Sir i dont have CWM backup.
i tried to install "RUU_ENDEAVOR_U_JB_45_S_hTC_Asia_TW_3.14.709.20_Radio_5.1204.162.29_release_292865_signed_2"
and "ruu_endeavor_u_jb_45_s_htc_europe_3.14.401.27_radio_5.1204.162.29_release_298897_signed"
but both stuck at sending file and gave error[159]:image error.
after that i tried "RUU_ENDEAVOR_U_ICS_40_S_HTC_Europe_2.17.401.2_Radio_2.1204.135.20_release_274900_signed_2"
this got flashed successfully but still the phone is in boot loop. it starts and stuck at htc logo and after that restarts.
Sir could you please direct me to a correct RUU for my phone.
Click to expand...
Click to collapse
try this:- http://www.androidruu.com/getdownlo...Radio_2.1204.135.20_release_274900_signed.exe
if it doesnt work then i'll give you a link for cwm backup.
P.S: Whats your CID?
athulele said:
try this:- http://www.androidruu.com/getdownlo...Radio_2.1204.135.20_release_274900_signed.exe
if it doesnt work then i'll give you a link for cwm backup.
P.S: Whats your CID?
Click to expand...
Click to collapse
Supercid
http://forum.xda-developers.com/showthread.php?t=2480615
He's posting all around already
Sent from my HTC One X using XDA Premium 4 mobile app
Mr Hofs said:
Supercid
http://forum.xda-developers.com/showthread.php?t=2480615
He's posting all around already
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Mr Hofs thanks for your kind reply
i tried JB FW easy flasher tool. It changed my CID from 11111111 to HTC_621 and tried to flash firmware but it got stuck at sending 'zip' and phone remains at silver htc logo.
so far i tried to run RUU with my cid as 11111111
shall i try to run RUU after my cid changed to HTC_621
and i dont know how to upgrade hboot.
sir please guide
Stay in the next linked thread. I will try to help just like all others. And when i have time. But I will not follow you around in all other threads you posted in
http://forum.xda-developers.com/showthread.php?t=2480615
Sent from my HTC One X using XDA Premium 4 mobile app

Can't find an RUU for my phone

Hey guys, I cant seem to find an RUU for my device
Here is my main and CID
Main - 3.14.401.3
My CID - HTC_001
If I need to provide more info just ask
cobby911 said:
Hey guys, I cant seem to find an RUU for my device
Here is my main and CID
Main - 3.14.401.3
My CID - HTC_001
If I need to provide more info just ask
Click to expand...
Click to collapse
http://www.androidruu.com/getdownlo...Radio_5.1204.162.29_release_302015_signed.exe
BenPope said:
http://www.androidruu.com/getdownlo...Radio_5.1204.162.29_release_302015_signed.exe
Click to expand...
Click to collapse
I get this error all the time
http://s854.photobucket.com/user/cobby911/media/ghndubhyty_zpsd885e3ee.png.html
Did you go into fastboot and enter " fastboot oem lock" ?
alextheg said:
Did you go into fastboot and enter " fastboot oem lock" ?
Click to expand...
Click to collapse
I got this error
(bootloader) Lock successfully...
FAILED (status read failed (Too many links
finished. total time: 0.103s
then on my phone is says re locked security warning
Oke now we are here. And please ditch all other threads now !
So you locked the bootloader successfully, it says relocked on top. Now keep the phone in the bootloader/fastboot usb mode and start the ruu WITH admin rights from the pc !
Sent from my HTC One X using XDA Premium 4 mobile app
Mr Hofs said:
Oke now we are here. And please ditch all other threads now !
So you locked the bootloader successfully, it says relocked on top. Now keep the phone in the bootloader/fastboot usb mode and start the ruu WITH admin rights from the pc !
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
it says locked but underneath is says security warning
Yeah so, try the ruu like i said
Sent from my HTC One X using XDA Premium 4 mobile app
Mr Hofs said:
Yeah so, try the ruu like i said
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks it worked also does this remove everything such as root and custom recovery
Yes all of it.
Sent from my HTC One X using XDA Premium 4 mobile app
My 1X CID is HTC_038
Build number is 5.1204.162.29
How can I find an India RUU with that base number?
CrixFrank said:
My 1X CID is HTC_038
Build number is 5.1204.162.29
How can I find an India RUU with that base number?
Click to expand...
Click to collapse
do a comand from fastboot fastboot getvar all and post the rsults here!
I didn't see your main version in your post, I see your radio and your CID but not the main version!!!
Thant said:
do a comand from fastboot fastboot getvar all and post the rsults here!
I didn't see your main version in your post, I see your radio and your CID but not the main version!!!
Click to expand...
Click to collapse
Thanks, I did it and now I can back into stock.
help
please help me find ruu...
hboot- 1.39.0000
radio 5.1204.162.29
cid - htc_032
3.18.401.1
Just find in there; http://www.androidruu.com/index.php?developer=Endeavor
There is no ruu with that number. Get a stock nandroid backup !
Sent from my HTC One X using XDA Premium 4 mobile app
Mr Hofs said:
There is no ruu with that number. Get a stock nandroid backup !
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Where??please help...
robertrobi said:
Where??please help...
Click to expand...
Click to collapse
Here ;http://forum.xda-developers.com/showthread.php?t=1975140

How to get S-off

Can someone help me to S-Off my Htc one x ? because I would like to istall un stock
ruu, is this possible?
Thanks for help
not without paying!!! no free way ...and use google for searching such shops for getting s-off by paying
cicc74 said:
Can someone help me to S-Off my Htc one x ? because I would like to istall un stock
ruu, is this possible?
Thanks for help
Click to expand...
Click to collapse
Like one-x master said, no free s-off.
But you can instal RUU with S-ON also, you just need to relock bootloader (if it's unlocked).
nikola016 said:
Like one-x master said, no free s-off.
But you can instal RUU with S-ON also, you just need to relock bootloader (if it's unlocked).
Click to expand...
Click to collapse
Where I can find tuto to do it ?
Thanks
cicc74 said:
Where I can find tuto to do it ?
Thanks
Click to expand...
Click to collapse
Well, easyest way to do it, open new thread in Q&A section, in fastboot type fastboot getvar all and than copy everything except IMEI and serial number, someone will give you link to download RUU, and instaling ruu should be very easy.
It's always the easiest too, to read a couple threads/guides in general or also android development section I think...there are enough for that..and a bit searching even if you Google it you can find easy a RUU
Gesendet von meinem HTC One X mit Tapatalk
Help me plz…… I want s-off on my htc one x… which has cid VODAP 102… help please….
Sent from my HTC One X using XDA Premium 4 mobile app
mbwambo said:
Help me plz…… I want s-off on my htc one x… which has cid VODAP 102… help please….
Sent from my HTC One X using XDA Premium 4 mobile app
Click to expand...
Click to collapse
For this you need to call putin so he allowes your phone to enter russia. Then you need to find the store address i dont know where it is anymore maybe someone know more
Sent from my One X using Tapatalk
and313 said:
For this you need to call putin so he allowes your phone to enter russia. Then you need to find the store address i dont know where it is anymore maybe someone know more
Sent from my One X using Tapatalk
Click to expand...
Click to collapse
i think using google is the best and easiest way to find a store also some are in UK ...
fonefunshop in the uk can s-off your phone
Sent from my HTC One X+ using Tapatalk
It was More complex for S-off I've done a long time ago.
But now I can not do successfully.

Categories

Resources