Hi guys I have htc one x stuck recovery menu here is the pic
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can some one tell me what rom I flash so I can make this phone working ?
Thanks
Sent from my iPhone using Tapatalk
You should give some more info:
- Do you always enter this menu, cause your volume down button could be pressed all time.
- The device shows relocked, did you install custom ROMs before?
- Before you want to flash custom ROMs you have to unlock and flash a custom recovery.
Unlock the bootloader first
Sent from my HTC One X using xda app-developers app
webpatrick said:
You should give some more info:
- Do you always enter this menu, cause your volume down button could be pressed all time.
- The device shows relocked, did you install custom ROMs before?
- Before you want to flash custom ROMs you have to unlock and flash a custom recovery.
Click to expand...
Click to collapse
Hi thanks for the reply no volume button on every time when i turn on i can see this menu
i did not flash with custom rom customer try to update the phone.
i just want to fix the problem i dont want to custom rom to put in side phone can i just flash with original rom? if yes what flash file i use
and how do i flash?
thanks for ur time
webpatrick said:
You should give some more info:
- Do you always enter this menu, cause your volume down button could be pressed all time.
- The device shows relocked, did you install custom ROMs before?
- Before you want to flash custom ROMs you have to unlock and flash a custom recovery.
Click to expand...
Click to collapse
Stefan0vic said:
Unlock the bootloader first
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
i just want to get correct rom ruu file. can u tell me what rom i flash so i can fix this phone?
Ok when I try to unlock the relics it giving me error saying unlock bootloader failed
When I do command on cmd
I can only bootloader info I can not see 2 info like show here
But my window show only bootloader info
What to do?
Can I just flash original firmware or do I have to u lock this first?
Sent from my iPhone using Tapatalk
Have you downloaded and installed the proper drivers for the PC?
Then on your PC open a command prompt in your fastboot folder connect the phone to the PC.
On your device you should see USB next to the red fastboot (in the first image you posted)
Now what does the command "fastboot getvar all" return (you enter that in the command prompt of your PC)?
You can copy paste it here, but mask your IMEI and Serial no.
IMPORTANT! Make sure your device has enouth battery. Your device is not charging in Fastboot, but you can use a script that does that, only takes a minimal half a day to charge (maybe more)
I added a zip with fastboot and a command file with the script (run it in fastboot, your device will be rebooting all the time, but in the time it reboots it will be charging a bit).
webpatrick said:
What does the command "fastboot getvar all" return?
You can copy paste it here, but mask your IMEI and Serial no.
Click to expand...
Click to collapse
what do u mean? u mean when i put the phone in to the fastboot mode? what is the fastboot getvar?
sorry i m new on this thats why i m asking
mps5566 said:
what do u mean? u mean when i put the phone in to the fastboot mode? what is the fastboot getvar?
sorry i m new on this thats why i m asking
Click to expand...
Click to collapse
Note: I edited my previous post
Fastboot mode is the mode you posted in the first image.
---------- Post added at 09:49 AM ---------- Previous post was at 09:43 AM ----------
If you are pretty new to this, read the sticky threads of this forums (about flashing) before doing anything, cause it's better to understand what you are doing before doing something stupid
You also said you don't want to install a custom ROM, but the device has been relocked, so probably you or someone already tried to install a custom ROM and thats where it went wrong.
webpatrick said:
Note: I edited my previous post
Fastboot mode is the mode you posted in the first image.
---------- Post added at 09:49 AM ---------- Previous post was at 09:43 AM ----------
If you are pretty new to this, read the sticky threads of this forums (about flashing) before doing anything, cause it's better to understand what you are doing before doing something stupid
You also said you don't want to install a custom ROM, but the device has been relocked, so probably you or someone already tried to install a custom ROM and thats where it went wrong.
Click to expand...
Click to collapse
Thanks for reply yes customer already try to update the phone n he lock the bootlader my question is
if i need to flash custom rom then i need to unlock bootlader? i need to flash with original file so do i still need to unlock it?
also i dont know what version flash file this phone had before how do i find that? cuz when i put in fast boot u can see i can not see the detail
and as i mention i m trying to unlock boot loader but i m keep getting same error.
mps5566 said:
Thanks for reply yes customer already try to update the phone n he lock the bootlader my question is
if i need to flash custom rom then i need to unlock bootlader? i need to flash with original file so do i still need to unlock it?
also i dont know what version flash file this phone had before how do i find that? cuz when i put in fast boot u can see i can not see the detail
and as i mention i m trying to unlock boot loader but i m keep getting same error.
Click to expand...
Click to collapse
If you want to flash it with an original RUU, your bootloader needs to be locked, and you need an original (stock) recovery.
For some devices it's hard to find a RUU so first we need to figure out which (region) the device is from and what is the base version. That can we do with the fastboot command:
Code:
fastboot getvar all
If we exucute this command we get all kind of system-info like CID, version-main, below you see my outut:
Code:
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.72.0000
(bootloader) version-baseband: 5.1204.167.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.18.401.2
(bootloader) serialno: HT23TW***
(bootloader) imei: ***
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: HTC__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 4134mV
(bootloader) devpower: 100
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
I will sent you a PM
Already solved - http://forum.xda-developers.com/showthread.php?t=2459969
Sent from my HTC One X using xda premium
---------- Post added at 12:36 PM ---------- Previous post was at 12:34 PM ----------
webpatrick said:
If you want to flash it with an original RUU, your bootloader needs to be locked, and you need an original (stock) recovery.
For some devices it's hard to find a RUU so first we need to figure out which (region) the device is from and what is the base version. That can we do with the fastboot command:
Code:
fastboot getvar all
If we exucute this command we get all kind of system-info like CID, version-main, below you see my outut:
Code:
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.72.0000
(bootloader) version-baseband: 5.1204.167.31
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.18.401.2
(bootloader) serialno: HT23TW***
(bootloader) imei: ***
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: HTC__E11
(bootloader) battery-status: good
(bootloader) battery-voltage: 4134mV
(bootloader) devpower: 100
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
I will sent you a PM
Click to expand...
Click to collapse
No need of relocking bootloader and cid and any other thing see this - http://forum.xda-developers.com/showthread.php?t=2459969
Sent from my HTC One X using xda premium
---------- Post added at 12:38 PM ---------- Previous post was at 12:36 PM ----------
mps5566 said:
Hi guys I have htc one x stuck recovery menu here is the pic
View attachment 2281410
Can some one tell me what rom I flash so I can make this phone working ?
Thanks
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
Yesterday I got this problem but I fixed it see this- http://forum.xda-developers.com/showthread.php?t=2459969 and reply me if you are succesfull in reatoring your phone and unlock your bootloader first. Before doing the steps mentioned by me
Sent from my HTC One X using xda premium
kartik.kayz said:
Already solved - http://forum.xda-developers.com/showthread.php?t=2459969
Sent from my HTC One X using xda premium
---------- Post added at 12:36 PM ---------- Previous post was at 12:34 PM ----------
No need of relocking bootloader and cid and any other thing see this - http://forum.xda-developers.com/showthread.php?t=2459969
Sent from my HTC One X using xda premium
---------- Post added at 12:38 PM ---------- Previous post was at 12:36 PM ----------
Yesterday I got this problem but I fixed it see this- http://forum.xda-developers.com/showthread.php?t=2459969 and reply me if you are succesfull in reatoring your phone and unlock your bootloader first. Before doing the steps mentioned by me
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
If it is possible to go back via RUU then I would recommend it, but yes if it is not possible, you can choose a nandroid backup way (if you can find a nandroid for your CID and version-main).
He doesn't need a nandroid backup specifically for his CID. All wwe 4.18.401 nandroids work on his phone !!!
Only thing he must NOT do is relock the bootloader !
So basically it's down to this :
1: download any 4.18.401 nandroid backup
2: flash the recovery.img and boot.img from the nandroid backup folder
3: boot in the recovery and perform a good full wipe
4: restore the nandroid backup
5: flash back the stock recovery to be able to install official htc ota in the future
Here more info and back ups
http://forum.xda-developers.com/showthread.php?t=1975140
Sent from my HTC One X using XDA Premium 4 mobile app
webpatrick said:
If it is possible to go back via RUU then I would recommend it, but yes if it is not possible, you can choose a nandroid backup way (if you can find a nandroid for your CID and version-main).
Click to expand...
Click to collapse
thanks man u solve my problem thanks a lot for ur all help my htc one x working now
Related
SFR - VODAP203, ROM and OTA update to 4.2.2 Sense 5, Hboot 1.72
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
banner by cypis
Stock ROM for HOX VODAP203 (SFR)
LOOKOUT ! Screens are not reflect of original ROM. Been tweaked by me :laugh:
Look of this ROM is the same than Original Sense.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it!
* I'm not a dev, I just want to share files I found which helped me..
*/
I decided to open this thread cause I spent a lot of time to find the files that I share with you today. I just hope it will help others users with same HOX config like me.
This is not an "HOW TO", just sharing files needed.
I wanted to update my HOX which config was:
Hboot 1.36
Version 1.29.163.13
and CID VODAP203.
and bring it to Android 4.2.2 and Sense 5, and bring Hbbot to 1.72.
Thanks and credits:
Special thanks to migascalp.
Original thread: http://www.forum-generationmobiles.net/t63139-rom-zip-stock-operateur
INSTRUCTIONS:
- First of all, nandroid backup and copy all your sd files on PC !
Starting from zero (1.29.163.13), I had to wipe all data and files on sd card, so you have been warned...
In download section, you'll find:
ROM SFR_3.14.163.27.zip
OTA OTA_ENDEAVOR_U_JB_50_S_Vodafone_FR_4.17.163.3-3.14.163.27_release_3328517hcgcnspavwggc5y.zip
Hbbot 1.72 firmware.zip
Copy ROM and OTA on sdcard.
1. Unlock your device and install Clockwork Recovery
2. Do a Nandroid backup! Copy all files on PC.
3. WIPE
4. Install the ROM by CWM (install zip on sdCard) don't forget flashing boot.img inside zip (fastboot flash boot boot.img, and fastboot erase cache)
5. Reboot - You're on original SFR 3.14.163.27
6. At this stage, screen is non responding, reboot in recovery by power+vol down.
7. Flash the OTA.zip in CWM
Reboot in fastboot usb and flash boot.img in OTA.zip
8. Reboot
9. You're in android 4.2.2 Sense 5....
Screen touch is working again.
After all is done, go in settings, about and updates and it will charge 3 upgrades (camera, Sense and other tweaks).
Let HOX installing them then reboot.
And voilà !
At this stage, there is no more OTA, so ROM is 4.17.163.3 Android 4.2.2 and Sense 5.
If you want to upgrade HBOOT:
Even with the .zip method you'll need to relock/unlock the bootloader. It's NOT flashable in
recovery. Create a new account at htcdev.
Here's how to use the zip:
1. fastboot oem lock
2. fastboot oem rebootRUU
3. fastboot flash zip firmware.zip (do several times if it fails)
4. fastboot flash unlocktoken Unlock_code.bin.
There are many tutos on "how to" flash ROM, upgrade Hbbot... here on HOX android section.
Direct download URLs:
ROM - SFR_3.14.163.27.zip
https://www.dropbox.com/s/y51eyvuoe3z78pc/SFR_3.14.163.27.zip
boot.img to flash with ROM
https://www.dropbox.com/s/za9d0dxt8u55z74/boot sfr314.img
http://www.sendspace.com/file/0j293m
MIRROR:
SFR_3.14.163.27.zip.001
http://www9.zippyshare.com/v/83751600/file.html
SFR_3.14.163.27.zip.002
http://www9.zippyshare.com/v/78478227/file.html
SFR_3.14.163.27.zip.003
http://www9.zippyshare.com/v/54634601/file.html
SFR_3.14.163.27.zip.004
http://www9.zippyshare.com/v/15721385/file.html
DL the four files then open 7file, combine the four files, you're done.
OTA_ENDEAVOR_U_JB_50_S_Vodafone_FR_4.17.163.3-3.14.163.27_release_3328517hcgcnspavwggc5y.zip
https://www.dropbox.com/s/w4z4qe5af....14.163.27_release_3328517hcgcnspavwggc5y.zip
MIRROR:
OTA_ENDEAVOR_U_JB_50_S_Vodafone_FR_4.17.163.3-3.14.163.27_release_3328517hcgcnspavwggc5y.zip.001
http://www26.zippyshare.com/v/65868450/file.html
OTA_ENDEAVOR_U_JB_50_S_Vodafone_FR_4.17.163.3-3.14.163.27_release_3328517hcgcnspavwggc5y.zip.002
http://www26.zippyshare.com/v/4628396/file.html
OTA_ENDEAVOR_U_JB_50_S_Vodafone_FR_4.17.163.3-3.14.163.27_release_3328517hcgcnspavwggc5y.zip.003
http://www26.zippyshare.com/v/31432235/file.html
DL the three files then open 7file, combine the three files, you're done.
boot.img to flash with OTA
https://www.dropbox.com/s/pklltu4k8bl982l/boot ota417.img
http://www.sendspace.com/file/om49c3
HBOOT - firmware.zip
https://www.dropbox.com/s/xd7bw1gpkota95v/firmware.zip
http://www22.zippyshare.com/v/99064813/file.html
Again: I'm not a dev and have very little time to myself everyday.
If I could help you, then the goal is reached.
In that event, Hit thanks
Have a good flash
Franky
Edit 14 01 2014: uploading new links in progress
My dropbox generates too much traffic, public links suspended
Sorry for that
Thanks Man and thanks too for Migascalp
bzhmobile said:
Thanks Man and thanks too for Migascalp
Click to expand...
Click to collapse
Héhé, Pour une fois que ça se fait dans ce sens, on ne va pas s'en priver.....
Respect for baby's owner...
See you
Franky
this does not work on my device.
I have assert error on CID checking...
neith00 said:
this does not work on my device.
I have assert error on CID checking...
Click to expand...
Click to collapse
More infos needed.
Reboot in bootloader, connect in fastboot usb mode
then
type
fastboot getvar all
Then copy paste result and report.
XDA is HUGE forum.
Don't forget to quote before you answer.
See you
Franky
fgth90 said:
More infos needed.
Reboot in bootloader, connect in fastboot usb mode
then
type
fastboot getvar all
Then copy paste result and report.
XDA is HUGE forum.
Don't forget to quote before you answer.
See you
Franky
Click to expand...
Click to collapse
Here is the report.
fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.36.0000
(bootloader) version-baseband: 5.1204.164D.30
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.14.163.27
(bootloader) serialno: HT242W131562
(bootloader) imei: 35918XXXXXXXX
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: VODAP203
(bootloader) battery-status: good
(bootloader) battery-voltage: 3782mV
(bootloader) devpower: 49
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 4.735s
fgth90 said:
SFR - VODAP203, ROM and OTA update to 4.2.2 Sense 5, Hboot 1.72
3. fastboot flash zip firmware.zip (do several times if it fails)
Franky
Click to expand...
Click to collapse
What happends when its fails? I cant get to flash the firmware zip after resetRUU
neith00 said:
Here is the report.
fastboot getvar all
(bootloader) version: 0.5a
(bootloader) version-bootloader: 1.36.0000
(bootloader) version-baseband: 5.1204.164D.30
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.14.163.27
(bootloader) serialno: HT242W131562
(bootloader) imei: 35918XXXXXXXX
(bootloader) product: endeavoru
(bootloader) platform: HBOOT-T30S
(bootloader) modelid: PJ4610000
(bootloader) cidnum: VODAP203
(bootloader) battery-status: good
(bootloader) battery-voltage: 3782mV
(bootloader) devpower: 49
(bootloader) partition-layout: None
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: None
(bootloader) hbootpreupdate: 2
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 4.735s
Click to expand...
Click to collapse
hopeless12 said:
What happends when its fails? I cant get to flash the firmware zip after resetRUU
Click to expand...
Click to collapse
1rst zip is to flash in recovery.
As said before:
4. Install the ROM by CWM (install zip on sdCard) don't forget flashing boot.img inside zip (fastboot flash boot boot.img, and fastboot erase cache)
5. Reboot - You're on original SFR 3.14.163.27
If OTA does not work, then you have:
- to flash original recovery
- relock your phone
Then OTA will come by itself in normal update.
I can confirm that firmware.zip is the good one for CID VODAP203.
There's tutos here on onex forum which explain how to flash it.
Let me know if something's wrong.
See you and good luck
Franky
fgth90 said:
1rst zip is to flash in recovery.
As said before:
4. Install the ROM by CWM (install zip on sdCard) don't forget flashing boot.img inside zip (fastboot flash boot boot.img, and fastboot erase cache)
5. Reboot - You're on original SFR 3.14.163.27
If OTA does not work, then you have:
- to flash original recovery
- relock your phone
Then OTA will come by itself in normal update.
I can confirm that firmware.zip is the good one for CID VODAP203.
There's tutos here on onex forum which explain how to flash it.
Let me know if something's wrong.
See you and good luck
Franky
Click to expand...
Click to collapse
Ok i'll try
neith00 said:
Ok i'll try
Click to expand...
Click to collapse
So did this work for you?
See you
Franky
Your post here is the only close thing to my solution.
Please, kindly send me a private link of the SFR 3.14.163.27 RUU you uploaded to dropbox or any other working download link of the RUU, because the one stated in this page has been disabled due to too much traffic. My email is
[email protected]
Thanks
Sent from my GT-I9000 using xda app-developers app
---------- Post added at 12:01 PM ---------- Previous post was at 11:55 AM ----------
Your post here is the only close thing to my solution.
Please, kindly send me a private link of the SFR 3.14.163.27 RUU you uploaded to dropbox or any other working download link of the RUU, because the one stated in this page has been disabled due to too much traffic. My email is
[email protected]
Thanks
Sent from my GT-I9000 using xda app-developers app
fgth90 said:
So did this work for you?
See you
Franky
Click to expand...
Click to collapse
Sorry but I did not had the time. and moreover it's my wife's phone
Michaelthx said:
Your post here is the only close thing to my solution.
Please, kindly send me a private link of the SFR 3.14.163.27 RUU you uploaded to dropbox or any other working download link of the RUU, because the one stated in this page has been disabled due to too much traffic. My email is
[email protected]
Thanks
Sent from my GT-I9000 using xda app-developers app
---------- Post added at 12:01 PM ---------- Previous post was at 11:55 AM ----------
Your post here is the only close thing to my solution.
Please, kindly send me a private link of the SFR 3.14.163.27 RUU you uploaded to dropbox or any other working download link of the RUU, because the one stated in this page has been disabled due to too much traffic. My email is
[email protected]
Thanks
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Need to push the file on web and need some time for upload. I'm on it actually.
I'll give you link tomorrow, time to go to bed and let PC working alone...
It's not a RUU but a nandroid backup. So you'll have to restore it by CWM.
See you
Franky
neith00 said:
...moreover it's my wife's phone
Click to expand...
Click to collapse
Michaelthx said:
Your post here is the only close thing to my solution.
Please, kindly send me a private link of the SFR 3.14.163.27 RUU you uploaded to dropbox or any other working download link of the RUU, because the one stated in this page has been disabled due to too much traffic. My email is
[email protected]
Thanks
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Done...
Does a JB RUU exists for the VODAP203?
kempoki said:
Does a JB RUU exists for the VODAP203?
Click to expand...
Click to collapse
Yes but it's an ooooooold one
Google it 1.26.163.2, that's why CWM recovery is the best way to have last version of android and sense.
See you
Franky
Oh sorry, no, a JB one, no...didn't see that...
The problem is when I try to use an old RUU, it has a bootloader issue: error 140 bootloader version error
kempoki said:
The problem is when I try to use an old RUU, it has a bootloader issue: error 140 bootloader version error
Click to expand...
Click to collapse
You don't have to use RUU.
You can flash zip, use recovery and then update by OTA.
Why looking for RUU?
Hi,
I have a problem : I did all what you wrote (flashed the ROM with CWM, then the boot.img with fastboot), the phone boot correctly but I can't enter my PIN code. The touchscreen is not responding, all what I can do is turning the volume up or down.
I hope you can help me solve this issue.
Thx
I unlocked and installed twrp and 4.4.3 gpe rom on an att m8. Then tried to update to 4.4.4 and my phone went into bootloop. I booted to bootloader and now its a black screen and hboot 3.18.0.0000. Now when I try to load recovery , the twrp image comes up blinks a couple times and goes into boot loop. I've tried reflashing recovery but it doesn't seem to help.
I cant seem to get anything to work. All I can do is play around with the bootloader and fastboot
help please
this is my getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.16.21331931.LA11G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno:
(bootloader) imei:
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul_ca
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B12000
(bootloader) cidnum: CWS__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 6e0f5a3d
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
I also cant run the 1.58 ruu because my hboot is 3.18 and my cid is cws__001.
this totally sucks
First of all delete your serial and IMEI asap. And try this fastboot command :
Fastboot erase cache
Then enter the recovery
Mr Hofs said:
First of all delete your serial and IMEI asap. And try this fastboot command :
Fastboot erase cache
Then enter the recovery
Click to expand...
Click to collapse
failed remote not allowed
any other ideas
Failed remote not allowed is in most cases an indication that the bootloader is locked/relocked
First unlock your phone . Download a compatible kernel for your att m8 4.4.x.
Extract kernel.zip and flash boot.img with adb in fastboot.
Mr Hofs said:
Failed remote not allowed is in most cases an indication that the bootloader is locked/relocked
Click to expand...
Click to collapse
its unlocked, I was able to install phillz recovery but it still bootloops. I do have enough time to wipe/format real quick. any ideas?
amirsardari said:
First unlock your phone . Download a compatible kernel for your att m8 4.4.x.
Extract kernel.zip and flash boot.img with adb in fastboot.
Click to expand...
Click to collapse
I am unlocked and I downloaded a att 1.58 rom and flashed the boot.img . it took but im still boot looping
Try this
http://forum.xda-developers.com/showthread.php?p=54200899
Sent from my HTC One_M8 using Tapatalk
---------- Post added at 08:34 AM ---------- Previous post was at 08:32 AM ----------
I use it to completely restore to stock again. Just read the ENTIRE INSTUCTIONS, i am on at&t also.
Sent from my HTC One_M8 using Tapatalk
joshzdad2013 said:
Try this
http://forum.xda-developers.com/showthread.php?p=54200899
Sent from my HTC One_M8 using Tapatalk
---------- Post added at 08:34 AM ---------- Previous post was at 08:32 AM ----------
I use it to completely restore to stock again. Just read the ENTIRE INSTUCTIONS, i am on at&t also.
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
thanks. but fails after signature check. I think this is done for
I'm thinking without s-off, having a 3.18 hboot and cws__001 cid this phone is going in the garbage today
hugebulge said:
I'm thinking without s-off, having a 3.18 hboot and cws__001 cid this phone is going in the garbage today
Click to expand...
Click to collapse
If cwm Philz is working take another Rom and flash it...what's the problem? Or all recoveries are broken? There are also complete stock Roms take one of them root it and s-off...if Firewater doesn't work use sunshine, it's really worth it to pay 25$ if you say that phone is going into garbage...means you want to buy another one...except try to s-off it and yea...also if you want to update the Rom via official ota you need always the stock recovery otherwise it will never work...
One-M8-Master said:
If cwm Philz is working take another Rom and flash it...what's the problem? Or all recoveries are broken? There are also complete stock Roms take one of them root it and s-off...if Firewater doesn't work use sunshine, it's really worth it to pay 25$ if you say that phone is going into garbage...means you want to buy another one...except try to s-off it and yea...also if you want to update the Rom via official ota you need always the stock recovery otherwise it will never work...
Click to expand...
Click to collapse
philz works for 8 seconds then bootloops and twrp just blinks then bootloops. I cant flash any rom so their is no chance of firewater or sunshine. thanks for the 25$ offer but I think ill call htc and pay to have the motherboard replaced or just smash it to pieces and buy another phone.
Is their any way of changing the cid without s-off? I think I remember getting supercid on the m7 without s-off
hugebulge said:
philz works for 8 seconds then bootloops and twrp just blinks then bootloops. I cant flash any rom so their is no chance of firewater or sunshine. thanks for the 25$ offer but I think ill call htc and pay to have the motherboard replaced or just smash it to pieces and buy another phone.
Is their any way of changing the cid without s-off? I think I remember getting supercid on the m7 without s-off
Click to expand...
Click to collapse
No other way...but you can try something.....I think there are different twrp or Philz images because of the different variants of the phone...so try to get the real one for your device..maybe that should be the problem...if not try fastboot erase cache ..but I think it's more because of the wrong image..
All those things are user issues so no need to bash HTC or the phone because you are doing things wrong
One-M8-Master said:
No other way...but you can try something.....I think there are different twrp or Philz images because of the different variants of the phone...so try to get the real one for your device..maybe that should be the problem...if not try fastboot erase cache ..but I think it's more because of the wrong image..
All those things are user issues so no need to bash HTC or the phone because you are doing things wrong
Click to expand...
Click to collapse
I 100% agree with you that it is completely my fault and not HTC. Im not bashing HTC at all, I'm going to buy another m8. Smashing would just make me happy after spending 9 hours so far trying every possibility over and over.
It is totally bricked though. I had another m8 before this phone and upgraded the same way but it was s-off and I didn't have this problem. Firewater didn't work on this phone. The problem is that something is corrupted and their is no correct ruu for 3.18 hboot with CWS__001.
i will show you the pics of the phone he only boot in hboot no htc logo no nothing ;] i was tryin a lots of methods no one of them works;] dont have recovery , and its locked and s-on im about to crazy ;] try downgrades ruu thru sd card but everytime says THE MAIN VERSION IS OLDER early i was boot some update thru sd card , update start but in the beggining BOOTLOADER - FAIL PU and update abort no one ruu cant start only says main version is older ;] my htc is not rooted and locked bootloader I DONT KNOW WHAT TO DO I TRY EVERYTHING POSSIBLE TO FIX IT BUT NO LIGHT IN THE TUNNEL ;[ I WILL POST NOW THE FASTBOOT GETVAR ALL if you can help me to fix this hard bricked phone
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: INVALID_VER_INFO
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.34.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH45SWW03613
(bootloader) imei: blablablabla
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000
(bootloader) product: a5_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C20000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 09813c97
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.016s
or give me some correct ruu that will not give me MAIN VERSION IS OLD
pipaigoleko said:
i will show you the pics of the phone he only boot in hboot no htc logo no nothing ;] i was tryin a lots of methods no one of them works;] dont have recovery , and its locked and s-on im about to crazy ;] try downgrades ruu thru sd card but everytime says THE MAIN VERSION IS OLDER early i was boot some update thru sd card , update start but in the beggining BOOTLOADER - FAIL PU and update abort no one ruu cant start only says main version is older ;] my htc is not rooted and locked bootloader I DONT KNOW WHAT TO DO I TRY EVERYTHING POSSIBLE TO FIX IT BUT NO LIGHT IN THE TUNNEL ;[ I WILL POST NOW THE FASTBOOT GETVAR ALL if you can help me to fix this hard bricked phone
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: INVALID_VER_INFO
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 2.34.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH45SWW03613
(bootloader) imei: blablablabla
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000
(bootloader) product: a5_ul
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C20000
(bootloader) cidnum: HTC__032
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 09813c97
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.016s
or give me some correct ruu that will not give me MAIN VERSION IS OLD
Click to expand...
Click to collapse
Don't have your model 816, mine is single SIM a5_chl but this forum link had some answers for someone else with your model. Luckily your not really "hard bricked" because you can still enter hboot/fastboot but I understand why you say that. Hard bricked is when your phone is literally an expensive paperweight. Luckily you still have access to your boatloader and that's where most problems can get fixed. By the way what specifically happened that caused this issue? You're boatloader is locked and your not rooted so pure stock right with stock recovery but you can't get into recovery?
http://forum.xda-developers.com/desire-816/help/a5ul-unable-to-flash-ruu-t3294835
Also if you press the power button to select hboot you should go to fastboot mode where you can use volume key to select recovery then press power button to enter.
Below is a link to stock RUU's for yours and other models but you'll need stock recovery installed and working before they can be run. Hopefully your stock recovery is still there just need a different way to enter it i.e. Boatloader or key presses. Only flash your specific versions firmware.Try the one your were currently on before trying one older.
http://forum.gsmhosting.com/vbb/f485/htc-desire-816-official-stock-roms-always-updated-1948682/
cant go recovery
thoctor said:
Don't have your model 816, mine is single SIM a5_chl but this forum link had some answers for someone else with your model. Luckily your not really "hard bricked" because you can still enter hboot/fastboot but I understand why you say that. Hard bricked is when your phone is literally an expensive paperweight. Luckily you still have access to your boatloader and that's where most problems can get fixed. By the way what specifically happened that caused this issue? You're boatloader is locked and your not rooted so pure stock right with stock recovery but you can't get into recovery?
http://forum.xda-developers.com/desire-816/help/a5ul-unable-to-flash-ruu-t3294835
Also if you press the power button to select hboot you should go to fastboot mode where you can use volume key to select recovery then press power button to enter.
Below is a link to stock RUU's for yours and other models but you'll need stock recovery installed and working before they can be run. Hopefully your stock recovery is still there just need a different way to enter it i.e. Boatloader or key presses. Only flash your specific versions firmware.Try the one your were currently on before trying one older.
http://forum.gsmhosting.com/vbb/f485/htc-desire-816-official-stock-roms-always-updated-1948682/
Click to expand...
Click to collapse
i cant enter recovery at all ;[
pipaigoleko said:
i cant enter recovery at all ;[
Click to expand...
Click to collapse
still dont have luck with the stocks i try most of them on sdcard hboot ;[[[[
pipaigoleko said:
i cant enter recovery at all ;[
Click to expand...
Click to collapse
So you went into fastboot mode and when you press your power button to select hboot what happens?
Below is a link to a forum for the a5_ul with a link to the stock recovery. Verify this is your version then try flashing it using ADB/fastboot on your P.C. and your phone in fastboot mode. Do you have USB debugging selected in your phone developer options settings?
http://forum.xda-developers.com/desire-816/general/single-sim-816x-a5ul-stock-recovery-t2862637
thoctor said:
so you went into fastboot mode and when you press your power button to select hboot what happens?
Below is a link to a forum for the a5_ul with a link to the stock recovery. Verify this is your version then try flashing it using adb/fastboot on your p.c. And your phone in fastboot mode. Do you have usb debugging selected in your phone developer options settings?
http://forum.xda-developers.com/desire-816/general/single-sim-816x-a5ul-stock-recovery-t2862637
Click to expand...
Click to collapse
i cant turn my phone on even i dont have htc logo start in hboot yes i have now will try to flash ;] i think i have debugging but my device show is only in fastboot and dont list my device only fastboot , BUT IM LOCKED BOOTLOADER AND S-ON CRAZY STUCKING IN BOOT MENU ;] CAN I INSTALL MANUALLY RECOVERY ? BECAUSE I ADB DONT LISTED MY DEVICE
pipaigoleko said:
i cant turn my phone on even i dont have htc logo start in hboot yes i have now will try to flash ;] i think i have debugging but my device show is only in fastboot and dont list my device only fastboot , BUT IM LOCKED BOOTLOADER AND S-ON CRAZY STUCKING IN BOOT MENU ;] CAN I INSTALL MANUALLY RECOVERY ? BECAUSE I ADB DONT LISTED MY DEVICE
Click to expand...
Click to collapse
Did you have the HTC drivers installed on your P.C. or Linux computer?
flashing it using SDK Toolkit /ADB fastboot is doing it manually. The other method is to name the file a specific way so that your phone recognizes it but I have never used this method before. I downloaded the portion of the SDK Toolkit I needed, ADB/fastboot and had the HTC Windows drivers installed from HTC sync manager then put the recovery zip file into my ADB folder in my P.C. then opened command prompt from my ADB folder and typed fastboot flash recovery"name of zip file".img with my phone in fastboot and it flashed. This is what you should try and I'll link some instructions below. Good luck.
http://androidforums.com/threads/cd...ry-image-via-fastboot-or-from-sd-card.385358/
Also if ADB isn't recognizing your phone and you do have the drivers installed then it may be because of what's happened to your phone and then you would need to try and flash from your SD card with the file properly named for your version so that fastboot on your phone will recognize and flash it. I don't know what the proper name is for your version but a lot of the time it's already properly named. How did you lose your recovery in the first place with a locked boatloader and no root?
I must be getting tired. I believe you need an unlocked boatloader to flash a recovery image so you might not be able to flash it. If you can't get into your recovery thru H boot, press power button, volume button to select recovery, enter by pressing power button, then your going to need to flash the stock RUU or zip file with the stock recovery included in the file as you can flash an RUU with the boatloader locked. The issue is will the signed file recognize your firmware as it is now and flash? Wish this was my expertise but I've only flashed RUU files to start my devices clean again not to fix a problem.
nd if im not usb debugged because dont see adb devices only fastboot recognize my device ;[[[ im in big stuck ... i'll say again LOCKED , S-ON , MAYBE NO USB DEBUGGING , STUCK IN BOOTLOADER , AND RUU SAYS MAIN VERSION OLDER ;[
pipaigoleko said:
nd if im not usb debugged because dont see adb devices only fastboot recognize my device ;[[[ im in big stuck ... i'll say again LOCKED , S-ON , MAYBE NO USB DEBUGGING , STUCK IN BOOTLOADER , AND RUU SAYS MAIN VERSION OLDER ;[
Click to expand...
Click to collapse
I know my friend I read it the first time and I understand all that. I'd try the flash with your recovery zip and see if that works. If not then you'll need to flash stock RUU's until you find one that will work but only ones meant for your version . Did you click that one link I gave that was to a forum here in XDA because that forum looked like it was very similar to your problem ?
This one below
http://forum.xda-developers.com/desire-816/help/a5ul-unable-to-flash-ruu-t3294835
http://forum.xda-developers.com/desire-816/general/0p9cimga5ulk44desiresense60htceurope1-t2946515
Download the zip from the thread
Rename it to 0P9CIMG.zip
Copy it to your sdcard
Put the sdcard into your phone
Boot into HBoot, it will recognize an update and confirm
After this, you will be on stock kitkat, but you can make upgrade to lollipop
I'm uploading a RUU for this device right now.
I'll send you a pm once it's done
Do you need Stock recovery too?
nukaru said:
I'm uploading a RUU for this device right now.
I'll send you a pm once it's done
Do you need Stock recovery too?
Click to expand...
Click to collapse
ok im waiting ; ] ty YES I DONT HAVE RECOVERY I JUST NEED TO DOWNGRADE FROM 2.34.401.2 I GUESS BUT EVERYONE RUU SAYS MAIN VERSION IS OLDER
TobiBot said:
http://forum.xda-developers.com/desire-816/general/0p9cimga5ulk44desiresense60htceurope1-t2946515
Download the zip from the thread
Rename it to 0P9CIMG.zip
Copy it to your sdcard
Put the sdcard into your phone
Boot into HBoot, it will recognize an update and confirm
After this, you will be on stock kitkat, but you can make upgrade to lollipop
Click to expand...
Click to collapse
I TRY IT MAN BEFORE BUT AGAIN SAME THING MAIN VERSION IS OLDER HERE'S THE PICS SEE
hey i try with 0P9CIMG_A5_UL_L50_DESIRE_SENSE60_MR_HTC_Europe_2.34.401.2_Radio_1.101.111011.20.0123_10.28.4149A.00L_release_449710_combined_signed.zip device try to update but again BOOTLOADER -- FAIL PU BEFORE LUCKY TO ACCEPT ANOTHER UPDATE BUT GIVE ME THE SAME -- BOOTLOADER - FAIL PU
That's exactly what happened to my device. RUU is still uploading.
I'll send the recovery, RUU and a guide once it's done uploading
nukaru said:
That's exactly what happened to my device. RUU is still uploading.
I'll send the recovery, RUU and a guide once it's done uploading
Click to expand...
Click to collapse
yes but im not sure having usb debugging ....only fastboot recognize device adb dont ;] how to install recovery with no debugging but..if RUU dont give me fail pu will be nice
My fastboot didn't work either, but I got the device working again after flashing stock RUU.
nukaru said:
My fastboot didn't work either, but I got the device working again after flashing stock RUU.
Click to expand...
Click to collapse
ok buddy im waiting to try ; ]
I should be back home in about 5h, upload is in progress, should be done by the time I get back home.
luka.miskovic said:
there is a script caled misctool used to change main version number, google can help u find it. use it to change main version to 1.00.000.0 and than u can flash any version RUU
Click to expand...
Click to collapse
Thanks for the assist TobiBot. I don't have this version of phone and didn't catch this forum link when I was looking thru XDA. O.P. says he is flashing this way and not from ADB/fastboot and still keeps getting the" older version" notice. I read the whole forum you linked to and found this a few pages in. His radio I.D. is invalid in Getvar all he posted so maybe your suggestion combined with the above posters quote he can make it work. Hopefully just the fix you linked to will do it but if not this might get him the rest of the way.
---------- Post added at 09:02 PM ---------- Previous post was at 08:56 PM ----------
TobiBot said:
http://forum.xda-developers.com/desire-816/general/0p9cimga5ulk44desiresense60htceurope1-t2946515
Download the zip from the thread
Rename it to 0P9CIMG.zip
Copy it to your sdcard
Put the sdcard into your phone
Boot into HBoot, it will recognize an update and confirm
After this, you will be on stock kitkat, but you can make upgrade to lollipop
Click to expand...
Click to collapse
Oops sorry forgot to link to your post when thanking you. He's got reinforcements now too so that's good. The more the better.
---------- Post added at 09:14 PM ---------- Previous post was at 09:02 PM ----------
luka.miskovic said:
yes it does, but when u are using it it wont show u successfuly changed and u can not view current main version from it. but command "misctool w 1.00.000.0" does what it is supposed to. I tested on a5_ul with 4.4.2 and 5.0.2
Click to expand...
Click to collapse
The last quote above from the Misctool suggestion. Never tried it or heard of it but all options should be looked at to fix O.P.'s problem. Hopefully the last poster's help fixes it and this idea is moot but at least it's linked here for the next guy.
Good luck pipaigoleko !
HTC m8 WHL xc ship s-on
Sent from my CHC-U01 using Tapatalk
Is there some issue, or question you want to ask? Since your post does not contain any.
What are you trying to do, what is the problem, etc.?
Also, what does it say for hboot number and OS number on the bootloader screen?
I want to Unlock bootloader again..
But.but when i put unlock code bin file by cmd it says remote unlock failed.
Sent from my CHC-U01 using Tapatalk
d.dipto89 said:
I want to Unlock bootloader again..
But.but when i put unlock code bin file by cmd it says remote unlock failed.
Click to expand...
Click to collapse
go and take another unlock code from htcdev website maybe will solve it
Sent from my HTC M8 using XDA Labs
htc dev Cant give me code again
Sent from my CHC-U01 using Tapatalk
Htc dev can not give me another code..
My software status Modified
Sent from my CHC-U01 using Tapatalk
d.dipto89 said:
Htc dev can not give me another code..
My software status Modified
Click to expand...
Click to collapse
i don't think so
Have you tried ?
Is your device s-on or off ?
Sent from my HTC M8 using XDA Labs
S-on. Yes i tried..
Sent From Tomato
d.dipto89 said:
Htc dev can not give me another code..
Click to expand...
Click to collapse
Meaning what? Did HTCDev give you a specific error message? You need to provide more detail. Making 1-2 sentence post is never enough info for anyone to help you.
You also sent a PM to me of your bootscreen. That isn't the proper place for communicating such things. Its why these forums exist. Keep the discussion unified. It avoids confusion, and lets multiple folks help you. Don't send random PMs, or jump around to other threads.
Your PM also didn't contain any text, details or explanation expect that your M8 was "dead" (which it isn't). It took me a while to even figure out who you were, and that you had an existing thread that I responded to. All the more reason to keep the discussion here on the forums.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent From Tomato
This is user error. You probably didn't cut/past the token properly.
---------- Post added at 10:02 AM ---------- Previous post was at 10:02 AM ----------
What is the exact sequence of step or events that got you to this point? What did you do so far, step by step, in detail?
---------- Post added at 10:05 AM ---------- Previous post was at 10:02 AM ----------
d.dipto89 said:
I want to Unlock bootloader again..
Click to expand...
Click to collapse
For what reason, root or to flash a custom ROM?
Custom recoverey, root and install rom..
I have unlock Code bin from dev but When i oem unlock by cmd Its error
Sent From Tomato
Sent From Tomato
Cool pic, bro.
Seriously, you need to add some explanation if there is a point you are trying to make. I'm not sure what you are trying to communicate with the pic. Are you trying to prove to us that you have the cut/paste right? Are you asking us if you have it right?
We can't help you if you continue to make 1-2 sentence posts, or post pics with NO sentences to explanation.
Get a computer keyboard to type a proper post, if you have to.
d.dipto89 said:
Custom recoverey, root and install rom..
I have unlock Code bin from dev but When i oem unlock by cmd Its error
Sent From Tomato
Click to expand...
Click to collapse
depto89
you should post the result of fastboot getvar all as i see it
Maybe redpoint have an opinion about it
@redpoint73
he have a complexed result of getvar all
Sent from my HTC M8 using XDA Labs
:\Users\Dipto\Desktop\platform-tools>fastboot get bootloader) version: 0.5 bootloader) version-bootloader: 3.19.0.0000 bootloader) version-baseband: INVALID_VER_INFO bootloader) version-cpld: None bootloader) version-microp: None bootloader) version-main: bootloader) version-misc: XC SHIP S-ON bootloader) serialno: 靁=L?} bootloader) imei: 352090065656450 bootloader) imei2: Not Support bootloader) meid: 99000499309570 bootloader) product: m8_whl bootloader) platform: hTCBmsm8974 bootloader) modelid: ? bootloader) cidnum: 11111111 bootloader) battery-status: good bootloader) battery-voltage: 0mV bootloader) partition-layout: Generic bootloader) security: on bootloader) build-mode: SHIP bootloader) boot-mode: FASTBOOT bootloader) commitno-bootloader: 8a0f02ff bootloader) hbootpreupdate: 11 bootloader) gencheckpt: 0 ll: Done! inished. total time: 0.016s :\Users\Dipto\Desktop\platform-tools>
Sent From Tomato
d.dipto89 said:
:\Users\Dipto\Desktop\platform-tools>fastboot get bootloader) version: 0.5 bootloader) version-bootloader: 3.19.0.0000 bootloader) version-baseband: INVALID_VER_INFO bootloader) version-cpld: None bootloader) version-microp: None bootloader) version-main: bootloader) version-misc: XC SHIP S-ON bootloader) serialno: ?=L?} bootloader) imei: 352090065656450 bootloader) imei2: Not Support bootloader) meid: 99000499309570 bootloader) product: m8_whl bootloader) platform: hTCBmsm8974 bootloader) modelid: ? bootloader) cidnum: 11111111 bootloader) battery-status: good bootloader) battery-voltage: 0mV bootloader) partition-layout: Generic bootloader) security: on bootloader) build-mode: SHIP bootloader) boot-mode: FASTBOOT bootloader) commitno-bootloader: 8a0f02ff bootloader) hbootpreupdate: 11 bootloader) gencheckpt: 0 ll: Done! inished. total time: 0.016s :\Users\Dipto\Desktop\platform-tools>
Sent From Tomato
Click to expand...
Click to collapse
Is your device from Sprint? I think this is where the problems lie. Have you tried to flash a custom ROM and it went wrong? Tell us what exactly you have done. Failing that, try the Sprint RUU to go back to stock. Try this, the manual download near the bottom. This will wipe your device.
redpoint73 said:
Cool pic, bro.
We can't help you if you continue to make 1-2 sentence posts, or post pics with NO sentences to explanation.
Get a computer keyboard to type a proper post, if you have to.
Click to expand...
Click to collapse
Hi sorry about that,i'm trying to help
OP can't explain his issue i will try to explain what he told me,after a long chatting
he have CDMA device ( product m8_whl )
supercid,invalid baseband version,invalid adsp version,a weird serialno and mid and all that beside the device s-on ( the earlier owner done a lot with that device and the current owner may be done something's completely wrong without knowledge )
i'm out of idea so i told him to explain it to you but he can't explain properly
he can't flash any firmware ( error 41 ) supercid didn't pass the check
so his goal to have a working device
can you give him some of your time please and help him to fix his device if it can be fixed
THANKS IN ADVANCE
Sent from my HTC M8 using XDA Labs
Einwod said:
Is your device from Sprint? I think this is where the problems lie. Have you tried to flash a custom ROM and it went wrong? Tell us what exactly you have done. Failing that, try the Sprint RUU to go back to stock. Try this, the manual download near the bottom. This will wipe your device.
Click to expand...
Click to collapse
the proper getvar all is here and he tried to flash RUU & firmware with no success error 41
he told me the long story and i can't help him
can you help him please
Sent from my HTC M8 using XDA Labs
yes bro First i Unlock Bootloader
install TWRP and Flash A custom rom..
but i think the custom rom is not suitable for it..
So that its bricked..
Sent From Tomato
Hi there,
I have a HTC Desire 816 dual sim, i've been using CM v13 for more than 1 years, everything smooth after i changed my custom rom to MoKee (Nougat version). I got several isu when using MK, such as camera not working randomly, phone turned off when the percentages still > 20%, etc.
After that, I install another custom rom Lineage v14. I still get the same issues. And 3 days ago, I got my phone can't boot at all.
This is my phone detail :
C:\adb>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.31.50.0215
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HC46AMZ00381
(bootloader) imei: xxxxxxxxxxxxxxxxxxxx
(bootloader) imei2: xxxxxxxxxxxxxxxxxxxx
(bootloader) meid: A1000032DB03A8
(bootloader) product: a5_dwg
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C51000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 09813c97
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.016s
Click to expand...
Click to collapse
Bootloader is unlocked with S-ON.
The phone can't boot, randomly can't enter recovery and it's saying OS- (blank).
Anyone can help me?
I have successed flash the RUU firmware with HBoot method, but the phone still can't boot.
The OS- already filled with OS-1.56.707.1
C:\adb>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.19.0.0000
(bootloader) version-baseband: 1.31.50.0624_2
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.56.707.1
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HC46AMZ00381
(bootloader) imei: xxxxxxxxxxxxx
(bootloader) imei2: xxxxxxxxxxxxx
(bootloader) meid: A1000032DB03A8
(bootloader) product: a5_dwg
(bootloader) platform: hTCBmsm8226
(bootloader) modelid: 0P9C51000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: 703d7086
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.031s
Click to expand...
Click to collapse
still anyone?
is the phone booting up??
sang6iru said:
I have successed flash the RUU firmware with HBoot method, but the phone still can't boot.
The OS- already filled with OS-1.56.707.1
still anyone?
Click to expand...
Click to collapse
still it boots into recovery?
first of all it has unlocked bootloader?
yes it is, but with usb plugged.
sang6iru said:
Hi there,
I have a HTC Desire 816 dual sim, i've been using CM v13 for more than 1 years, everything smooth after i changed my custom rom to MoKee (Nougat version). I got several isu when using MK, such as camera not working randomly, phone turned off when the percentages still > 20%, etc.
After that, I install another custom rom Lineage v14. I still get the same issues. And 3 days ago, I got my phone can't boot at all.
Bootloader is unlocked with S-ON.
The phone can't boot, randomly can't enter recovery and it's saying OS- (blank).
Anyone can help me?
Click to expand...
Click to collapse
If u can boot to fastboot I can help I guess
rjcool1999 said:
If u can boot to fastboot I can help I guess
Click to expand...
Click to collapse
tell me how? :victory:
sang6iru said:
tell me how? :victory:
Click to expand...
Click to collapse
Okk lets start.......
1st go to fastboot and connect phone with PC and use minimal fastboot and adb to flash recovery on your device. Command "fastboot flash recovery twrp.img"(recovery.img must be renamed as twrp)
2nd type fastboot reboot-bootloader
3rd type exit.
Now phone will boot to bootloader, from bootloader go to recovery and wipe everything including data system cache dalvik cache internal memory external sd card(if inserted). Now flash lineage OS 14.1, wipe cache dalvik cache, flash open gapps pico 7.1(arm) and wipe cache dalvik cache again now reboot
---------- Post added at 09:58 AM ---------- Previous post was at 09:55 AM ----------
Now if u are unable to boot into recovery then last option is to extract the system.img from system.new.dat and flashing the system.img by booting into fastboot and running these commands
"fastboot flash system system.img".
Now try and see if it works or not
rjcool1999 said:
If u can boot to fastboot I can help I guess
Click to expand...
Click to collapse
rjcool1999 said:
Okk lets start.......
1st go to fastboot and connect phone with PC and use minimal fastboot and adb to flash recovery on your device. Command "fastboot flash recovery twrp.img"(recovery.img must be renamed as twrp)
2nd type fastboot reboot-bootloader
3rd type exit.
Now phone will boot to bootloader, from bootloader go to recovery and wipe everything including data system cache dalvik cache internal memory external sd card(if inserted). Now flash lineage OS 14.1, wipe cache dalvik cache, flash open gapps pico 7.1(arm) and wipe cache dalvik cache again now reboot
---------- Post added at 09:58 AM ---------- Previous post was at 09:55 AM ----------
Now if u are unable to boot into recovery then last option is to extract the system.img from system.new.dat and flashing the system.img by booting into fastboot and running these commands
"fastboot flash system system.img".
Now try and see if it works or not
Click to expand...
Click to collapse
:cyclops: after the last step (3rd step), i go back to hboot then choose recovery, suddently my phone restarted and still can't enter recovery.
where do i find the system.new.dat ?? if u mean by extract it from Lineage ROM and rename the system.new.dat into system.img, i've done it.
and still, the phone won't boot into recovery or normal boot, phone still suddently turn off and on again.
sang6iru said:
where do i find the system.new.dat ?? if u mean by extract it from Lineage ROM and rename the system.new.dat into system.img, i've done it.
and still, the phone won't boot into recovery or normal boot, phone still suddently turn off and on again.
Click to expand...
Click to collapse
No no renaming it wont work. First u have to download Auto tool unpack repack from here https://forum.xda-developers.com/general/general/tool-auto-tool-unpack-repack-rom-t3278393.
Now extract the lineage os zip, u will get system.new.dat, file_contexts and system transfer list. Now open file_contexts with notepad++ and save it, choose the type as "All" and save the file, it should not be saved as a text file.
Now open the unpack-repack tool and copy system.new.dat, file_contexts(new one) and system transfer list to the input-dat folder. Now open the unpack tool and click on unpack, there u will get one file named as system.dat.img/system.img(.img is the format). Okk now the actual work begins follow my directions carefully.......
1st make sure u have htc usb drivers, universal adb drivers are installed on your PC.
2nd Download minimal fastboot and adb package from google.
3rd copy the system.dat.img/system.img file to minimal fastboot folder.
4th Boot your phone into fastboot mode and connect with your PC
5th Inside the minimal fastboot folder press shift and right click(mouse button), there u will see "open command prompt here" click on it.
6th Now in the command prompt type fastboot flash system system.img/system.dat.img
7th after the img file gets flashed type fastboot reboot, hope so your device will reboot
---------- Post added at 11:33 AM ---------- Previous post was at 11:30 AM ----------
If u face any problem ask me, will try to help you as soon as possible
---------- Post added at 11:33 AM ---------- Previous post was at 11:33 AM ----------
sang6iru said:
:cyclops: after the last step (3rd step), i go back to hboot then choose recovery, suddently my phone restarted and still can't enter recovery.
Click to expand...
Click to collapse
Maybe you should re-download twrp file from TWRP website
I couldn't find system.dat.img or system.img
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
when i search the unpack folder :
also, i've download lates twrp from twrp site, still can't boot into recovery. phone suddently turnoff .
Is :
(bootloader) battery-voltage: 0mV << means something for u?
sang6iru said:
I couldn't find system.dat.img or system.img

when i search the unpack folder :
when i search the unpack folder :

also, i've download lates twrp from twrp site, still can't boot into recovery. phone suddently turnoff .
Is :
(bootloader) battery-voltage: 0mV << means something for u?
Click to expand...
Click to collapse
No no the system.dat.img/system.img is not inside unpack-dat folder it is outside it
i didn't found in that too..
sang6iru said:
i didn't found in that too..
Click to expand...
Click to collapse
@bigsupersquid plz provide him with the system.img if possible
The hboot variables look like the battery is flat dead.
ROMs won't boot with no battery power, they reboot themselves without starting up.
Recovery might do the same, but it didn't used to.
You try a different usb cable to charge with? Usually mine go bad the other way, they still charge badly but lose data and won't talk to the phone, but could be bad cable.
I'm not sure if you can charge the phone in fastboot, might try leaving it plugged in a couple hours. Then do the getvar command with fastboot again and post that battery voltage it gives you.