Stuck on Bootloop or bootloader - One (M7) Q&A, Help & Troubleshooting

I've been trying to get my htc one m7 back to a stock ruu so I can update normaly, last thing I did was fastboot flash an image and after rebooting I got htc updating applications and now all it does is get stuck on the Htc One white boot screen, all I can do right now is press power+voldown then hold voldown to go to the bootloader, I tried Recovery and Factory reset options in bootloader but it doesn't change anything...
here's what bootloader shows :
Tampered
Unlocked
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
Mar 21 2013
thanks for the help

MarcAnt said:
I've been trying to get my htc one m7 back to a stock ruu so I can update normaly, last thing I did was fastboot flash an image and after rebooting I got htc updating applications and now all it does is get stuck on the Htc One white boot screen, all I can do right now is press power+voldown then hold voldown to go to the bootloader, I tried Recovery and Factory reset options in bootloader but it doesn't change anything...
here's what bootloader shows :
Tampered
Unlocked
M7_UL PVT SHIP S-ON RH
HBOOT-1.44.0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
Mar 21 2013
thanks for the help
Click to expand...
Click to collapse
-what file exactly?
-post the output of "fastboot getvar all"
Sent from my HTC One using XDA Labs

alray said:
-what file exactly?
-post the output of "fastboot getvar all"
Sent from my HTC One using XDA Labs
Click to expand...
Click to collapse
fastboot getvar all :
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.661.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT349W901572
(bootloader) imei: 354439054793130
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: TELUS001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4239mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-5d8b0f7651bb88c960f701ae91477674a
getvar:all FAILED (unknown status code)
finished. total time: 0.069s

MarcAnt said:
fastboot getvar all :
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 4A.14.3250.13
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.29.661.5
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT349W901572
(bootloader) imei: 354439054793130
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0712000
(bootloader) cidnum: TELUS001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4239mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-5d8b0f7651bb88c960f701ae91477674a
getvar:all FAILED (unknown status code)
finished. total time: 0.069s
Click to expand...
Click to collapse
You could restore this backup using TWRP
You should also consider S-OFF since your phone is still running to old hboot

alray said:
You could restore this backup using TWRP
You should also consider S-OFF since your phone is still running to old hboot
Click to expand...
Click to collapse
Ok, I've tried firewater to S-OFF but it never worked,
twrp works but can I restore using the .rar file or do I need to extract before I push it to my phone ?
thanks for the help

MarcAnt said:
Ok, I've tried firewater to S-OFF but it never worked,
twrp works but can I restore using the .rar file or do I need to extract before I push it to my phone ?
thanks for the help
Click to expand...
Click to collapse
Firewater is discontinued, revone or moonshine should work on hboot 1.44
To restore the backup, boot in twrp, go in the backup menu and make a backup of your boot partition (this is only to generate a backup path on your phone). Then navigate to /sdcard/TWRP/BACKUPS/"your serial number"/ "date of backup" and deleted all files there (your boot partition backup). Extract the downloaded backup and put all files in that folder ( /sdcard/TWRP/BACKUPS/"your serial number"/ "date of backup" ), go back to twrp main menu, select "restore" and select the backup to restore, choose all partition available and finally "swipe to restore".

alray said:
Firewater is discontinued, revone or moonshine should work on hboot 1.44
To restore the backup, boot in twrp, go in the backup menu and make a backup of your boot partition (this is only to generate a backup path on your phone). Then navigate to /sdcard/TWRP/BACKUPS/"your serial number"/ "date of backup" and deleted all files there (your boot partition backup). Extract the downloaded backup and put all files in that folder ( /sdcard/TWRP/BACKUPS/"your serial number"/ "date of backup" ), go back to twrp main menu, select "restore" and select the backup to restore, choose all partition available and finally "swipe to restore".
Click to expand...
Click to collapse
It worked! thanks alot for the help, is there a way I can remove TWRP now, I tried doing the Htc update but when I reboot it goes to twrp menu

MarcAnt said:
It worked! thanks alot for the help, is there a way I can remove TWRP now, I tried doing the Htc update but when I reboot it goes to twrp menu
Click to expand...
Click to collapse
Here is the stock recovery for your version, download and save it in your adb/fastboot folder
https://www.androidfilehost.com/?fid=24572369242688360
Code:
fastboot flash recovery stock_recovery_1.29.661.5.img
fastboot erase cache
fastboot reboot

alray said:
Here is the stock recovery for your version, download and save it in your adb/fastboot folder
https://www.androidfilehost.com/?fid=24572369242688360
Code:
fastboot flash recovery stock_recovery_1.29.661.5.img
fastboot erase cache
fastboot reboot
Click to expand...
Click to collapse
done, then I tried to install OTA update but after reboot it looks stuck at about 25% of the progress bar maybe I just need to wait longer
edit : nvm I turn'd it off and on then the update completed but now it seems stuck at 100% -.-

MarcAnt said:
done, then I tried to install OTA update but after reboot it looks stuck at about 25% of the progress bar maybe I just need to wait longer
Click to expand...
Click to collapse
you should get a fail message if it can't update. While in stock recovery you can hold the vol up butoon and click power to see the detailed installation progress (in yellow at the bottom of the screen).

alray said:
you should get a fail message if it can't update. While in stock recovery you can hold the vol up butoon and click power to see the detailed installation progress (in yellow at the bottom of the screen).
Click to expand...
Click to collapse
Ok it is now stuck at 100%, in detailed installation its at Running bug_fix2 tool... hopefully it completes or I'll just force shutdown and try again
Edit : rebooted again and it completed yay!

MarcAnt said:
Ok it is now stuck at 100%, in detailed installation its at Running bug_fix2 tool... hopefully it completes or I'll just force shutdown and try again
Edit : rebooted again and it completed yay!
Click to expand...
Click to collapse
Good, so theres only about 12 updates left to be on the latest version
Sent from my HTC One using XDA Labs

Hi, i need help with an HTC One Mini, i know this isn't the forum but no one helped me there.
My HTC One Mini ,my phone was in a box for like 2 months, and then i decide to turn it on again, and i faced this problem. the device is VERY stuck in bootloader, NOT the boot screen, only bootloader. I can't enter recovery, and the ADB isn't recognizing the device. I'm kinda desesperate because i'm running out of ideas and my device is unusable. The phone is bootloader unlocked, and i can't lock it to flash a RUU because ADB is not recognizing it. Please help, I really appreciate any help you can provide.

Little Snevil said:
the device is VERY stuck in bootloader, NOT the boot screen, only bootloader. I can't enter recovery, and the ADB isn't recognizing the device.
Click to expand...
Click to collapse
ADB will not work from bootloader mode, only FASTBOOT will.
I'm kinda desesperate because i'm running out of ideas and my device is unusable. The phone is bootloader unlocked, and i can't lock it to flash a RUU because ADB is not recognizing it. Please help, I really appreciate any help you can provide.
Click to expand...
Click to collapse
Not sure if there's really a problem with your phone or you're simply not using the right commands since you are talking about ADB. Only fastboot commands will work when in bootloader mode, not ADB commands. ALso make sure that your phone is in "fastboot usb" mode when using fastboot commands (you'll see a red "fastboot usb" caption on the bootloader screen). Post the output of "fastboot getvar all" (hide your imei and serialno).
If you can't get the red "fastboot usb" and fastboot commands aren't working, check that your are using a good usb cable, try another usb port (use usb 2.0 only directly on your computer - no external HUB). Make sure you have the latest HTC drivers installed on your computer and that HTC Sync is NOT installed.

alray said:
ADB will not work from bootloader mode, only FASTBOOT will.
Not sure if there's really a problem with your phone or you're simply not using the right commands since you are talking about ADB. Only fastboot commands will work when in bootloader mode, not ADB commands. ALso make sure that your phone is in "fastboot usb" mode when using fastboot commands (you'll see a red "fastboot usb" caption on the bootloader screen). Post the output of "fastboot getvar all" (hide your imei and serialno).
If you can't get the red "fastboot usb" and fastboot commands aren't working, check that your are using a good usb cable, try another usb port (use usb 2.0 only directly on your computer - no external HUB). Make sure you have the latest HTC drivers installed on your computer and that HTC Sync is NOT installed.
Click to expand...
Click to collapse
Ok, my bad, i was talking about fastboot, not bootloader. sorry lol.
And yeah, i have the lastest drivers, and when i'm in FASTBOOT USB i type ADB devices and i get nothing, and when i try to lock bootloader with fastboot oem lock it gave me an error.
Okay, this is the getvar.
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.22.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.09.709.4
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HTxxxxxxxxxxxxx
(bootloader) imei: xxxxxxxxxxxxxxxx
(bootloader) meid:
(bootloader) product: m4_u
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PO5810000
(bootloader) cidnum: HTC__621
(bootloader) battery-status: good
(bootloader) battery-voltage: 4283mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0

Little Snevil said:
And yeah, i have the lastest drivers, and when i'm in FASTBOOT USB i type ADB devices and i get nothing
Click to expand...
Click to collapse
I'll ask you one question Does "adb devices" sounds like an ADB command or a FASTBOOT command? If the command starts with "adb" then there are really high chances that your command is an ADB command... ADB commands, like said in my previous post, does not work from bootloader mode, only FASTBOOT commands will. The correct command to confirm device connectivity when in bootloader mode is "fastboot devices" and since you can get the output of "fastboot getvar all" your phone is for sure correctly recognized from your computer.
when i try to lock bootloader with fastboot oem lock it gave me an error
Click to expand...
Click to collapse
What is the error? Post a screenshot of your command window if needed.
(bootloader) version: 0.5
(bootloader) version-bootloader: 2.22.0000
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.09.709.4
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HTxxxxxxxxxxxxx
(bootloader) imei: xxxxxxxxxxxxxxxx
(bootloader) meid:
(bootloader) product: m4_u
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PO5810000
(bootloader) cidnum: HTC__621
(bootloader) battery-status: good
(bootloader) battery-voltage: 4283mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
What RUU version are you going to flash?

alray said:
I'll ask you one question Does "adb devices" sounds like an ADB command or a FASTBOOT command? If the command starts with "adb" then there are really high chances that your command is an ADB command... ADB commands, like said in my previous post, does not work from bootloader mode, only FASTBOOT commands will. The correct command to confirm device connectivity when in bootloader mode is "fastboot devices" and since you can get the output of "fastboot getvar all" your phone is for sure correctly recognized from your computer.
Click to expand...
Click to collapse
Ok, you are an angel. You are right, i was wrong this whole time! when i type "fastboot devices" i can see now my phone connected! :laugh: THANK YOU
alray said:
What is the error? Post a screenshot of your command window if needed.
Click to expand...
Click to collapse
i'll attach you the pic down here.
alray said:
What RUU version are you going to flash?
Click to expand...
Click to collapse
it's newer than my phone's version, it's 4.13.502.5.

Little Snevil said:
i'll attach you the pic down here.
Click to expand...
Click to collapse
SD_HWR_ERRORs are really bad news.... could be a sign of a fried EMMC
can your post the output of "fastboot oem dmesg" and "fastboot oem last_dmesg"
Can you also try the "fastboot oem rebootRUU" command and tell me if the phone correctly reboot in ruu mode (a black screen with silver htc logo) or if its rebooting in bootloader?
it's newer than my phone's version, it's 4.13.502.5.
Click to expand...
Click to collapse
This RUU will not work on your phone. .502 base are for AT&T phone with CWS__001 CID.
WIth S-ON and your actual CID your must stick with .709 base i.e: must be x.xx.709.x where "x" is equal or newer than your actual version.

alray said:
SD_HWR_ERRORs are really bad news.... could be a sign of a fried EMMC
can your post the output of "fastboot oem dmesg" and "fastboot oem last_dmesg"
Click to expand...
Click to collapse
Okay, is this?
(bootloader) [22:57:6.121354] pm8038_set_voltage function, vreg_id = 7
(bootloader) [22:57:6.124963] pm8038_set_voltage function, vreg_id = 8
(bootloader) [22:57:6.128572] pm8038_set_voltage function, vreg_id = 9
(bootloader) [22:57:6.132266] pm8038_set_voltage function, vreg_id = 10
(bootloader) [22:57:6.135961] pm8038_set_voltage function, vreg_id = 11
(bootloader) [22:57:6.139656] pm8038_set_voltage function, vreg_id = 13
(bootloader) [22:57:6.143351] pm8038_set_voltage function, vreg_id = 14
(bootloader) [22:57:6.147046] pm8038_set_voltage function, vreg_id = 15
(bootloader) [22:57:6.150741] pm8038_set_voltage function, vreg_id = 16
(bootloader) [22:57:6.154435] pm8038_set_voltage function, vreg_id = 17
(bootloader) [22:57:6.158130] pm8038_set_voltage function, vreg_id = 18
(bootloader) [22:57:6.161825] pm8038_set_voltage function, vreg_id = 20
(bootloader) [22:57:6.165520] pm8038_set_voltage function, vreg_id = 21
(bootloader) [22:57:6.169214] pm8038_set_voltage function, vreg_id = 22
(bootloader) [22:57:6.172909] pm8038_set_voltage function, vreg_id = 23
(bootloader) [22:57:6.176604] pm8038_set_voltage function, vreg_id = 25
(bootloader) [22:57:6.180299] pm8038_set_voltage function, vreg_id = 26
(bootloader) [22:57:6.183994] pm8038_set_voltage function, vreg_id = 27
(bootloader) [22:57:6.187689] pm8038_set_voltage function, vreg_id = 28
(bootloader) [22:57:6.191384] pm8038_set_voltage function, vreg_id = 29
(bootloader) [22:57:6.195078] pm8038_set_voltage function, vreg_id = 30
(bootloader) [22:57:6.198773] pm8038_set_voltage function, vreg_id = 31
(bootloader) [22:57:6.202468] pm8038_set_voltage function, vreg_id = 32
(bootloader) [22:57:6.203499] Update EBR
(bootloader) [22:57:6.213014] PMIC revision 1: F2
(bootloader) [22:57:6.214732] PMIC revision 2: 9
(bootloader) [22:57:6.216880] PM8038 version: 0x9F2
(bootloader) [22:57:6.224483] pm8038_set_voltage function, vreg_id = 8
(bootloader) [22:57:6.228178] pm8038_vreg_disable function, vreg_id = 8
(bootloader) [22:57:6.231959] pm8038_vreg_disable function, vreg_id = 34
(bootloader) [22:57:6.244557] pm8038_vreg_enable function, vreg_id = 8
(bootloader) [22:57:6.248252] pm8038_vreg_enable function, vreg_id = 34
(bootloader) [22:57:6.250830] m4_sensor_power_init: Done!!
(bootloader) [22:57:6.282591] PMIC pm8921_fix_charger_lockup
(bootloader) [22:57:6.285426] [ADC] read adc channel VBAT(1):
(bootloader) [22:57:6.288090] pm8921_adc_calib_device start
(bootloader) [22:57:6.306670] pm8921_adc_calib_device end
(bootloader) [22:57:6.319757] [ADC] adc_code = 0x984E, physical=4194
(bootloader) mV
(bootloader) [22:57:6.323710] [BATT] batt_vol=4194 mV current=174 mA FSM=
(bootloader) 3
(bootloader) [22:57:6.327404] PMIC PMIC charger init by user parameters
(bootloader) [22:57:6.329209] PMIC revision 1: F2
(bootloader) [22:57:6.330927] PMIC revision 2: 9
(bootloader) [22:57:6.336513] PMIC Restart Reason: Triggered from CHG (us
(bootloader) b charger insertion)
(bootloader) [22:57:6.339262] PMIC [Batt]pm_chg_failed_clear
(bootloader) [22:57:6.344761] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after
(bootloader) clear chg fail bit
(bootloader) [22:57:6.347253] PMIC PMIC charger init done
(bootloader) [22:57:6.349487] [BATT]3 cells initiated.
(bootloader) [22:57:6.353784] [PMIC-BMS]r_sense=10 temp_channel=8 id_chan
(bootloader) nel=9
(bootloader) [22:57:6.356877] [ADC] read adc channel BATT_ID(9):
(bootloader) [22:57:6.369878] [ADC] adc_code = 0x65D2, physical=132 m
(bootloader) V
(bootloader) [22:57:6.372542] [BATT]: cur_cell is initiated
(bootloader) [22:57:6.376495] [PMIC-BMS] set bms_battery_data (cell_id=1)
(bootloader) .
(bootloader) [22:57:6.399062] [PMIC-BMS]BMS init OK -- ocv = 4221000
(bootloader) [22:57:6.405163] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag:
(bootloader) OCV_UPDATE_STORAGE = 0xA0
(bootloader) [22:57:6.410490] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDA
(bootloader) TE_STORAGE = 0xA0
(bootloader) [22:57:6.419599] radio_is_boot_from_shutdown(): 1, reset_rea
(bootloader) son=0x5EA3E3BF, hw_reason=0x00000000, ocv_hw_reset=0x0000000
(bootloader) 0
(bootloader) [22:57:6.424926] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDA
(bootloader) TE_STORAGE = 0xA0
(bootloader) [22:57:6.428277] [ADC] read adc channel BATT_THERM(8):
(bootloader) [22:57:6.441193] [ADC] adc_code = 0x8DF1, physical=15 mV
(bootloader) [22:57:6.444028] [ADC] read adc channel VBAT(1):
(bootloader) [22:57:6.457117] [ADC] adc_code = 0x984A, physical=4193
(bootloader) mV
(bootloader) [22:57:6.460210] [ADC] read adc channel BATT_ID(9):
(bootloader) [22:57:6.473209] [ADC] adc_code = 0x65CF, physical=131 m
(bootloader) V
(bootloader) [22:57:6.476560] [ADC] read adc channel BATT_THERM(8):
(bootloader) [22:57:6.489476] [ADC] adc_code = 0x8DF0, physical=15 mV
(bootloader) [22:57:6.502415] [PMIC-BMS]P=93, adc_based_ocv=4217272, T=15
(bootloader) [22:57:6.508688] [BATT] V=4193 mV, T=15 C, OCV=4221 mV, ID=1
(bootloader) 31 mV, I=177 mA, P=93, FSM=3
(bootloader) [22:57:6.516593] radio_boot_mode() poweron_status=0x00000020
(bootloader) , reset_reason=0x5EA3E3BF, hw_reason=0x00000000
(bootloader) [22:57:6.617197] 902910 902E20
(bootloader) [22:57:6.708344] usb_init_hw: pull up d+
(bootloader) [22:57:6.802503] m4_panel_detect: MSM_LCD_ID0=0, MSM_LCD_ID1
(bootloader) =0
(bootloader) [22:57:6.806198] pm8038_vreg_disable function, vreg_id = 9
(bootloader) [22:57:6.839797] pm8038_vreg_enable function, vreg_id = 9
(bootloader) [22:57:6.854400] pm8038_vreg_enable function, vreg_id = 1
(bootloader) [22:57:6.884954] m4_init_display: Panel ID=0x940076, type=KI
(bootloader) WI_SHARP
(bootloader) [22:57:6.896176] Check panel_id = 9699446
(bootloader) [22:57:6.897551] mdp_clock_init
(bootloader) [22:57:6.899614] m4_init_display: done!
(bootloader) [22:57:6.936471] mipi_read_back:0 0x1C04
(bootloader) [22:57:6.938791] mipi_read_back:1 0x330000
(bootloader) [22:57:6.941283] mipi_read_back:2 0x53000000
(bootloader) [22:57:6.943861] read_display_id id= 0x530000
(bootloader) [22:57:6.945751] display_id =0x530000
(bootloader) [22:57:6.947212] display_id =0x0
(bootloader) [22:57:6.948844] display_id3 =0x53
(bootloader) [22:57:6.949961] SHARP panel
(bootloader) [22:57:7.370100] Init done!
(bootloader) [22:57:7.480838] m4_init_backlight
(bootloader) [22:57:7.592577] pmic8038_led_test!
(bootloader) [22:57:7.692955] 902910 902E20
(bootloader) [22:57:7.784101] usb_init_hw: pull up d+
(bootloader) [22:57:7.817077] chipset_bootmode(): reset_reason=0x5EA3E3BF
(bootloader) [22:57:7.818538] Board_PID : 232
(bootloader) [22:57:9.187300] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:9.190050] CMD18: read fifo failed, retry
(bootloader) [22:57:10.233903] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.236825] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.238629] PMIC revision 1: F2
(bootloader) [22:57:10.240348] PMIC revision 2: 9
(bootloader) [22:57:10.243785] MSM?-p?-v1.2(0x2075B0E1) PMIC8038-v2.0
(bootloader) [22:57:10.245564] Gyro ID = 0x69
(bootloader) [22:57:10.247368] Setting gy_type = 1
(bootloader) [22:57:10.251378] reset rt5501 ret 0
(bootloader) [22:57:10.255159] m4_init is finished: 19:49:13, Aug 13 2015
(bootloader) [22:57:10.267861] board_m4 support widevine level 1
(bootloader) [22:57:10.280159] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.284627] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.287806] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.289439] CMD18: cmd failed
(bootloader) [22:57:10.292361] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.295024] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.2
(bootloader) 97001] sd_read_sector error
(bootloader) [22:57:10.300094] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.302156] htc_pg_hdr_get failed
(bootloader) [22:57:10.307484] radio_update_drm_config: read pg2fs_wvkey_
(bootloader) lv1 len (0) failed
(bootloader) [22:57:10.309975] valid keybox is not existed
(bootloader) [22:57:10.323601] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.328069] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.331248] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.332881] CMD18: cmd failed
(bootloader) [22:57:10.335803] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.338466] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.3
(bootloader) 40443] sd_read_sector error
(bootloader) [22:57:10.343536] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.345598] htc_pg_hdr_get failed
(bootloader) [22:57:10.350582] radio_update_drm_config: read pg2fs_dpkey
(bootloader) len (0) failed
(bootloader) [22:57:10.362879] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.367347] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.370526] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.372159] CMD18: cmd failed
(bootloader) [22:57:10.375080] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.377744] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.3
(bootloader) 79721] sd_read_sector error
(bootloader) [22:57:10.382814] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.384876] htc_pg_hdr_get failed
(bootloader) [22:57:10.389860] radio_update_drm_config: read pg2fs_prkey
(bootloader) len (0) failed
(bootloader) [22:57:10.402111] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.406579] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.409758] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.411391] CMD18: cmd failed
(bootloader) [22:57:10.414312] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.416976] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.4
(bootloader) 18953] sd_read_sector error
(bootloader) [22:57:10.422046] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.424108] htc_pg_hdr_get failed
(bootloader) [22:57:10.428834] radio_update_drm_config: read pg2fs_prkey
(bootloader) data failed
(bootloader) [22:57:10.442460] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.446928] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.450108] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.451740] CMD18: cmd failed
(bootloader) [22:57:10.454662] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.457326] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.4
(bootloader) 59302] sd_read_sector error
(bootloader) [22:57:10.462395] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.464457] htc_pg_hdr_get failed
(bootloader) [22:57:10.469269] isGDriveRedeemed: read pg2fs_gdvoucher_red
(bootloader) eemed failed
(bootloader) [22:57:10.473222] chipset_bootmode(): reset_reason=0x5EA3E3B
(bootloader) F
(bootloader) [22:57:10.481127] radio_boot_mode() poweron_status=0x0000002
(bootloader) 0, reset_reason=0x5EA3E3BF, hw_reason=0x00000000
(bootloader) [22:57:10.483877] enter recovery_offmod_charging
(bootloader) [22:57:10.486283] SecuritySDInit counter = 1
(bootloader) [22:57:10.490407] [SD_ERR] The project does not support SD c
(bootloader) ard
(bootloader) [22:57:10.491696] 902910 902E20
(bootloader) [22:57:10.704671] <0>No USB device attached, portsc 0x8C0010
(bootloader) 00
(bootloader) [22:57:10.706819] <1>usbhost_start failed
(bootloader) [22:57:10.807104] 902910 902E20
(bootloader) [22:57:10.898336] usb_init_hw: pull low d+
(bootloader) [22:57:10.930685] No smart SD in device disable detect
(bootloader) [22:57:10.933950] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [22:57:10.935755] ARM11 Boot Mode: 22
(bootloader) [22:57:10.937645] Platform: HBOOT-8930
(bootloader) [22:57:10.969198] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.973666] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.976845] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:10.978478] CMD17: cmd failed
(bootloader) [22:57:10.981399] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.984922] [ERR] partition_read_emmc(876): error 2
(bootloader) [22:57:10.996460] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.000928] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.004107] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:11.005740] CMD17: cmd failed
(bootloader) [22:57:11.008661] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.012184] [ERR] partition_read_emmc(876): error 2
(bootloader) [22:57:11.016051] [ERR] Boot/Recovery image does not exist!!
(bootloader) !
(bootloader) [22:57:11.085061] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.089529] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.092708] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:11.094341] CMD18: cmd failed
(bootloader) [22:57:11.097262] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.099926] [PG_ERROR] htc_pg_hdr_get(117):[22:57:11.1
(bootloader) 01903] sd_read_sector error
(bootloader) [22:57:11.104996] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :11.107058] htc_pg_hdr_get failed
(bootloader) [22:57:11.119953] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.124421] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.127600] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:11.129232] CMD17: cmd failed
(bootloader) [22:57:11.132154] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.136192] [FAT_ERROR] fat_open_file: load bpb fail(-
(bootloader) 5)
(bootloader) [22:57:11.140403] No RADIOVER.CFG in radio image for SSD ver
(bootloader) sion!
(bootloader) [22:57:11.152260] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.156728] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.159907] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:11.161540] CMD17: cmd failed
(bootloader) [22:57:11.164461] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.168500] [FAT_ERROR] fat_open_file: load bpb fail(-
(bootloader) 5)
(bootloader) [22:57:11.172796] No OPENDSPVER.CFG in adsp image for SSD ve
(bootloader) rsion!
(bootloader) [22:57:11.326390] m4_init_backlight
(bootloader) [22:57:11.444752] m4_battery_stored_data_clean: magic_num=0,
(bootloader) stored_soc=0, stored_ocv=0, stored_cc=0, currtime=ld
(bootloader) [22:57:11.458320] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.462788] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.465968] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:11.467600] CMD18: cmd failed
(bootloader) [22:57:11.470522] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.474044] [ERR] partition_read_emmc(876): error 2
(bootloader) [22:57:11.475505] Start Verify: 3
(bootloader) [22:57:11.487764] [ERR] Cmd25 polling status timed out, MCI_
(bootloader) STATUS: 0x4C0000
(bootloader) [22:57:11.492232] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.493349] usb_Vbus 0
(bootloader) [22:57:11.593633] 902910 902E20
(bootloader) [22:57:11.684779] usb_init_hw: pull up d+
(bootloader) [22:57:11.696093]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [22:57:11.700045] chipset_bootmode(): reset_reason=0x5EA3E3B
(bootloader) F
(bootloader) [22:57:11.701678]
(bootloader) USB_STS_SUSPEND
(bootloader) [22:57:11.791645]
(bootloader) USB_STS_RESET
(bootloader) [22:57:11.793735] USB_SPEED_HIGH
(bootloader) [22:57:11.866477] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [22:57:11.867938] Set usb_ats = 0
(bootloader) [22:58:50.814885] fastboot_command:[oem dmesg]
(bootloader) [22:58:50.816432] fb_cmd_oem:dmesg
(bootloader) [22:58:50.820728] register_debug_console: new entry ptr=0x90
(bootloader) 000940
(bootloader) [22:59:48.210992] fastboot_command:[oem dmesg]
(bootloader) [22:59:48.212539] fb_cmd_oem:dmesg
(bootloader) [22:59:48.216835] register_debug_console: new entry ptr=0x90
(bootloader) 000940
OKAY [ 1.468s]
finished. total time: 1.468s
And this?
C:\adb>fastboot oem last_dmesg
...
(bootloader) [0:0:0.000008] check_ramlog_region: Backup last hboot ramlog
(bootloader) .
OKAY [ 0.013s]
finished. total time: 0.013s
alray said:
Can you also try the "fastboot oem rebootRUU" command and tell me if the phone correctly reboot in ruu mode (a black screen with silver htc logo) or if its rebooting in bootloader?
Click to expand...
Click to collapse
It's rebooting in bootloader.

Little Snevil said:
Okay, is this?
(bootloader) [22:57:6.121354] pm8038_set_voltage function, vreg_id = 7
(bootloader) [22:57:6.124963] pm8038_set_voltage function, vreg_id = 8
(bootloader) [22:57:6.128572] pm8038_set_voltage function, vreg_id = 9
(bootloader) [22:57:6.132266] pm8038_set_voltage function, vreg_id = 10
(bootloader) [22:57:6.135961] pm8038_set_voltage function, vreg_id = 11
(bootloader) [22:57:6.139656] pm8038_set_voltage function, vreg_id = 13
(bootloader) [22:57:6.143351] pm8038_set_voltage function, vreg_id = 14
(bootloader) [22:57:6.147046] pm8038_set_voltage function, vreg_id = 15
(bootloader) [22:57:6.150741] pm8038_set_voltage function, vreg_id = 16
(bootloader) [22:57:6.154435] pm8038_set_voltage function, vreg_id = 17
(bootloader) [22:57:6.158130] pm8038_set_voltage function, vreg_id = 18
(bootloader) [22:57:6.161825] pm8038_set_voltage function, vreg_id = 20
(bootloader) [22:57:6.165520] pm8038_set_voltage function, vreg_id = 21
(bootloader) [22:57:6.169214] pm8038_set_voltage function, vreg_id = 22
(bootloader) [22:57:6.172909] pm8038_set_voltage function, vreg_id = 23
(bootloader) [22:57:6.176604] pm8038_set_voltage function, vreg_id = 25
(bootloader) [22:57:6.180299] pm8038_set_voltage function, vreg_id = 26
(bootloader) [22:57:6.183994] pm8038_set_voltage function, vreg_id = 27
(bootloader) [22:57:6.187689] pm8038_set_voltage function, vreg_id = 28
(bootloader) [22:57:6.191384] pm8038_set_voltage function, vreg_id = 29
(bootloader) [22:57:6.195078] pm8038_set_voltage function, vreg_id = 30
(bootloader) [22:57:6.198773] pm8038_set_voltage function, vreg_id = 31
(bootloader) [22:57:6.202468] pm8038_set_voltage function, vreg_id = 32
(bootloader) [22:57:6.203499] Update EBR
(bootloader) [22:57:6.213014] PMIC revision 1: F2
(bootloader) [22:57:6.214732] PMIC revision 2: 9
(bootloader) [22:57:6.216880] PM8038 version: 0x9F2
(bootloader) [22:57:6.224483] pm8038_set_voltage function, vreg_id = 8
(bootloader) [22:57:6.228178] pm8038_vreg_disable function, vreg_id = 8
(bootloader) [22:57:6.231959] pm8038_vreg_disable function, vreg_id = 34
(bootloader) [22:57:6.244557] pm8038_vreg_enable function, vreg_id = 8
(bootloader) [22:57:6.248252] pm8038_vreg_enable function, vreg_id = 34
(bootloader) [22:57:6.250830] m4_sensor_power_init: Done!!
(bootloader) [22:57:6.282591] PMIC pm8921_fix_charger_lockup
(bootloader) [22:57:6.285426] [ADC] read adc channel VBAT(1):
(bootloader) [22:57:6.288090] pm8921_adc_calib_device start
(bootloader) [22:57:6.306670] pm8921_adc_calib_device end
(bootloader) [22:57:6.319757] [ADC] adc_code = 0x984E, physical=4194
(bootloader) mV
(bootloader) [22:57:6.323710] [BATT] batt_vol=4194 mV current=174 mA FSM=
(bootloader) 3
(bootloader) [22:57:6.327404] PMIC PMIC charger init by user parameters
(bootloader) [22:57:6.329209] PMIC revision 1: F2
(bootloader) [22:57:6.330927] PMIC revision 2: 9
(bootloader) [22:57:6.336513] PMIC Restart Reason: Triggered from CHG (us
(bootloader) b charger insertion)
(bootloader) [22:57:6.339262] PMIC [Batt]pm_chg_failed_clear
(bootloader) [22:57:6.344761] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after
(bootloader) clear chg fail bit
(bootloader) [22:57:6.347253] PMIC PMIC charger init done
(bootloader) [22:57:6.349487] [BATT]3 cells initiated.
(bootloader) [22:57:6.353784] [PMIC-BMS]r_sense=10 temp_channel=8 id_chan
(bootloader) nel=9
(bootloader) [22:57:6.356877] [ADC] read adc channel BATT_ID(9):
(bootloader) [22:57:6.369878] [ADC] adc_code = 0x65D2, physical=132 m
(bootloader) V
(bootloader) [22:57:6.372542] [BATT]: cur_cell is initiated
(bootloader) [22:57:6.376495] [PMIC-BMS] set bms_battery_data (cell_id=1)
(bootloader) .
(bootloader) [22:57:6.399062] [PMIC-BMS]BMS init OK -- ocv = 4221000
(bootloader) [22:57:6.405163] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag:
(bootloader) OCV_UPDATE_STORAGE = 0xA0
(bootloader) [22:57:6.410490] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDA
(bootloader) TE_STORAGE = 0xA0
(bootloader) [22:57:6.419599] radio_is_boot_from_shutdown(): 1, reset_rea
(bootloader) son=0x5EA3E3BF, hw_reason=0x00000000, ocv_hw_reset=0x0000000
(bootloader) 0
(bootloader) [22:57:6.424926] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDA
(bootloader) TE_STORAGE = 0xA0
(bootloader) [22:57:6.428277] [ADC] read adc channel BATT_THERM(8):
(bootloader) [22:57:6.441193] [ADC] adc_code = 0x8DF1, physical=15 mV
(bootloader) [22:57:6.444028] [ADC] read adc channel VBAT(1):
(bootloader) [22:57:6.457117] [ADC] adc_code = 0x984A, physical=4193
(bootloader) mV
(bootloader) [22:57:6.460210] [ADC] read adc channel BATT_ID(9):
(bootloader) [22:57:6.473209] [ADC] adc_code = 0x65CF, physical=131 m
(bootloader) V
(bootloader) [22:57:6.476560] [ADC] read adc channel BATT_THERM(8):
(bootloader) [22:57:6.489476] [ADC] adc_code = 0x8DF0, physical=15 mV
(bootloader) [22:57:6.502415] [PMIC-BMS]P=93, adc_based_ocv=4217272, T=15
(bootloader) [22:57:6.508688] [BATT] V=4193 mV, T=15 C, OCV=4221 mV, ID=1
(bootloader) 31 mV, I=177 mA, P=93, FSM=3
(bootloader) [22:57:6.516593] radio_boot_mode() poweron_status=0x00000020
(bootloader) , reset_reason=0x5EA3E3BF, hw_reason=0x00000000
(bootloader) [22:57:6.617197] 902910 902E20
(bootloader) [22:57:6.708344] usb_init_hw: pull up d+
(bootloader) [22:57:6.802503] m4_panel_detect: MSM_LCD_ID0=0, MSM_LCD_ID1
(bootloader) =0
(bootloader) [22:57:6.806198] pm8038_vreg_disable function, vreg_id = 9
(bootloader) [22:57:6.839797] pm8038_vreg_enable function, vreg_id = 9
(bootloader) [22:57:6.854400] pm8038_vreg_enable function, vreg_id = 1
(bootloader) [22:57:6.884954] m4_init_display: Panel ID=0x940076, type=KI
(bootloader) WI_SHARP
(bootloader) [22:57:6.896176] Check panel_id = 9699446
(bootloader) [22:57:6.897551] mdp_clock_init
(bootloader) [22:57:6.899614] m4_init_display: done!
(bootloader) [22:57:6.936471] mipi_read_back:0 0x1C04
(bootloader) [22:57:6.938791] mipi_read_back:1 0x330000
(bootloader) [22:57:6.941283] mipi_read_back:2 0x53000000
(bootloader) [22:57:6.943861] read_display_id id= 0x530000
(bootloader) [22:57:6.945751] display_id =0x530000
(bootloader) [22:57:6.947212] display_id =0x0
(bootloader) [22:57:6.948844] display_id3 =0x53
(bootloader) [22:57:6.949961] SHARP panel
(bootloader) [22:57:7.370100] Init done!
(bootloader) [22:57:7.480838] m4_init_backlight
(bootloader) [22:57:7.592577] pmic8038_led_test!
(bootloader) [22:57:7.692955] 902910 902E20
(bootloader) [22:57:7.784101] usb_init_hw: pull up d+
(bootloader) [22:57:7.817077] chipset_bootmode(): reset_reason=0x5EA3E3BF
(bootloader) [22:57:7.818538] Board_PID : 232
(bootloader) [22:57:9.187300] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:9.190050] CMD18: read fifo failed, retry
(bootloader) [22:57:10.233903] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.236825] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.238629] PMIC revision 1: F2
(bootloader) [22:57:10.240348] PMIC revision 2: 9
(bootloader) [22:57:10.243785] MSM?-p?-v1.2(0x2075B0E1) PMIC8038-v2.0
(bootloader) [22:57:10.245564] Gyro ID = 0x69
(bootloader) [22:57:10.247368] Setting gy_type = 1
(bootloader) [22:57:10.251378] reset rt5501 ret 0
(bootloader) [22:57:10.255159] m4_init is finished: 19:49:13, Aug 13 2015
(bootloader) [22:57:10.267861] board_m4 support widevine level 1
(bootloader) [22:57:10.280159] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.284627] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.287806] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.289439] CMD18: cmd failed
(bootloader) [22:57:10.292361] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.295024] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.2
(bootloader) 97001] sd_read_sector error
(bootloader) [22:57:10.300094] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.302156] htc_pg_hdr_get failed
(bootloader) [22:57:10.307484] radio_update_drm_config: read pg2fs_wvkey_
(bootloader) lv1 len (0) failed
(bootloader) [22:57:10.309975] valid keybox is not existed
(bootloader) [22:57:10.323601] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.328069] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.331248] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.332881] CMD18: cmd failed
(bootloader) [22:57:10.335803] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.338466] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.3
(bootloader) 40443] sd_read_sector error
(bootloader) [22:57:10.343536] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.345598] htc_pg_hdr_get failed
(bootloader) [22:57:10.350582] radio_update_drm_config: read pg2fs_dpkey
(bootloader) len (0) failed
(bootloader) [22:57:10.362879] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.367347] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.370526] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.372159] CMD18: cmd failed
(bootloader) [22:57:10.375080] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.377744] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.3
(bootloader) 79721] sd_read_sector error
(bootloader) [22:57:10.382814] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.384876] htc_pg_hdr_get failed
(bootloader) [22:57:10.389860] radio_update_drm_config: read pg2fs_prkey
(bootloader) len (0) failed
(bootloader) [22:57:10.402111] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.406579] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.409758] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.411391] CMD18: cmd failed
(bootloader) [22:57:10.414312] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.416976] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.4
(bootloader) 18953] sd_read_sector error
(bootloader) [22:57:10.422046] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.424108] htc_pg_hdr_get failed
(bootloader) [22:57:10.428834] radio_update_drm_config: read pg2fs_prkey
(bootloader) data failed
(bootloader) [22:57:10.442460] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.446928] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.450108] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:10.451740] CMD18: cmd failed
(bootloader) [22:57:10.454662] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.457326] [PG_ERROR] htc_pg_hdr_get(117):[22:57:10.4
(bootloader) 59302] sd_read_sector error
(bootloader) [22:57:10.462395] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :10.464457] htc_pg_hdr_get failed
(bootloader) [22:57:10.469269] isGDriveRedeemed: read pg2fs_gdvoucher_red
(bootloader) eemed failed
(bootloader) [22:57:10.473222] chipset_bootmode(): reset_reason=0x5EA3E3B
(bootloader) F
(bootloader) [22:57:10.481127] radio_boot_mode() poweron_status=0x0000002
(bootloader) 0, reset_reason=0x5EA3E3BF, hw_reason=0x00000000
(bootloader) [22:57:10.483877] enter recovery_offmod_charging
(bootloader) [22:57:10.486283] SecuritySDInit counter = 1
(bootloader) [22:57:10.490407] [SD_ERR] The project does not support SD c
(bootloader) ard
(bootloader) [22:57:10.491696] 902910 902E20
(bootloader) [22:57:10.704671] <0>No USB device attached, portsc 0x8C0010
(bootloader) 00
(bootloader) [22:57:10.706819] <1>usbhost_start failed
(bootloader) [22:57:10.807104] 902910 902E20
(bootloader) [22:57:10.898336] usb_init_hw: pull low d+
(bootloader) [22:57:10.930685] No smart SD in device disable detect
(bootloader) [22:57:10.933950] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [22:57:10.935755] ARM11 Boot Mode: 22
(bootloader) [22:57:10.937645] Platform: HBOOT-8930
(bootloader) [22:57:10.969198] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:10.973666] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:10.976845] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:10.978478] CMD17: cmd failed
(bootloader) [22:57:10.981399] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:10.984922] [ERR] partition_read_emmc(876): error 2
(bootloader) [22:57:10.996460] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.000928] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.004107] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:11.005740] CMD17: cmd failed
(bootloader) [22:57:11.008661] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.012184] [ERR] partition_read_emmc(876): error 2
(bootloader) [22:57:11.016051] [ERR] Boot/Recovery image does not exist!!
(bootloader) !
(bootloader) [22:57:11.085061] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.089529] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.092708] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:11.094341] CMD18: cmd failed
(bootloader) [22:57:11.097262] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.099926] [PG_ERROR] htc_pg_hdr_get(117):[22:57:11.1
(bootloader) 01903] sd_read_sector error
(bootloader) [22:57:11.104996] [PG_ERROR] htc_pg_part_hdr_get(169):[22:57
(bootloader) :11.107058] htc_pg_hdr_get failed
(bootloader) [22:57:11.119953] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.124421] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.127600] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:11.129232] CMD17: cmd failed
(bootloader) [22:57:11.132154] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.136192] [FAT_ERROR] fat_open_file: load bpb fail(-
(bootloader) 5)
(bootloader) [22:57:11.140403] No RADIOVER.CFG in radio image for SSD ver
(bootloader) sion!
(bootloader) [22:57:11.152260] [ERR] Cmd17 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.156728] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.159907] [SD_HW_ERR] read data fail in CMD17
(bootloader) [22:57:11.161540] CMD17: cmd failed
(bootloader) [22:57:11.164461] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.168500] [FAT_ERROR] fat_open_file: load bpb fail(-
(bootloader) 5)
(bootloader) [22:57:11.172796] No OPENDSPVER.CFG in adsp image for SSD ve
(bootloader) rsion!
(bootloader) [22:57:11.326390] m4_init_backlight
(bootloader) [22:57:11.444752] m4_battery_stored_data_clean: magic_num=0,
(bootloader) stored_soc=0, stored_ocv=0, stored_cc=0, currtime=ld
(bootloader) [22:57:11.458320] [ERR] Cmd18 polling status timed out, MCI_
(bootloader) STATUS: 0x4C2000
(bootloader) [22:57:11.462788] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.465968] [SD_HW_ERR] read data fail in CMD18
(bootloader) [22:57:11.467600] CMD18: cmd failed
(bootloader) [22:57:11.470522] [SD_HW_ERR] SD: Read data fail..
(bootloader) [22:57:11.474044] [ERR] partition_read_emmc(876): error 2
(bootloader) [22:57:11.475505] Start Verify: 3
(bootloader) [22:57:11.487764] [ERR] Cmd25 polling status timed out, MCI_
(bootloader) STATUS: 0x4C0000
(bootloader) [22:57:11.492232] [ERR] sdcc_command: sdcc_poll_status error
(bootloader) , rc: 2
(bootloader) [22:57:11.493349] usb_Vbus 0
(bootloader) [22:57:11.593633] 902910 902E20
(bootloader) [22:57:11.684779] usb_init_hw: pull up d+
(bootloader) [22:57:11.696093]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [22:57:11.700045] chipset_bootmode(): reset_reason=0x5EA3E3B
(bootloader) F
(bootloader) [22:57:11.701678]
(bootloader) USB_STS_SUSPEND
(bootloader) [22:57:11.791645]
(bootloader) USB_STS_RESET
(bootloader) [22:57:11.793735] USB_SPEED_HIGH
(bootloader) [22:57:11.866477] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [22:57:11.867938] Set usb_ats = 0
(bootloader) [22:58:50.814885] fastboot_command:[oem dmesg]
(bootloader) [22:58:50.816432] fb_cmd_oem:dmesg
(bootloader) [22:58:50.820728] register_debug_console: new entry ptr=0x90
(bootloader) 000940
(bootloader) [22:59:48.210992] fastboot_command:[oem dmesg]
(bootloader) [22:59:48.212539] fb_cmd_oem:dmesg
(bootloader) [22:59:48.216835] register_debug_console: new entry ptr=0x90
(bootloader) 000940
OKAY [ 1.468s]
finished. total time: 1.468s
And this?
C:\adb>fastboot oem last_dmesg
...
(bootloader) [0:0:0.000008] check_ramlog_region: Backup last hboot ramlog
(bootloader) .
OKAY [ 0.013s]
finished. total time: 0.013s
It's rebooting in bootloader.
Click to expand...
Click to collapse
Defective emmc, your phone just won a trip in a garbage can. Sorry
Sent from my HTC One using XDA Labs

Related

Fastboot oem gencheckpt on AT&T Vivid

(bootloader) Start Verify: 3
(bootloader) Start Verify: 3
(bootloader) erase sector 130560 ~ 131071 (512)
(bootloader) Boot/Recovery signature checking...
(bootloader) setup_tag addr=0x48000100 cmdline add=0x801E9BA0
(bootloader) TAG:Ramdisk OK
(bootloader) TAG:skuid 0x2D002
(bootloader) TAG:hero panel = 0x94002F
(bootloader) TAG:engineerid = 0x0
(bootloader) TAG: PS ID = 0x0
(bootloader) [FAT_ERROR] fat_open_file: can not find RADIOVER.CFG
(bootloader) No RADIOVER.CFG in radio image for SSD version!
(bootloader) [FAT_ERROR] fat_open_file: can not find MDM9KVER.CFG
(bootloader) No MDM9KVER.CFG in mdm9k image for SSD version!
(bootloader) Device CID is not super CID
(bootloader) CID is CWS__001
(bootloader) setting->cid::CWS__001
(bootloader) serial number: [*Your Devices Serial Number Will Appear Here*]
(bootloader) commandline from head: console=ttyHSL3 androidboot.hardware=
(bootloader) holiday no_console_suspend=1
(bootloader) command line length =624
(bootloader) active commandline: poweron_status=1 board_holiday.disable_u
(bootloader) art3=0 diag.enabled=0 board_holiday.debug_uart=0 userdata_se
(bootloader) l=0 androidboot.emmc=true androidboot.pagesize=2048 skuid=0
(bootloader) ddt=20 androidboot.lb=0 androidboot.baseband=N/A androidboot
(bootloader) .cid=CWS__001 androidboot.devicerev=0 androidboot.batt_power
(bootloader) on=good_battery androidboot.carrier=ATT androidboot.mid=PH39
(bootloader) 10000 enable_zcharge=1 androidboot.keycaps=qwerty androidboo
(bootloader) t.qwerty_color=WhiteColor androidboot.dq=FAIL androidboot.mo
(bootloader) de=recovery androidboot.serialno= [*Device Serial*] androidboot.bo
(bootloader) otloader=1.83.0014 zygote_oneshot=off console=ttyHSL3 androi
(bootloader) dboot.hardware=holiday no_console_suspend=1
(bootloader) aARM_Partion[0].name=misc
(bootloader) aARM_Partion[1].name=recovery
(bootloader) aARM_Partion[2].name=boot
(bootloader) aARM_Partion[3].name=system
(bootloader) aARM_Partion[4].name=cache
(bootloader) aARM_Partion[5].name=userdata
(bootloader) aARM_Partion[6].name=devlog
(bootloader) aARM_Partion[7].name=pdata
(bootloader) aARM_Partion[8].name=radio
(bootloader) aARM_Partion[9].name=adsp
(bootloader) aARM_Partion[A].name=radio_config
(bootloader) aARM_Partion.name=modem_st1
(bootloader) aARM_Partion[C].name=modem_st2
(bootloader) aARM_Partion[D].name=mdm9k
(bootloader) aARM_Partion[E].name=mdm9k_config
(bootloader) aARM_Partion[F].name=mdm_efs1
(bootloader) aARM_Partion[10].name=mdm_efs2
(bootloader) partition number=17
(bootloader) Valid partition num=17
(bootloader) TZ_HTC_SVC_SET_DDR_MPU ret = 0
(bootloader) smem 50004000 (phy 50004000): TZ_HTC_SVC_UPDATE_SMEM ret = 0
(bootloader) TZ_HTC_SVC_ENC ret = 0
(bootloader) [SECURITY] radio_gen_mdm_smem_signature: completed
(bootloader) Start Verify: 3
(bootloader) erase sector 325634 ~ 327678 (2045)
(bootloader) TZ_HTC_SVC_LOG_OPERATOR ret = 0
(bootloader) TZ_HTC_SVC_DISABLE ret = 73490432 (0x4616000)
(bootloader) holiday_gpio_init_For9K_OnAndBack
(bootloader) jump_to_kernel: machine_id(3315), tags_addr(0x48000100), ker
(bootloader) nel_addr(0x48008000)
(bootloader) -------------------hboot boot time:362648 msec
FAILED (status read failed (Too many links))
finished. total time: 6.684s
Now...5th line from the top of that list...
"setup_tag addr=0x48000100 cmdline add=0x801E9BA0"
set cannons and open fire!
(bootloader) erase sector 130560 ~ 131071 (512)
(bootloader) erase sector 325634 ~ 327678 (2045)
what are relevant to these sectors that they need to be erased and why?
There is already a thread devoted to ideas. Please post your ideas there.
Sent from my PG86100 using xda premium

Problem unlocking bootloader yet HTCdev token says sucess

Hi There, I have been handed this phone, HTC M7 OS-7.18.708.2 with boot loader locked and S-ON
It was my sons and he sold it to another guy who has done something to it. Right now its in Chinese and goes to a black screen after boot and cant be used. I have tried to reset it, factory default it and as a last resort reflash it...
I have run the HTCDev script extracted the token and the phone responds to the fastboot flash unlocktoken command with the unlock boot loader screen. But when I choose "yes" unlock boot loader the screen goes straight to a white screen saying HTC and then eventually reboots into system recovery mode with some error codes at the bottom saying E:missing bitmap oem_unlock_bg, E:missing bitmap oem_unlock_bg_yes,E:missing bitmap oem_unlock_bg_no and E:missing bitmap icon_ruu.
Since I cant get it to do anything in these modes, I reboot the phone into bootloader and it still says "locked" at the top of the screen which means I am basically stuck.
help would be greatly appreciated thank you.
Can you post the output of "fastboot getvar all" please, remove your imei and serial number before posting.
:\Program Files\Android>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.29
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.18.708.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: xx
(bootloader) imei: xx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__622
(bootloader) battery-status: good
(bootloader) battery-voltage: 3967mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-916ed0f9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.162s
Thanks for your assistance Be curious if you can tell if his friend has been rooting with it (forgive the pun)
modspace said:
:\Program Files\Android>fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.61.0000
(bootloader) version-baseband: 4T.35.3218.29
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 7.18.708.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: xx
(bootloader) imei: xx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__622
(bootloader) battery-status: good
(bootloader) battery-voltage: 3967mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-916ed0f9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.162s
Thanks for your assistance Be curious if you can tell if his friend has been rooting with it (forgive the pun)
Click to expand...
Click to collapse
We can't really tell from the getvar if his friend had rooted the device, but if it came back to you in this condition it's very likely he'd did. Does the bootloader show ***LOCKED*** or ***RELOCKED***?
Your issue is usually caused when the bootloader is relocked with a custom recovery installed. In which case it's safe to say at some point somebody rooted it or tried to. You have couple of options depending on what you want to achieve.
You can flash a signed firmware zip which will restore the stock recovery and allow you to unlock the bootloader.
Or you can leave it relocked and flash a ruu to return the device to stock completely although the bootloader will remain relocked and not locked which will affect warranty if it's still in affect.
Sent from my M7 ARHD 84-Kitkat
For the RUU go to this thread http://forum.xda-developers.com/htc-one/general/lollipop-ruu-zip-small-collection-t3053944
Download the RUU highlighted in the attached screen shot from post #2 Kindly provided by @alray And see the instructions to flash it in the first post.
{
"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 my M7 ARHD 84-Kitkat
Danny201281 said:
We can't really tell from the getvar if his friend had rooted the device, but if it came back to you in this condition it's very likely he'd did. Does the bootloader show ***LOCKED*** or ***RELOCKED***?
I'm guessing it is relocked. Your issue is usually caused when the bootloader is relocked with a custom recovery installed. In which case it's safe to say at some point somebody rooted it or tried to. You have couple of options depending on what you want to achieve.
You can flash a signed firmware zip which will restore the stock recovery and allow you to unlock the bootloader.
Or you can leave it relocked and flash a ruu to return the device to stock completely although the bootloader will remain relocked and not locked which will affect warranty if it's still in affect.
Sent from my M7 ARHD 84-Kitkat
Click to expand...
Click to collapse
Thanks for your reply.
No sorry it just says locked not relocked...I can try and flash it with signed code, its just all of the restore to stock guides say the bootloader has to be unlocked so that was the first thing I was trying to achieve
Can you please point me to the best way of flashing it with signed original firmware. Right now we are just trying to make it work....it will go into child mode and we can see Chinese writing but normal mode just has black screen, nothing responds except power off. I cant see it from the PC, I am not sure how to invoke a flash and the noob tools download links all seem dead now.
Recover:
apply from phone storage...does nothing ie it cant find recover files, I am not sure how to get the image onto the phone, because of the black screen I cant enter a pin although the synch manager which imply the phone is locked, the other option to recover is the SD card, does it even have one?...if its inside I am can probably find it.
thanks again
modspace said:
Thanks for your reply.
No sorry it just says locked not relocked...I can try and flash it with signed code, its just all of the restore to stock guides say the bootloader has to be unlocked so that was the first thing I was trying to achieve
Can you please point me to the best way of flashing it with signed original firmware. Right now we are just trying to make it work....it will go into child mode and we can see Chinese writing but normal mode just has black screen, nothing responds except power off. I cant see it from the PC, I am not sure how to invoke a flash and the noob tools download links all seem dead now.
Recover:
apply from phone storage...does nothing ie it cant find recover files, I am not sure how to get the image onto the phone, because of the black screen I cant enter a pin although the synch manager which imply the phone is locked, the other option to recover is the SD card, does it even have one?...if its inside I am can probably find it.
thanks again
Click to expand...
Click to collapse
ok so if it's Locked it's unlikely it was rooted. Probably and OTA updates failed and borked the firmware. The RUU is the Stock Signed HTC software/firmware package and will return the device to stock condition.
Anyway you can flash the ruu while in the bootloader in fastboot usb mode. The zip does not need to be copied to the phone it flashes from the pc with fastboot. And the bootloader needs to be locked or relocked so your good to go.
Download the ruu and put the zip file in the fastboot folder. Rename it something simple for easy typeing later. You will also need the HTC fastboot. Download it from here https://www.androidfilehost.com/?fid=95916177934539737 and drop it in your fastboot folder. Overwrite the old fastboot if necessary.
Once the files are in place boot the phone to the bootloader and connect fastboot usb. Then flash the ruu with the following commands
Code:
fastboot erase cache
fastboot oem rebootRUU
fastboot flash zip "name_of_ruu".zip
The device will reboot during the flash and you will see some failed errors but that's normal so don't panic
Wait for the command window to complete its output and show a successful message then
Code:
fastboot reboot-bootloader
Then reboot the device from the bootloader menu and it should start up as normal. The ruu will reset the device so any data will be lost but at this point there is no way to back it up so not much to do about that.
Sent from my M7 ARHD 84-Kitkat
Hi Danny, thanks I am still having issues though so sorry
I fastboot erase cache no problems, but as soon as I execute the fastboot oem rebootRUU the phone restarts and restarts into normal phone mode, the flash command then just sits there waiting for device until I put the phone back into fastboot then the "sending "zip' just hangs there forever, until I break it then I get the failed error..... I had to change the name of the image as the original telstra one I downloaded was way too long.
cheers
C:\Android>fastboot erase cache
erasing 'cache'... OKAY
Execution time is 97(ms)
C:\Android>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 34(ms)
C:\Android>fastboot flash zip HTCzip.zip
< waiting for device >
sending 'zip'... (960158 KB)
modspace said:
Hi Danny, thanks I am still having issues though so sorry
I fastboot erase cache no problems, but as soon as I execute the fastboot oem rebootRUU the phone restarts and restarts into normal phone mode, the flash command then just sits there waiting for device until I put the phone back into fastboot then the "sending "zip' just hangs there forever, until I break it then I get the failed error..... I had to change the name of the image as the original telstra one I downloaded was way too long.
cheers
C:\Android>fastboot erase cache
erasing 'cache'... OKAY
Execution time is 97(ms)
C:\Android>fastboot oem rebootRUU
... (bootloader) Start Verify: 3
OKAY
Execution time is 34(ms)
C:\Android>fastboot flash zip HTCzip.zip
< waiting for device >
sending 'zip'... (960158 KB)
Click to expand...
Click to collapse
To be able to flash the RUU, the phone must be booted in RUU mode. After doing "fastboot oem rebootRUU" the phone should reboot to a black screen with silver HTC logo
if not, it might indicated a problem with the bootloader or an hardware problem, maybe a bad emmc chip. Can you post the output of "fasboot oem dmesg" and "fastboot oem last_dmesg" please?
alray said:
To be able to flash the RUU, the phone must be booted in RUU mode. After doing "fastboot oem rebootRUU" the phone should reboot to a black screen with silver HTC logo
if not, it might indicated a problem with the bootloader or an hardware problem, maybe a bad emmc chip. Can you post the output of "fasboot oem dmesg" and "fastboot oem last_dmesg" please?
Click to expand...
Click to collapse
It does not seem to do that it does reboot the phone but it comes up normally (for it that is), BTW I sent also what happens when I break the sending action....
Thanks you once again
C:\Android>fastboot oem last_dmesg
... (bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY
Execution time is 3(ms)
The other command actually scrolls off screen is there a part of it you want or all of it, because some of it is missing here:
(bootloader) [107223] Command response received: 00000900
(bootloader) [107544] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [107566] Command response received: 00000900
(bootloader) [108283] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [108305] Command response received: 00000900
(bootloader) [108818] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:220000
(bootloader) [108841] Command response received: 00000900
(bootloader) [109508] check pg1fs
(bootloader) [116293] check pg2fs
(bootloader) [206085] chipset_setting_init
(bootloader) [211370] chipset_setting_init: read pid 203
(bootloader) [220222] SECURE_SMEM_STRUCT 85106000
(bootloader) [224931] read_simlock(1450): 6E7432F0, 4E07AFC7
(bootloader) [226229] radio_init_secure_smem(928): C9F35678, 0
(bootloader) [235021] read_simlock_password(398): EB, 95, 41, 94
(bootloader) [235065] unlock_rec[0] = 0x85109000
(bootloader) [238953] unlock_rec[1] = 0x8510A000
(bootloader) [242822] simlock_passwd 0x85108000
(bootloader) [245268] secure_update_simlock ret = 0
(bootloader) [245926] final simlock 0
(bootloader) [246812] secure_set_simlock ret = 0
(bootloader) [256880] msm_rpm_init: RPM firmware 3.0.16850530
(bootloader) [256922] MPM_SLEEP_TICK: llums
(bootloader) [256948] [SYSINFO] DDR: Elpida
(bootloader) [256977] [SYSINFO] PVS: Krait:3 Q6:Fast VDDCX:Slow
(bootloader) [257001] [SYSINFO] Vdd_dig: 0.65v
(bootloader) [257025] hw_ver_id is 207150E1
(bootloader) [257050] speed_bin is 1
(bootloader) [257080] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [257103] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [257124] [SYSINFO] PMIC version
(bootloader) [257153] PMIC revision 1: F4
(bootloader) [257179] PMIC revision 2: 6
(bootloader) [257201] pm8921_check_revision: *revision = 6F4
(bootloader) [257222] [SYSINFO] End PMIC version[257247]
(bootloader) eMMC Manufacturer ID: 45
(bootloader) [257270] [SYSINFO] eMMC: Sandisk 61071359 sectors 29819 MB
(bootloader) [257294] [SYSINFO] eMMC-CID: 45010053 12345678 4728006B 5161
(bootloader) 7018
(bootloader) [258673] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [258707] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [259102] [FAT_ERROR] No M$-DOS partition found
(bootloader) [259126] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [259160] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [260209] [SYSINFO] SBL1: 1.010.30.55
(bootloader) [260919] [SYSINFO] SBL2: 1.010.30.52
(bootloader) [261623] [SYSINFO] SBL3: 1.010.30.50
(bootloader) [262334] [SYSINFO] TZ: 1.430.24.15
(bootloader) [262356] [SYSINFO] RPM: 3.0.98.30
(bootloader) [262405] val0 16 val1 204 val2 207 val3 85[262430] pm8921_r
(bootloader) ead_time: secs = 1439681552, h::m:s == 23::32::32, d/m/y = 1
(bootloader) 5/7/115
(bootloader) [262453] Current time : 2015-8-15 23:32:32 UTC
(bootloader) [283379] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [283404] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [283432] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [283454] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [283478] [ADC] read adc channel VBAT(1):
(bootloader) [283500] pm8921_adc_calib_device start
(bootloader) [300621] pm8921_adc_calib_device end
(bootloader) [310705] [ADC] adc_code = 0x9649, physical=3987 mV
(bootloader) [310729] [BATT] setting_check_perflock_allowance: vol_curr=3
(bootloader) 987 mV vol_limit=3550 mV
(bootloader) [310884] [THERMAL]tsens_init: Tsens init done
(bootloader) [311910] msm_thermal: CPU0 temperature is 40 C
(bootloader) [311934] [INFO][ACPU] get_pvs: ACPU PVS: Fast
(bootloader) [311959] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [312013] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [312041] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [312147] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [312203] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [312328] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [312344] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [312595] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [312618] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [312659] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [312898] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [312912] Enable hboot boot time perflock
(bootloader) [312937] Disable uart log to speed up boot time
(bootloader) [312951] --pm_check_power_on_status--[316314] Device CID is
(bootloader) not powerkey debounce CID
(bootloader) [316335]
(bootloader) m7_powerkey_debounce_checking: PowerKey debounce checking OK
(bootloader) . Continue bootup...
(bootloader) [316425] pm8921_vreg_disable function, vreg_id = 19
(bootloader) [316441] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [316461] m7_vreg_init: enable lvs2 for XB
(bootloader) [326482] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [326584] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [326608] dzsystem: start block = 1310721; size = 3801086
(bootloader) [326630] Update EBR
(bootloader) [345462] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [345478] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [345493] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [355689] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [575733] PMIC pm8921_fix_charger_lockup
(bootloader) [575791] [ADC] read adc channel VBAT(1):
(bootloader) [585864] [ADC] adc_code = 0x961E, physical=3975 mV
(bootloader) [585901] [BATT] batt_vol=3975 mV current=539 mA FSM=3
(bootloader) [585916] PMIC PMIC charger init by user parameters
(bootloader) [585936] PMIC revision 1: F4
(bootloader) [585955] PMIC revision 2: 6
(bootloader) [585976] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [586167] PMIC [Batt]pm_chg_failed_clear
(bootloader) [586231] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [586246] PMIC PMIC charger init done
(bootloader) [586260] [BATT]3 cells initiated.
(bootloader) [586293] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [586309] [ADC] read adc channel BATT_ID(9):
(bootloader) [596381] [ADC] adc_code = 0x660B, physical=131 mV
(bootloader) [596397] [BATT]: cur_cell is initiated
(bootloader) [596413] [PMIC-BMS] set bms_battery_data (cell_id=2).
(bootloader) [616562] [PMIC-BMS]BMS init OK -- ocv = 3960000
(bootloader) [616584] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UPD
(bootloader) ATE_STORAGE = 0x0
(bootloader) [616606] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [616625] radio_is_boot_from_shutdown(): 1, reset_reason=0xFF
(bootloader) 152721, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [616657] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [616672] [ADC] read adc channel BATT_THERM(8):
(bootloader) [626744] [ADC] adc_code = 0x8274, physical=29 mV
(bootloader) [626759] [ADC] read adc channel VBAT(1):
(bootloader) [636833] [ADC] adc_code = 0x961B, physical=3974 mV
(bootloader) [636848] [ADC] read adc channel BATT_ID(9):
(bootloader) [646918] [ADC] adc_code = 0x660B, physical=131 mV
(bootloader) [646953] [ADC] read adc channel BATT_THERM(8):
(bootloader) [657026] [ADC] adc_code = 0x8273, physical=29 mV
(bootloader) [667118] [PMIC-BMS]P=71, adc_based_ocv=4012632, T=29
(bootloader) [667181] [BATT] V=3974 mV, T=29 C, OCV=3960 mV, ID=131 mV, I
(bootloader) =294 mA, P=71, FSM=3
(bootloader) [667199] radio_boot_mode() poweron_status=0x00000001, reset_
(bootloader) reason=0xFF152721, hw_reason=0x00000000
(bootloader) [767451] E0902910 E0902E20
(bootloader) [857475] usb_init_hw: pull up d+
(bootloader) [867498] m7_set_charging(0)
(bootloader) [867522] m7_hw_reset_nfc
(bootloader) [1041976] m7_init_display
(bootloader) [1043011] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1044129] m7_init_display ID id0=0 id1=1
(bootloader) [1049145] m7_init_display_panelid_940067
(bootloader) [1049160] SHARP_RENESAS FULL HD panel
(bootloader) [1066240] mdp_clock_init
(bootloader) [1079947] Video Mode
(bootloader) [1101989] mipi_read_back:0 0x21000012
(bootloader) [1124030] mipi_read_back:0 0x21000012
(bootloader) [1146070] mipi_read_back:0 0x21C5002D
(bootloader) [1146086] id1= 0x5D120000, id2= 0x5D120000, id3= 0x5D2D00C5
(bootloader) [1154668] M7 sharp renesas cmd panel ID=0x940069
(bootloader) [1154686] mipi_dsi_cmds_tx_ext
(bootloader) [1291786] [CIR] m7_init_cir, enter.
(bootloader) [1291807] [CIR] m7_init_cir, end.
(bootloader) [1291831] chipset_bootmode(): reset_reason=0xFF152721
(bootloader) [1292265] Board_PID : 203
(bootloader) [1293662] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1293702] No MDATA.CFG
(bootloader) [1295122] Gyro ID = 0xA6
(bootloader) [1296541] Gyro ID = 0xD4
(bootloader) [1296554] Setting gy_type = 2
(bootloader) [1299922] reset rt5501 ret 0
(bootloader) [1299937] m7_init is finished: 11:01:34, Feb 3 2015
(bootloader) [1316907] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1317544] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1317610] valid keybox is existed
(bootloader) [1335039] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1352955] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1361371] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1370309] chipset_bootmode(): reset_reason=0xFF152721
(bootloader) [1370545] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0xFF152721, hw_reason=0x00000000
(bootloader) [1370845] SecuritySDInit counter = 1
(bootloader) [1370860] [SD_ERR] The project does not support SD card
(bootloader) [1370978] E0902910 E0902E20
(bootloader) [1581023] <0>No USB device attached, portsc 0x8C001000
(bootloader) [1581038] <1>usbhost_start failed
(bootloader) [1681059] E0902910 E0902E20
(bootloader) [1771082] usb_init_hw: pull low d+
(bootloader) [1781195] No smart SD in device disable detect
(bootloader) [1781209] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [1781225] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [1781240] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [1781492] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [1781514] Disable hboot boot time perflock
(bootloader) [1781894] ARM11 Boot Mode: 8
(bootloader) [1781916] Platform: HBOOT-8064
(bootloader) [2019092] m7_init_backlight: panel_id=0x940069
(bootloader) [2021113] PWM ic version A2
(bootloader) [2128621] mipi_dsi_cmds_tx_ext
(bootloader) [2229961] E0902910 E0902E20
(bootloader) [2319994] usb_init_hw: pull low d+
(bootloader) [2330022] [SD_ERR] The project does not support SD card
(bootloader) [2330167] E0902910 E0902E20
(bootloader) [2540222] <0>No USB device attached, portsc 0x8C001000
(bootloader) [2540246] <1>usbhost_start failed
(bootloader) [2640278] E0902910 E0902E20
(bootloader) [2730310] usb_init_hw: pull low d+
(bootloader) [2740453] m7_battery_stored_data_clean: magic_num=0, stored_
(bootloader) soc=0, stored_ocv=0, stored_cc=0, currtime=ld
(bootloader) [2757031] Start Verify: 3
(bootloader) [2773432]
(bootloader) ###[ Bootloader Mode ]###
(bootloader) [2773454]
(bootloader) hboot>[2773475] m7_set_charging(1)
(bootloader) [2773510] [ADC] read adc channel VBAT(1):
(bootloader) [2783591] [ADC] adc_code = 0x960A, physical=3969 mV
(bootloader) [12077101] m7_battery_stored_data_clean: magic_num=DDAACC11,
(bootloader) stored_soc=0, stored_ocv=0, stored_cc=0, currtime=ld
(bootloader) [12093666] Start Verify: 3
(bootloader) [12107907] usb_Vbus 0
(bootloader) [12207941] E0902910 E0902E20
(bootloader) [12297972] usb_init_hw: pull up d+
(bootloader) [12307999]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [12308022] chipset_bootmode(): reset_reason=0xFF152721
(bootloader) [12308381]
(bootloader) USB_STS_SUSPEND
(bootloader) [12308406] m7_set_charging(1)
(bootloader) [12505329]
(bootloader) USB_STS_RESET
(bootloader) [12507640] USB_SPEED_HIGH
(bootloader) [12615895] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [12615938] Set usb_ats = 0
(bootloader) [13148786] fastboot_command:[download:3a9a78f6]
(bootloader) [13148809] CMD:download: download:3a9a78f6
(bootloader) [13148873] recv data addr=10000000 size=3A9A78F6
(bootloader) [13148895] status: DATA3a9a78f6
(bootloader) [13149021] Prepare to download data[983202038 Bytes]...
(bootloader) [262130242]
(bootloader) USB_STS_SUSPEND
(bootloader) [262201702]
(bootloader) USB_STS_RESET
(bootloader) [262201830] [ADC] read adc channel VBAT(1):
(bootloader) [262211913] [ADC] adc_code = 0x9973, physical=4223 mV
(bootloader) [262397000] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [262397053] Set usb_ats = 0
(bootloader) [264939389] fastboot_command:[getvarartition-size:hboot]
(bootloader) [264958119] fastboot_command:[getvar:mid]
(bootloader) [265397105] fastboot_command:[getvarartition-size:hboot]
(bootloader) [265410391] fastboot_command:[getvar:cid]
(bootloader) [265821212] fastboot_command:[getvarartition-size:hboot]
(bootloader) [265834842] fastboot_command:[getvar:version-main]
(bootloader) [278395326] fastboot_command:[oem last_dmesg]
(bootloader) [278395348] fb_cmd_oem:last_dmesg
(bootloader) [278395399] register_debug_console: new entry ptr=0x85100140
(bootloader) [322202832] [ADC] read adc channel VBAT(1):
(bootloader) [322212915] [ADC] adc_code = 0x9985, physical=4228 mV
(bootloader) [382203842] [ADC] read adc channel VBAT(1):
(bootloader) [382213925] [ADC] adc_code = 0x9986, physical=4229 mV
(bootloader) [442204850] [ADC] read adc channel VBAT(1):
(bootloader) [442214932] [ADC] adc_code = 0x9987, physical=4229 mV
(bootloader) [502205851] [ADC] read adc channel VBAT(1):
(bootloader) [502215932] [ADC] adc_code = 0x9985, physical=4228 mV
(bootloader) [508774629] fastboot_command:[oem dmesg]
(bootloader) [508774650] fb_cmd_oem:dmesg
(bootloader) [508774697] register_debug_console: new entry ptr=0x85100140
(bootloader) [562206857] [ADC] read adc channel VBAT(1):
(bootloader) [562216940] [ADC] adc_code = 0x9983, physical=4228 mV
(bootloader) [588320374] fastboot_command:[oem dmesg]
(bootloader) [588320395] fb_cmd_oem:dmesg
(bootloader) [588320446] register_debug_console: new entry ptr=0x85100140
(bootloader) [612309444] m7_set_charging(0)
(bootloader) [612809476] m7_set_charging(1)
(bootloader) [622207863] [ADC] read adc channel VBAT(1):
(bootloader) [622217945] [ADC] adc_code = 0x9984, physical=4228 mV
(bootloader) [4] m7_set_charging(0)
(bootloader) [500035] m7_set_charging(1)
(bootloader) [500068] [ADC] read adc channel VBAT(1):
(bootloader) [510149] [ADC] adc_code = 0x997A, physical=4225 mV
(bootloader) [60501072] [ADC] read adc channel VBAT(1):
(bootloader) [60511153] [ADC] adc_code = 0x9983, physical=4228 mV
(bootloader) [120502083] [ADC] read adc channel VBAT(1):
(bootloader) [120512164] [ADC] adc_code = 0x9981, physical=4227 mV
(bootloader) [154287974] fastboot_command:[oem last_dmesg]
(bootloader) [154287996] fb_cmd_oem:last_dmesg
(bootloader) [154288043] register_debug_console: new entry ptr=0x85100140
(bootloader) [169620747] fastboot_command:[oem dmesg]
(bootloader) [169620769] fb_cmd_oem:dmesg
(bootloader) [169620820] register_debug_console: new entry ptr=0x85100140
OKAY
Execution time is 1(s)
C:\Android>
modspace said:
It does not seem to do that it does reboot the phone but it comes up normally (for it that is), BTW I sent also what happens when I break the sending action....
Thanks you once again
Click to expand...
Click to collapse
If unlocking the bootloader doesn't work and the phone can't boot in RUU mode there is not much you can do unfortunately.
The other command actually scrolls off screen is there a part of it you want or all of it, because some of it is missing here:
Click to expand...
Click to collapse
looking for any strings tagged with [ERR] or that contains a "failed" mention, see the example below:
Code:
(bootloader) [3555752] SD: write failed in CMD25.
(bootloader) [24002438] [ERR] Cmd35 polling status timed out, MCI_STATUS:
(bootloader) 0x4C0000
(bootloader) [24006906] [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [24009054] sdcc_erase, CMD35 fail
(bootloader) [24012749] emmc_erase(2704): sd_erase_sector failed!
alray said:
If unlocking the bootloader doesn't work and the phone can't boot in RUU mode there is not much you can do unfortunately.
looking for any strings tagged with [ERR] or that contains a "failed" mention, see the example below:
Code:
(bootloader) [3555752] SD: write failed in CMD25.
(bootloader) [24002438] [ERR] Cmd35 polling status timed out, MCI_STATUS:
(bootloader) 0x4C0000
(bootloader) [24006906] [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [24009054] sdcc_erase, CMD35 fail
(bootloader) [24012749] emmc_erase(2704): sd_erase_sector failed!
Click to expand...
Click to collapse
unfortunately I have to agree with @alray It seems your emmc is damaged and preventing proper operation of the bootloader
Sent from my M7 ARHD 84-Kitkat
Danny201281 said:
unfortunately I have to agree with @alray It seems your emmc is damaged and preventing proper operation of the bootloader
Sent from my M7 ARHD 84-Kitkat
Click to expand...
Click to collapse
No Worries, and i thought this would be easy
Here are the only lines with ERR or failed in them
(bootloader) [254856] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) [255284] [FAT_ERROR] No M$-DOS partition found
(bootloader) [255308] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [1288174] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1364856] [SD_ERR] The project does not support SD card
(bootloader) [1775201] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [2323967] [SD_ERR] The project does not support SD card
(bootloader) [2534186] <1>usbhost_start failed
(bootloader) [580954] PMIC [Batt]pm_chg_failed_clear
(bootloader) failed
I just tried one last time and it wont go to the pictured screen.
Cheers.
modspace said:
No Worries, and i thought this would be easy
Here are the only lines with ERR or failed in them
(bootloader) [254856] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) [255284] [FAT_ERROR] No M$-DOS partition found
(bootloader) [255308] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [1288174] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1364856] [SD_ERR] The project does not support SD card
(bootloader) [1775201] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [2323967] [SD_ERR] The project does not support SD card
(bootloader) [2534186] <1>usbhost_start failed
(bootloader) [580954] PMIC [Batt]pm_chg_failed_clear
(bootloader) failed
I just tried one last time and it wont go to the pictured screen.
Cheers.
Click to expand...
Click to collapse
These are "normal" errors, nothing to worry about (I'm also having the same one on a perfectly working handset). So its hard to say what is wrong exactly but one thing is sure, without being able to unlock the bootloader or to access the RUU mode, there is nothing you can do unfortunately.
Sorry

HTC One M7 Bootloop; Can´t unlock Bootloader

Hello everyone,
i hope this is the right section for my question.
Two days ago i bought a used HTC One M7 which was stuck in a bootloop with the hope to repair it.
It boots to the homescreen with the bar on top and a black background and then it reboots.
Now i wanted to unlock the bootloader and flash a custom recovery but the thing is, i cant unlock it. After completing the steps on htcdev it reboots and when i return to the bootloader it still says "locked"
Here are informations of the phone:
version: 0.5
version-bootloader: 1.54.0000
version-baseband: 4A.17.3250.14
version-cpld: None
version-microp: None
version-main: 2.24.401.1
version-misc: PVT SHIP S-ON
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: HTC__102
battery-status: good
battery-voltage: 4312mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-d16dc66985
hbootpreupdate: 11
gencheckpt: 0
the meid looks suspicious to me, is it normal?
Ok i just learned the meid is normal for GSM models, but the problem with the bootloader persists.
I hope someone can help me.
Dafuqhappned said:
Hello everyone,
i hope this is the right section for my question.
Two days ago i bought a used HTC One M7 which was stuck in a bootloop with the hope to repair it.
It boots to the homescreen with the bar on top and a black background and then it reboots.
Now i wanted to unlock the bootloader and flash a custom recovery but the thing is, i cant unlock it. After completing the steps on htcdev it reboots and when i return to the bootloader it still says "locked"
Here are informations of the phone:
version: 0.5
version-bootloader: 1.54.0000
version-baseband: 4A.17.3250.14
version-cpld: None
version-microp: None
version-main: 2.24.401.1
version-misc: PVT SHIP S-ON
meid: 00000000000000
product: m7_ul
platform: HBOOT-8064
modelid: PN0710000
cidnum: HTC__102
battery-status: good
battery-voltage: 4312mV
partition-layout: Generic
security: on
build-mode: SHIP
boot-mode: FASTBOOT
commitno-bootloader: dirty-d16dc66985
hbootpreupdate: 11
gencheckpt: 0
the meid looks suspicious to me, is it normal?
Ok i just learned the meid is normal for GSM models, but the problem with the bootloader persists.
I hope someone can help me.
Click to expand...
Click to collapse
is the bootloader locked or re-locked?
alray said:
is the bootloader locked or re-locked?
Click to expand...
Click to collapse
Hello,
thanks for your answer, the Bootloader is locked.
Dafuqhappned said:
Hello,
thanks for your answer, the Bootloader is locked.
Click to expand...
Click to collapse
So you have followed all instructions at htcdev.com?:
Get your token:
Code:
fastboot oem get_identifier_token
Submit your token to htcdev
received an Unlock_code.bin file in your em-ail
Flash the unlock code using:
Code:
fastboot flash unlocktocken Unlock_code.bin
Select "yes" at the bootloader unlock screen using volume up/down and power
and the bootloader is still locked?
Try to reflash the stock firmware for your version and try the unlock process again.
You can extract the firmware.zip from this ota update file: https://www.androidfilehost.com/?fid=23329332407568203
To flash the firmware:
Code:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot-bootloader
Then try the unlock again:
Code:
fastboot flash unlocktoken Unlock_code.bin
Hello,
i follwed your advice and flashed the firmware.zip:
< waiting for device >
sending 'zip' (41196 KB)...
OKAY [ 3.476s]
writing 'zip'...
(bootloader) adopting the signature contained in
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[adsp] unzipping & flush
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,16
(bootloader) [RUU]UZ,adsp,26
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,71
(bootloader) [RUU]UZ,adsp,82
(bootloader) [RUU]UZ,adsp,94
(bootloader) [RUU]UZ,adsp,100
(bootloader) [RUU]WP,adsp,0
(bootloader) [RUU]WP,adsp,100
(bootloader) ...... Successful
(bootloader) start image[boot] unzipping & flush
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,13
(bootloader) [RUU]UZ,boot,27
(bootloader) [RUU]UZ,boot,40
(bootloader) [RUU]UZ,boot,54
(bootloader) [RUU]UZ,boot,66
(bootloader) [RUU]UZ,boot,80
(bootloader) [RUU]UZ,boot,94
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & f
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,23
(bootloader) [RUU]UZ,recovery,36
(bootloader) [RUU]UZ,recovery,48
(bootloader) [RUU]UZ,recovery,58
(bootloader) [RUU]UZ,recovery,68
(bootloader) [RUU]UZ,recovery,82
(bootloader) [RUU]UZ,recovery,94
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushi
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flu
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flu
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flu
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flush
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flush
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushin
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushin
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flus
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,7
(bootloader) [RUU]UZ,radio,13
(bootloader) [RUU]UZ,radio,20
(bootloader) [RUU]UZ,radio,26
(bootloader) [RUU]UZ,radio,33
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,53
(bootloader) [RUU]UZ,radio,59
(bootloader) [RUU]UZ,radio,67
(bootloader) [RUU]UZ,radio,73
(bootloader) [RUU]UZ,radio,79
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,93
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,26
(bootloader) [RUU]WP,radio,53
(bootloader) [RUU]WP,radio,79
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
OKAY [ 55.162s]
finished. total time: 58.642s
It still runs into a bootloop, then i tried to unlock the bootloader and it´s still locked. :/
Can you Screenshot the process on PC when you use the commands in cmd to flash the unlock token? Because if you flash the unlock token it should give you a screen where you have to choose yes for unlocking...also in the bootloader, is something different written on top? Like tempered or something with security or so? Sometimes photos and Screenshots can help much further
Gesendet von meinem HTC One mit Tapatalk
One-M8-Master said:
Can you Screenshot the process on PC when you use the commands in cmd to flash the unlock token? Because if you flash the unlock token it should give you a screen where you have to choose yes for unlocking...also in the bootloader, is something different written on top? Like tempered or something with security or so? Sometimes photos and Screenshots can help much further
Gesendet von meinem HTC One mit Tapatalk
Click to expand...
Click to collapse
Thank you for your answer,
for now i cant provide screenshots, i will try it later.
But i can assure you;
- i get the question on the phone like "do you really want to unlock the bootloader?"
- i select yes
- it takes some moments and restarts into bootloop (home screen is visible with a black background, the bar on top and a jellybean icon, clock and battery status in it // i cant interact with anything, no touch support, no buttons working)
- after shutting it down i press power + volume down and get into the bootloader
- there is only "locked" written on top
Dafuqhappned said:
Thank you for your answer,
for now i cant provide screenshots, i will try it later.
But i can assure you;
- i get the question on the phone like "do you really want to unlock the bootloader?"
- i select yes
- it takes some moments and restarts into bootloop (home screen is visible with a black background, the bar on top and a jellybean icon, clock and battery status in it // i cant interact with anything, no touch support, no buttons working)
- after shutting it down i press power + volume down and get into the bootloader
- there is only "locked" written on top
Click to expand...
Click to collapse
When entering "fastboot flash unlocktoken Unlock_code.bin", the phone does 2 things:
1: It boot the stock recovery to wipe the /data partition for security reasons (so someone can't access your data simply by unlocking your bootloader)
2: Some data is changed on the PG1FS partition to tells the bootloader that the phone is unlocked.
In some situations, the bootloader can not be unlocked because someone re-locked it with a custom recovery instead of the stock recovery (required at step 1) or simply because the stock recovery is corrupted. Flashing the firmware (this include the stock recovery) should solve this problem, you did it and nothing changed.
It might also be a bad emmc chip (memory chip). If the phone is unable to write on the memory chip, it can't change the data in the PG1FS partition to "unlock" the bootloader. So the phone will simply reboot to a still locked bootloader. The output of "fastboot oem dmesg" and "fastboot oem last_dmesg" might tell us if its the case.
You might want to consider flashing a full RUU to eleminate any software/firmware issue. If after flashing a RUU you can't unlock the bootloader and/or the phone is still bootlooping, its likely to be an hardware problem, maybe the one I have explained above...
alray said:
When entering "fastboot flash unlocktoken Unlock_code.bin", the phone does 2 things:
1: It boot the stock recovery to wipe the /data partition for security reasons (so someone can't access your data simply by unlocking your bootloader)
2: Some data is changed on the PG1FS partition to tells the bootloader that the phone is unlocked.
In some situations, the bootloader can not be unlocked because someone re-locked it with a custom recovery instead of the stock recovery (required at step 1) or simply because the stock recovery is corrupted. Flashing the firmware (this include the stock recovery) should solve this problem, you did it and nothing changed.
It might also be a bad emmc chip (memory chip). If the phone is unable to write on the memory chip, it can't change the data in the PG1FS partition to "unlock" the bootloader. So the phone will simply reboot to a still locked bootloader. The output of "fastboot oem dmesg" and "fastboot oem last_dmesg" might tell us if its the case.
You might want to consider flashing a full RUU to eleminate any software/firmware issue. If after flashing a RUU you can't unlock the bootloader and/or the phone is still bootlooping, its likely to be an hardware problem, maybe the one I have explained above...
Click to expand...
Click to collapse
Thank you for your answer, here is the output of "fastboot oem dmesg" :
[180828] chipset_setting_init
[184717] chipset_setting_init: read pid 203
[184755] SECURE_SMEM_STRUCT 84505000
[188255] read_simlock(1425): 6E7432F0, 4E07AFC7
[189190] radio_init_secure_smem(831): C9F35678, 0
[195661] read_simlock_password(397): EB, 95, 41, 94
[195702] unlock_rec[0] = 0x84508000
[198456] unlock_rec[1] = 0x84509000
[201212] simlock_passwd 0x84507000
[203320] secure_update_simlock ret = 0
[203700] final simlock 0
[204520] secure_set_simlock ret = 0
[212564] msm_rpm_init: RPM firmware 3.0.16847970
[212606] MPM_SLEEP_TICK: llums
[212629] [SYSINFO] DDR: Hynix
[212655] [SYSINFO] PVS: Krait:4 Q6:Fast VDDCX:Slow
[212676] [SYSINFO] Vdd_dig: 0.5v
[212698] hw_ver_id is 207150E1
[212719] speed_bin is 1
[212744] 0x207150E1 CPU-1.7G PMIC-v3.0
[212762] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
[212780] [SYSINFO] PMIC version
[212804] PMIC revision 1: F4
[212828] PMIC revision 2: 6
[212846] pm8921_check_revision: *revision = 6F4
[212864] [SYSINFO] End PMIC version[212887]
eMMC Manufacturer ID: 90
[212907] [SYSINFO] eMMC: Hynix 61079551 sectors 29823 MB
[212927] [SYSINFO] eMMC-CID: 90014A48 12345678 401047C 89C83
048
[214033] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
G
[214063] No RADIOVER.CFG in radio image for WSD version!
[214802] [FAT_ERROR] No M$-DOS partition found
[214823] [FAT_ERROR] fat_open_file: load bpb fail(-22)
[214852] No OPENDSPVER.CFG in adsp image for SSD version!
[215491] [SYSINFO] SBL1: 1.010.30.A5
[215893] [SYSINFO] SBL2: 1.010.30.A4
[216409] [SYSINFO] SBL3: 1.010.30.A3
[216809] [SYSINFO] TZ: 1.010.30.45
[216827] [SYSINFO] RPM: 3.0.98.20
[216872] val0 134 val1 203 val2 32 val3 0[216895] pm8921_re
ad_time: secs = 2149254, h::m:s == 21::0::54, d/m/y = 25/0/7
0
[216914] Current time : 1970-1-25 21:0:54 UTC
[234737] pm8921_vreg_disable function, vreg_id = 27
[234758] pm8921_vreg_disable function, vreg_id = 34
[234783] pm8921_vreg_disable function, vreg_id = 35
[234802] pm8921_vreg_disable function, vreg_id = 9
[234823] [ADC] read adc channel VBAT(1):
[234841] pm8921_adc_calib_device start
[251959] pm8921_adc_calib_device end
[262040] [ADC] adc_code = 0x9949, physical=4235 mV
[262061] [BATT] setting_check_perflock_allowance: vol_curr=4
235 mV vol_limit=3550 mV
[262215] [THERMAL]tsens_init: Tsens init done
[263237] msm_thermal: CPU0 temperature is 25 C
[263260] [INFO][ACPU] get_pvs: ACPU PVS: Faster
[263282] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
000 KHz
[263332] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
[263358] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
l2 (40) is LVS type, APPS cannot control it.
[263461] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
[263509] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(40) is LVS type, APPS cannot control it.
[263625] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
000
[263640] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
ACPU0 rate 1512000 KHz -> 918000 KHz
[263888] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
ange complete
[263908] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
2000
[263944] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
ACPU0 rate 918000 KHz -> 1512000 KHz
[264179] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
ange complete
[264191] Enable hboot boot time perflock
[264213] Disable uart log to speed up boot time
[264224] --pm_check_power_on_status--[266625] pm8921_vreg_di
sable function, vreg_id = 19
[266639] pm8921_vreg_disable function, vreg_id = 24
[266659] m7_vreg_init: enable lvs2 for XB
[276678] pm8921_vreg_disable function, vreg_id = 16
[276760] start block/size of [dzsystem] is different to [sys
tem]. Sync it.
[276781] dzsystem: start block = 1310721; size = 3801086
[276800] Update EBR
[290736] pm8921_vreg_disable function, vreg_id = 15
[290751] pm8921_vreg_disable function, vreg_id = 17
[290765] pm8921_vreg_disable function, vreg_id = 14
[300958] pm8921_vreg_disable function, vreg_id = 13
[510999] PMIC pm8921_fix_charger_lockup
[511057] [ADC] read adc channel VBAT(1):
[521128] [ADC] adc_code = 0x990E, physical=4217 mV
[521164] [BATT] batt_vol=4217 mV current=494 mA FSM=3
[521178] PMIC PMIC charger init by user parameters
[521196] PMIC revision 1: F4
[521214] PMIC revision 2: 6
[521232] PMIC Restart Reason: Triggered from KPD (power key
press)
[521426] PMIC [Batt]pm_chg_failed_clear
[521488] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
hg fail bit
[521502] PMIC PMIC charger init done
[521515] [BATT]3 cells initiated.
[521547] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
[521560] [ADC] read adc channel BATT_ID(9):
[531630] [ADC] adc_code = 0x6610, physical=133 mV
[531645] [BATT]: cur_cell is initiated
[531659] [PMIC-BMS] set bms_battery_data (cell_id=2).
[551808] [PMIC-BMS]BMS init OK -- ocv = 4275000
[551829] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UPD
ATE_STORAGE = 0x1
[551850] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STORA
GE = 0x1
[551869] radio_is_boot_from_shutdown(): 1, reset_reason=0x18
784510, hw_reason=0x00000000, ocv_hw_reset=0x00000000
[551900] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDATE_STORA
GE = 0x0
[551914] [ADC] read adc channel BATT_THERM(8):
[561985] [ADC] adc_code = 0x89F4, physical=20 mV
[561998] [ADC] read adc channel VBAT(1):
[572070] [ADC] adc_code = 0x9909, physical=4216 mV
[572084] [ADC] read adc channel BATT_ID(9):
[582154] [ADC] adc_code = 0x660F, physical=133 mV
[582187] [ADC] read adc channel BATT_THERM(8):
[592259] [ADC] adc_code = 0x89F3, physical=20 mV
[602352] [PMIC-BMS]P=93, adc_based_ocv=4250432, T=20
[602411] [BATT] V=4216 mV, T=20 C, OCV=4275 mV, ID=133 mV, I
=270 mA, P=93, FSM=3
[602429] radio_boot_mode() poweron_status=0x00000001, reset_
reason=0x18784510, hw_reason=0x00000000
[702700] E0902910 E0902E20
[792723] usb_init_hw: pull up d+
[1202744] m7_set_charging(0)
[1202767] m7_hw_reset_nfc
[1432638] m7_init_display
[1433672] m7_init_display ID LCD_ID0=20 LCD_ID1=43
[1434789] m7_init_display ID id0=0 id1=1
[1439804] m7_init_display_panelid_940067
[1439816] SHARP_RENESAS FULL HD panel
[1456897] mdp_clock_init
[1470601] Video Mode
[1492640] mipi_read_back:0 0x21000012
[1514679] mipi_read_back:0 0x21000012
[1536718] mipi_read_back:0 0x21C5002D
[1536732] id1= 0x5D120000, id2= 0x5D120000, id3= 0x5D2D00C5
[1545312] M7 sharp renesas cmd panel ID=0x940069
[1545329] mipi_dsi_cmds_tx_ext
[1682426] [CIR] m7_init_cir, enter.
[1682446] [CIR] m7_init_cir, end.
[1682469] chipset_bootmode(): reset_reason=0x18784510
[1682696] Board_PID : 203
[1682710] EMEA nvram setting
[1684619] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
[1684655] No MDATA.CFG
[1686064] Gyro ID = 0xB5
[1687482] Gyro ID = 0xD4
[1687494] Setting gy_type = 2
[1687506] m7_init is finished: 00:53:49, Jun 22 2013
[1701110] TZ_HTC_SVC_ENC ret = 0
[1701745] TZ_HTC_SVC_ENC ret = 0
[1701809] valid keybox is existed
[1715575] TZ_HTC_SVC_ENC ret = 0
[1730685] TZ_HTC_SVC_ENC ret = 0
[1737873] radio_update_drm_config: read pg2fs_dapkey len (0)
failed
[1738138] chipset_bootmode(): reset_reason=0x18784510
[1738562] radio_boot_mode() poweron_status=0x00000001, reset
_reason=0x18784510, hw_reason=0x00000000
[1738846] [SD_ERR] The project does not support SD card
[1739042] E0902910 E0902E20
[1949083] <0>No USB device attached, portsc 0x8C001000
[1949095] <1>usbhost_start failed
[2049113] E0902910 E0902E20
[2139134] usb_init_hw: pull low d+
[2149241] [JAVACARD_ERR] SD/USBDISK Init error
[2149255] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
8000
[2149269] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
m ACPU0 rate 1512000 KHz -> 918000 KHz
[2149520] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
hange complete
[2149538] Disable hboot boot time perflock
[2149912] ARM11 Boot Mode: 8
[2149929] Platform: HBOOT-8064
[2485768] m7_init_backlight: panel_id=0x940069
[2487787] PWM ic version A2
[2595289] mipi_dsi_cmds_tx_ext
[3096624] E0902910 E0902E20
[3186651] usb_init_hw: pull low d+
[3196676] [SD_ERR] The project does not support SD card
[3196963] E0902910 E0902E20
[3407011] <0>No USB device attached, portsc 0x8C001000
[3407030] <1>usbhost_start failed
[3907058] E0902910 E0902E20
[3997085] usb_init_hw: pull low d+
[4007218]
###[ Bootloader Mode ]###
[4007235]
hboot>[4007252] m7_set_charging(1)
[39630763] usb_Vbus 0
[40130794] E0902910 E0902E20
[40220821] usb_init_hw: pull up d+
[40230843]
###[ Fastboot Mode ]###
[40230863] chipset_bootmode(): reset_reason=0x18784510
[40231206]
USB_STS_SUSPEND
[40231228] m7_set_charging(1)
[40555067]
USB_STS_RESET
[40557328] USB_SPEED_HIGH
[40764592]
USB_STS_RESET
[40766852] USB_SPEED_HIGH
[46075828] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
[46596463] fastboot_command:[oem dmesg]
[46596482] fb_cmd_oem:dmesg
[46596529] register_debug_console: new entry ptr=0x84500140
[112582885] fastboot_command:[oem last_dmesg]
[112582904] fb_cmd_oem:last_dmesg
[112582946] register_debug_console: new entry ptr=0x84500140
[122069928] fastboot_command:[oem dmesg]
[122069946] fb_cmd_oem:dmesg
[122069992] register_debug_console: new entry ptr=0x84500140
@Dafuqhappned and what about "fastboot oem last_dmesg" ?
alray said:
@Dafuqhappned and what about "fastboot oem last_dmesg" ?
Click to expand...
Click to collapse
... (bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY
Can you say something about this?
Dafuqhappned said:
... (bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY
Can you say something about this?
Click to expand...
Click to collapse
Well this should be the last line of maybe a hundred of lines...
Maybe its time to try the ruu and see if your phone is not completely dead.
You can try the 4.19.401.9 ruu but you'll first need to update the firmware to be able to flash it.
fastboot oem rebootRUU
fastboot flash zip 4.19.401.9.zip
fastboot flash zip 4.19.401.9.zip
fastboot reboot-bootloader
then flash the 4.19.401.9 ruu.exe (run the exe file with your phone in bootloader mode).
https://www.androidfilehost.com/?fid=23991606952612442
http://www.htc1guru.com/dld/ruu_m7_...0-38r-1157-04l_release_353069_signed_2-1-exe/
sending 'zip'... (43508 KB) OKAY
sending time = 3.229 secs
writing 'zip'... (bootloader) adopting the signature contained in
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again imme
For "hboot-preupdate" response, restart the same procedure for dev
18...
sending 'zip'... (43508 KB) OKAY
sending time = 3.261 secs
writing 'zip'... (bootloader) adopting the signature contained in
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,24
(bootloader) [RUU]UZ,boot,35
(bootloader) [RUU]UZ,boot,46
(bootloader) [RUU]UZ,boot,59
(bootloader) [RUU]UZ,boot,72
(bootloader) [RUU]UZ,boot,85
(bootloader) [RUU]UZ,boot,98
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,31
(bootloader) [RUU]UZ,recovery,38
(bootloader) [RUU]UZ,recovery,45
(bootloader) [RUU]UZ,recovery,67
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,82
(bootloader) [RUU]UZ,recovery,90
(bootloader) [RUU]UZ,recovery,98
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,12
(bootloader) [RUU]UZ,radio,18
(bootloader) [RUU]UZ,radio,24
(bootloader) [RUU]UZ,radio,30
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,43
(bootloader) [RUU]UZ,radio,49
(bootloader) [RUU]UZ,radio,55
(bootloader) [RUU]UZ,radio,62
(bootloader) [RUU]UZ,radio,68
(bootloader) [RUU]UZ,radio,74
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,93
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,24
(bootloader) [RUU]WP,radio,49
(bootloader) [RUU]WP,radio,74
(bootloader) [RUU]WP,radio,99
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 31(s)
after the 2nd flashing, i get this result.
The phone shows a green bar thats almost finished, but wont continue.
Dafuqhappned said:
sending 'zip'... (43508 KB) OKAY
sending time = 3.229 secs
writing 'zip'... (bootloader) adopting the signature contained in
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) signature checking...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAIL90 hboot pre-update! please flush image again immediately
FAILED (remote: 90 hboot pre-update! please flush image again imme
For "hboot-preupdate" response, restart the same procedure for dev
18...
sending 'zip'... (43508 KB) OKAY
sending time = 3.261 secs
writing 'zip'... (bootloader) adopting the signature contained in
(bootloader) signature checking...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) checking main version...
(bootloader) checking hboot version...
(bootloader) start image[boot] unzipping & flushing...
(bootloader) [RUU]UZ,boot,0
(bootloader) [RUU]UZ,boot,11
(bootloader) [RUU]UZ,boot,24
(bootloader) [RUU]UZ,boot,35
(bootloader) [RUU]UZ,boot,46
(bootloader) [RUU]UZ,boot,59
(bootloader) [RUU]UZ,boot,72
(bootloader) [RUU]UZ,boot,85
(bootloader) [RUU]UZ,boot,98
(bootloader) [RUU]UZ,boot,100
(bootloader) [RUU]WP,boot,0
(bootloader) [RUU]WP,boot,99
(bootloader) [RUU]WP,boot,100
(bootloader) ...... Successful
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,6
(bootloader) [RUU]UZ,recovery,12
(bootloader) [RUU]UZ,recovery,20
(bootloader) [RUU]UZ,recovery,31
(bootloader) [RUU]UZ,recovery,38
(bootloader) [RUU]UZ,recovery,45
(bootloader) [RUU]UZ,recovery,67
(bootloader) [RUU]UZ,recovery,75
(bootloader) [RUU]UZ,recovery,82
(bootloader) [RUU]UZ,recovery,90
(bootloader) [RUU]UZ,recovery,98
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,99
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl1-1] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-1,0
(bootloader) [RUU]UZ,sbl1-1,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-2,0
(bootloader) [RUU]UZ,sbl1-2,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-3,0
(bootloader) [RUU]UZ,sbl1-3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) signature checking...
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,12
(bootloader) [RUU]UZ,radio,18
(bootloader) [RUU]UZ,radio,24
(bootloader) [RUU]UZ,radio,30
(bootloader) [RUU]UZ,radio,37
(bootloader) [RUU]UZ,radio,43
(bootloader) [RUU]UZ,radio,49
(bootloader) [RUU]UZ,radio,55
(bootloader) [RUU]UZ,radio,62
(bootloader) [RUU]UZ,radio,68
(bootloader) [RUU]UZ,radio,74
(bootloader) [RUU]UZ,radio,80
(bootloader) [RUU]UZ,radio,87
(bootloader) [RUU]UZ,radio,93
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,24
(bootloader) [RUU]WP,radio,49
(bootloader) [RUU]WP,radio,74
(bootloader) [RUU]WP,radio,99
(bootloader) [RUU]WP,radio,100
(bootloader) ...... Successful
(bootloader) start image[rcdata] unzipping & flushing...
(bootloader) [RUU]UZ,rcdata,0
(bootloader) [RUU]WP,rcdata,0
(bootloader) ...... Successful
OKAY
Flash Zip Complete
Execution time is 31(s)
after the 2nd flashing, i get this result.
The phone shows a green bar thats almost finished, but wont continue.
Click to expand...
Click to collapse
Everything is normal. The green bar won't go to 100% so you can see the "OKAY" message to be sure everything flashed successfully before rebooting the phone using "fastboot reboot-bootloader". You can disregard the few
(bootloader) verified fail
(bootloader) ..... Bypassed
its normal when flashing the sbl
So its safe to "fastboot reboot-bootloader" now.
Before flashing the ruu.exe, please post an updated "fastboot getvar all" so we can see if everything looks normal
alray said:
Everything is normal. The green bar won't go to 100% so you can see the "OKAY" message to be sure everything flashed successfully before rebooting the phone using "fastboot reboot-bootloader". You can disregard the few
(bootloader) verified fail
(bootloader) ..... Bypassed
its normal when flashing the sbl
So its safe to "fastboot reboot-bootloader" now.
Before flashing the ruu.exe, please post an updated "fastboot getvar all" so we can see if everything looks normal
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.9
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA389W914018
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 4299mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Looking good?
Dafuqhappned said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.56.0000
(bootloader) version-baseband: 4A.23.3263.28
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.19.401.9
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: FA389W914018
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__102
(bootloader) battery-status: good
(bootloader) battery-voltage: 4299mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dab9d12
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Looking good?
Click to expand...
Click to collapse
Yes, go ahead with the ruu.exe. Flashing the ruu should take maybe 10 mins. If everything works fine, the phone should reboot to the OS. First boot can take longer than usual after flashing a ruu, so be patient if it hangs at the white HTC splash screen. (shouldn't take longer than 10-15 min). Then you can try to unlock the bootloader again, would recommend to submit your token to htcdev.com again to get a fresh Unlock_code.bin, just in case.
alray said:
Yes, go ahead with the ruu.exe. Flashing the ruu should take maybe 10 mins. If everything works fine, the phone should reboot to the OS. First boot can take longer than usual after flashing a ruu, so be patient if it hangs at the white HTC splash screen. (shouldn't take longer than 10-15 min). Then you can try to unlock the bootloader again, would recommend to submit your token to htcdev.com again to get a fresh Unlock_code.bin, just in case.
Click to expand...
Click to collapse
Just to be sure, should i flash in bootloader or fastboot mode?
Dafuqhappned said:
Just to be sure, should i flash in bootloader or fastboot mode?
Click to expand...
Click to collapse
boot the phone in bootloader mode and make sure you see the red "fastboot usb" caption then launch the ruu.exe
alray said:
boot the phone in bootloader mode and make sure you see the red "fastboot usb" caption then launch the ruu.exe
Click to expand...
Click to collapse
It worked! Thank you so far, but after booting it up it says "Process com.htc.dialer isn't responding" and shows a white background with a green htc logo (bootscreen).
Edit: At least i can interact with it now, i see a lockscreen, i can reboot, shutdown and so on.
Dafuqhappned said:
It worked! Thank you so far, but after booting it up it says "Process com.htc.dialer isn't responding" and shows a white background with a green htc logo (bootscreen).
Edit: At least i can interact with it now, i see a lockscreen, i can reboot, shutdown and so on.
Click to expand...
Click to collapse
Can you unlock the bootloader now?

To brick or not to brick

Ok, people. I've spent my fair time of reading/researching/testing/messing and it's simply not working. Therefore, I have come in search of people who are more knowledgeable (not sure it's a word) than me and could help me out of the kindness of their hearts. First things first:
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.30.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.1700.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT364W902628
(bootloader) imei: 35585xxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4276mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e135dbf9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.040s
Bear in mind this is a phone that has most definitely been tampered with. I bought it from a small shop in NY, the owner claimed it was imported from Australia which meant it worked in Brazil (where I live). Through the years I have changed it to a supercid (11111111), changed it back to a cid I'm not sure it's the original, installed a GPE ROM, tried installing Cyanogen and that's when everything started going awry. For no reason I can say for sure, the phone entered the oh-so-familiar state of bootloop. I get the Google logo (maybe due to when I had my GPE ROM on it, I guess) and I can't boot into recovery, no matter how many times I try flashing it and erasing cache. What I want to say is that I'm pretty much stuck with fastboot and a corrupted OS. My PC (Windows 10) recognizes the phone on fastboot mode, but that's pretty much all it does. No adb command works, maybe because it won't boot as far as it needs to load adb. A few other things:
- Yes, RUU would be great. However I haven't found anything that works. I keep getting signature errors and problems while flashing zips on rebootRUU. Tried it an absurd amount of times with many, many options.
- Getting S-OFF could be also a step in the way of bringing the phone back to life, however rumrunner requires adb. I can't emphasize this enough: for the last few months I've been trying to ressurrect this phone, I could not get adb to work.
- In very rare ocasions I get maybe one or two seconds of the splash screen of TWRP recovery. That shows up, freezes and moments after I'm back to the Google logo.
I would like to thank in advance anybody who puts their mind to work on this issue. You people are great. So, any ideas?
joaoluizsv said:
Ok, people. I've spent my fair time of reading/researching/testing/messing and it's simply not working. Therefore, I have come in search of people who are more knowledgeable (not sure it's a word) than me and could help me out of the kindness of their hearts. First things first:
fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.54.0000
(bootloader) version-baseband: 4T.30.3218.21
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 5.11.1700.3
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: HT364W902628
(bootloader) imei: 35585xxxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0714000
(bootloader) cidnum: HTC__044
(bootloader) battery-status: good
(bootloader) battery-voltage: 4276mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-e135dbf9
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.040s
Bear in mind this is a phone that has most definitely been tampered with. I bought it from a small shop in NY, the owner claimed it was imported from Australia which meant it worked in Brazil (where I live). Through the years I have changed it to a supercid (11111111), changed it back to a cid I'm not sure it's the original, installed a GPE ROM, tried installing Cyanogen and that's when everything started going awry. For no reason I can say for sure, the phone entered the oh-so-familiar state of bootloop. I get the Google logo (maybe due to when I had my GPE ROM on it, I guess) and I can't boot into recovery, no matter how many times I try flashing it and erasing cache. What I want to say is that I'm pretty much stuck with fastboot and a corrupted OS. My PC (Windows 10) recognizes the phone on fastboot mode, but that's pretty much all it does. No adb command works, maybe because it won't boot as far as it needs to load adb. A few other things:
- Yes, RUU would be great. However I haven't found anything that works. I keep getting signature errors and problems while flashing zips on rebootRUU. Tried it an absurd amount of times with many, many options.
- Getting S-OFF could be also a step in the way of bringing the phone back to life, however rumrunner requires adb. I can't emphasize this enough: for the last few months I've been trying to ressurrect this phone, I could not get adb to work.
- In very rare ocasions I get maybe one or two seconds of the splash screen of TWRP recovery. That shows up, freezes and moments after I'm back to the Google logo.
I would like to thank in advance anybody who puts their mind to work on this issue. You people are great. So, any ideas?
Click to expand...
Click to collapse
Why is the phone back to S-ON? That was a big mistake :silly:... You can't even flash a RUU now that your CID and MID does not match your version-main (GPE firmware + Asian CID/MID).
Your only hope is to get this custom recovery booting. Did you tried mdmower's twrp?
http://android.cmphys.com/twrp-m7/
Code:
fastboot flash recovery filename.img
fastboot erase cache
fastboot reboot-bootloader
alray said:
Why is the phone back to S-ON? That was a big mistake :silly:... You can't even flash a RUU now that your CID and MID does not match your version-main (GPE firmware + Asian CID/MID).
Your only hope is to get this custom recovery booting. Did you tried mdmower's twrp?
http://android.cmphys.com/twrp-m7/
Code:
fastboot flash recovery filename.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
Why is the phone back to S-ON? That was a big mistake ... You can't even flash a RUU now that your CID and MID does not match your version-main (GPE firmware + Asian CID/MID).
Your only hope is to get this custom recovery booting. Did you tried mdmower's twrp?
http://android.cmphys.com/twrp-m7/
Code:
fastboot flash recovery filename.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
First of all, thank you so much for replying! The S-ON part is because I was thinking about getting it unrooted to send it back to HTC. Dumb move there, I admit.
I got the recovery flashed and once every 12 or 13 reboots I get the recovery to run for 20 seconds or even 1 minute, depending on what I do. I have an USB dongle that I'm trying to use to install Cyanogen. No luck there, so far. When I try to get it do ADB Sideload it tends to crash when I check to Wipe Delvik/Wipe Cache. Any pointers to what would be the way to install a ROM here with the biggest chance of success?
Thank you once again for your time!
joaoluizsv said:
First of all, thank you so much for replying! The S-ON part is because I was thinking about getting it unrooted to send it back to HTC. Dumb move there, I admit.
I got the recovery flashed and once every 12 or 13 reboots I get the recovery to run for 20 seconds or even 1 minute, depending on what I do. I have an USB dongle that I'm trying to use to install Cyanogen. No luck there, so far. When I try to get it do ADB Sideload it tends to crash when I check to Wipe Delvik/Wipe Cache. Any pointers to what would be the way to install a ROM here with the biggest chance of success?
Thank you once again for your time!
Click to expand...
Click to collapse
Can you post the output of "fastboot oem dmesg" and "fastboot oem last_dmesg"
I'm curious to see if everything looks fine on the hardware side, more precisely if the emmc is in good condition.
Maybe you could try every custom recovery versions (CWM and TWRP) to see if it can boot correctly and be stable long enough to flash a rom.
alray said:
Can you post the output of "fastboot oem dmesg" and "fastboot oem last_dmesg"
I'm curious to see if everything looks fine on the hardware side, more precisely if the emmc is in good condition.
Maybe you could try every custom recovery versions (CWM and TWRP) to see if it can boot correctly and be stable long enough to flash a rom.
Click to expand...
Click to collapse
Yeah, I'm trying all possible custom recovery versions right now. If anything works out, I'll post here.
Ok, this is what I got from dmesg (it doesn't seem complete, although I tried to Select All):
(bootloader) [91131] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [91154] Command response received: 00000900
(bootloader) [91243] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [91266] Command response received: 00000900
(bootloader) [91355] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [91378] Command response received: 00000900
(bootloader) [91474] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [91497] Command response received: 00000900
(bootloader) [91593] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [91616] Command response received: 00000900
(bootloader) [91730] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [91753] Command response received: 00000900
(bootloader) [91867] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [91890] Command response received: 00000900
(bootloader) [91979] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [92002] Command response received: 00000900
(bootloader) [92116] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [92139] Command response received: 00000900
(bootloader) [92235] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [92258] Command response received: 00000900
(bootloader) [92423] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [92446] Command response received: 00000900
(bootloader) [92605] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [92628] Command response received: 00000900
(bootloader) [92793] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [92816] Command response received: 00000900
(bootloader) [93000] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [93023] Command response received: 00000900
(bootloader) [93200] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [93223] Command response received: 00000900
(bootloader) [93384] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [93407] Command response received: 00000900
(bootloader) [93568] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [93591] Command response received: 00000900
(bootloader) [93731] check pg1fs
(bootloader) [96807] check pg2fs
(bootloader) [134886] chipset_setting_init
(bootloader) [137394] chipset_setting_init: read pid 203
(bootloader) [137431] SECURE_SMEM_STRUCT 84505000
(bootloader) [139726] read_simlock(1425): 6E7432F0, 4E07AFC7
(bootloader) [140930] radio_init_secure_smem(929): C9F35678, 0
(bootloader) [147638] read_simlock_password(398): EB, 95, 41, 94
(bootloader) [147677] unlock_rec[0] = 0x84508000
(bootloader) [149552] unlock_rec[1] = 0x84509000
(bootloader) [151413] simlock_passwd 0x84507000
(bootloader) [153798] secure_update_simlock ret = 0
(bootloader) [154394] final simlock 0
(bootloader) [155312] secure_set_simlock ret = 0
(bootloader) [160684] msm_rpm_init: RPM firmware 3.0.16849250
(bootloader) [160716] MPM_SLEEP_TICK: llums
(bootloader) [160740] [SYSINFO] DDR: Elpida
(bootloader) [160768] [SYSINFO] PVS: Krait:2 Q6:Nom VDDCX:Slow
(bootloader) [160789] [SYSINFO] Vdd_dig: 0.5v
(bootloader) [160811] hw_ver_id is 207150E1
(bootloader) [160832] speed_bin is 1
(bootloader) [160858] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [160877] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [160895] [SYSINFO] PMIC version
(bootloader) [160918] PMIC revision 1: F4
(bootloader) [160941] PMIC revision 2: 6
(bootloader) [160959] pm8921_check_revision: *revision = 6F4
(bootloader) [160977] [SYSINFO] End PMIC version[160998]
(bootloader) eMMC Manufacturer ID: 15
(bootloader) [161019] [SYSINFO] eMMC: Samsung 61071359 sectors 29819 MB
(bootloader) [161040] [SYSINFO] eMMC-CID: 1501004D 12345678 41047E13 C7E2
(bootloader) 1130
(bootloader) [162347] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [162379] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [162821] [FAT_ERROR] No M$-DOS partition found
(bootloader) [162842] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [162873] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [163233] [SYSINFO] SBL1: 1.010.30.48
(bootloader) [163493] [SYSINFO] SBL2: 1.010.30.47
(bootloader) [163819] [SYSINFO] SBL3: 1.010.30.45
(bootloader) [164066] [SYSINFO] TZ: 1.430.24.09
(bootloader) [164084] [SYSINFO] RPM: 3.0.98.25
(bootloader) [164129] val0 71 val1 164 val2 5 val3 0[164154] pm8921_read
(bootloader) _time: secs = 369735, h::m:s == 6::42::15, d/m/y = 5/0/70
(bootloader) [164174] Current time : 1970-1-5 6:42:15 UTC
(bootloader) [176884] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [176906] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [176931] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [176951] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [176972] [ADC] read adc channel VBAT(1):
(bootloader) [176990] pm8921_adc_calib_device start
(bootloader) [194107] pm8921_adc_calib_device end
(bootloader) [204187] [ADC] adc_code = 0x98A7, physical=4204 mV
(bootloader) [204210] [BATT] setting_check_perflock_allowance: vol_curr=4
(bootloader) 204 mV vol_limit=3550 mV
(bootloader) [204364] [THERMAL]tsens_init: Tsens init done
(bootloader) [205388] msm_thermal: CPU0 temperature is 44 C
(bootloader) [205412] [WARNING][ACPU] get_pvs: ACPU PVS: Unknown. Default
(bootloader) ing to slow
(bootloader) [205435] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [205490] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [205517] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [205624] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [205677] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [205794] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [205810] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [206061] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [206082] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [206122] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [206356] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [206369] Enable hboot boot time perflock
(bootloader) [206391] Disable uart log to speed up boot time
(bootloader) [206403] --pm_check_power_on_status--[209814] pm8921_vreg_di
(bootloader) sable function, vreg_id = 19
(bootloader) [209828] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [209845] m7_vreg_init: enable lvs2 for XB
(bootloader) [219863] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [219929] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [219946] dzsystem: start block = 1310721; size = 3801086
(bootloader) [219961] Update EBR
(bootloader) [230310] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [230322] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [230335] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [240528] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [460569] PMIC pm8921_fix_charger_lockup
(bootloader) [460624] [ADC] read adc channel VBAT(1):
(bootloader) [470693] [ADC] adc_code = 0x986E, physical=4187 mV
(bootloader) [470727] [BATT] batt_vol=4187 mV current=570 mA FSM=3
(bootloader) [470739] PMIC PMIC charger init by user parameters
(bootloader) [470755] PMIC revision 1: F4
(bootloader) [470771] PMIC revision 2: 6
(bootloader) [470789] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [470981] PMIC [Batt]pm_chg_failed_clear
(bootloader) [471042] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [471055] PMIC PMIC charger init done
(bootloader) [471067] [BATT]3 cells initiated.
(bootloader) [471097] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [471110] [ADC] read adc channel BATT_ID(9):
(bootloader) [481180] [ADC] adc_code = 0x7019, physical=384 mV
(bootloader) [481193] [BATT]: cur_cell is initiated
(bootloader) [481205] [PMIC-BMS] set bms_battery_data (cell_id=1).
(bootloader) [501350] [PMIC-BMS]BMS init OK -- ocv = 4194000
(bootloader) [501369] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UPD
(bootloader) ATE_STORAGE = 0x0
(bootloader) [501389] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [501406] radio_is_boot_from_shutdown(): 1, reset_reason=0xEE
(bootloader) 109782, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [501435] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [501448] [ADC] read adc channel BATT_THERM(8):
(bootloader) [511518] [ADC] adc_code = 0x7F47, physical=34 mV
(bootloader) [511530] [ADC] read adc channel VBAT(1):
(bootloader) [521597] [ADC] adc_code = 0x986C, physical=4187 mV
(bootloader) [521609] [ADC] read adc channel BATT_ID(9):
(bootloader) [531679] [ADC] adc_code = 0x701A, physical=384 mV
(bootloader) [531711] [ADC] read adc channel BATT_THERM(8):
(bootloader) [541779] [ADC] adc_code = 0x7F48, physical=34 mV
(bootloader) [551871] [PMIC-BMS]P=92, adc_based_ocv=4225680, T=34
(bootloader) [551928] [BATT] V=4187 mV, T=34 C, OCV=4194 mV, ID=384 mV, I
(bootloader) =310 mA, P=92, FSM=3
(bootloader) [551945] radio_boot_mode() poweron_status=0x00000001, reset_
(bootloader) reason=0xEE109782, hw_reason=0x00000000
(bootloader) [652227] E0902910 E0902E20
(bootloader) [742248] usb_init_hw: pull up d+
(bootloader) [772269] m7_set_charging(1)
(bootloader) [772290] m7_hw_reset_nfc
(bootloader) [1002181] m7_init_display
(bootloader) [1003215] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1004332] m7_init_display ID id0=0 id1=1
(bootloader) [1009344] m7_init_display_panelid_940067
(bootloader) [1009356] SHARP_RENESAS FULL HD panel
(bootloader) [1026436] mdp_clock_init
(bootloader) [1040142] Video Mode
(bootloader) [1062181] mipi_read_back:0 0x21000012
(bootloader) [1084219] mipi_read_back:0 0x21000012
(bootloader) [1106256] mipi_read_back:0 0x21C5002D
(bootloader) [1106268] id1= 0xA0120000, id2= 0xA0120000, id3= 0xA02D00C5
(bootloader) [1114849] M7 sharp renesas cmd panel ID=0x940069
(bootloader) [1114864] mipi_dsi_cmds_tx_ext
(bootloader) [1251968] [CIR] m7_init_cir, enter.
(bootloader) [1251986] [CIR] m7_init_cir, end.
(bootloader) [1252007] chipset_bootmode(): reset_reason=0xEE109782
(bootloader) [1252405] Board_PID : 203
(bootloader) [1253202] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1253242] No MDATA.CFG
(bootloader) [1254661] Gyro ID = 0xA5
(bootloader) [1256080] Gyro ID = 0xD4
(bootloader) [1256093] Setting gy_type = 2
(bootloader) [1256106] m7_init is finished: 22:11:14, Dec 2 2014
(bootloader) [1264868] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1265692] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1265753] valid keybox is existed
(bootloader) [1274846] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1284469] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1289056] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1294370] chipset_bootmode(): reset_reason=0xEE109782
(bootloader) [1294768] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0xEE109782, hw_reason=0x00000000
(bootloader) [1295267] [SD_ERR] The project does not support SD card
(bootloader) [1295467] E0902910 E0902E20
(bootloader) [1505511] <0>No USB device attached, portsc 0x8C001000
(bootloader) [1505524] <1>usbhost_start failed
(bootloader) [1605542] E0902910 E0902E20
(bootloader) [1695562] usb_init_hw: pull low d+
(bootloader) [1725673] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [1725688] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [1725703] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [1725954] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [1725973] Disable hboot boot time perflock
(bootloader) [1726341] ARM11 Boot Mode: 8
(bootloader) [1726358] Platform: HBOOT-8064
(bootloader) [2095882] m7_init_backlight: panel_id=0x940069
(bootloader) [2097910] PWM ic version A2
(bootloader) [2205414] mipi_dsi_cmds_tx_ext
(bootloader) [2306746] E0902910 E0902E20
(bootloader) [2396773] usb_init_hw: pull low d+
(bootloader) [2426799] [SD_ERR] The project does not support SD card
(bootloader) [2427090] E0902910 E0902E20
(bootloader) [2637141] <0>No USB device attached, portsc 0x8C001000
(bootloader) [2637161] <1>usbhost_start failed
(bootloader) [2737189] E0902910 E0902E20
(bootloader) [2827215] usb_init_hw: pull low d+
(bootloader) [2857345]
(bootloader) ###[ Bootloader Mode ]###
(bootloader) [2857360]
(bootloader) hboot>[2857376] m7_set_charging(1)
(bootloader) [4050209] usb_Vbus 0
(bootloader) [4150237] E0902910 E0902E20
(bootloader) [4240263] usb_init_hw: pull up d+
(bootloader) [4250284]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [4250303] chipset_bootmode(): reset_reason=0xEE109782
(bootloader) [4250923]
(bootloader) USB_STS_SUSPEND
(bootloader) [4250946] m7_set_charging(1)
(bootloader) [4342067]
(bootloader) USB_STS_RESET
(bootloader) [4344339] USB_SPEED_HIGH
(bootloader) [6208617] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [6208657] Set usb_ats = 0
(bootloader) [31025006]
(bootloader) USB_STS_SUSPEND
(bootloader) [38170456]
(bootloader) USB_STS_RESET
(bootloader) [38172737] USB_SPEED_HIGH
(bootloader) [41472437] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [41472487] Set usb_ats = 0
(bootloader) [604251983] m7_set_charging(0)
(bootloader) [604752013] m7_set_charging(1)
(bootloader) [14] m7_set_charging(0)
(bootloader) [500044] m7_set_charging(1)
(bootloader) [600501076] m7_set_charging(0)
(bootloader) [601001106] m7_set_charging(1)
(bootloader) [13] m7_set_charging(0)
(bootloader) [500041] m7_set_charging(1)
(bootloader) [600501080] m7_set_charging(0)
(bootloader) [601001110] m7_set_charging(1)
(bootloader) [10] m7_set_charging(0)
(bootloader) [500037] m7_set_charging(1)
(bootloader) [600501067] m7_set_charging(0)
(bootloader) [601001096] m7_set_charging(1)
(bootloader) [11] m7_set_charging(0)
(bootloader) [500039] m7_set_charging(1)
(bootloader) [600501076] m7_set_charging(0)
(bootloader) [601001105] m7_set_charging(1)
(bootloader) [6] m7_set_charging(0)
(bootloader) [500034] m7_set_charging(1)
(bootloader) [600501071] m7_set_charging(0)
(bootloader) [601001099] m7_set_charging(1)
(bootloader) [12] m7_set_charging(0)
(bootloader) [500039] m7_set_charging(1)
(bootloader) [593080586] fastboot_command:[oem dmesg]
(bootloader) [593080606] fb_cmd_oem:dmesg
(bootloader) [593080656] register_debug_console: new entry ptr=0x84500140
(bootloader) [600501073] m7_set_charging(0)
(bootloader) [601001102] m7_set_charging(1)
(bootloader) [7] m7_set_charging(0)
(bootloader) [500036] m7_set_charging(1)
(bootloader) [8246292] fastboot_command:[oem dmesg]
(bootloader) [8246311] fb_cmd_oem:dmesg
(bootloader) [8246356] register_debug_console: new entry ptr=0x84500140
(bootloader) [278658684] fastboot_command:[oem dmesg]
(bootloader) [278658704] fb_cmd_oem:dmesg
(bootloader) [278658753] register_debug_console: new entry ptr=0x84500140
OKAY [ 0.771s]
finished. total time: 0.772s
For some reason my last_dmesg post didn't publish. Here is what I just pulled:
(bootloader) [205936] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [206049] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [206063] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [206312] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [206331] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [206368] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [206603] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [206615] Enable hboot boot time perflock
(bootloader) [206637] Disable uart log to speed up boot time
(bootloader) [206648] --pm_check_power_on_status--[210064] pm8921_vreg_di
(bootloader) sable function, vreg_id = 19
(bootloader) [210076] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [210093] m7_vreg_init: enable lvs2 for XB
(bootloader) [220110] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [220177] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [220193] dzsystem: start block = 1310721; size = 3801086
(bootloader) [220207] Update EBR
(bootloader) [230571] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [230583] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [230595] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [240786] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [460824] PMIC pm8921_fix_charger_lockup
(bootloader) [460878] [ADC] read adc channel VBAT(1):
(bootloader) [470946] [ADC] adc_code = 0x990B, physical=4234 mV
(bootloader) [470980] [BATT] batt_vol=4234 mV current=597 mA FSM=3
(bootloader) [470991] PMIC PMIC charger init by user parameters
(bootloader) [471008] PMIC revision 1: F4
(bootloader) [471023] PMIC revision 2: 6
(bootloader) [471040] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [471231] PMIC [Batt]pm_chg_failed_clear
(bootloader) [471291] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [471302] PMIC PMIC charger init done
(bootloader) [471313] [BATT]3 cells initiated.
(bootloader) [471343] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [471355] [ADC] read adc channel BATT_ID(9):
(bootloader) [481422] [ADC] adc_code = 0x7018, physical=384 mV
(bootloader) [481434] [BATT]: cur_cell is initiated
(bootloader) [481446] [PMIC-BMS] set bms_battery_data (cell_id=1).
(bootloader) [501592] [PMIC-BMS]BMS init OK -- ocv = 4233000
(bootloader) [501611] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UPD
(bootloader) ATE_STORAGE = 0x0
(bootloader) [501630] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [501644] radio_is_boot_from_shutdown(): 0, reset_reason=0x77
(bootloader) 6655AA, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [501657] [ADC] read adc channel BATT_THERM(8):
(bootloader) [511727] [ADC] adc_code = 0x7F68, physical=34 mV
(bootloader) [511738] [ADC] read adc channel VBAT(1):
(bootloader) [521807] [ADC] adc_code = 0x9909, physical=4233 mV
(bootloader) [521818] [ADC] read adc channel BATT_ID(9):
(bootloader) [531888] [ADC] adc_code = 0x7017, physical=384 mV
(bootloader) [531918] [ADC] read adc channel BATT_THERM(8):
(bootloader) [541986] [ADC] adc_code = 0x7F68, physical=34 mV
(bootloader) [552077] [PMIC-BMS]P=97, adc_based_ocv=4274856, T=34
(bootloader) [552134] [BATT] V=4233 mV, T=34 C, OCV=4233 mV, ID=384 mV, I
(bootloader) =327 mA, P=97, FSM=3
(bootloader) [552149] radio_boot_mode() poweron_status=0x00000001, reset_
(bootloader) reason=0x776655AA, hw_reason=0x00000000
(bootloader) [652429] E0902910 E0902E20
(bootloader) [742451] usb_init_hw: pull up d+
(bootloader) [772471] m7_set_charging(1)
(bootloader) [772492] m7_hw_reset_nfc
(bootloader) [1002399] m7_init_display
(bootloader) [1003431] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1004548] m7_init_display ID id0=0 id1=1
(bootloader) [1009560] m7_init_display_panelid_940067
(bootloader) [1009571] SHARP_RENESAS FULL HD panel
(bootloader) [1026649] mdp_clock_init
(bootloader) [1040355] Video Mode
(bootloader) [1062395] mipi_read_back:0 0x21000012
(bootloader) [1084432] mipi_read_back:0 0x21000012
(bootloader) [1106470] mipi_read_back:0 0x21C5002D
(bootloader) [1106481] id1= 0xA0120000, id2= 0xA0120000, id3= 0xA02D00C5
(bootloader) [1115061] M7 sharp renesas cmd panel ID=0x940069
(bootloader) [1115075] mipi_dsi_cmds_tx_ext
(bootloader) [1252175] [CIR] m7_init_cir, enter.
(bootloader) [1252193] [CIR] m7_init_cir, end.
(bootloader) [1252214] chipset_bootmode(): reset_reason=0x776655AA
(bootloader) [1253027] Board_PID : 203
(bootloader) [1253782] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1253819] No MDATA.CFG
(bootloader) [1255234] Gyro ID = 0xA5
(bootloader) [1256648] Gyro ID = 0xD4
(bootloader) [1256659] Setting gy_type = 2
(bootloader) [1256670] m7_init is finished: 22:11:14, Dec 2 2014
(bootloader) [1265429] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1266250] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1266309] valid keybox is existed
(bootloader) [1275404] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1285026] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1289604] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1294919] chipset_bootmode(): reset_reason=0x776655AA
(bootloader) [1295317] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x776655AA, hw_reason=0x00000000
(bootloader) [1295813] [SD_ERR] The project does not support SD card
(bootloader) [1296013] E0902910 E0902E20
(bootloader) [1506055] <0>No USB device attached, portsc 0x8C001000
(bootloader) [1506067] <1>usbhost_start failed
(bootloader) [1606084] E0902910 E0902E20
(bootloader) [1696105] usb_init_hw: pull low d+
(bootloader) [1726217] [JAVACARD_ERR] SD/USBDISK Init error
(bootloader) [1726231] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [1726245] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [1726495] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [1726513] Disable hboot boot time perflock
(bootloader) [1726881] ARM11 Boot Mode: 8
(bootloader) [1726897] Platform: HBOOT-8064
(bootloader) [2096435] m7_init_backlight: panel_id=0x940069
(bootloader) [2098462] PWM ic version A2
(bootloader) [2205963] mipi_dsi_cmds_tx_ext
(bootloader) [2307297] E0902910 E0902E20
(bootloader) [2397322] usb_init_hw: pull low d+
(bootloader) [2427346] [SD_ERR] The project does not support SD card
(bootloader) [2427638] E0902910 E0902E20
(bootloader) [2637687] <0>No USB device attached, portsc 0x8C001000
(bootloader) [2637706] <1>usbhost_start failed
(bootloader) [2737733] E0902910 E0902E20
(bootloader) [2827761] usb_init_hw: pull low d+
(bootloader) [2857894]
(bootloader) ###[ Bootloader Mode ]###
(bootloader) [2857909]
(bootloader) hboot>[2857925] m7_set_charging(1)
(bootloader) [8138207] [HBOOT]
(bootloader) [HBOOT]
(bootloader) ###[ RAMDUMP Mode ]###[HBOOT]
(bootloader) [HBOOT]
(bootloader) [8151228] ramdump_show_rst_msg: hboot watchdog bite[HBOOT]
(bootloader) [8151249] ramdump_show_rst_msg: IMEM: 0x776655AA[HBOOT]
(bootloader) [8152578] ramdump_show_rst_msg: PMIC: RESIN_N (0)[HBOOT]
(bootloader) [8902314] Boot/Recovery signature checking...
(bootloader) [9332172] TZ_HTC_SVC_HASH ret = 0
(bootloader) [9445032] setup_tag addr=0x80600100 cmdline add=0x0038164C
(bootloader) [9445051] TAG:Ramdisk OK
(bootloader) [9446156] TAG:skuid 0x34C13
(bootloader) [9446173] TAG:hero panel = 0x940069
(bootloader) [9446190] TAG:engineerid = 0x0
(bootloader) [9446205] TAG: PS ID = 0x0
(bootloader) [9446221] TAG: Gyro ID = 0x2
(bootloader) [9458196] Device CID is not super CID
(bootloader) [9458214] CID is HTC__044
(bootloader) [9458290] setting->cid::HTC__044
(bootloader) [9458578] serial number: HT364W902628
(bootloader) [9473206] cmdline from boot/recovery image header: console=n
(bootloader) one androidboot.hardware=qcom user_debug=31 androidboot.seli
(bootloader) nux=permissive
(bootloader) [9473243] active cmdline length = 926
(bootloader) [9473258] active commandline:
(bootloader) [9473273] poweron_status=1
(bootloader) [9473288] reset_status=0
(bootloader) [9473303] board_m7_ul.disable_uart3=0
(bootloader) [9473318] diag.enabled=0
(bootloader) [9473333] board_m7_ul.debug_uart=0
(bootloader) [9473348] userdata_sel=0
(bootloader) [9473363] androidboot.emmc=true
(bootloader) [9473378] androidboot.pagesize=2048
(bootloader) [9473393] skuid=0
(bootloader) [9473407] ddt=20
(bootloader) [9473421] ats=0
(bootloader) [9473435] dap=6
(bootloader) [9473449] androidboot.lb=1
(bootloader) [9473464] uif=r4Cf
(bootloader) [9473478] td.sf=1
(bootloader) [9473492] td.td=1
(bootloader) [9473506] td.ofs=328
(bootloader) [9473520] td.prd=1
(bootloader) [9473534] td.dly=0
(bootloader) [9473548] td.tmo=300
(bootloader) [9473563] hlog.ofs=628
(bootloader) [9473577] un.ofs=696
(bootloader) [9473592] imc_online_log=0
(bootloader) [9473607] androidboot.efuse_info=2NSL
(bootloader) [9473623] androidboot.baseband=4T.30.3218.21
(bootloader) [9473638] androidboot.cid=HTC__044
(bootloader) [9473653] androidboot.devicerev=3
(bootloader) [9473669] androidboot.batt_poweron=good_battery
(bootloader) [9473685] androidboot.carrier=HTC-Asia-SEA-WWE
(bootloader) [9473701] androidboot.mid=PN0714000
(bootloader) [9473717] androidboot.keycaps=qwerty
(bootloader) [9473732] androidboot.dq=PASS
(bootloader) [9473747] androidboot.mode=recovery
(bootloader) [9473763] androidboot.serialno=HT364W902628
(bootloader) [9473779] androidboot.bootloader=1.54.0000
(bootloader) [9473794] lscd=0x1
(bootloader) [9473808] wificd=0x1
(bootloader) [9473823] androidboot.nledhw=0
(bootloader) [9473838] androidboot.ddrmid=(0x3)
(bootloader) [9473854] acpu.footprint=FFFF09FF
(bootloader) [9473868] abnrst=1
(bootloader) [9473883] bootreason=kernel_panic
(bootloader) [9473898] zygote_oneshot=off
(bootloader) [9473912] kmemleak=off
(bootloader) [9473927] rpm_debug.enable=0
(bootloader) [9473941] console=none
(bootloader) [9473956] androidboot.hardware=qcom
(bootloader) [9473972] user_debug=31
(bootloader) [9473987] androidboot.selinux=permissive
(bootloader) [9474007] setup_all_partition_atag:
(bootloader) [9474030] Partition[0].name=misc
(bootloader) [9474053] Partition[1].name=recovery
(bootloader) [9474077] Partition[2].name=boot
(bootloader) [9474100] Partition[3].name=system
(bootloader) [9474129] Partition[4].name=local
(bootloader) [9474159] Partition[5].name=cache
(bootloader) [9474182] Partition[6].name=userdata
(bootloader) [9474213] Partition[7].name=devlog
(bootloader) [9474235] Partition[8].name=pdata
(bootloader) [9474259] Partition[9].name=extra
(bootloader) [9474282] Partition[10].name=radio
(bootloader) [9474303] Partition[11].name=adsp
(bootloader) [9474324] Partition[12].name=dsps
(bootloader) [9474348] Partition[13].name=radio_config
(bootloader) [9474370] Partition[14].name=modem_st1
(bootloader) [9474392] Partition[15].name=modem_st2
(bootloader) [9474420] Partition[16].name=cdma_record
(bootloader) [9474475] Partition[17].name=reserve_1
(bootloader) [9474498] Partition[18].name=reserve_2
(bootloader) [9474521] Partition[19].name=reserve_3
(bootloader) [9474547] Partition[20].name=reserve
(bootloader) [9474563] Valid partition num=21
(bootloader) [9475354] setting_get_bootmode() = 3
(bootloader) [9481130] smem 84505000 (phy 8F205000): TZ_HTC_SVC_UPDATE_SM
(bootloader) EM ret = 0
(bootloader) [9486725] TZ_HTC_SVC_ENC ret = 0
(bootloader) [9489350] TZ_HTC_SVC_ENC ret = 0
(bootloader) [9490743] TZ_HTC_SVC_DISABLE ret = 205643776 (0xC41E000)
(bootloader) [9540038] [PARTITION_ERR] partition_write_prot_emmc: Cannot
(bootloader) find end partition [modem]
(bootloader) [9540059] msm_mpu_emmc_protect: set write protection fail (f
(bootloader) rom reserve_2 to modem)
(bootloader) [9549735] Start Verify: 3
(bootloader) [9864016] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [9864037] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [10144166] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10144186] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [10424315] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10424335] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [10704464] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10704484] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [10984612] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10984632] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11265872] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11265892] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11546022] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11546042] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11826170] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11826190] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [12106318] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [12106338] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [12386468] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [12386488] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [12392615] [RUMBA_S] I2C error with module
(bootloader) [12402663] pm8921_vreg_disable function, vreg_id = 7
(bootloader) [12412688] pm8921_vreg_disable function, vreg_id = 37
(bootloader) [12432712] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [12442736] pm8921_vreg_disable function, vreg_id = 8
(bootloader) [12463058] jump_to_kernel: machine_id(4308), tags_addr(0x806
(bootloader) 00100), kernel_addr(0x80608000)
(bootloader) [12463078] -------------------hboot boot time:12463 msec
(bootloader) [12463096]
(bootloader) Boot info:
(bootloader) Last boot reason: kernel_panic
(bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY [ 0.819s]
finished. total time: 0.819s
Here is the RUU that helped me on my M7.
Download the one for your variant:
htc.com/us/support/htc-one/news/ (Unlocked/Developer Edition)
htc.com/us/support/htc-one-t-mobile/news/
htc.com/us/support/htc-one-sprint/news/
htc.com/us/support/htc-one-verizon/news/
htc.com/us/support/htc-one-att/news/
Install it on PC, run application with phone plugged in and you should be back to 5.0.2 with Sense 6

Unlock bootloader htc m7 mini

hello,
I have a htc m7 mini, and the phone is bricked.. i can't get boot the phone correcly. so i try to flash the rom..
but the bootloader is locked, i make all the process by HTC DEV but in the end when should appear on the phone display "Yes" or "no" to unlock bootloader dont appear anything... i already unlock other bootloaders but is this phone i think is impossible.....
There is any other way to unlock HTC bootloader instead of HTC DEV?
I need to flash new rom...
tanks
C:\>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.161s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.022s]
finished. total time: 0.190s
after this nothing appeands on the phone
Multiredes said:
C:\>fastboot flash unlocktoken Unlock_code.bin
target reported max download size of 800227328 bytes
sending 'unlocktoken' (0 KB)...
OKAY [ 0.161s]
writing 'unlocktoken'...
(bootloader) unlock token check successfully
OKAY [ 0.022s]
finished. total time: 0.190s
after this nothing appeands on the phone
Click to expand...
Click to collapse
Is your phone able to reboot in ruu mode (black screen with silver HTC logo) with the "fastboot oem rebootRUU" command or it simply reboot normally? Can you also post your "fastboot getvar all" (hide imei and serial)
Hello,
Here:
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.14.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH39WWA0xxxx
(bootloader) imei: 3558660xxxxxxxx
(bootloader) meid:
(bootloader) product: m4_ul
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PO5820000
(bootloader) cidnum: HTC__405
(bootloader) battery-status: good
(bootloader) battery-voltage: 3640mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
and after fastboot oem rebootRUU:
(bootloader) [ERR] Cmd18 polling status timed out, MCI_STATUS: 0x4C2000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [SD_HW_ERR] read data fail in CMD18
(bootloader) CMD18: cmd failed
(bootloader) [SD_HW_ERR] SD: Read data fail..
(bootloader) [ERR] partition_read_emmc(876): error 2
(bootloader) Start Verify: 3
(bootloader) [ERR] Cmd25 polling status timed out, MCI_STATUS: 0x4C0000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
Multiredes said:
Hello,
Here:
(bootloader) version-baseband: N/A
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 4.14.401.2
(bootloader) version-misc: PVT SHIP S-ON
(bootloader) serialno: SH39WWA0xxxx
(bootloader) imei: 3558660xxxxxxxx
(bootloader) meid:
(bootloader) product: m4_ul
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PO5820000
(bootloader) cidnum: HTC__405
(bootloader) battery-status: good
(bootloader) battery-voltage: 3640mV
(bootloader) partition-layout: Generic
(bootloader) security: on
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-0e1af350
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
and after fastboot oem rebootRUU:
(bootloader) [ERR] Cmd18 polling status timed out, MCI_STATUS: 0x4C2000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
(bootloader) [SD_HW_ERR] read data fail in CMD18
(bootloader) CMD18: cmd failed
(bootloader) [SD_HW_ERR] SD: Read data fail..
(bootloader) [ERR] partition_read_emmc(876): error 2
(bootloader) Start Verify: 3
(bootloader) [ERR] Cmd25 polling status timed out, MCI_STATUS: 0x4C0000
(bootloader) [ERR] sdcc_command: sdcc_poll_status error, rc: 2
Click to expand...
Click to collapse
Probably a faulty emmc. HW_ERR = Hardware error

Categories

Resources