[Q] Weird Problem With HTC Sensation XE - HTC Sensation

Hello guys
I have a problem with my HTC Sensation XE.
I jtag'ed the phone with RIFF Jtag box (changed IMEI, s-off'ed and rewrote boot). After that the phone started to reset itself over and over. After that by using RIFF box, I erased, rewrote boot and tried 5 or 6 different RUU's.
Now, I can open the phone (it vibrates and I can hear HTC opening voice) but the screen is completely black. I tried to send a call to this device and it received the call but I could not answer the call. So everything but screen looks like working.
Screen problem occured after jtag so I think it is not a hardware issue but I am not sure.
I am searching for 3 weeks now but I could not find a satisfactory answer. Can you help me to fix this problem. Any ideas? suggestions? Is there something that I might do wrong?
Thanks for your answers and sorry for my bad English and terminology.

kmrock said:
Hello guys
I have a problem with my HTC Sensation XE.
I jtag'ed the phone with RIFF Jtag box (changed IMEI, s-off'ed and rewrote boot). After that the phone started to reset itself over and over. After that by using RIFF box, I erased, rewrote boot and tried 5 or 6 different RUU's.
Now, I can open the phone (it vibrates and I can hear HTC opening voice) but the screen is completely black. I tried to send a call to this device and it received the call but I could not answer the call. So everything but screen looks like working.
Screen problem occured after jtag so I think it is not a hardware issue but I am not sure.
I am searching for 3 weeks now but I could not find a satisfactory answer. Can you help me to fix this problem. Any ideas? suggestions? Is there something that I might do wrong?
Thanks for your answers and sorry for my bad English and terminology.
Click to expand...
Click to collapse
hmm you did some advanced stuff ...pushing boot and other files using jtag ...can you now go into bootloader ? also there too the screen is blank ?
if you can go to bootloader ..why not try running ruu manually? (not jtag this time )

ganeshp said:
hmm you did some advanced stuff ...pushing boot and other files using jtag ...can you now go into bootloader ? also there too the screen is blank ?
if you can go to bootloader ..why not try running ruu manually? (not jtag this time )
Click to expand...
Click to collapse
Hello, first of all, thanks for your answer.
Unfortunately now same black screen appears in the bootloader screen. Before erase operation I could go into the bootloader but after erase, I can not see the screen.

kmrock said:
Hello, first of all, thanks for your answer.
Unfortunately now same black screen appears in the bootloader screen. Before erase operation I could go into the bootloader but after erase, I can not see the screen.
Click to expand...
Click to collapse
Looks like some important partition got wiped.. So ruu flash is best choice
Can you confirm that the device in bootloader
By typing this command in the command prompt from your adb folder (assuming that you have adb/fastboot setup)
And you need to connect your device to pc though
fastboot devices
(the phone serial number should be shown)
If it's working fine
Can you post the complete output of the following command too?
fastboot getvar all ( except imei and serial number)
Then we can see what state your current device is in and can determine which RUU to run
Sent from my pyramid.. Through blazing fast sonic waves

kmrock said:
Hello, first of all, thanks for your answer.
Unfortunately now same black screen appears in the bootloader screen. Before erase operation I could go into the bootloader but after erase, I can not see the screen.
Click to expand...
Click to collapse
Did you JTAG it yourself? if so when you reassembled the phone did you make sure that the 2 cables you had to disconnect from the cpu mainboard were properly reconnected?

Jonny said:
Did you JTAG it yourself? if so when you reassembled the phone did you make sure that the 2 cables you had to disconnect from the cpu mainboard were properly reconnected?
Click to expand...
Click to collapse
Yes, check this.
It doesn't sound like you flashed any partitions that shouldn't have been touched / would affect the display. And if so, it sounds like it'd be a partition not included in RUUs.

Hello everybody, thanks for your answers.
Jonny said:
Did you JTAG it yourself? if so when you reassembled the phone did you make sure that the 2 cables you had to disconnect from the cpu mainboard were properly reconnected?
Click to expand...
Click to collapse
Yes I JTAGd it myself (with the owner of the RIFF BOX with me). I double checked all the cables and sockets and everything seems fine.
ganeshp said:
Looks like some important partition got wiped.. So ruu flash is best choice
Can you confirm that the device in bootloader
By typing this command in the command prompt from your adb folder (assuming that you have adb/fastboot setup)
And you need to connect your device to pc though
fastboot devices
(the phone serial number should be shown)
If it's working fine
Can you post the complete output of the following command too?
fastboot getvar all ( except imei and serial number)
Then we can see what state your current device is in and can determine which RUU to run
Sent from my pyramid.. Through blazing fast sonic waves
Click to expand...
Click to collapse
Here is the output:
Code:
C:\Windows\system32>fastboot devices
************ fastboot
C:\Windows\system32>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.27.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.105
INFOserialno: ************
INFOimei: ***************
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG58*****
INFOcidnum: HTC__032
INFObattery-status: good
INFObattery-voltage: 4201mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.505s
Thanks for your help.

kmrock said:
Hello everybody, thanks for your answers.
Yes I JTAGd it myself (with the owner of the RIFF BOX with me). I double checked all the cables and sockets and everything seems fine.
Here is the output:
Code:
C:\Windows\system32>fastboot devices
************ fastboot
C:\Windows\system32>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.27.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.105
INFOserialno: ************
INFOimei: ***************
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG58*****
INFOcidnum: HTC__032
INFObattery-status: good
INFObattery-voltage: 4201mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.505s
Thanks for your help.
Click to expand...
Click to collapse
ok the HTC__032 is of east europe
so try this RUU
(run the ruu on pc with phone connected in bootloader mode (check using fastboot devices))
http://www.filefactory.com/file/70cre7fl6rol/n/RUU_PYRAMID_LE_ICS_35_S_HTC_Europe_3.32.401.105_R2_Radio_11.69.3504.00U_11.22.3504.07_M_release_253443_signed.exe
if cid failed error came
then change the cid to HTC__001 (two underscores remember)
fastboot oem writecid HTC__001
fastboot reboot-bootloader
fastboot getvar cid (verify the cid from the output of this command)
then run the same RUU again

Hello
I downloaded the file and installed it successfully (no cid failed error)
However same behavior continues. Here is the fastboot getvar all output:
Code:
C:\Windows\system32>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.29.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.105
INFOserialno: -------------
INFOimei: ---------------
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG58*****
INFOcidnum: HTC__032
INFObattery-status: good
INFObattery-voltage: 4213mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 705f86f6
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
Any ideas? suggestions?
Thanks

kmrock said:
Hello
I downloaded the file and installed it successfully (no cid failed error)
However same behavior continues. Here is the fastboot getvar all output:
Code:
C:\Windows\system32>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.29.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.105
INFOserialno: -------------
INFOimei: ---------------
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG58*****
INFOcidnum: HTC__032
INFObattery-status: good
INFObattery-voltage: 4213mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 705f86f6
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
Any ideas? suggestions?
Thanks
Click to expand...
Click to collapse
If ruu didn't solved the problem then the digitizer connections were not made proper... Or hardware issue
Sent from my pyramid.. Through blazing fast sonic waves

ganeshp said:
If ruu didn't solved the problem then the digitizer connections were not made proper... Or hardware issue
Sent from my pyramid.. Through blazing fast sonic waves
Click to expand...
Click to collapse
Thanks for your efforts. I disassembled and looked through all sockets and hardware but everything looks fine. If I insert a sim card and start the device it opens. Also it receives calls and reflects to the volume buttons. But whatever I did with touchscreen, I could not get a reaction. So both screen and digitizer won't work.
Thanks for your answers.

Related

help with s-on

Can someone please help, I'm truly stuck here.
I have followed the guide here..
http://forum.xda-developers.com/show....php?t=1460713
I have managed to remove the revolutionary logo, and all was good. I then attempted to install the following RUU...
RUU_Saga_HTC_Europe_1.28.401.1_Radio_20.28b.30.080 5U_38.03.02.11_M_release_177977_signed
Went through all the prompts but the program "hung" at the sending screen. After around an hour I pulled the usb cable, yay the phone still boots. However I was still at the old HBOOT (cant remember the numbers 6.0.0002 or something ) and with the custom rom.
Though this might be a problem with the RUU... NAY.
I have since tried he following..
RUU_Saga_HTC_Europe_1.47.401.4_Radio_20.28I.30.085 AU_3805.06.02.03_M_release_199410_signed
RUU_Saga_S_HTC_Europe_2.10.401.5_Radio_20.4801.30. 0822U_3822.10.08.04_M_release_219480_signed
RUU_Saga_O2_UK_1.31.206.1_Radio_20.28b.30.0805U_38 .03.02.14_M_release_178935_signed
All with the same results.
So I downgraded the hboot manually to 0.98.0002 and tried them all again. Still no luck.
The reason I have tried the different RUU is that it was originally from carphone warehouse. Their phones are generally unbranded so assumed it would be a standard euro ruu.
Please help.
I really don't get what the problem is. Removing the "Revolutionary" logo isn't the same as being S-ON. But check out the link below to see if it helps.
forum.xda-developers.com/showthread.php?t=1549636
@pttynan
PLease run the fastboot command "fastboot getvar all" remember to remove your imei and serial from your post.
Then I will direct you to a solution
foX2delta said:
@pttynan
PLease run the fastboot command "fastboot getvar all" remember to remove your imei and serial from your post.
Then I will direct you to a solution
Click to expand...
Click to collapse
Hi Fox2delta. The command gives the following.
INFOversion: 0.5
INFOversion-bootloader: 0.98.2000
INFOversion-baseband: 38.03.02.11
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 1.28.401.1
INFOserialno: HT13Jxxxxxxxx
INFOimei: 3550670xxxxxxxxx
INFOproduct: saga
INFOplatform: HBOOT-7230
INFOmodelid: PG8810000
INFOcidnum: HTC__001
INFObattery-status: good
INFObattery-voltage: 4136mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: ENG
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 7b851d36
INFOhbootpreupdate: 12
INFOgencheckpt: 0
all: Done!
finished. total time: 0.031s
Dont suppose anyone has any thoughts on this? Carphone flat out refused to touch it once the noticed S-OFF

[q] phone stuck in hboot with nothing else!!

hey, my phone is spoilt and im in desperate help of somebody who can help me with my HTC Sensation XE w Audio Beats.
This is what happened,
i was trying to root my phone with help from hansoon all in one toolkit, after unlocking the device and trying my best to install recovery it comes to no avail, had been receiving error when tryng to install / flash pg58img from hboot ( model id incorrect ) . later after i accidentally click on flash kernel and my phone restarted on its own and got stuck in hboot thereafter. I don't have recovery, no USB debugging mode for me to superCID and ive search the whole entire forum for a cure.. i really wish somebody would help me out here as i really want to get my only phone working and running.
UNLOCKED
pyramid pvt ship s-on rl
hboot. 1.27.0000
emmc-boot
thats all i have, i apprieciate anybody who is willing to help me thank you so much!
yuzhi92 said:
hey, my phone is spoilt and im in desperate help of somebody who can help me with my HTC Sensation XE w Audio Beats.
This is what happened,
i was trying to root my phone with help from hansoon all in one toolkit, after unlocking the device and trying my best to install recovery it comes to no avail, had been receiving error when tryng to install / flash pg58img from hboot ( model id incorrect ) . later after i accidentally click on flash kernel and my phone restarted on its own and got stuck in hboot thereafter. I don't have recovery, no USB debugging mode for me to superCID and ive search the whole entire forum for a cure.. i really wish somebody would help me out here as i really want to get my only phone working and running.
UNLOCKED
pyramid pvt ship s-on rl
hboot. 1.27.0000
emmc-boot
thats all i have, i apprieciate anybody who is willing to help me thank you so much!
Click to expand...
Click to collapse
Go to fastboot on your device
Connect it to pc (usb debugging enable is not required) (phone reads fastboot usb)
Then go to your adb folder on pc
And Type this
fastboot getvar all
Post the complete output except imei and serial number
I'll guide you through the process after this
Sent from my pyramid.. Through blazing fast sonic waves
Just download the latest RUU for your device and run it
Yeah do that lol u can get ur ruu from file factory
Sent from my HTC One S using xda premium
[SOLVED] OP's problem was solved on the irc over 5 hours ago.
Stuck in the same boot loop with my htc sensation
i just tried to flash my htc sensation xe for the first time, i successfully did S-OFF using the revolutionary tool and then tried to install ClockworkMod Recovery from PG58IMG.zip which succeeded,
but i havent been able to boot up the device since doing that. its stuck on the htc logo. kindly help.
this is what i get on doing c:\adb>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.27.1100
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.5
INFOserialno: SH1AJV804923
INFOimei: 358313047099531
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG5813001
INFOcidnum: HTC__038
INFObattery-status: good
INFObattery-voltage: 3811mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.499s
reresp same
im having a similar problem - does anyone know what the solution was
edit: pretty much the same thing
stuck with the fastboot/cwr but can't get anything else to work
tried multiple RUU already
xenonxeno said:
i just tried to flash my htc sensation xe for the first time, i successfully did S-OFF using the revolutionary tool and then tried to install ClockworkMod Recovery from PG58IMG.zip which succeeded,
but i havent been able to boot up the device since doing that. its stuck on the htc logo. kindly help.
this is what i get on doing c:\adb>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.27.1100
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.5
INFOserialno: SH1AJV804923
INFOimei: 358313047099531
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG5813001
INFOcidnum: HTC__038
INFObattery-status: good
INFObattery-voltage: 3811mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.499s
Click to expand...
Click to collapse
What is the last rom you had?
You can still go to bootloader thus you can go to recovery...
So enter recovery and tell me whether you are able to e ter or not
Sent from my pyramid.. Through blazing fast sonic waves
w00dberry said:
im having a similar problem - does anyone know what the solution was
edit: pretty much the same thing
stuck with the fastboot/cwr but can't get anything else to work
tried multiple RUU already
Click to expand...
Click to collapse
You mean you succesfully flashed RUU and still can't boot?
Sent from my pyramid.. Through blazing fast sonic waves
xenonxeno said:
i just tried to flash my htc sensation xe for the first time, i successfully did S-OFF using the revolutionary tool and then tried to install ClockworkMod Recovery from PG58IMG.zip which succeeded,
but i havent been able to boot up the device since doing that. its stuck on the htc logo. kindly help.
this is what i get on doing c:\adb>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.27.1100
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.401.5
INFOserialno: SH1AJV804923
INFOimei: 358313047099531
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG5813001
INFOcidnum: HTC__038
INFObattery-status: good
INFObattery-voltage: 3811mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.499s
Click to expand...
Click to collapse
Flash an ICS ROM. Your GB ROM will not boot on 3.32 firmware.
---------- Post added at 11:28 AM ---------- Previous post was at 11:26 AM ----------
w00dberry said:
im having a similar problem - does anyone know what the solution was
edit: pretty much the same thing
stuck with the fastboot/cwr but can't get anything else to work
tried multiple RUU already
Click to expand...
Click to collapse
I need a better description of the problem.
"It doesn't work" "I tried multiple RUUs" are useless to me.
What happens when you flash the RUU? Is it successful?

[Q] No network coverage after HTCDEV unlock

Please someone help!! i have broken my phone bigtime, I unlocked the bootloader the official way and no it will not recognize the sim and wont let me connect to any network!!
any thoughts?
thanks
sounds like radio problem, try to get an app getRIL to match radio with your kernel
ferriscat said:
Please someone help!! i have broken my phone bigtime, I unlocked the bootloader the official way and no it will not recognize the sim and wont let me connect to any network!!
any thoughts?
thanks
Click to expand...
Click to collapse
i think maybe you're already updating incorrect hboot firmware from that site..
to make sure that..just go to your bootloader again and select FASTBOOT..then type fastboot command "fastboot getvar all"..then posting it in here the output from that command..but don't forget to remove your serial number and imei first..to avoid someone can cloning your phone..
JJeamy said:
i think maybe you're already updating incorrect hboot firmware from that site..
to make sure that..just go to your bootloader again and select FASTBOOT..then type fastboot command "fastboot getvar all"..then posting it in here the output from that command..but don't forget to remove your serial number and imei first..to avoid someone can cloning your phone..
Click to expand...
Click to collapse
Hi thanks for the reply ,
here it is,
INFOversion: 0.5
INFOversion-bootloader: 1.27.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.61.51
INFOserialno:
INFOimei:
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG5813000
INFOcidnum: ORANG001
INFObattery-status: good
INFObattery-voltage: 3997mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
Being pretty new, I would hazard a guess at having no baseband being the issue?
please advise thanks
ferriscat said:
Hi thanks for the reply ,
here it is,
INFOversion: 0.5
INFOversion-bootloader: 1.27.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.61.51
INFOserialno:
INFOimei:
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG5813000
INFOcidnum: ORANG001
INFObattery-status: good
INFObattery-voltage: 3997mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
Being pretty new, I would hazard a guess at having no baseband being the issue?
please advise thanks
Click to expand...
Click to collapse
use a ruu.exe
choose the one which corresponds to your firmware(or higher) and cid
http://forum.xda-developers.com/showthread.php?t=1672425
before use the ruu.exe relock first the bootloader
edit: probably there is no ics ruu for orange UK
RUU not working
rzr86 said:
use a ruu.exe
choose the one which corresponds to your firmware(or higher) and cid
http://forum.xda-developers.com/showthread.php?t=1672425
before use the ruu.exe relock first the bootloader
edit: probably there is no ics ruu for orange UK
Click to expand...
Click to collapse
Hi I tired the RUU late last night,
i tired a bout 5 and none of them worked error 131 and error 140,
is there a way to compleaty wipe it all and start again?
thanks
ferriscat said:
Hi I tired the RUU late last night,
i tired a bout 5 and none of them worked error 131 and error 140,
is there a way to compleaty wipe it all and start again?
thanks
Click to expand...
Click to collapse
i can only think now to do a factory reset from settings
rzr86 said:
i can only think now to do a factory reset from settings
Click to expand...
Click to collapse
Hi thanks for trying,
i tried factory reset still no luck, i think the only thing i can do it try get a complete new rom on it.. just got to work out how.
thanks
ferriscat said:
Hi thanks for the reply ,
here it is,
INFOversion: 0.5
INFOversion-bootloader: 1.27.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.32.61.51
INFOserialno:
INFOimei:
INFOproduct: pyramid
INFOplatform: HBOOT-8260
INFOmodelid: PG5813000
INFOcidnum: ORANG001
INFObattery-status: good
INFObattery-voltage: 3997mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 617f0a98
INFOhbootpreupdate: 11
INFOgencheckpt: 0
Being pretty new, I would hazard a guess at having no baseband being the issue?
please advise thanks
Click to expand...
Click to collapse
yap i think that you had already had wrong step..to unlocking your bootloader via htcdev.com...
to fix that...maybe you can try relocking your bootloader first...then flashing a stock RUU again..
but to do that..because i can't find the right RUU for you that have a same version as yours...you can download this RUU (this is a ruu for sensation xe) then modified that RUU file (i mean modified/ change the cid info on android-info.txt in PG58IMG.zip file..change it to your cid) or making a goldcard first to flashing that RUU or else that have a same or higher version than yours...
completed guide to flashing a RUU you can read here.. (you can read at step 4 in that thread)
JJeamy said:
yap i think that you had already had wrong step..to unlocking your bootloader via htcdev.com...
to fix that...maybe you can try relocking your bootloader first...then flashing a stock RUU again..
but to do that..because i can't find the right RUU for you that have a same version as yours...you can download this RUU (this is a ruu for sensation xe) then modified that RUU file (i mean modified/ change the cid info on android-info.txt in PG58IMG.zip file..change it to your cid) or making a goldcard first to flashing that RUU or else that have a same or higher version than yours...
completed guide to flashing a RUU you can read here.. (you can read at step 4 in that thread)
Click to expand...
Click to collapse
or see here
http://forum.xda-developers.com/showthread.php?t=1631861
No Ril
rzr86 said:
or see here
http://forum.xda-developers.com/showthread.php?t=1631861
Click to expand...
Click to collapse
So ive tired the above and still no luck , the phone is rooted and is s-off now, after further investigation and using GetRil It is saying I have no RIL , is there an easy way to install it? I thought installing a new rom would do all that?
thanks
ferriscat said:
So ive tired the above and still no luck , the phone is rooted and is s-off now, after further investigation and using GetRil It is saying I have no RIL , is there an easy way to install it? I thought installing a new rom would do all that?
thanks
Click to expand...
Click to collapse
take a look at this thread
http://forum.xda-developers.com/showthread.php?t=1202867

[Q] RUU needed for Orange/EE HTC One SV

Hi everyone,
HTC One SV LTE (K2_UL) on Orange (it's about 2 years old)
Not rooted
S-ON
Phone was on 4.2.2
USB debugging is not enabled
I'm pretty technical and have scoured forums for the last couple of days and still haven't found a solution to the problem I have with my HTC One SV.
I left the phone on charge overnight and the next day I was presented with a screen asking me to decrypt storage. The phone was never rooted or tampered with.
The problem I have is that I'm unable to factory reset the phone or even get into recovery. Clearing storage doesn't make any difference.
Every time I try, the phone resets and takes me to the "please enter password to decrypt" screen. It appears that the internal SD storage or at least a directory is corrupt.
One solution is to run an Orange RUU to resotre to factory default but I can't fine one anywhere, and I could really do with one.
I'm able to run fastboot commands, but adb does not see the phone as a device.
Can anyone help?
I don't know, how that happened and i don't really have a (easy) solution.
But i guess you won't get it done without an unlocked bootloader and an recovery like Twrp.
A search broughr up similar problems on other devices: http://forum.xda-developers.com/showthread.php?t=2749625
old.splatterhand said:
I don't know, how that happened and i don't really have a (easy) solution.
But i guess you won't get it done without an unlocked bootloader and an recovery like Twrp.
A search broughr up similar problems on other devices: http://forum.xda-developers.com/showthread.php?t=2749625
Click to expand...
Click to collapse
Another thing worth mentioning is that when I try to run fastboot -w I get "Erasing 'userdata' ... FAILED (remote: not allowed)
I'm a pretty technical person (10+Years in IT) but I get the feeling that without the RUU to completely wipe it I won't be able to get this phone fixed.
I don't think, the RUU you are talking is available!
One idea could be:
-Unlock your bootloader
-flash TWRP
-try if you can get something done in recovery, if not,
-flash a stock rom
-get S-off with rumrunner.us
-downgrade hboot
-get Supercid
-run the WWE RUU (and debrand your device)
Is there anyone there who could help me? Does anyone have access or can send me a link to an Orange HTC One SV LTE RUU.exe ??
Well, let's give it a try and ask @djluisbento
Can you obtain a RUU for HTC One SV (K2_ul), Android 4.2.2, Orange/EE branded?
@geileskey
What was the software number your HTC One SV was running on?
old.splatterhand said:
Well, let's give it a try and ask @djluisbento
Can you obtain a RUU for HTC One SV (K2_ul), Android 4.2.2, Orange/EE branded?
@geileskey
What was the software number your HTC One SV was running on?
Click to expand...
Click to collapse
This is what I got from Fastboot:
INFOversion: 0.5
INFOversion-bootloader: 2.21.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.11.61.10
INFOversion-misc: PVT SHIP S-ON
INFOmeid:
INFOproduct: k2_ul
INFOplatform: HBOOT-8930
INFOmodelid: PL8010000
INFOcidnum: ORANG001
INFObattery-status: good
INFObattery-voltage: 4162mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: dirty-2bb255c2
INFOhbootpreupdate: 11
INFOgencheckpt: 0
thanks,
Mike
geileskey said:
This is what I got from Fastboot:
Click to expand...
Click to collapse
Remove serialno & imei and highlight INFOversion-main: 3.11.61.10
And then lets see, if @djluisbento will answer.
old.splatterhand said:
Remove serialno & imei and highlight INFOversion-main: 3.11.61.10
And then lets see, if @djluisbento will answer.
Click to expand...
Click to collapse
INFOversion: 0.5
INFOversion-bootloader: 2.21.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.11.61.10
INFOversion-misc: PVT SHIP S-ON
INFOmeid:
INFOproduct: k2_ul
INFOplatform: HBOOT-8930
INFOmodelid: PL8010000
INFOcidnum: ORANG001
INFObattery-status: good
INFObattery-voltage: 4162mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: dirty-2bb255c2
INFOhbootpreupdate: 11
INFOgencheckpt: 0
geileskey said:
INFOversion: 0.5
INFOversion-bootloader: 2.21.0000
INFOversion-baseband: N/A
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 3.11.61.10
INFOversion-misc: PVT SHIP S-ON
INFOmeid:
INFOproduct: k2_ul
INFOplatform: HBOOT-8930
INFOmodelid: PL8010000
INFOcidnum: ORANG001
INFObattery-status: good
INFObattery-voltage: 4162mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: dirty-2bb255c2
INFOhbootpreupdate: 11
INFOgencheckpt: 0
Click to expand...
Click to collapse
I've meant, remove it from the post # 7
old.splatterhand said:
I've meant, remove it from the post # 7
Click to expand...
Click to collapse
Sorry! Just made the edit
old.splatterhand said:
Well, let's give it a try and ask @djluisbento
Can you obtain a RUU for HTC One SV (K2_ul), Android 4.2.2, Orange/EE branded?
@geileskey
What was the software number your HTC One SV was running on?
Click to expand...
Click to collapse
Hello,
I already have the version 3.11.61.10 and 3.11.401.1 and i gonna upload it.
I'm new to this forum, would it be available as a link or a PM?
Many thanks, Mike.
geileskey said:
I'm new to this forum, would it be available as a link or a PM?
Many thanks, Mike.
Click to expand...
Click to collapse
Usually he shared it as a link for all.
@djluisbento
It would be really great if you could also upload the RUU for k2_u with Android 4.2.2 and software number 3.11.401.106 :highfive:
old.splatterhand said:
Usually he shared it as a link for all.
@djluisbento
It would be really great if you could also upload the RUU for k2_u with Android 4.2.2 and software number 3.11.401.106 :highfive:
Click to expand...
Click to collapse
I gonna Upload it for all.
https://drive.google.com/file/d/0B17smFr95pleUEw0SFRzemdhVVU/view?usp=sharing
https://drive.google.com/file/d/0B17smFr95pleZ3VlT1dOZ25fV0E/view?usp=sharing
djluisbento said:
https://drive.google.com/file/d/0B17smFr95pleUEw0SFRzemdhVVU/view?usp=sharing
https://drive.google.com/file/d/0B17smFr95pleZ3VlT1dOZ25fV0E/view?usp=sharing
Click to expand...
Click to collapse
I downloaded both, but the "PL80IMG_K2_UL_JB422_SENSE50_MR_Orange_UK_3.11.61.10_Radio_1.18.40a.00.05_10.81a.40.23_release_340236_signed.zip" only extracts to 98.1K even though the ZIP file is 665MB is there something wrong with the ZIP file?
thanks,
Mike
geileskey said:
I downloaded both, but the "PL80IMG_K2_UL_JB422_SENSE50_MR_Orange_UK_3.11.61.10_Radio_1.18.40a.00.05_10.81a.40.23_release_340236_signed.zip" only extracts to 98.1K even though the ZIP file is 665MB is there something wrong with the ZIP file?
thanks,
Mike
Click to expand...
Click to collapse
I'm also a complete noob to RUU flashing. I thought the ZIPs would contain an executable, but neither of them have an RUU.exe file in them. Am I doing something wrong?
The Ruu is encryted, thats why you can't extract. And you don't need to!
Bootloader must be locked!
Rename the Orange zip to PL80IMG.zip, copy it to external sdcard, boot your phone to bootloader and let it search for files to update. It will ask you, if you wat to flash the zip, confirm with Vol+ and follow the instructions.
@djluisbento
Any news about the RUU for k2_u with Android 4.2.2 and software number 3.11.401.106?
old.splatterhand said:
The Ruu is encryted, thats why you can't extract. And you don't need to!
Rename the Orange zip to PL80IMG.zip, copy it to external sdcard, boot your phone to bootloader and let it search for files to update. It will ask you, if you wat to flash the zip, confirm with Vol+ and follow the instructions.
@djluisbento
Any news about the RUU for k2_u with Android 4.2.2 and software number 3.11.401.106?
Click to expand...
Click to collapse
For the moment i do't have it. only the older version.

Inspire - Help needed for an senior citizen

Hello,
I am trying to help an senior citizen friend of mine who has HTC Inspire (S-Off) and all it does is vibrate 6-7 times and blank screen. I was able to get into hboot and below are the details of fastboot-getvar.
INFOversion: 0.5
INFOversion-bootloader: 0.85.0024
INFOversion-baseband: 26.10.04.03_
INFOversion-cpld: None
INFOversion-microp: 0438
INFOversion-main: 2.47.502.7
INFOserialno: XXXXXX
INFOimei: XXXXX
INFOproduct: ace
INFOplatform: HBOOT-7230
INFOmodelid: PD9812000
INFOcidnum: CWS__001
INFObattery-status: good
INFObattery-voltage: 3830mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: a3d4fa0f
INFOhbootpreupdate: 11
INFOgencheckpt: 0
INFOregion-id: 0
He got this unlocked phone from someone as a gift which worked for a while but now this is what happens:
1. Phone does not start (except for hboot screen)
2. Unable to do factory reset or get into recovery.
3. Unable to see device in adb. I am able to see my HTC M8, M9 on same system so I am guessing no issues with drivers there.
4. Fastboot oem lock returns error (... INFO[ERR] Command error !!!)
5. Fastboot oem get_identifier_token error (... INFO[ERR] Command error !!!)
6. Unable to boot into bootloader (fastboot oem rebootRUU) will reboot the phone and vibrate multiple times and then stays on black screen for hours.
7. Tried AAHK but no luck.
8. Tried flashing zip PD98IMG.zip with fastboot flash zip command but no luck.
9. Tried visiting htcdev for the unlock code but cannot see anything for this model.
All I need to do is get this phone up and running for this poor gentleman sole who gave me this phone with lot of hope... Doesnt matter which ROM or recovery..
I would really appreciate any help experts can provide.

Categories

Resources