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
Related
Hi.
On my HTC One M7_UL (S-OFF, SuperCid, HBOOT-1.60.0000, Radio-4T.33.3218.15, firmware 7.15.401.1 with ARHD 90.1), i can't install other TWRP than 6.3.3.3 :angel:
I try fastboot method, adb shell method.
After reboot, i got the screen with HTC's logo and Entering Recovery writed on the top of the screen, black screen and again the screen with HTC's logo and Entering Recovery but nothing after.
With the 6.3.3.3 TWRP, after this first screen, i can enter the recovery mode.
I would like to install InsertCoin but i need TWRP 2.8.4 or more.
Can someone help me, please ?
Guillaume
GrosGui said:
Hi.
On my HTC One M7_UL (S-OFF, SuperCid, HBOOT-1.60.0000, Radio-4T.33.3218.15, firmware 7.15.401.1 with ARHD 90.1), i can't install other TWRP than 6.3.3.3 :angel:
I try fastboot method, adb shell method.
After reboot, i got the screen with HTC's logo and Entering Recovery writed on the top of the screen, black screen and again the screen with HTC's logo and Entering Recovery but nothing after.
With the 6.3.3.3 TWRP, after this first screen, i can enter the recovery mode.
I would like to install InsertCoin but i need TWRP 2.8.4 or more.
Can someone help me, please ?
Guillaume
Click to expand...
Click to collapse
Many people have reported this problem, as far as i know their is no known fix. You will have to stick to roms that are flashable with 2.6.3.3 for now.
If you want to try it, you could flash back to stock recovery and do a factory reset and then try TWRP 2.8.5.0
Good Luck !
clsA said:
If you want to try it, you could flash back to stock recovery and do a factory reset and then try TWRP 2.8.5.0
Good Luck !
Click to expand...
Click to collapse
No more luck with this way :angel:
GrosGui said:
No more luck with this way :angel:
Click to expand...
Click to collapse
this is getting weird, can you try a couple of things please:
when it's stuck at "entering recovery", can you check Windows Device Manager if it shows up, if yes (if it shows Unknown->One to FAQ#2)
Code:
adb devices
Code:
adb shell cat /tmp/recovery.log
then go back to bootloader, and
Code:
fastboot oem last_dmesg
you'll need to increase you command prompt buffer size to be able to copy/paste the entire output (right click the command prompt title bar -> Layout -> Screen Buffer size -> Height to 1000 for example)
and post the output either here in a hidden code section and/or to http://pastebin.com/
fastboot oem last_dmesg says :
[email protected]:~$ fastboot oem last_dmesg
...
(bootloader) [8] register_debug_console: new entry ptr=0x85100000
(bootloader) [8] -------------------hboot start
(bootloader) [8] chipset_init: DDR: Elpida
(bootloader) [8] chipset_ver is 207150E1
(bootloader) [719] PMIC Restart Reason: Triggered from KPD (power key pre
(bootloader) ss)
(bootloader) [751] pm8921_enable_smpl: smpl=0xD, SMPL_EN_RESET=1
(bootloader) [780] pm8921_enable_smpl: smpl=0x9, SMPL_EN_RESET=0
(bootloader) [804] pm8921_init: poweron_status=0x1
(bootloader) [854] val0 230 val1 221 val2 245 val3 84[882] pm8921_read_t
(bootloader) ime: secs = 1425399270, h::m:s == 16::14::30, d/m/y = 3/2/11
(bootloader) 5
(bootloader) [906] pm8921_init: Current time = 2015/3/3 16:14:30
(bootloader) [956] val0 230 val1 221 val2 245 val3 84[981] pm8921_read_t
(bootloader) ime: secs = 1425399270, h::m:s == 16::14::30, d/m/y = 3/2/11
(bootloader) 5
(bootloader) [1004] hboot read time success 0
(bootloader) [1028] Current time = 2015/3/3 16:14:30
(bootloader) [1060] sdhw_7xxx_open: id=4
(bootloader) [25024] sdcc_init_memory_device done
(bootloader) [34938] HS clock freq = 48MHz
(bootloader) [38350] sdcc_eMMC_target_init()
(bootloader) [38373] Initializing MMC host data structure and clock!
(bootloader) [39401] clock_set_enable : slot=1, mclk=400000
(bootloader) [43445] Command sent: CMD0 MCI_CMD_REG:400 MCI_ARG:0
(bootloader) [43841] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [44606] Command response received: 40FF8080
(bootloader) [45649] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [46409] Command response received: 40FF8080
(bootloader) [47452] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [48219] Command response received: 40FF8080
(bootloader) [49262] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [50022] Command response received: 40FF8080
(bootloader) [51066] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [51833] Command response received: 40FF8080
(bootloader) [52876] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [53636] Command response received: C0FF8080
(bootloader) [53680] Command sent: CMD2 MCI_CMD_REG:4C2 MCI_ARG:0
(bootloader) [55057] Command response received: 4ED1B0CE
(bootloader) [55077] Decoded CID fields:
(bootloader) [55096] Manufacturer ID: 15
(bootloader) [55114] OEM ID: 0x100
(bootloader) [55133] Product Name: MBG4GC
(bootloader) [55152] Product revision: 0.3
(bootloader) [55172] Product serial number: 81874ED1
(bootloader) [55192] Manufacturing date: 0 2008
(bootloader) [55235] Command sent: CMD3 MCI_CMD_REG:443 MCI_ARG:20000
(bootloader) [56018] Command response received: 00000500
(bootloader) [56061] Command sent: CMD9 MCI_CMD_REG:4C9 MCI_ARG:20000
(bootloader) [57459] Command response received: 8E40400C
(bootloader) [57502] Command sent: CMD7 MCI_CMD_REG:447 MCI_ARG:20000
(bootloader) [58288] Command response received: 00000700
(bootloader) [58333] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [59109] Command response received: 00000900
(bootloader) [87762] Decoded CSD fields:
(bootloader) [87781] cmmc_structure: 3
(bootloader) [87800] card_cmd_class: F5
(bootloader) [87819] write_blk_len: 512
(bootloader) [87838] read_blk_len: 512
(bootloader) [87856] r2w_factor: 3
(bootloader) [87875] sector_size: 3922284
(bootloader) [87893] c_size_mult:7
(bootloader) [87911] c_size: 4095
(bootloader) [87930] nsac_clk_cycle: 100
(bootloader) [87949] taac_ns: 15000000
(bootloader) [87968] tran_speed: 0 kbps
(bootloader) [87987] erase_blk_len: 2679456
(bootloader) [88006] read_blk_misalign: 0
(bootloader) [88025] write_blk_misalign: 0
(bootloader) [88043] read_blk_partial: 0
(bootloader) [88063] write_blk_partial: 0
(bootloader) [88082] Card Capacity: llu Bytes
(bootloader) [88103] Read timeout set: 149999990 ns
(bootloader) [88124] Write timeout set: 1199999920 ns
(bootloader) [88169] Command sent: CMD6 MCI_CMD_REG:C46 MCI_ARG:3B90100
(bootloader) [88953] Command response received: 00000900
(bootloader) [89997] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [90784] Command response received: 00000900
(bootloader) [91810] clock_set_enable : slot=1, mclk=48000000
(bootloader) [91853] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3AF0100
(bootloader) [91876] Command response received: 00000900
(bootloader) [91920] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [91942] Command response received: 00000E00
(bootloader) [91985] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92008] Command response received: 00000E00
(bootloader) [92050] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92073] Command response received: 00000900
(bootloader) [92117] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3B70200
(bootloader) [92139] Command response received: 00000900
(bootloader) [92182] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92205] Command response received: 00000900
(bootloader) [93251] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [93273] Command response received: 00000900
(bootloader) [93495] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [93518] Command response received: 00000900
(bootloader) [93537] erase_grpsize: 31
(bootloader) [93556] erase_grpmult: 31
(bootloader) [93574] wp_grpsize: 15
(bootloader) [93592] wp_grpen: 1
(bootloader) [93610] perm_wp: 0
(bootloader) [93628] temp_wp: 0
(bootloader) [93646] part_config: 0
(bootloader) [93665] erase_group_def: 1
(bootloader) [93684] RST_n_Function: 1
(bootloader) [93702] user_wp: 50
(bootloader) [93745] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:0
(bootloader) [93767] Command response received: 00000900
(bootloader) [94113] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:3FFDF
(bootloader) [94136] Command response received: 00000900
(bootloader) [94371] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40000
(bootloader) [94394] Command response received: 00000900
(bootloader) [94624] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40201
(bootloader) [94647] Command response received: 00000900
(bootloader) [94803] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47BB5
(bootloader) [94826] Command response received: 00000900
(bootloader) [95061] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47DB6
(bootloader) [95084] Command response received: 00000900
(bootloader) [95234] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:485B7
(bootloader) [95256] Command response received: 00000900
(bootloader) [95467] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:487B8
(bootloader) [95489] Command response received: 00000900
(bootloader) [95641] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:497B9
(bootloader) [95663] Command response received: 00000900
(bootloader) [95881] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4A7FB
(bootloader) [95903] Command response received: 00000900
(bootloader) [96138] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4CFFC
(bootloader) [96161] Command response received: 00000900
(bootloader) [96373] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4D7FD
(bootloader) [96395] Command response received: 00000900
(bootloader) [96610] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFE
(bootloader) [96632] Command response received: 00000900
(bootloader) [96782] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6C001
(bootloader) [96804] Command response received: 00000900
(bootloader) [97014] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6FFFF
(bootloader) [97037] Command response received: 00000900
(bootloader) [97252] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:80000
(bootloader) [97274] Command response received: 00000900
(bootloader) [97484] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:807FE
(bootloader) [97507] Command response received: 00000900
(bootloader) [97683] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [97705] Command response received: 00000900
(bootloader) [97941] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [97964] Command response received: 00000900
(bootloader) [98169] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [98192] Command response received: 00000900
(bootloader) [98404] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [98426] Command response received: 00000900
(bootloader) [98580] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [98602] Command response received: 00000900
(bootloader) [98756] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [98778] Command response received: 00000900
(bootloader) [98933] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [98955] Command response received: 00000900
(bootloader) [99171] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [99193] Command response received: 00000900
(bootloader) [99367] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [99389] Command response received: 00000900
(bootloader) [99537] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [99559] Command response received: 00000900
(bootloader) [99770] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [99792] Command response received: 00000900
(bootloader) [100004] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [100026] Command response received: 00000900
(bootloader) [100241] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [100263] Command response received: 00000900
(bootloader) [100478] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [100501] Command response received: 00000900
(bootloader) [100711] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [100733] Command response received: 00000900
(bootloader) [100940] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [100962] Command response received: 00000900
(bootloader) [101174] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [101196] Command response received: 00000900
(bootloader) [101438] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:220000
(bootloader) [101460] Command response received: 00000900
(bootloader) [101666] check pg1fs
(bootloader) [106365] check pg2fs
(bootloader) [187624] chipset_setting_init
(bootloader) [191481] chipset_setting_init: read pid 203
(bootloader) [199206] SECURE_SMEM_STRUCT 85106000
(bootloader) [202809] read_simlock(1450): ED23CDB7, 477D5199
(bootloader) [2034��
(bootloader) �"�����)�(�������+��h�(�*��(���(��+".�*��*�+�����������*
�*�
(bootloader) ��*��**�*ꪪ(�������� ������������������(*�*�����ꬢ�*���
(bootloader) �"êª ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ëªªï¿½ï¿½+����/��*�*��*������*ꪪ*�
(bootloader) ���������8��*�����j�����"*���**������"�*�������*�":�����*�*�
(bootloader) *���*�*��*���j�����*
���*����(��������(���*�(�
(bootloader) ����*�*�*�"�zj�*����"*�*�*��*誨��"*�����((������*�*�*�***��
(bootloader) ���*��"�����������"*��.���.��*��������*��2"*(�����*�*����*�*
(bootloader) ��*�."�����(*ʪⲪ�(�*������*�+�������������ꪦ�;���
(bootloader) �� *�������
(bootloader) *�������:������j�������"�j*�.*���*��+����*
(bootloader) ���*������*�*,��ʫ����*�������*�*�*��*��***��+*����*�����
(bootloader) (ï¿½ï¿½èº ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½
(bootloader) �.��������� *�����**h����*������*說*��:�+���""����������*
(bootloader) "�*���*��*��***��▒�▒�ʪ�������*���*������*��**��+*����"���
(bootloader) ��*����*��*
(bootloader) �*
(bootloader) ���*�������*���J��������(*�*�������*�������*���*�*�����(�*
(bootloader) **�.��*�� ��"���
(bootloader) "��*��*��n�*�+ʪ��ꪪ�'�**�������*�*������ ����*��**�����**"
(bootloader) �*������"�����j��������.k������
������(������*�*�**���*��-
(bootloader) *z��&�*�����������**�����*��*����"�"�����*�⢪�몢�*���(��**
(bootloader) �**�*�������.��;�-�(
(bootloader) ���*��+*:����*�*���"�"���*:���87 4ED1B0CE
(bootloader) [229336] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [229371] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [229707] [FAT_ERROR] No M$-DOS partition found
(bootloader) [229729] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [229764] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [230256] [SYSINFO] SBL1: 1.010.30.55
(bootloader) [230568] [SYSINFO] SBL2: 1.010.30.52
(bootloader) [230990] [SYSINFO] SBL3: 1.010.30.50
(bootloader) [231287] [SYSINFO] TZ: 1.430.24.15
(bootloader) [231307] [SYSINFO] RPM: 3.0.98.30
(bootloader) [231355] val0 230 val1 221 val2 245 val3 84[231379] pm8921_
(bootloader) read_time: secs = 1425399270, h::m:s == 16::14::30, d/m/y =
(bootloader) 3/2/115
(bootloader) [231401] Current time : 2015-3-3 16:14:30 UTC
(bootloader) [250017] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [250040] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [250067] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [250088] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [250110] [ADC] read adc channel VBAT(1):
(bootloader) [250130] pm8921_adc_calib_device start
(bootloader) [267255] pm8921_adc_calib_device end
(bootloader) [277338] [ADC] adc_code = 0x�����*�ꪪ**��*�����뺨�*���
(bootloader) ��*�(����*▒�:+(��.�*���*��������ꫪ*���+��*��������3�"�����*
(bootloader) *��*��Z,�*��(�����+���*"�"*���*���
(bootloader) ����h.����+�*�j*�*��*��*��*�(���*�
(bootloader) ����(�����
(bootloader) �*�*)����ꪪ����(�����;*,�+����*"+���������*�����j�+�����*��
(bootloader) K�"*���*�����*��������**���+�▒*����*�+����
(bootloader) ��������
*�������.��
�**��*��*�������+�����
(bootloader) ��
�
(bootloader) �����*���
(bootloader) �*8�Z����ʢ�ꢬj����*����*����+���*�
�������*"�*.��
(bootloader) (�
(bootloader) ��
(bootloader) �
(bootloader) �*�������*�����)��䪪
(bootloader) ���**�����*�* (�?������������ʪ�*����(j��
(bootloader) *�����8�"���������.*����*����(�(���+�*��"*����������*�**+���
(bootloader) �����+�������*������������*蚪*
(bootloader) b�+�b�9��������"� **���*j���⬫�**������:�**�*����*���*��*h�
(bootloader) ��*�
(bootloader) �*�*�������몢����뺪�**��*����*���*�"�����*��**��몦��*�
(bootloader) �������*ï¿½ê¨ ï¿½*�誮����+**������***��*�����J�*Ȣ���(���몬+
(bootloader) ���(*�*�����*���直�*��*����*��*�����*�+��+*�����+�j����*�:�
(bootloader) (**���.�*�*��"�
(bootloader) ������"k���j(ꢨ����.�j�*�"�*��
(bootloader) ��ꩪ��*���*+������*����(**��j��((��������*"�**���
(bootloader) *�
(bootloader) �����((��*��*��2",+��������***�i���,.������(���▒������Ȫ����
(bootloader) *�*��*J����*�������:����⢺��*��****�**�����*���j㨠��*"8���
(bootloader) ���00 KHz -> 1512000 KHz
(bootloader) [279532] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [279546] Enable hboot boot time perflock
(bootloader) [632905] --pm_check_power_on_status--[637593] Device CID is
(bootloader) not powerkey debounce CID
(bootloader) [641373] pm8921_vreg_disable function, vreg_id = 19
(bootloader) [645154] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [648076] m7_vreg_init: enable lvs2 for XB
(bootloader) [660851] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [666608] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [670818] dzsystem: start block = 1310721; size = 3801086
(bootloader) [671850] Update EBR
(bootloader) [686788] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [690569] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [694349] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [707299] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [929069] PMIC pm8921_fix_charger_lockup
(bootloader) [931905] [ADC] read adc channel VBAT(1):
(bootloader) [944993] [ADC] adc_code = 0x9983, physical=4248 mV
(bootloader) [948945] [BATT] batt_vol=4248 mV current=470 mA FSM=3
(bootloader) [952640] PMIC PMIC charger init by����"����b��(������*������
(bootloader) ��
(bootloader) ����)*�+�+*�������*����(����(��J��������**����������������
(bootloader) j����j���*���(+��*��*(+/'*��������*�*�������(�*�"*����*
(bootloader) ������*����j��"�*�*�(����������(b�*�������*��*��+����
(bootloader) *���+*�
(bootloader) ������+������rʪ����*"��*��!�*$�*�� �������*����*��
(bootloader) *���*(�����(�����**���)�������*��*��(*.*��*���▒�
(bootloader) B�޸��"���������쪫*�����������*":�莢��*�*b*�*���*�*�:�(*�
(bootloader) *j���d����jb������*(�**��*��"��+�����(���j����+*��*�**ꪪ���
(bootloader) *���������������*�J*���*�*�����*��������*��������+�h���(��:*
(bootloader) ��(�������������j2ꪪ����k+(**��*+��**����*��������������*��
(bootloader) ʫꪨ"������*�������ꨪ��(��*���+(��*������*�����(�2�*ꪪ)�*
(bootloader) �)ꪪ**���**���������������������*�������2**
(bootloader) �"��:���(��������������"ʯ��k���+&�+����������(�����+
(bootloader) "���*��j�+*��������**�ꨪj�
(bootloader) (b��+����*����*:����*��*������*���.��j�*
(bootloader) ���(**���/��������(*��(���/��
(bootloader) �*��+������*������(�����""�����**���**�������������.������*�
(bootloader) *�*��*"*����������������*�꺺�����"�*:��(*(*���Z�
(bootloader) �{�ꤡ������+����(��
(bootloader) �2
(�
(bootloader) 뫪:*���ʪ��*�"���*
(bootloader) ������(*j���+��������:����**(*���*�����2(�▒���:��������*(�re
(bootloader) ad adc channel VBAT(1):
(bootloader) [1076325] [ADC] adc_code = 0x997D, physical=4247 mV
(bootloader) [1079419] [ADC] read adc channel BATT_ID(9):
(bootloader) [1092418] [ADC] adc_code = 0x7065, physical=386 mV
(bootloader) [1095769] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1108684] [ADC] adc_code = 0x8331, physical=29 mV
(bootloader) [1121620] [PMIC-BMS]P=97, adc_based_ocv=4281152, T=29
(bootloader) [1127893] [BATT] V=4247 mV, T=29 C, OCV=3918 mV, ID=386 mV,
(bootloader) I=261 mA, P=97, FSM=3
(bootloader) [1135798] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x77665502, hw_reason=0x00000000
(bootloader) [1236691] E0902910 E0902E20
(bootloader) [1327838] usb_init_hw: pull up d+
(bootloader) [1358555] m7_set_charging(1)
(bootloader) [1360101] m7_hw_reset_nfc
(bootloader) [1590295] m7_init_display
(bootloader) [1593913] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1596756] m7_init_display ID id0=0 id1=1
(bootloader) [1603496] m7_init_display_panelid_940067
(bootloader) [1605988] SHARP_RENESAS FULL HD panel
(bootloader) [1623419] mdp_clock_init
(bootloader) [1637157] Video Mode
(bootloader) [1660667] mipi_read_back:0 0x21000012
(bootloader) [1684176] mipi_read_back:0 0x21000012
(bootloader) [1707684] mipi_read_back:0 0x21A2000B
(bootloader) [1712�:������:��**�**��������+�������*����*��*���"�"**�":���
(bootloader) ���������J�����*�ꫪ*+�������+j:�*�����*议�**>*�*'����.���*
(bootloader) �J��+���"����j*�������������":*����:�����(����*��+�***��2*�*
(bootloader) ������*����������*��
(bootloader) �*�"
(bootloader) �*�(*�����*������*���:�*���*�*����+��*����(�$�j�����*�������
(bootloader) �*��*�*����������j����k"�
(bootloader) ���*���*�����*��
�g��������(�������***������**�**������
(bootloader) ���*��
(bootloader) *ꦪ
(bootloader) ���(��**�������i���k"��ʪ��ʫ�*�������*���
(bootloader) �(��(���������*������
(bootloader) �+�:�*
(bootloader) �**��������*�����"����*��*
(bootloader) (�**�� �*�(���*�����������*�+�*��.*���+�+����"*�*���*j��:**�
(bootloader) �*������/������:�����������"(��.��*��*(��(������*�����(��*��
(bootloader) �+*�*�+����(���*�����
(bootloader) ��*���8�������(+��������ꚨ*�j"���ʊ��� �����*������"�*��
(bootloader) �"������*�*����* �+��*j�
(bootloader) �*��*���������
(bootloader) z��+ꢪ�:������.*���#���2+�����*������������"���*+�
"�9��"*
(bootloader) �������.����.*���������*�*�������ꪢ����*�����**���*�*������
(bootloader) ������������(�����
***�)�*+������������c������������*"�*�*��
(bootloader) ���������*��+ꪪ�"���#(�*,�:����*���*������������*�*ꪪ����*
(bootloader) ���*"�*������jƪ*��▒
(bootloader) ���*.(***:��ꮪ*��*���:⺠:������*�������*��*�
(bootloader) ����*����*�����j�� -> 918000 KHz
(bootloader) [1980264] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [1983185] Disable hboot boot time perflock
(bootloader) [1984904] ARM11 Boot Mode: 3
(bootloader) [1986794] Platform: HBOOT-8064
(bootloader) [2263267] m7_init_backlight: panel_id=0x940067
(bootloader) [2265913] PWM ic version A2
(bootloader) [2374287] mipi_dsi_cmds_tx_ext
(bootloader) [3148206] pm8921_get_cable_status: usb_in=1, dc_in=0
(bootloader) [3151385] Boot/Recovery signature checking...
(bootloader) [3435844] TZ_HTC_SVC_HASH ret = 0
(bootloader) [3511528] pm8921_get_cable_status: usb_in=1, dc_in=0
(bootloader) [3548997] setup_tag addr=0x80600100 cmdline add=0x003BF5B4
(bootloader) [3550372] TAG:Ramdisk OK
(bootloader) [3552005] TAG:skuid 0x39828
(bootloader) [3554325] TAG:hero panel = 0x940067
(bootloader) [3556215] TAG:engineerid = 0x0
(bootloader) [3557761] TAG: PS ID = 0x0
(bootloader) [3559480] TAG: Gyro ID = 0x2
(bootloader) [3561456] TAG: Compass ID = 0x0
(bootloader) [3563604] TAG:NFC RFID 0xFFFFFFFF
(bootloader) [3577789] Device CID is not super CID
(bootloader) [3579249] CID is HTC__203
(bootloader) [3581312] setting->cid::HTC__203
(bootloader) [3583804] serial number: FA41GW901104
(bootloader) [3587326] Device CID is not powerkey debounce CID
(bootloader) [3590849] Device CID is not powerkey debounce CID
(bootloader) [3602793] cmdline from boot/recovery image header: console=t
(bootloader) tyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 and
(bootloader) roidboot.selinux=permissive
(bootloader) [3605285] active cmdline length = 962
(bootloader) [3607089] active commandline:
(bootloader) [3608808] poweron_status=1
(bootloader) [3610354] reset_status=0
(bootloader) [3613018] board_m7_ul.disable_uart3=0
(bootloader) [3614565] diag.enabled=0
(bootloader) [3616971] board_m7_ul.debug_uart=0
(bootloader) [3618518] userdata_sel=0
(bootloader) [3620666] androidboot.emmc=true
(bootloader) [3623157] androidboot.pagesize=2048
(bootloader) [3624103] skuid=0
(bootloader) [3624962] ddt=20
(bootloader) [3625735] ats=0
(bootloader) [3626509] dap=6
(bootloader) [3628227] androidboot.lb=1
(bootloader) [3629258] uif=S000
(bootloader) [3630204] ro.op=0
(bootloader) [3631149] td.sf=0
(bootloader) [3632094] td.td=0
(bootloader) [3633297] td.ofs=328
(bootloader) [3634328] td.prd=1
(bootloader) [3635359] td.dly=0
(bootloader) [3636562] td.tmo=300
(bootloader) [3637937] hlog.ofs=628
(bootloader) [3639140] un.ofs=696
(bootloader) [3640858] imc_online_log=0
(bootloader) [3643522] androidboot.efuse_info=3NSL
(bootloader) [3646787] androidboot.baseband=4T.35.3218.16
(bootloader) [3649193] androidboot.cid=HTC__203
(bootloader) [3651513] androidboot.devicerev=3
(bootloader) [3655036] androidboot.batt_poweron=good_battery
(bootloader) [3657700] androidboot.carrier=HTC-FRA
(bootloader) [3660192] androidboot.mid=PN0710000
(bootloader) [3662168] androidboot.hasfp=0
(bootloader) [3663972] enable_zcharge=33
(bootloader) [3666550] androidboot.keycaps=qwerty
(bootloader) [3668527] androidboot.dq=PASS
(bootloader) [3671018] androidboot.mode=recovery
(bootloader) [3674198] androidboot.serialno=FA41GW901104
(bootloader) [3677291] androidboot.bootloader=1.61.0000
(bootloader) [3678494] bpht=0x3E8
(bootloader) [3679525] lscd=0x1
(bootloader) [3680728] wificd=0x2
(bootloader) [3682790] androidboot.nledhw=0
(bootloader) [3685196] androidboot.ddrmid=(0x3)
(bootloader) [3687516] acpu.footprint=0B010101
(bootloader) [3688547] abnrst=0
(bootloader) [3690352] zygote_oneshot=on
(bootloader) [3691727] kmemleak=off
(bootloader) [3693617] rpm_debug.enable=0
(bootloader) [3696109] console=ttyHSL0,115200,n8
(bootloader) [3698600] androidboot.hardware=qcom
(bootloader) [3700061] user_debug=31
(bootloader) [3702983] androidboot.selinux=permissive
(bootloader) [3705303] setup_all_partition_atag:
(bootloader) [3707537] Partition[0].name=misc
(bootloader) [3710115] Partition[1].name=recovery
(bootloader) [3712349] Partition[2].name=boot
(bootloader) [3714755] Partition[3].name=system
(bootloader) [3717074] Partition[4].name=local
(bootloader) [3719395] Partition[5].name=cache
(bootloader) [3721973] Partition[6].name=userdata
(bootloader) [3724378] Partition[7].name=devlog
(bootloader) [3726698] Partition[8].name=pdata
(bootloader) [3729018] Partition[9].name=extra
(bootloader) [3731424] Partition[10].name=radio
(bootloader) [3733744] Partition[11].name=adsp
(bootloader) [3736064] Partition[12].name=dsps
(bootloader) [3739072] Partition[13].name=radio_config
(bootloader) [3741821] Partition[14].name=modem_st1
(bootloader) [3744571] Partition[15].name=modem_st2
(bootloader) [3747149] Partition[16].name=carrier
(bootloader) [3750070] Partition[17].name=cdma_record
(bootloader) [3752820] Partition[18].name=reserve_1
(bootloader) [3755569] Partition[19].name=reserve_2
(bootloader) [3758319] Partition[20].name=reserve_3
(bootloader) [3760897] Partition[21].name=reserve
(bootloader) [3763475] Partition[22].name=control
(bootloader) [3765537] Valid partition num=23
(bootloader) [3768029] setting_get_bootmode() = 3
(bootloader) [3771809] pm8921_get_cable_status: usb_in=1, dc_in=0
(bootloader) [3778321] smem 85106000 (phy 8F206000): TZ_HTC_SVC_UPDATE_SM
(bootloader) EM ret = 0
(bootloader) [3788740] TZ_HTC_SVC_ENC ret = 0
(bootloader) [3791127] Start Verify: 0
(bootloader) [3852090] TZ_HTC_SVC_ENC ret = 0
(bootloader) [3856215] TZ_HTC_SVC_DISABLE ret = 205643776 (0xC41E000)
(bootloader) [3873556] Start Verify: 0
(bootloader) [4195720] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4200790] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [4488488] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4493558] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [4781256] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4786326] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5074025] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5079094] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5366792] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5371862] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5660671] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5665741] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5953440] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5958510] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [6246208] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [6251278] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [6538976] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [6544046] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [6831744] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [6836814] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [6844754] [RUMBA_S] I2C error with module
(bootloader) [6857475] pm8921_vreg_disable function, vreg_id = 7
(bootloader) [6870257] pm8921_vreg_disable function, vreg_id = 37
(bootloader) [6893038] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [6905733] pm8921_vreg_disable function, vreg_id = 8
(bootloader) [6942731] Start Verify: 0
(bootloader) [6964939] jump_to_kernel: machine_id(4308), tags_addr(0x8060
(bootloader) 0100), kernel_addr(0x80608000)
(bootloader) [6968891] -------------------hboot boot time:6964 msec
(bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY [ 0.081s]
finished. total time: 0.081s
Hope it can help, despite of the ?!?%*$ characters !
nkk71 said:
this is getting weird, can you try a couple of things please:
then go back to bootloader, and
Code:
fastboot oem last_dmesg
Click to expand...
Click to collapse
Second try, with no exotic symbols this time but too many characters and can't post a link (less than 10 posts on this forum...)
So i post the result in two posts !
Here is the beginning :
[email protected]:~$ fastboot oem last_dmesg
...
(bootloader) [8] register_debug_console: new entry ptr=0x85100000
(bootloader) [8] -------------------hboot start
(bootloader) [8] chipset_init: DDR: Elpida
(bootloader) [8] chipset_ver is 207150E1
(bootloader) [721] PMIC Restart Reason: Triggered from KPD (power key pre
(bootloader) ss)
(bootloader) [754] pm8921_enable_smpl: smpl=0xD, SMPL_EN_RESET=1
(bootloader) [785] pm8921_enable_smpl: smpl=0x9, SMPL_EN_RESET=0
(bootloader) [811] pm8921_init: poweron_status=0x1
(bootloader) [861] val0 30 val1 229 val2 245 val3 84[891] pm8921_read_ti
(bootloader) me: secs = 1425401118, h::m:s == 16::45::18, d/m/y = 3/2/115
(bootloader) [917] pm8921_init: Current time = 2015/3/3 16:45:18
(bootloader) [967] val0 30 val1 229 val2 245 val3 84[995] pm8921_read_ti
(bootloader) me: secs = 1425401118, h::m:s == 16::45::18, d/m/y = 3/2/115
(bootloader) [1020] hboot read time success 0
(bootloader) [1045] Current time = 2015/3/3 16:45:18
(bootloader) [1086] sdhw_7xxx_open: id=4
(bootloader) [25045] sdcc_init_memory_device done
(bootloader) [34959] HS clock freq = 48MHz
(bootloader) [38383] sdcc_eMMC_target_init()
(bootloader) [38409] Initializing MMC host data structure and clock!
(bootloader) [39437] clock_set_enable : slot=1, mclk=400000
(bootloader) [43484] Command sent: CMD0 MCI_CMD_REG:400 MCI_ARG:0
(bootloader) [43877] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [44641] Command response received: 40FF8080
(bootloader) [45685] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [46451] Command response received: 40FF8080
(bootloader) [47495] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [48255] Command response received: 40FF8080
(bootloader) [49299] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [50065] Command response received: 40FF8080
(bootloader) [51109] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [51876] Command response received: 40FF8080
(bootloader) [52919] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [53686] Command response received: C0FF8080
(bootloader) [53729] Command sent: CMD2 MCI_CMD_REG:4C2 MCI_ARG:0
(bootloader) [55107] Command response received: 4ED1B0CE
(bootloader) [55127] Decoded CID fields:
(bootloader) [55146] Manufacturer ID: 15
(bootloader) [55164] OEM ID: 0x100
(bootloader) [55183] Product Name: MBG4GC
(bootloader) [55203] Product revision: 0.3
(bootloader) [55223] Product serial number: 81874ED1
(bootloader) [55243] Manufacturing date: 0 2008
(bootloader) [55287] Command sent: CMD3 MCI_CMD_REG:443 MCI_ARG:20000
(bootloader) [56074] Command response received: 00000500
(bootloader) [56119] Command sent: CMD9 MCI_CMD_REG:4C9 MCI_ARG:20000
(bootloader) [57516] Command response received: 8E40400C
(bootloader) [57559] Command sent: CMD7 MCI_CMD_REG:447 MCI_ARG:20000
(bootloader) [58344] Command response received: 00000700
(bootloader) [58398] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [59173] Command response received: 00000900
(bootloader) [87826] Decoded CSD fields:
(bootloader) [87845] cmmc_structure: 3
(bootloader) [87864] card_cmd_class: F5
(bootloader) [87884] write_blk_len: 512
(bootloader) [87902] read_blk_len: 512
(bootloader) [87921] r2w_factor: 3
(bootloader) [87940] sector_size: 3922284
(bootloader) [87958] c_size_mult:7
(bootloader) [87977] c_size: 4095
(bootloader) [87996] nsac_clk_cycle: 100
(bootloader) [88015] taac_ns: 15000000
(bootloader) [88034] tran_speed: 0 kbps
(bootloader) [88053] erase_blk_len: 2679456
(bootloader) [88072] read_blk_misalign: 0
(bootloader) [88092] write_blk_misalign: 0
(bootloader) [88111] read_blk_partial: 0
(bootloader) [88131] write_blk_partial: 0
(bootloader) [88151] Card Capacity: llu Bytes
(bootloader) [88172] Read timeout set: 149999990 ns
(bootloader) [88193] Write timeout set: 1199999920 ns
(bootloader) [88238] Command sent: CMD6 MCI_CMD_REG:C46 MCI_ARG:3B90100
(bootloader) [89023] Command response received: 00000900
(bootloader) [90069] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [90854] Command response received: 00000900
(bootloader) [91881] clock_set_enable : slot=1, mclk=48000000
(bootloader) [91925] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3AF0100
(bootloader) [91948] Command response received: 00000900
(bootloader) [91992] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92015] Command response received: 00000E00
(bootloader) [92059] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92082] Command response received: 00000E00
(bootloader) [92126] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92149] Command response received: 00000900
(bootloader) [92194] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3B70200
(bootloader) [92217] Command response received: 00000900
(bootloader) [92261] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [92284] Command response received: 00000900
(bootloader) [93338] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [93361] Command response received: 00000900
(bootloader) [93568] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [93591] Command response received: 00000900
(bootloader) [93611] erase_grpsize: 31
(bootloader) [93630] erase_grpmult: 31
(bootloader) [93648] wp_grpsize: 15
(bootloader) [93666] wp_grpen: 1
(bootloader) [93685] perm_wp: 0
(bootloader) [93703] temp_wp: 0
(bootloader) [93721] part_config: 0
(bootloader) [93740] erase_group_def: 1
(bootloader) [93759] RST_n_Function: 1
(bootloader) [93777] user_wp: 50
(bootloader) [93821] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:0
(bootloader) [93844] Command response received: 00000900
(bootloader) [94171] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:3FFDF
(bootloader) [94194] Command response received: 00000900
(bootloader) [94423] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40000
(bootloader) [94446] Command response received: 00000900
(bootloader) [94670] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40201
(bootloader) [94693] Command response received: 00000900
(bootloader) [94840] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47BB5
(bootloader) [94863] Command response received: 00000900
(bootloader) [95091] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47DB6
(bootloader) [95114] Command response received: 00000900
(bootloader) [95256] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:485B7
(bootloader) [95278] Command response received: 00000900
(bootloader) [95482] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:487B8
(bootloader) [95505] Command response received: 00000900
(bootloader) [95649] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:497B9
(bootloader) [95672] Command response received: 00000900
(bootloader) [95881] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4A7FB
(bootloader) [95904] Command response received: 00000900
(bootloader) [96132] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4CFFC
(bootloader) [96154] Command response received: 00000900
(bootloader) [96359] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4D7FD
(bootloader) [96382] Command response received: 00000900
(bootloader) [96590] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFE
(bootloader) [96612] Command response received: 00000900
(bootloader) [96754] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6C001
(bootloader) [96777] Command response received: 00000900
(bootloader) [96980] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6FFFF
(bootloader) [97003] Command response received: 00000900
(bootloader) [97211] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:80000
(bootloader) [97233] Command response received: 00000900
(bootloader) [97457] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:807FE
(bootloader) [97480] Command response received: 00000900
(bootloader) [97648] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [97671] Command response received: 00000900
(bootloader) [97900] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [97922] Command response received: 00000900
(bootloader) [98121] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [98144] Command response received: 00000900
(bootloader) [98347] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [98369] Command response received: 00000900
(bootloader) [98515] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [98538] Command response received: 00000900
(bootloader) [98685] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [98707] Command response received: 00000900
(bootloader) [98850] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [98873] Command response received: 00000900
(bootloader) [99081] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [99104] Command response received: 00000900
(bootloader) [99270] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [99293] Command response received: 00000900
(bootloader) [99434] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [99456] Command response received: 00000900
(bootloader) [99659] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [99681] Command response received: 00000900
(bootloader) [99885] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [99907] Command response received: 00000900
(bootloader) [100115] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [100138] Command response received: 00000900
(bootloader) [100346] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [100369] Command response received: 00000900
(bootloader) [100589] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [100612] Command response received: 00000900
(bootloader) [100811] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [100834] Command response received: 00000900
(bootloader) [101037] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [101060] Command response received: 00000900
(bootloader) [101295] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:220000
(bootloader) [101318] Command response received: 00000900
(bootloader) [101515] check pg1fs
(bootloader) [106177] check pg2fs
(bootloader) [186631] chipset_setting_init
(bootloader) [190485] chipset_setting_init: read pid 203
(bootloader) [198241] SECURE_SMEM_STRUCT 85106000
(bootloader) [201841] read_simlock(1450): ED23CDB7, 477D5199
(bootloader) [202517] radio_init_secure_smem(928): C9F35678, 1
(bootloader) [209054] read_simlock_password(398): 6D, A4, A6, B5
(bootloader) [209096] unlock_rec[0] = 0x85109000
(bootloader) [211828] unlock_rec[1] = 0x8510A000
(bootloader) [214559] simlock_passwd 0x85108000
(bootloader) [216096] secure_update_simlock ret = 0
(bootloader) [216484] final simlock 1
(bootloader) [217039] secure_set_simlock ret = 0
(bootloader) [217621] TZ_HTC_SVC_ENC ret = 0
(bootloader) [226656] msm_rpm_init: RPM firmware 3.0.16850530
(bootloader) [226694] MPM_SLEEP_TICK: llums
(bootloader) [226718] [SYSINFO] DDR: Elpida
(bootloader) [226747] [SYSINFO] PVS: Krait:3 Q6:Nom VDDCX:Slow
(bootloader) [226770] [SYSINFO] Vdd_dig: 0.5v
(bootloader) [226793] hw_ver_id is 207150E1
(bootloader) [226815] speed_bin is 1
(bootloader) [226843] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [226864] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [226884] [SYSINFO] PMIC version
(bootloader) [226910] PMIC revision 1: F4
(bootloader) [226934] PMIC revision 2: 6
(bootloader) [226954] pm8921_check_revision: *revision = 6F4
(bootloader) [226974] [SYSINFO] End PMIC version[226997]
(bootloader) eMMC Manufacturer ID: 15
(bootloader) [227019] [SYSINFO] eMMC: Samsung 61071359 sectors 29819 MB
(bootloader) [227041] [SYSINFO] eMMC-CID: 1501004D 12345678 43038187 4ED1
(bootloader) B0CE
(bootloader) [228358] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [228393] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [228729] [FAT_ERROR] No M$-DOS partition found
(bootloader) [228750] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [228785] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [229280] [SYSINFO] SBL1: 1.010.30.55
(bootloader) [229592] [SYSINFO] SBL2: 1.010.30.52
(bootloader) [230015] [SYSINFO] SBL3: 1.010.30.50
(bootloader) [230314] [SYSINFO] TZ: 1.430.24.15
(bootloader) [230334] [SYSINFO] RPM: 3.0.98.30
(bootloader) [230380] val0 31 val1 229 val2 245 val3 84[230405] pm8921_r
(bootloader) ead_time: secs = 1425401119, h::m:s == 16::45::19, d/m/y = 3
(bootloader) /2/115
(bootloader) [230426] Current time : 2015-3-3 16:45:19 UTC
(bootloader) [249261] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [249283] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [249310] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [249332] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [249354] [ADC] read adc channel VBAT(1):
(bootloader) [249374] pm8921_adc_calib_device start
(bootloader) [266494] pm8921_adc_calib_device end
(bootloader) [276576] [ADC] adc_code = 0x99E2, physical=4276 mV
(bootloader) [276600] [BATT] setting_check_perflock_allowance: vol_curr=4
(bootloader) 276 mV vol_limit=3550 mV
(bootloader) [276759] [THERMAL]tsens_init: Tsens init done
(bootloader) [277784] msm_thermal: CPU0 temperature is 35 C
(bootloader) [277807] [INFO][ACPU] get_pvs: ACPU PVS: Fast
(bootloader) [277831] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [277886] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [277915] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [278022] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [278079] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [278203] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [278219] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [278473] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [278495] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [278535] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [278774] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [278788] Enable hboot boot time perflock
(bootloader) [632147] --pm_check_power_on_status--[637030] Device CID is
(bootloader) not powerkey debounce CID
(bootloader) [640810] pm8921_vreg_disable function, vreg_id = 19
(bootloader) [644591] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [647513] m7_vreg_init: enable lvs2 for XB
(bootloader) [660288] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [666045] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [670255] dzsystem: start block = 1310721; size = 3801086
(bootloader) [671286] Update EBR
(bootloader) [686374] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [690155] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [693936] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [706887] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [928654] PMIC pm8921_fix_charger_lockup
(bootloader) [931490] [ADC] read adc channel VBAT(1):
(bootloader) [944575] [ADC] adc_code = 0x99B9, physical=4264 mV
(bootloader) [948527] [BATT] batt_vol=4264 mV current=457 mA FSM=3
(bootloader) [952222] PMIC PMIC charger init by user parameters
(bootloader) [954026] PMIC revision 1: F4
(bootloader) [955745] PMIC revision 2: 6
(bootloader) [960815] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [963564] PMIC [Batt]pm_chg_failed_clear
(bootloader) [969064] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [971555] PMIC PMIC charger init done
(bootloader) [973789] [BATT]3 cells initiated.
(bootloader) [978086] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [981179] [ADC] read adc channel BATT_ID(9):
(bootloader) [994178] [ADC] adc_code = 0x7067, physical=386 mV
(bootloader) [996842] [BATT]: cur_cell is initiated
(bootloader) [1000794] [PMIC-BMS] set bms_battery_data (cell_id=1).
(bootloader) [1023357] [PMIC-BMS]BMS init OK -- ocv = 4254000
(bootloader) [1029372] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UP
(bootloader) DATE_STORAGE = 0x0
(bootloader) [1034613] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STOR
(bootloader) AGE = 0x0
(bootloader) [1043721] radio_is_boot_from_shutdown(): 0, reset_reason=0x7
(bootloader) 7665501, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [1047073] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1059987] [ADC] adc_code = 0x83CA, physical=28 mV
(bootloader) [1062823] [ADC] read adc channel VBAT(1):
(bootloader) [1075908] [ADC] adc_code = 0x99B4, physical=4263 mV
(bootloader) [1079001] [ADC] read adc channel BATT_ID(9):
(bootloader) [1092003] [ADC] adc_code = 0x7066, physical=386 mV
(bootloader) [1095354] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1108267] [ADC] adc_code = 0x83C9, physical=28 mV
(bootloader) [1121203] [PMIC-BMS]P=99, adc_based_ocv=4295000, T=28
(bootloader) [1127476] [BATT] V=4263 mV, T=28 C, OCV=4254 mV, ID=386 mV,
(bootloader) I=250 mA, P=99, FSM=3
(bootloader) [1135381] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x77665501, hw_reason=0x00000000
(bootloader) [1236266] E0902910 E0902E20
(bootloader) [1327414] usb_init_hw: pull up d+
(bootloader) [1358130] m7_set_charging(1)
(bootloader) [1359677] m7_hw_reset_nfc
(bootloader) [1589881] m7_init_display
(bootloader) [1593500] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1596343] m7_init_display ID id0=0 id1=1
(bootloader) [1603082] m7_init_display_panelid_940067
(bootloader) [1605574] SHARP_RENESAS FULL HD panel
(bootloader) [1623004] mdp_clock_init
(bootloader) [1636741] Video Mode
(bootloader) [1660251] mipi_read_back:0 0x21000012
(bootloader) [1683758] mipi_read_back:0 0x21000012
(bootloader) [1707267] mipi_read_back:0 0x21A2000B
(bootloader) [1711649] id1= 0x5D120000, id2= 0x5D120000, id3= 0x5D0B00A2
(bootloader) [1715258] M7 sharp renesas video panel ID=0x940067
(bootloader) [1717148] mipi_dsi_cmds_tx_ext
(bootloader) [1858518] [CIR] m7_init_cir, enter.
(bootloader) [1860666] [CIR] m7_init_cir, end.
(bootloader) [1864619] chipset_bootmode(): reset_reason=0x77665501
(bootloader) [1866080] Board_PID : 203
(bootloader) [1867712] EMEA nvram setting
(bootloader) [1872181] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1873469] No MDATA.CFG
(bootloader) [1875230] Gyro ID = 0xB5
(bootloader) [1876999] Gyro ID = 0xD4
(bootloader) [1878804] Setting gy_type = 2
(bootloader) [1882864] reset rt5501 ret 0
(bootloader) [1886645] m7_init is finished: 15:22:05, Feb 12 2015
(bootloader) [1902112] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1904174] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1906322] valid keybox is existed
(bootloader) [1922246] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1939208] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1950998] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1975660] Start Verify: 0
(bootloader) [2001810] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [2009543] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [2015214] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [2018136] Disable hboot boot time perflock
(bootloader) [2019854] ARM11 Boot Mode: 2
(bootloader) [2021745] Platform: HBOOT-8064
(bootloader) [2340594] m7_init_backlight: panel_id=0x940067
(bootloader) [2343224] PWM ic version A2
(bootloader) [2451596] mipi_dsi_cmds_tx_ext
(bootloader) [2461860] m7_battery_stored_data_clean: magic_num=DDAACC11,
(bootloader) stored_soc=0, stored_ocv=0, stored_cc=0, currtime=ld
(bootloader) [2480329] Start Verify: 0
(bootloader) [2495697] usb_Vbus 0
(bootloader) [2596334] E0902910 E0902E20
(bootloader) [2687572] usb_init_hw: pull low d+
(bootloader) [2718981] usb_check_vbus: pull up d+
(bootloader) [2721301]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [2725254] chipset_bootmode(): reset_reason=0x77665501
(bootloader) [2726887]
(bootloader) USB_STS_SUSPEND
(bootloader) [2728605] m7_set_charging(1)
(bootloader) [2731440] [ADC] read adc channel VBAT(1):
(bootloader) [2744535] [ADC] adc_code = 0x9A3B, physical=4302 mV
(bootloader) [2843158]
(bootloader) USB_STS_RESET
(bootloader) [2845268] USB_SPEED_HIGH
(bootloader) [2957991]
(bootloader) USB_STS_RESET
(bootloader) [2960108] USB_SPEED_HIGH
(bootloader) [3099743] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [3101204] Set usb_ats = 0
(bootloader) [6223281] E0902910 E0902E20
(bootloader) [6314520] usb_init_hw: pull low d+
(bootloader) [6347648] [SD_ERR] The project does not support SD card
(bootloader) [6349281] E0902910 E0902E20
(bootloader) [6562263] <0>No USB device attached, portsc 0x8C001000
(bootloader) [6564411] <1>usbhost_start failed
(bootloader) [6665049] E0902910 E0902E20
(bootloader) [6756287] usb_init_hw: pull low d+
(bootloader) [6794345] m7_battery_stored_data_clean: magic_num=DDAACC11,
(bootloader) stored_soc=0, stored_ocv=0, stored_cc=0, currtime=ld
(bootloader) [6811354] Start Verify: 0
(bootloader) [6828933]
(bootloader) ###[ Bootloader Mode ]###
(bootloader) [6829621]
(bootloader) hboot>[6831339] m7_set_charging(1)
(bootloader) [8215911] pm8921_get_cable_status: usb_in=1, dc_in=0
(bootloader) [8219090] Boot/Recovery signature checking...
(bootloader) [8503565] TZ_HTC_SVC_HASH ret = 0
(bootloader) [8569245] pm8921_get_cable_status: usb_in=1, dc_in=0
(bootloader) [8606566] setup_tag addr=0x80600100 cmdline add=0x003BF5B4
(bootloader) [8607940] TAG:Ramdisk OK
(bootloader) [8609574] TAG:skuid 0x39828
(bootloader) [8611893] TAG:hero panel = 0x940067
(bootloader) [8613783] TAG:engineerid = 0x0
(bootloader) [8615330] TAG: PS ID = 0x0
(bootloader) [8617048] TAG: Gyro ID = 0x2
(bootloader) [8619025] TAG: Compass ID = 0x0
(bootloader) [8621173] TAG:NFC RFID 0xFFFFFFFF
(bootloader) [8635776] Device CID is not super CID
(bootloader) [8637237] CID is HTC__203
(bootloader) [8639299] setting->cid::HTC__203
(bootloader) [8641791] serial number: FA41GW901104
(bootloader) [8645314] Device CID is not powerkey debounce CID
(bootloader) [8648837] Device CID is not powerkey debounce CID
(bootloader) [8660780] cmdline from boot/recovery image header: console=t
(bootloader) tyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 and
(bootloader) roidboot.selinux=permissive
(bootloader) [8663272] active cmdline length = 962
(bootloader) [8665077] active commandline:
(bootloader) [8666795] poweron_status=1
(bootloader) [8668342] reset_status=0
(bootloader) [8671006] board_m7_ul.disable_uart3=0
(bootloader) [8672552] diag.enabled=0
(bootloader) [8674958] board_m7_ul.debug_uart=0
(bootloader) [8676505] userdata_sel=0
(bootloader) [8678653] androidboot.emmc=true
(bootloader) [8681145] androidboot.pagesize=2048
(bootloader) [8682090] skuid=0
(bootloader) [8682949] ddt=20
(bootloader) [8683722] ats=0
(bootloader) [8684496] dap=6
(bootloader) [8686214] androidboot.lb=1
(bootloader) [8687245] uif=S000
(bootloader) [8688191] ro.op=0
(bootloader) [8689136] td.sf=0
(bootloader) [8690081] td.td=0
(bootloader) [8691284] td.ofs=328
(bootloader) [8692315] td.prd=1
(bootloader) [8693346] td.dly=0
(bootloader) [8694549] td.tmo=300
(bootloader) [8695924] hlog.ofs=628
(bootloader) [8697127] un.ofs=696
(bootloader) [8698846] imc_online_log=0
(bootloader) [8701510] androidboot.efuse_info=3NSL
(bootloader) [8704775] androidboot.baseband=4T.35.3218.16
(bootloader) [8707180] androidboot.cid=HTC__203
(bootloader) [8709501] androidboot.devicerev=3
(bootloader) [8713023] androidboot.batt_poweron=good_battery
(bootloader) [8715687] androidboot.carrier=HTC-FRA
(bootloader) [8718179] androidboot.mid=PN0710000
(bootloader) [8720155] androidboot.hasfp=0
(bootloader) [8721960] enable_zcharge=33
(bootloader) [8724537] androidboot.keycaps=qwerty
(bootloader) [8726514] androidboot.dq=PASS
(bootloader) [8729005] androidboot.mode=recovery
(bootloader) [8732185] androidboot.serialno=FA41GW901104
(bootloader) [8735278] androidboot.bootloader=1.61.0000
(bootloader) [8736481] bpht=0x3E8
(bootloader) [8737512] lscd=0x1
(bootloader) [8738715] wificd=0x2
(bootloader) [8740777] androidboot.nledhw=0
(bootloader) [8743183] androidboot.ddrmid=(0x3)
(bootloader) [8745504] acpu.footprint=0B010101
(bootloader) [8746535] abnrst=0
(bootloader) [8748339] zygote_oneshot=on
(bootloader) [8749714] kmemleak=off
(bootloader) [8751604] rpm_debug.enable=0
(bootloader) [8754096] console=ttyHSL0,115200,n8
(bootloader) [8756588] androidboot.hardware=qcom
(bootloader) [8758048] user_debug=31
(bootloader) [8760970] androidboot.selinux=permissive
(bootloader) [8763290] setup_all_partition_atag:
(bootloader) [8765524] Partition[0].name=misc
(bootloader) [8768102] Partition[1].name=recovery
(bootloader) [8770336] Partition[2].name=boot
(bootloader) [8772742] Partition[3].name=system
(bootloader) [8775062] Partition[4].name=local
(bootloader) [8777382] Partition[5].name=cache
(bootloader) [8779960] Partition[6].name=userdata
(bootloader) [8782366] Partition[7].name=devlog
(bootloader) [8784686] Partition[8].name=pdata
(bootloader) [8787006] Partition[9].name=extra
(bootloader) [8789411] Partition[10].name=radio
(bootloader) [8791732] Partition[11].name=adsp
(bootloader) [8794052] Partition[12].name=dsps
(bootloader) [8797059] Partition[13].name=radio_config
(bootloader) [8799809] Partition[14].name=modem_st1
(bootloader) [8802558] Partition[15].name=modem_st2
(bootloader) [8805136] Partition[16].name=carrier
(bootloader) [8808058] Partition[17].name=cdma_record
(bootloader) [8810807] Partition[18].name=reserve_1
(bootloader) [8813557] Partition[19].name=reserve_2
(bootloader) [8816306] Partition[20].name=reserve_3
(bootloader) [8818884] Partition[21].name=reserve
(bootloader) [8821462] Partition[22].name=control
(bootloader) [8823524] Valid partition num=23
(bootloader) [8826016] setting_get_bootmode() = 3
(bootloader) [8829797] pm8921_get_cable_status: usb_in=1, dc_in=0
(bootloader) [8836743] smem 85106000 (phy 8F206000): TZ_HTC_SVC_UPDATE_SM
(bootloader) EM ret = 0
(bootloader) [8847135] TZ_HTC_SVC_ENC ret = 0
(bootloader) [8849519] Start Verify: 0
(bootloader) [8906397] TZ_HTC_SVC_ENC ret = 0
(bootloader) [8910522] TZ_HTC_SVC_DISABLE ret = 205643776 (0xC41E000)
(bootloader) [8927856] Start Verify: 0
(bootloader) [9249030] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [9254099] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [9541798] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [9546868] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [9834566] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [9839636] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [10127334] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10132404] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [10420102] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10425171] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [10713981] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [10719051] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11006750] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11011819] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
And the last lines :
(bootloader) [11299518] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11304588] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11592286] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11597356] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11885054] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr
(bootloader) _status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [11890123] __i2c_write_NoAddr(): 9 bytes not transmit, slave
(bootloader) _id:0x32
(bootloader) [11898063] [RUMBA_S] I2C error with module
(bootloader) [11910782] pm8921_vreg_disable function, vreg_id = 7
(bootloader) [11923564] pm8921_vreg_disable function, vreg_id = 37
(bootloader) [11946346] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [11959042] pm8921_vreg_disable function, vreg_id = 8
(bootloader) [11996041] Start Verify: 0
(bootloader) [12017544] jump_to_kernel: machine_id(4308), tags_addr(0x806
(bootloader) 00100), kernel_addr(0x80608000)
(bootloader) [12021583] -------------------hboot boot time:12017 msec
(bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY [ 0.083s]
finished. total time: 0.083s
GrosGui said:
And the last lines :
Click to expand...
Click to collapse
let me get back to you...
other than the obvious headache i have now reading that stuff (especially the first one)
we obviously have different display's and this:
you:
Code:
(bootloader) [8927856] Start Verify: 0
(bootloader) [9249030] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [9254099] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
.....
(bootloader) [11898063] [RUMBA_S] I2C error with module
me:
Code:
(bootloader) [528888190] Start Verify: 0
(bootloader) [528993700] [RUMBA_S] firmware version: 3-46-43-33-0-0-0-0
(bootloader) [528997996] [RUMBA_S] ondevice version: 3-46-43-33-4-27-A3-0
(bootloader) [529002034] [RUMBA_S] firmware version already up-to-date
I'll test some things when i get a chance and will post back....
@GrosGui
well, i just tested this firmware (includes TWRP 2.8.5.0) https://www.androidfilehost.com/?fid=95916177934533546
from this collection: https://docs.google.com/spreadsheets/d/1LQDLpVZYyUpXPgC2sh1BvAS9Oo8B-fTiZU_JhpIH-fU/pubhtml
and here's my output, maybe someone else has an idea what's going on
Code:
C:\ADB5_1.0.32>[B][COLOR="Blue"]fastboot oem rebootRUU[/COLOR][/B]
...
(bootloader) Start Verify: 0
OKAY [ 0.044s]
finished. total time: 0.047s
C:\ADB5_1.0.32>[B][COLOR="Blue"]fastboot flash zip 7.19.401.2-Combined_TWRP2850_NoWipe.zip[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'zip' (40953 KB)...
OKAY [ 3.500s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 5.181s
Code:
C:\ADB5_1.0.32>[B][COLOR="Blue"]fastboot flash zip 7.19.401.2-Combined_TWRP2850_NoWipe.zip[/COLOR][/B]
target reported max download size of 1514139648 bytes
sending 'zip' (40953 KB)...
OKAY [ 3.397s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[recovery] unzipping & flushing...
(bootloader) [RUU]UZ,recovery,0
(bootloader) [RUU]UZ,recovery,8
(bootloader) [RUU]UZ,recovery,17
(bootloader) [RUU]UZ,recovery,25
(bootloader) [RUU]UZ,recovery,30
(bootloader) [RUU]UZ,recovery,38
(bootloader) [RUU]UZ,recovery,47
(bootloader) [RUU]UZ,recovery,64
(bootloader) [RUU]UZ,recovery,72
(bootloader) [RUU]UZ,recovery,77
(bootloader) [RUU]UZ,recovery,85
(bootloader) [RUU]UZ,recovery,91
(bootloader) [RUU]UZ,recovery,99
(bootloader) [RUU]UZ,recovery,100
(bootloader) [RUU]WP,recovery,0
(bootloader) [RUU]WP,recovery,100
(bootloader) ...... Successful
(bootloader) start image[rpm] unzipping & flushing...
(bootloader) [RUU]UZ,rpm,0
(bootloader) [RUU]UZ,rpm,100
(bootloader) [RUU]WP,rpm,0
(bootloader) [RUU]WP,rpm,100
(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) [RUU]WP,sbl1-3,0
(bootloader) [RUU]WP,sbl1-3,100
(bootloader) ...... Successful
(bootloader) start image[sbl1-4] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-4,0
(bootloader) [RUU]UZ,sbl1-4,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl1-5] unzipping & flushing...
(bootloader) [RUU]UZ,sbl1-5,0
(bootloader) [RUU]UZ,sbl1-5,100
(bootloader) signature checking...
(bootloader) verified fail
(bootloader) ..... Bypassed
(bootloader) start image[sbl2] unzipping & flushing...
(bootloader) [RUU]UZ,sbl2,0
(bootloader) [RUU]UZ,sbl2,100
(bootloader) [RUU]WP,sbl2,0
(bootloader) [RUU]WP,sbl2,100
(bootloader) ...... Successful
(bootloader) start image[sbl3] unzipping & flushing...
(bootloader) [RUU]UZ,sbl3,0
(bootloader) [RUU]UZ,sbl3,100
(bootloader) [RUU]WP,sbl3,0
(bootloader) [RUU]WP,sbl3,100
(bootloader) ...... Successful
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ..... Bypassed
(bootloader) start image[tp] unzipping & flushing...
(bootloader) [RUU]UZ,tp,0
(bootloader) [RUU]UZ,tp,100
(bootloader) ...... Successful
(bootloader) start image[tz] unzipping & flushing...
(bootloader) [RUU]UZ,tz,0
(bootloader) [RUU]UZ,tz,100
(bootloader) [RUU]WP,tz,0
(bootloader) [RUU]WP,tz,100
(bootloader) ...... Successful
(bootloader) start image[adsp] unzipping & flushing...
(bootloader) [RUU]UZ,adsp,0
(bootloader) [RUU]UZ,adsp,15
(bootloader) [RUU]UZ,adsp,27
(bootloader) [RUU]UZ,adsp,37
(bootloader) [RUU]UZ,adsp,49
(bootloader) [RUU]UZ,adsp,60
(bootloader) [RUU]UZ,adsp,72
(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[cir] unzipping & flushing...
(bootloader) [RUU]UZ,cir,0
(bootloader) [RUU]UZ,cir,100
(bootloader) ...... Successful
(bootloader) start image[pg2fs_spcustom] unzipping & flushing...
(bootloader) [RUU]UZ,pg2fs_spcustom,0
(bootloader) [RUU]UZ,pg2fs_spcustom,22
(bootloader) [RUU]UZ,pg2fs_spcustom,48
(bootloader) [RUU]UZ,pg2fs_spcustom,70
(bootloader) [RUU]UZ,pg2fs_spcustom,97
(bootloader) [RUU]UZ,pg2fs_spcustom,100
(bootloader) ...... Successful
(bootloader) start image[radio] unzipping & flushing...
(bootloader) [RUU]UZ,radio,0
(bootloader) [RUU]UZ,radio,6
(bootloader) [RUU]UZ,radio,11
(bootloader) [RUU]UZ,radio,17
(bootloader) [RUU]UZ,radio,23
(bootloader) [RUU]UZ,radio,28
(bootloader) [RUU]UZ,radio,34
(bootloader) [RUU]UZ,radio,40
(bootloader) [RUU]UZ,radio,46
(bootloader) [RUU]UZ,radio,52
(bootloader) [RUU]UZ,radio,57
(bootloader) [RUU]UZ,radio,63
(bootloader) [RUU]UZ,radio,69
(bootloader) [RUU]UZ,radio,75
(bootloader) [RUU]UZ,radio,81
(bootloader) [RUU]UZ,radio,86
(bootloader) [RUU]UZ,radio,92
(bootloader) [RUU]UZ,radio,99
(bootloader) [RUU]UZ,radio,100
(bootloader) [RUU]WP,radio,0
(bootloader) [RUU]WP,radio,23
(bootloader) [RUU]WP,radio,46
(bootloader) [RUU]WP,radio,69
(bootloader) [RUU]WP,radio,92
(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 [ 60.993s]
finished. total time: 64.397s
C:\ADB5_1.0.32>[B][COLOR="Blue"]fastboot reboot-bootloader[/COLOR][/B]
rebooting into bootloader...
OKAY [ 0.042s]
finished. total time: 0.045s
-> enter RECOVERY and works fine
adb shell cat /tmp/recovery.log : http://pastebin.com/2TAk3ZDq
adb shell cat /proc/last_kmsg : http://pastebin.com/Pc4xDZiq
Code:
C:\ADB5_1.0.32>[B][COLOR="Blue"]adb reboot bootloader
[/COLOR][/B]
fastboot oem last_dmesg : http://pastebin.com/VwykQ4mX
nkk71 said:
@GrosGui
well, i just tested this firmware (includes TWRP 2.8.5.0) https://www.androidfilehost.com/?fid=95916177934533546
from this collection: https://docs.google.com/spreadsheets/d/1LQDLpVZYyUpXPgC2sh1BvAS9Oo8B-fTiZU_JhpIH-fU/pubhtml
Click to expand...
Click to collapse
I have already tried this firmware but the result is the same ;
By the way, ClockworkMod Recovery also stucks.
The most incredible is that i have installed insertcoin 4.0.3 (which needs TWRP 2.7.1.1) a few months ago with no problems
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
Hi, I recently bought a new htc one m7 from ebay and as soon as I got it, I went to the htcdev website to unlock its bootloader. However, I keep on getting the error "FAILED (data transfer failure (Unknown error))".
{
"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"
}
vic97 said:
Hi, I recently bought a new htc one m7 from ebay and as soon as I got it, I went to the htcdev website to unlock its bootloader. However, I keep on getting the error "FAILED (data transfer failure (Unknown error))".
Click to expand...
Click to collapse
Have you tried another usb cable/usb port/computer?
Its s-off, you could flash a firmware.zip packed with a custom recovery then boot in recovery and unlock your bootloader using the appropriate commands from an adb shell in recovery. Can you post the output of "fastboot getvar all" ? (hide your imei and sn)
alray said:
Have you tried another usb cable/usb port/computer?
Its s-off, you could flash a firmware.zip packed with a custom recovery then boot in recovery and unlock your bootloader using the appropriate commands from an adb shell in recovery. Can you post the output of "fastboot getvar all" ? (hide your imei and sn)
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.13.708.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4319mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
alray said:
Have you tried another usb cable/usb port/computer?
Its s-off, you could flash a firmware.zip packed with a custom recovery then boot in recovery and unlock your bootloader using the appropriate commands from an adb shell in recovery. Can you post the output of "fastboot getvar all" ? (hide your imei and sn)
Click to expand...
Click to collapse
I'm not 100% certain about this, but I think that bootloader can remain locked if the phone is s-off. He can flash anything he wants with locked bootloader and s-off. At least that was the case with my old HTC phones
alray said:
Its s-off, you could flash a firmware.zip packed with a custom recovery then boot in recovery and unlock your bootloader using the appropriate commands from an adb shell in recovery. Can you post the output of "fastboot getvar all" ? (hide your imei and sn)
Click to expand...
Click to collapse
Also, how do you flash a custom recovery because when I did it, the command prompt returned an error.
donkeykong1 said:
I'm not 100% certain about this, but I think that bootloader can remain locked if the phone is s-off. He can flash anything he wants with locked bootloader and s-off. At least that was the case with my old HTC phones
Click to expand...
Click to collapse
Exactly. But you can't flash the recovery using "fastboot flash recovery" with a locked bootloader, he will need to flash an unsigned firmware.zip (a firmware.zip with a custom recovery inside instead of the stock recovery) from RUU mode
vic97 said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.57.0000
(bootloader) version-baseband: 4T.28.3218.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.13.708.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4319mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
Click to expand...
Click to collapse
Flash the attached firmware (this will only flash twrp recovery on your phone)
Code:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip
fastboot reboot-bootloader
Then boot in recovery and use these commands to unlock the bootloader:
Code:
adb shell
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p3 bs=1 seek=33796
adb reboot bootloader
Now your bootloader is unlocked and the next time you want to change recovery you won't have to use the firmware.zip method, the "fastboot flash recovery" command method will work.
I still get the data transfer error:
vic97 said:
I still get the data transfer error:
Click to expand...
Click to collapse
whats the output of "fastboot oem dmesg" and "fastboot oem last_dmesg" ?
(bootloader) [8] register_debug_console: new entry ptr=0x85100000
(bootloader) [8] -------------------hboot start
(bootloader) [8] chipset_init: DDR: Samsung
(bootloader) [8] chipset_ver is 207150E1
(bootloader) [721] PMIC Restart Reason: Triggered from KPD (power key pre
(bootloader) ss)
(bootloader) [753] pm8921_enable_smpl: smpl=0xD, SMPL_EN_RESET=1
(bootloader) [781] pm8921_enable_smpl: smpl=0x9, SMPL_EN_RESET=0
(bootloader) [806] pm8921_init: poweron_status=0x1
(bootloader) [857] val0 135 val1 85 val2 157 val3 86[886] pm8921_read_ti
(bootloader) me: secs = 1453151623, h::m:s == 21::13::43, d/m/y = 18/0/11
(bootloader) 6
(bootloader) [911] pm8921_init: Current time = 2016/1/18 21:13:43
(bootloader) [959] val0 135 val1 85 val2 157 val3 86[985] pm8921_read_ti
(bootloader) me: secs = 1453151623, h::m:s == 21::13::43, d/m/y = 18/0/11
(bootloader) 6
(bootloader) [1009] hboot read time success 0
(bootloader) [1034] Current time = 2016/1/18 21:13:43
(bootloader) [1066] sdhw_7xxx_open: id=4
(bootloader) [19744] sdcc_init_memory_device done
(bootloader) [29896] HS clock freq = 48MHz
(bootloader) [33372] sdcc_eMMC_target_init()
(bootloader) [33394] Initializing MMC host data structure and clock!
(bootloader) [34422] clock_set_enable : slot=1, mclk=400000
(bootloader) [38467] Command sent: CMD0 MCI_CMD_REG:400 MCI_ARG:0
(bootloader) [38863] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [39627] Command response received: 40FF8080
(bootloader) [40669] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [41430] Command response received: 40FF8080
(bootloader) [42473] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [43234] Command response received: C0FF8080
(bootloader) [43276] Command sent: CMD2 MCI_CMD_REG:4C2 MCI_ARG:0
(bootloader) [44654] Command response received: 4C751154
(bootloader) [44674] Decoded CID fields:
(bootloader) [44692] Manufacturer ID: 45
(bootloader) [44710] OEM ID: 0x100
(bootloader) [44728] Product Name: SEM32G
(bootloader) [44747] Product revision: 12.5
(bootloader) [44766] Product serial number: 0B944C75
(bootloader) [44786] Manufacturing date: 1 1998
(bootloader) [44828] Command sent: CMD3 MCI_CMD_REG:443 MCI_ARG:20000
(bootloader) [45608] Command response received: 00000500
(bootloader) [45650] Command sent: CMD9 MCI_CMD_REG:4C9 MCI_ARG:20000
(bootloader) [47070] Command response received: 8A40407E
(bootloader) [47113] Command sent: CMD7 MCI_CMD_REG:447 MCI_ARG:20000
(bootloader) [47920] Command response received: 00000700
(bootloader) [47964] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [48755] Command response received: 00000900
(bootloader) [77421] Decoded CSD fields:
(bootloader) [77440] cmmc_structure: 3
(bootloader) [77458] card_cmd_class: F5
(bootloader) [77476] write_blk_len: 512
(bootloader) [77494] read_blk_len: 512
(bootloader) [77512] r2w_factor: 2
(bootloader) [77530] sector_size: 3914628
(bootloader) [77548] c_size_mult:7
(bootloader) [77566] c_size: 4095
(bootloader) [77584] nsac_clk_cycle: 0
(bootloader) [77602] taac_ns: 10000000
(bootloader) [77620] tran_speed: 0 kbps
(bootloader) [77639] erase_blk_len: 2674824
(bootloader) [77657] read_blk_misalign: 0
(bootloader) [77676] write_blk_misalign: 0
(bootloader) [77694] read_blk_partial: 0
(bootloader) [77713] write_blk_partial: 0
(bootloader) [77731] Card Capacity: llu Bytes
(bootloader) [77752] Read timeout set: 100000000 ns
(bootloader) [77772] Write timeout set: 400000000 ns
(bootloader) [77815] Command sent: CMD6 MCI_CMD_REG:C46 MCI_ARG:3B90100
(bootloader) [78640] Command response received: 00000800
(bootloader) [79685] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [80492] Command response received: 00000900
(bootloader) [81518] clock_set_enable : slot=1, mclk=48000000
(bootloader) [81561] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3AF0100
(bootloader) [81583] Command response received: 00000800
(bootloader) [81626] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [81648] Command response received: 00000900
(bootloader) [81693] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3B70200
(bootloader) [81715] Command response received: 00000800
(bootloader) [81757] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [81780] Command response received: 00000900
(bootloader) [82825] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [82847] Command response received: 00000900
(bootloader) [83086] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [83108] Command response received: 00000900
(bootloader) [83127] erase_grpsize: 31
(bootloader) [83145] erase_grpmult: 31
(bootloader) [83164] wp_grpsize: 31
(bootloader) [83181] wp_grpen: 1
(bootloader) [83199] perm_wp: 0
(bootloader) [83216] temp_wp: 0
(bootloader) [83234] part_config: 0
(bootloader) [83252] erase_group_def: 1
(bootloader) [83270] RST_n_Function: 1
(bootloader) [83288] user_wp: 0
(bootloader) [83332] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:0
(bootloader) [83354] Command response received: 00000900
(bootloader) [83622] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:3FFDF
(bootloader) [83644] Command response received: 00000900
(bootloader) [83977] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40000
(bootloader) [83999] Command response received: 00000900
(bootloader) [84325] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40201
(bootloader) [84347] Command response received: 00000900
(bootloader) [84664] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47BB5
(bootloader) [84687] Command response received: 00000900
(bootloader) [85031] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47DB6
(bootloader) [85053] Command response received: 00000900
(bootloader) [85386] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:485B7
(bootloader) [85408] Command response received: 00000900
(bootloader) [85725] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:487B8
(bootloader) [85747] Command response received: 00000900
(bootloader) [86089] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:497B9
(bootloader) [86112] Command response received: 00000900
(bootloader) [86448] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4A7FB
(bootloader) [86470] Command response received: 00000900
(bootloader) [86806] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4CFFC
(bootloader) [86829] Command response received: 00000900
(bootloader) [87182] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4D7FD
(bootloader) [87204] Command response received: 00000900
(bootloader) [87552] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFE
(bootloader) [87574] Command response received: 00000900
(bootloader) [87911] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6C001
(bootloader) [87933] Command response received: 00000900
(bootloader) [88244] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6FFFF
(bootloader) [88266] Command response received: 00000900
(bootloader) [88612] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:80000
(bootloader) [88634] Command response received: 00000900
(bootloader) [88934] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:807FE
(bootloader) [88956] Command response received: 00000900
(bootloader) [89300] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [89322] Command response received: 00000900
(bootloader) [89665] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [89687] Command response received: 00000900
(bootloader) [90020] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [90042] Command response received: 00000900
(bootloader) [90379] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [90401] Command response received: 00000900
(bootloader) [90741] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [90763] Command response received: 00000900
(bootloader) [91107] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [91129] Command response received: 00000900
(bootloader) [91462] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [91484] Command response received: 00000900
(bootloader) [91802] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [91824] Command response received: 00000900
(bootloader) [92146] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [92168] Command response received: 00000900
(bootloader) [92499] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [92521] Command response received: 00000900
(bootloader) [93012] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [93034] Command response received: 00000900
(bootloader) [93386] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [93408] Command response received: 00000900
(bootloader) [93900] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [93922] Command response received: 00000900
(bootloader) [94277] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [94299] Command response received: 00000900
(bootloader) [94613] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [94635] Command response received: 00000900
(bootloader) [94970] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [94992] Command response received: 00000900
(bootloader) [95519] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [95541] Command response received: 00000900
(bootloader) [95885] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:220000
(bootloader) [95907] Command response received: 00000900
(bootloader) [96235] check pg1fs
(bootloader) [102734] check pg2fs
(bootloader) [191212] chipset_setting_init
(bootloader) [196603] chipset_setting_init: read pid 203
(bootloader) [205282] SECURE_SMEM_STRUCT 85106000
(bootloader) [210082] read_simlock(1450): 6E7432F0, 4E07AFC7
(bootloader) [210756] radio_init_secure_smem(928): C9F35678, 0
(bootloader) [218192] read_simlock_password(398): EB, 95, 41, 94
(bootloader) [218233] unlock_rec[0] = 0x85109000
(bootloader) [222202] unlock_rec[1] = 0x8510A000
(bootloader) [226158] simlock_passwd 0x85108000
(bootloader) [227694] secure_update_simlock ret = 0
(bootloader) [228080] final simlock 0
(bootloader) [228634] secure_set_simlock ret = 0
(bootloader) [229216] TZ_HTC_SVC_ENC ret = 0
(bootloader) [238868] msm_rpm_init: RPM firmware 3.0.16850530
(bootloader) [238913] MPM_SLEEP_TICK: llums
(bootloader) [238937] [SYSINFO] DDR: Samsung
(bootloader) [238963] [SYSINFO] PVS: Krait:1 Q6:Fast VDDCX:Slow
(bootloader) [238984] [SYSINFO] Vdd_dig: 0.5v
(bootloader) [239006] hw_ver_id is 207150E1
(bootloader) [239029] speed_bin is 1
(bootloader) [239055] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [239074] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [239093] [SYSINFO] PMIC version
(bootloader) [239118] PMIC revision 1: F4
(bootloader) [239142] PMIC revision 2: 6
(bootloader) [239163] pm8921_check_revision: *revision = 6F4
(bootloader) [239183] [SYSINFO] End PMIC version[239207]
(bootloader) eMMC Manufacturer ID: 45
(bootloader) [239228] [SYSINFO] eMMC: Sandisk 61071359 sectors 29819 MB
(bootloader) [239250] [SYSINFO] eMMC-CID: 45010053 12345678 47C50B94 4C75
(bootloader) 1154
(bootloader) [240638] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [240673] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [241062] [FAT_ERROR] No M$-DOS partition found
(bootloader) [241084] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [241117] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [242161] [SYSINFO] SBL1: 1.010.30.53
(bootloader) [242850] [SYSINFO] SBL2: 1.010.30.51
(bootloader) [243549] [SYSINFO] SBL3: 1.010.30.49
(bootloader) [244265] [SYSINFO] TZ: 1.430.24.15
(bootloader) [244284] [SYSINFO] RPM: 3.0.98.30
(bootloader) [244330] val0 135 val1 85 val2 157 val3 86[244354] pm8921_r
(bootloader) ead_time: secs = 1453151623, h::m:s == 21::13::43, d/m/y = 1
(bootloader) 8/0/116
(bootloader) [244376] Current time : 2016-1-18 21:13:43 UTC
(bootloader) [265550] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [265572] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [265598] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [265618] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [265640] [ADC] read adc channel VBAT(1):
(bootloader) [265660] pm8921_adc_calib_device start
(bootloader) [282775] pm8921_adc_calib_device end
(bootloader) [292858] [ADC] adc_code = 0x9970, physical=4226 mV
(bootloader) [292881] [BATT] setting_check_perflock_allowance: vol_curr=4
(bootloader) 226 mV vol_limit=3550 mV
(bootloader) [293036] [THERMAL]tsens_init: Tsens init done
(bootloader) [294061] msm_thermal: CPU0 temperature is 36 C
(bootloader) [294084] [INFO][ACPU] get_pvs: ACPU PVS: Nominal
(bootloader) [294107] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [294165] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [294194] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [294302] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [294359] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [294479] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [294495] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [294746] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [294768] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [294808] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [295043] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [295058] Enable hboot boot time perflock
(bootloader) [648417] --pm_check_power_on_status--[653252] Device CID is
(bootloader) not powerkey debounce CID
(bootloader) [657033] pm8921_vreg_disable function, vreg_id = 19
(bootloader) [660813] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [663735] m7_vreg_init: enable lvs2 for XB
(bootloader) [676511] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [682268] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [686478] dzsystem: start block = 1310721; size = 3801086
(bootloader) [687509] Update EBR
(bootloader) [708783] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [712564] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [716344] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [729296] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [951065] PMIC pm8921_fix_charger_lockup
(bootloader) [953900] [ADC] read adc channel VBAT(1):
(bootloader) [966984] [ADC] adc_code = 0x993E, physical=4212 mV
(bootloader) [970937] [BATT] batt_vol=4212 mV current=482 mA FSM=3
(bootloader) [974631] PMIC PMIC charger init by user parameters
(bootloader) [976436] PMIC revision 1: F4
(bootloader) [978154] PMIC revision 2: 6
(bootloader) [983224] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [985973] PMIC [Batt]pm_chg_failed_clear
(bootloader) [991473] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [993964] PMIC PMIC charger init done
(bootloader) [996198] [BATT]3 cells initiated.
(bootloader) [1000495] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [1003588] [ADC] read adc channel BATT_ID(9):
(bootloader) [1016586] [ADC] adc_code = 0x661D, physical=130 mV
(bootloader) [1019250] [BATT]: cur_cell is initiated
(bootloader) [1023203] [PMIC-BMS] set bms_battery_data (cell_id=2).
(bootloader) [1045764] [PMIC-BMS]BMS init OK -- ocv = 4233000
(bootloader) [1051779] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UP
(bootloader) DATE_STORAGE = 0x0
(bootloader) [1057021] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STOR
(bootloader) AGE = 0x0
(bootloader) [1066129] radio_is_boot_from_shutdown(): 0, reset_reason=0x7
(bootloader) 7665500, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [1069480] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1082393] [ADC] adc_code = 0x8547, physical=26 mV
(bootloader) [1085229] [ADC] read adc channel VBAT(1):
(bootloader) [1098313] [ADC] adc_code = 0x993D, physical=4212 mV
(bootloader) [1101407] [ADC] read adc channel BATT_ID(9):
(bootloader) [1114407] [ADC] adc_code = 0x661C, physical=130 mV
(bootloader) [1117758] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1130672] [ADC] adc_code = 0x8545, physical=26 mV
(bootloader) [1143605] [PMIC-BMS]P=94, adc_based_ocv=4244920, T=26
(bootloader) [1149878] [BATT] V=4212 mV, T=26 C, OCV=4233 mV, ID=130 mV,
(bootloader) I=264 mA, P=94, FSM=3
(bootloader) [1157783] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x77665500, hw_reason=0x00000000
(bootloader) [1258649] E0902910 E0902E20
(bootloader) [1349795] usb_init_hw: pull up d+
(bootloader) [1380511] m7_set_charging(1)
(bootloader) [1382058] m7_hw_reset_nfc
(bootloader) [1556777] m7_init_display
(bootloader) [1560396] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1563234] m7_init_display ID id0=0 id1=1
(bootloader) [1569973] m7_init_display_panelid_940067
(bootloader) [1572465] SHARP_RENESAS FULL HD panel
(bootloader) [1589895] mdp_clock_init
(bootloader) [1603632] Video Mode
(bootloader) [1627139] mipi_read_back:0 0x21000012
(bootloader) [1650645] mipi_read_back:0 0x21000012
(bootloader) [1674152] mipi_read_back:0 0x21C5002D
(bootloader) [1678535] id1= 0x5D120000, id2= 0x5D120000, id3= 0x5D2D00C5
(bootloader) [1689527] M7 sharp renesas cmd panel ID=0x940069
(bootloader) [1691417] mipi_dsi_cmds_tx_ext
(bootloader) [1829808] [CIR] m7_init_cir, enter.
(bootloader) [1831956] [CIR] m7_init_cir, end.
(bootloader) [1835909] chipset_bootmode(): reset_reason=0x77665500
(bootloader) [1837370] Board_PID : 203
(bootloader) [1839002] EMEA nvram setting
(bootloader) [1843471] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1844760] No MDATA.CFG
(bootloader) [1846529] Gyro ID = 0xA5
(bootloader) [1848295] Gyro ID = 0xD4
(bootloader) [1850100] Setting gy_type = 2
(bootloader) [1854162] reset rt5501 ret 0
(bootloader) [1857943] m7_init is finished: 20:59:10, Jul 22 2014
(bootloader) [1875095] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1877158] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1879305] valid keybox is existed
(bootloader) [1896904] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1915337] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1927652] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1939435] chipset_bootmode(): reset_reason=0x77665500
(bootloader) [1944247] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [1951980] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [1957651] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [1960573] Disable hboot boot time perflock
(bootloader) [1962291] ARM11 Boot Mode: 2
(bootloader) [1964182] Platform: HBOOT-8064
(bootloader) [2205020] m7_init_backlight: panel_id=0x940069
(bootloader) [2207659] PWM ic version A2
(bootloader) [2316029] mipi_dsi_cmds_tx_ext
(bootloader) [2326239] m7_battery_stored_data_clean: magic_num=DDAACC00,
(bootloader) stored_soc=96, stored_ocv=41401C, stored_cc=711670, currtime
(bootloader) =ld
(bootloader) [2343354] Start Verify: 0
(bootloader) [2369795] usb_Vbus 0
(bootloader) [2470430] E0902910 E0902E20
(bootloader) [2561668] usb_init_hw: pull low d+
(bootloader) [2593076] usb_check_vbus: pull up d+
(bootloader) [2595396]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [2599349] chipset_bootmode(): reset_reason=0x77665500
(bootloader) [2600982]
(bootloader) USB_STS_SUSPEND
(bootloader) [2602700] m7_set_charging(1)
(bootloader) [2605536] [ADC] read adc channel VBAT(1):
(bootloader) [2618629] [ADC] adc_code = 0x9A1E, physical=4277 mV
(bootloader) [2708267]
(bootloader) USB_STS_RESET
(bootloader) [2710347] USB_SPEED_HIGH
(bootloader) [2902481] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [2903941] Set usb_ats = 0
(bootloader) [62605558] [ADC] read adc channel VBAT(1):
(bootloader) [62618653] [ADC] adc_code = 0x9A4E, physical=4291 mV
(bootloader) [93554959] fastboot_command:[oem dmesg]
(bootloader) [93556506] fb_cmd_oem:dmesg
(bootloader) [93560802] register_debug_console: new entry ptr=0x85100140
(bootloader) [8] register_debug_console: new entry ptr=0x85100000
(bootloader) [8] -------------------hboot start
(bootloader) [8] chipset_init: DDR: Samsung
(bootloader) [8] chipset_ver is 207150E1
(bootloader) [720] PMIC Restart Reason: Triggered from KPD (power key pre
(bootloader) ss)
(bootloader) [752] pm8921_enable_smpl: smpl=0xD, SMPL_EN_RESET=1
(bootloader) [781] pm8921_enable_smpl: smpl=0x9, SMPL_EN_RESET=0
(bootloader) [806] pm8921_init: poweron_status=0x1
(bootloader) [857] val0 72 val1 80 val2 157 val3 86[886] pm8921_read_tim
(bootloader) e: secs = 1453150280, h::m:s == 20::51::20, d/m/y = 18/0/116
(bootloader) [911] pm8921_init: Current time = 2016/1/18 20:51:20
(bootloader) [960] val0 72 val1 80 val2 157 val3 86[986] pm8921_read_tim
(bootloader) e: secs = 1453150280, h::m:s == 20::51::20, d/m/y = 18/0/116
(bootloader) [1011] hboot read time success 0
(bootloader) [1035] Current time = 2016/1/18 20:51:20
(bootloader) [1067] sdhw_7xxx_open: id=4
(bootloader) [19712] sdcc_init_memory_device done
(bootloader) [29863] HS clock freq = 48MHz
(bootloader) [33356] sdcc_eMMC_target_init()
(bootloader) [33384] Initializing MMC host data structure and clock!
(bootloader) [34416] clock_set_enable : slot=1, mclk=400000
(bootloader) [38464] Command sent: CMD0 MCI_CMD_REG:400 MCI_ARG:0
(bootloader) [38864] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [39628] Command response received: 40FF8080
(bootloader) [40674] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [41437] Command response received: 40FF8080
(bootloader) [42484] Command sent: CMD1 MCI_CMD_REG:441 MCI_ARG:40FF8000
(bootloader) [43248] Command response received: C0FF8080
(bootloader) [43294] Command sent: CMD2 MCI_CMD_REG:4C2 MCI_ARG:0
(bootloader) [44669] Command response received: 4C751154
(bootloader) [44692] Decoded CID fields:
(bootloader) [44714] Manufacturer ID: 45
(bootloader) [44736] OEM ID: 0x100
(bootloader) [44758] Product Name: SEM32G
(bootloader) [44781] Product revision: 12.5
(bootloader) [44804] Product serial number: 0B944C75
(bootloader) [44826] Manufacturing date: 1 1998
(bootloader) [44873] Command sent: CMD3 MCI_CMD_REG:443 MCI_ARG:20000
(bootloader) [45650] Command response received: 00000500
(bootloader) [45696] Command sent: CMD9 MCI_CMD_REG:4C9 MCI_ARG:20000
(bootloader) [47113] Command response received: 8A40407E
(bootloader) [47159] Command sent: CMD7 MCI_CMD_REG:447 MCI_ARG:20000
(bootloader) [47962] Command response received: 00000700
(bootloader) [48017] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [48853] Command response received: 00000900
(bootloader) [77464] Decoded CSD fields:
(bootloader) [77486] cmmc_structure: 3
(bootloader) [77508] card_cmd_class: F5
(bootloader) [77530] write_blk_len: 512
(bootloader) [77552] read_blk_len: 512
(bootloader) [77574] r2w_factor: 2
(bootloader) [77596] sector_size: 3914628
(bootloader) [77618] c_size_mult:7
(bootloader) [77639] c_size: 4095
(bootloader) [77661] nsac_clk_cycle: 0
(bootloader) [77684] taac_ns: 10000000
(bootloader) [77705] tran_speed: 0 kbps
(bootloader) [77728] erase_blk_len: 2674824
(bootloader) [77750] read_blk_misalign: 0
(bootloader) [77773] write_blk_misalign: 0
(bootloader) [77795] read_blk_partial: 0
(bootloader) [77817] write_blk_partial: 0
(bootloader) [77840] Card Capacity: llu Bytes
(bootloader) [77864] Read timeout set: 100000000 ns
(bootloader) [77888] Write timeout set: 400000000 ns
(bootloader) [77935] Command sent: CMD6 MCI_CMD_REG:C46 MCI_ARG:3B90100
(bootloader) [78759] Command response received: 00000800
(bootloader) [79807] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [80611] Command response received: 00000900
(bootloader) [81640] clock_set_enable : slot=1, mclk=48000000
(bootloader) [81687] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3AF0100
(bootloader) [81713] Command response received: 00000800
(bootloader) [81759] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [81785] Command response received: 00000900
(bootloader) [81832] Command sent: CMD6 MCI_CMD_REG:446 MCI_ARG:3B70200
(bootloader) [81858] Command response received: 00000800
(bootloader) [81905] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [81930] Command response received: 00000900
(bootloader) [82986] Command sent: CMD8 MCI_CMD_REG:448 MCI_ARG:0
(bootloader) [83012] Command response received: 00000900
(bootloader) [83254] Command sent: CMD13 MCI_CMD_REG:44D MCI_ARG:20000
(bootloader) [83280] Command response received: 00000900
(bootloader) [83303] erase_grpsize: 31
(bootloader) [83325] erase_grpmult: 31
(bootloader) [83347] wp_grpsize: 31
(bootloader) [83369] wp_grpen: 1
(bootloader) [83390] perm_wp: 0
(bootloader) [83412] temp_wp: 0
(bootloader) [83434] part_config: 0
(bootloader) [83456] erase_group_def: 1
(bootloader) [83478] RST_n_Function: 1
(bootloader) [83499] user_wp: 0
(bootloader) [83547] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:0
(bootloader) [83573] Command response received: 00000900
(bootloader) [83845] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:3FFDF
(bootloader) [83871] Command response received: 00000900
(bootloader) [84196] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40000
(bootloader) [84222] Command response received: 00000900
(bootloader) [84551] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40201
(bootloader) [84577] Command response received: 00000900
(bootloader) [84892] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47BB5
(bootloader) [84918] Command response received: 00000900
(bootloader) [85261] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47DB6
(bootloader) [85287] Command response received: 00000900
(bootloader) [85625] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:485B7
(bootloader) [85651] Command response received: 00000900
(bootloader) [85980] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:487B8
(bootloader) [86006] Command response received: 00000900
(bootloader) [86325] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:497B9
(bootloader) [86351] Command response received: 00000900
(bootloader) [86678] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4A7FB
(bootloader) [86704] Command response received: 00000900
(bootloader) [87040] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4CFFC
(bootloader) [87066] Command response received: 00000900
(bootloader) [87395] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4D7FD
(bootloader) [87420] Command response received: 00000900
(bootloader) [87769] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFE
(bootloader) [87795] Command response received: 00000900
(bootloader) [88124] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6C001
(bootloader) [88150] Command response received: 00000900
(bootloader) [88457] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6FFFF
(bootloader) [88482] Command response received: 00000900
(bootloader) [88822] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:80000
(bootloader) [88848] Command response received: 00000900
(bootloader) [94944] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:807FE
(bootloader) [94970] Command response received: 00000900
(bootloader) [95308] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [95333] Command response received: 00000900
(bootloader) [95676] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [95702] Command response received: 00000900
(bootloader) [96030] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [96056] Command response received: 00000900
(bootloader) [96391] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [96416] Command response received: 00000900
(bootloader) [96753] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [96778] Command response received: 00000900
(bootloader) [97126] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [97152] Command response received: 00000900
(bootloader) [97490] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [97516] Command response received: 00000900
(bootloader) [97830] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [97856] Command response received: 00000900
(bootloader) [98178] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [98204] Command response received: 00000900
(bootloader) [98539] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [98564] Command response received: 00000900
(bootloader) [99061] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [99087] Command response received: 00000900
(bootloader) [99429] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [99455] Command response received: 00000900
(bootloader) [99947] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [99972] Command response received: 00000900
(bootloader) [100328] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [100354] Command response received: 00000900
(bootloader) [100672] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [100697] Command response received: 00000900
(bootloader) [101037] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [101063] Command response received: 00000900
(bootloader) [101589] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [101615] Command response received: 00000900
(bootloader) [101948] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:220000
(bootloader) [101974] Command response received: 00000900
(bootloader) [102458] check pg1fs
(bootloader) [108981] check pg2fs
(bootloader) [197291] chipset_setting_init
(bootloader) [202752] chipset_setting_init: read pid 203
(bootloader) [211468] SECURE_SMEM_STRUCT 85106000
(bootloader) [216309] read_simlock(1450): 6E7432F0, 4E07AFC7
(bootloader) [216986] radio_init_secure_smem(928): C9F35678, 0
(bootloader) [224455] read_simlock_password(398): EB, 95, 41, 94
(bootloader) [224500] unlock_rec[0] = 0x85109000
(bootloader) [228504] unlock_rec[1] = 0x8510A000
(bootloader) [232489] simlock_passwd 0x85108000
(bootloader) [234030] secure_update_simlock ret = 0
(bootloader) [234420] final simlock 0
(bootloader) [234974] secure_set_simlock ret = 0
(bootloader) [235561] TZ_HTC_SVC_ENC ret = 0
(bootloader) [245185] msm_rpm_init: RPM firmware 3.0.16850530
(bootloader) [245231] MPM_SLEEP_TICK: llums
(bootloader) [245254] [SYSINFO] DDR: Samsung
(bootloader) [245281] [SYSINFO] PVS: Krait:1 Q6:Fast VDDCX:Slow
(bootloader) [245302] [SYSINFO] Vdd_dig: 0.5v
(bootloader) [245324] hw_ver_id is 207150E1
(bootloader) [245347] speed_bin is 1
(bootloader) [245373] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [245392] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [245411] [SYSINFO] PMIC version
(bootloader) [245436] PMIC revision 1: F4
(bootloader) [245461] PMIC revision 2: 6
(bootloader) [245482] pm8921_check_revision: *revision = 6F4
(bootloader) [245502] [SYSINFO] End PMIC version[245525]
(bootloader) eMMC Manufacturer ID: 45
(bootloader) [245547] [SYSINFO] eMMC: Sandisk 61071359 sectors 29819 MB
(bootloader) [245569] [SYSINFO] eMMC-CID: 45010053 12345678 47C50B94 4C75
(bootloader) 1154
(bootloader) [246957] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [246991] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [247388] [FAT_ERROR] No M$-DOS partition found
(bootloader) [247411] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [247444] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [248511] [SYSINFO] SBL1: 1.010.30.53
(bootloader) [249199] [SYSINFO] SBL2: 1.010.30.51
(bootloader) [249892] [SYSINFO] SBL3: 1.010.30.49
(bootloader) [250595] [SYSINFO] TZ: 1.430.24.15
(bootloader) [250615] [SYSINFO] RPM: 3.0.98.30
(bootloader) [250661] val0 73 val1 80 val2 157 val3 86[250685] pm8921_re
(bootloader) ad_time: secs = 1453150281, h::m:s == 20::51::21, d/m/y = 18
(bootloader) /0/116
(bootloader) [250706] Current time : 2016-1-18 20:51:21 UTC
(bootloader) [271696] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [271717] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [271744] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [271764] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [271786] [ADC] read adc channel VBAT(1):
(bootloader) [271806] pm8921_adc_calib_device start
(bootloader) [288917] pm8921_adc_calib_device end
(bootloader) [298999] [ADC] adc_code = 0x99E6, physical=4260 mV
(bootloader) [299022] [BATT] setting_check_perflock_allowance: vol_curr=4
(bootloader) 260 mV vol_limit=3550 mV
(bootloader) [299180] [THERMAL]tsens_init: Tsens init done
(bootloader) [300204] msm_thermal: CPU0 temperature is 38 C
(bootloader) [300227] [INFO][ACPU] get_pvs: ACPU PVS: Nominal
(bootloader) [300250] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [300308] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [300336] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [300443] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [300500] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [300622] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [300638] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [300889] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [300911] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [300950] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [301188] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [301203] Enable hboot boot time perflock
(bootloader) [654561] --pm_check_power_on_status--[659394] Device CID is
(bootloader) not powerkey debounce CID
(bootloader) [666611]
(bootloader) m7_powerkey_debounce_checking: PowerKey debounce checking OK
(bootloader) . Continue bootup...
(bootloader) [670392] pm8921_vreg_disable function, vreg_id = 19
(bootloader) [674173] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [677094] m7_vreg_init: enable lvs2 for XB
(bootloader) [689871] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [695628] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [699838] dzsystem: start block = 1310721; size = 3801086
(bootloader) [700869] Update EBR
(bootloader) [722872] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [726653] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [730434] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [743386] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [965156] PMIC pm8921_fix_charger_lockup
(bootloader) [967991] [ADC] read adc channel VBAT(1):
(bootloader) [981078] [ADC] adc_code = 0x99B4, physical=4245 mV
(bootloader) [985031] [BATT] batt_vol=4245 mV current=501 mA FSM=3
(bootloader) [988725] PMIC PMIC charger init by user parameters
(bootloader) [990530] PMIC revision 1: F4
(bootloader) [992248] PMIC revision 2: 6
(bootloader) [997318] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [1000068] PMIC [Batt]pm_chg_failed_clear
(bootloader) [1005567] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear
(bootloader) chg fail bit
(bootloader) [1008059] PMIC PMIC charger init done
(bootloader) [1010293] [BATT]3 cells initiated.
(bootloader) [1014589] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [1017682] [ADC] read adc channel BATT_ID(9):
(bootloader) [1030684] [ADC] adc_code = 0x661C, physical=133 mV
(bootloader) [1033348] [BATT]: cur_cell is initiated
(bootloader) [1037300] [PMIC-BMS] set bms_battery_data (cell_id=2).
(bootloader) [1059861] [PMIC-BMS]BMS init OK -- ocv = 4227000
(bootloader) [1065876] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UP
(bootloader) DATE_STORAGE = 0x0
(bootloader) [1071118] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STOR
(bootloader) AGE = 0x0
(bootloader) [1080226] radio_is_boot_from_shutdown(): 1, reset_reason=0xF
(bootloader) 097A1CD, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [1085467] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDATE_STOR
(bootloader) AGE = 0x0
(bootloader) [1088818] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1101735] [ADC] adc_code = 0x8345, physical=28 mV
(bootloader) [1104570] [ADC] read adc channel VBAT(1):
(bootloader) [1117656] [ADC] adc_code = 0x99B2, physical=4244 mV
(bootloader) [1120750] [ADC] read adc channel BATT_ID(9):
(bootloader) [1133751] [ADC] adc_code = 0x661B, physical=133 mV
(bootloader) [1137102] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1150016] [ADC] adc_code = 0x8344, physical=28 mV
(bootloader) [1162954] [PMIC-BMS]P=97, adc_based_ocv=4280200, T=28
(bootloader) [1169226] [BATT] V=4244 mV, T=28 C, OCV=4227 mV, ID=133 mV,
(bootloader) I=274 mA, P=97, FSM=3
(bootloader) [1177132] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0xF097A1CD, hw_reason=0x00000000
(bootloader) [1478006] E0902910 E0902E20
(bootloader) [1569154] usb_init_hw: pull up d+
(bootloader) [1579871] m7_set_charging(0)
(bootloader) [1581418] m7_hw_reset_nfc
(bootloader) [1756457] m7_init_display
(bootloader) [1760077] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1762922] m7_init_display ID id0=0 id1=1
(bootloader) [1769664] m7_init_display_panelid_940067
(bootloader) [1772156] SHARP_RENESAS FULL HD panel
(bootloader) [1789589] mdp_clock_init
(bootloader) [1803327] Video Mode
(bootloader) [1826836] mipi_read_back:0 0x21000012
(bootloader) [1850345] mipi_read_back:0 0x21000012
(bootloader) [1873854] mipi_read_back:0 0x21C5002D
(bootloader) [1878237] id1= 0x5D120000, id2= 0x5D120000, id3= 0x5D2D00C5
(bootloader) [1889231] M7 sharp renesas cmd panel ID=0x940069
(bootloader) [1891121] mipi_dsi_cmds_tx_ext
(bootloader) [2029520] [CIR] m7_init_cir, enter.
(bootloader) [2031669] [CIR] m7_init_cir, end.
(bootloader) [2035621] chipset_bootmode(): reset_reason=0xF097A1CD
(bootloader) [2037082] Board_PID : 203
(bootloader) [2038714] EMEA nvram setting
(bootloader) [2043183] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [2044472] No MDATA.CFG
(bootloader) [2046241] Gyro ID = 0xA5
(bootloader) [2048006] Gyro ID = 0xD4
(bootloader) [2049811] Setting gy_type = 2
(bootloader) [2053872] reset rt5501 ret 0
(bootloader) [2057653] m7_init is finished: 20:59:10, Jul 22 2014
(bootloader) [2074775] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2076837] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2078985] valid keybox is existed
(bootloader) [2096529] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2114908] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2127204] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [2138971] chipset_bootmode(): reset_reason=0xF097A1CD
(bootloader) [2146876] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0xF097A1CD, hw_reason=0x00000000
(bootloader) [2148594] ARM11 Boot Mode: 0
(bootloader) [2150484] Platform: HBOOT-8064
(bootloader) [2410833] m7_init_backlight: panel_id=0x940069
(bootloader) [2413466] PWM ic version A2
(bootloader) [2521823] mipi_dsi_cmds_tx_ext
(bootloader) [2804488] pm8921_get_cable_status: usb_in=0, dc_in=0
(bootloader) [2807667] Boot/Recovery signature checking...
(bootloader) [2965615] TZ_HTC_SVC_HASH ret = 0
(bootloader) [2969395] pm8921_get_cable_status: usb_in=0, dc_in=0
(bootloader) [2986245] setup_tag addr=0x80600100 cmdline add=0x003BD7CC
(bootloader) [2987620] TAG:Ramdisk OK
(bootloader) [2989253] TAG:skuid 0x39828
(bootloader) [2991572] TAG:hero panel = 0x940069
(bootloader) [2993463] TAG:engineerid = 0x0
(bootloader) [2995009] TAG: PS ID = 0x0
(bootloader) [2996728] TAG: Gyro ID = 0x2
(bootloader) [2998704] TAG: Compass ID = 0x0
(bootloader) [3000852] TAG:NFC RFID 0xFFFFFFFF
(bootloader) [3015161] Device CID is super CID
(bootloader) [3016707] CID is super CID
(bootloader) [3018512] Backup CID is empty
(bootloader) [3020574] setting->cid::11111111
(bootloader) [3023066] serial number: SH36FW901207
(bootloader) [3026589] Device CID is not powerkey debounce CID
(bootloader) [3030112] Device CID is not powerkey debounce CID
(bootloader) [3039220] cmdline from boot/recovery image header: console=t
(bootloader) tyHSL0,115200,n8 androidboot.hardware=m7 user_debug=31
(bootloader) [3041712] active cmdline length = 915
(bootloader) [3043516] active commandline:
(bootloader) [3045235] poweron_status=1
(bootloader) [3046781] reset_status=0
(bootloader) [3049445] board_m7_ul.disable_uart3=0
(bootloader) [3050992] diag.enabled=0
(bootloader) [3053398] board_m7_ul.debug_uart=0
(bootloader) [3054944] userdata_sel=0
(bootloader) [3057092] androidboot.emmc=true
(bootloader) [3059584] androidboot.pagesize=2048
(bootloader) [3060529] skuid=0
(bootloader) [3061389] ddt=20
(bootloader) [3062162] ats=0
(bootloader) [3062935] dap=6
(bootloader) [3064654] androidboot.lb=0
(bootloader) [3065685] uif=S000
(bootloader) [3066630] td.sf=0
(bootloader) [3067575] td.td=0
(bootloader) [3068778] td.ofs=328
(bootloader) [3069809] td.prd=1
(bootloader) [3070841] td.dly=0
(bootloader) [3072044] td.tmo=300
(bootloader) [3073418] hlog.ofs=628
(bootloader) [3074621] un.ofs=696
(bootloader) [3076340] imc_online_log=0
(bootloader) [3079004] androidboot.efuse_info=1FSL
(bootloader) [3082269] androidboot.baseband=4T.28.3218.04
(bootloader) [3084675] androidboot.cid=11111111
(bootloader) [3086995] androidboot.devicerev=3
(bootloader) [3090518] androidboot.batt_poweron=good_battery
(bootloader) [3092838] androidboot.carrier=ALL
(bootloader) [3095329] androidboot.mid=PN0710000
(bootloader) [3097306] androidboot.hasfp=0
(bootloader) [3099110] enable_zcharge=33
(bootloader) [3101688] androidboot.keycaps=qwerty
(bootloader) [3103664] androidboot.dq=PASS
(bootloader) [3105984] androidboot.mode=normal
(bootloader) [3109164] androidboot.serialno=SH36FW901207
(bootloader) [3112257] androidboot.bootloader=1.57.0000
(bootloader) [3113460] bpht=0x3E8
(bootloader) [3114491] lscd=0x1
(bootloader) [3115694] wificd=0x2
(bootloader) [3117756] androidboot.nledhw=0
(bootloader) [3120162] androidboot.ddrmid=(0x1)
(bootloader) [3122482] acpu.footprint=FFFFFFFF
(bootloader) [3123513] abnrst=0
(bootloader) [3125318] zygote_oneshot=on
(bootloader) [3126692] kmemleak=off
(bootloader) [3128583] rpm_debug.enable=0
(bootloader) [3131075] console=ttyHSL0,115200,n8
(bootloader) [3133395] androidboot.hardware=m7
(bootloader) [3134855] user_debug=31
(bootloader) [3137175] setup_all_partition_atag:
(bootloader) [3139409] Partition[0].name=misc
(bootloader) [3141987] Partition[1].name=recovery
(bootloader) [3144221] Partition[2].name=boot
(bootloader) [3146627] Partition[3].name=system
(bootloader) [3148947] Partition[4].name=local
(bootloader) [3151267] Partition[5].name=cache
(bootloader) [3153845] Partition[6].name=userdata
(bootloader) [3156251] Partition[7].name=devlog
(bootloader) [3158571] Partition[8].name=pdata
(bootloader) [3160891] Partition[9].name=extra
(bootloader) [3163297] Partition[10].name=radio
(bootloader) [3165617] Partition[11].name=adsp
(bootloader) [3167937] Partition[12].name=dsps
(bootloader) [3170944] Partition[13].name=radio_config
(bootloader) [3173694] Partition[14].name=modem_st1
(bootloader) [3176444] Partition[15].name=modem_st2
(bootloader) [3179365] Partition[16].name=cdma_record
(bootloader) [3182115] Partition[17].name=reserve_1
(bootloader) [3184864] Partition[18].name=reserve_2
(bootloader) [3187614] Partition[19].name=reserve_3
(bootloader) [3190192] Partition[20].name=reserve
(bootloader) [3192769] Partition[21].name=control
(bootloader) [3194832] Valid partition num=22
(bootloader) [3197324] setting_get_bootmode() = 0
(bootloader) [3201104] pm8921_get_cable_status: usb_in=0, dc_in=0
(bootloader) [3207156] smem 85106000 (phy 8F206000): TZ_HTC_SVC_UPDATE_SM
(bootloader) EM ret = 0
(bootloader) [3216233] TZ_HTC_SVC_ENC ret = 0
(bootloader) [3219055] TZ_HTC_SVC_ENC ret = 0
(bootloader) [3223179] TZ_HTC_SVC_DISABLE ret = 205643776 (0xC41E000)
(bootloader) [3238927] Start Verify: 0
(bootloader) [3560227] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [3565297] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [3845386] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [3850456] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [4130554] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4135624] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [4416152] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4421222] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [4701708] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4706777] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [4988401] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [4993470] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5273556] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5278625] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5559138] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5564208] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [5844721] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [5849790] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [6129877] qup_check_OUTPUT_FIFO():TIMEOUT count = 25000, wr_
(bootloader) status:0x110, i2c_status:0x1300C8, qup_error:0x0
(bootloader) [6134946] __i2c_write_NoAddr(): 9 bytes not transmit, slave_
(bootloader) id:0x32
(bootloader) [6142879] [RUMBA_S] I2C error with module
(bootloader) [6155591] pm8921_vreg_disable function, vreg_id = 7
(bootloader) [6168366] pm8921_vreg_disable function, vreg_id = 37
(bootloader) [6191141] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [6203830] pm8921_vreg_disable function, vreg_id = 8
(bootloader) [6239331] Start Verify: 0
(bootloader) [6266823] jump_to_kernel: machine_id(4308), tags_addr(0x8060
(bootloader) 0100), kernel_addr(0x80608000)
(bootloader) [6270775] -------------------hboot boot time:6266 msec
(bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
Strange... did you tried another usb cable, another usb port, another computer? What is your adb version? What is your driver version?
alray said:
Strange... did you tried another usb cable, another usb port, another computer? What is your adb version? What is your driver version?
Click to expand...
Click to collapse
Tried with both usb 2.0 and 3.0 ports, both returned error.
I'm using the adb and fastboot drivers from this forum thread: http://forum.xda-developers.com/showthread.php?t=2588979
vic97 said:
Tried with both usb 2.0 and 3.0 ports, both returned error.
I'm using the adb and fastboot drivers from this forum thread: http://forum.xda-developers.com/showthread.php?t=2588979
Click to expand...
Click to collapse
Use USB 2.0 ports only with HTC drivers
alray said:
Use USB 2.0 ports only with HTC drivers
Click to expand...
Click to collapse
usb 2.0 port also gives me data transfer error...
vic97 said:
usb 2.0 port also gives me data transfer error...
Click to expand...
Click to collapse
Well the only thing you never answered me is if you have tried another computer or not with the appropriate HTC drivers. You might want to try this .....
Hello Fellow xdaers
i have been trying hard to find a case in XDA same as mine but i am bad at skimming content
here is my case
Twrp v2.7.1.1
no OS
i am unable to flash new version of TWRP
unable to lock the bootloader for RUU (fastboot oem lock shows me error and fail )
i am running on windows 10
kindly help me out
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 1.00.20.0315
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34MS905111
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4121mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.071s
gk ganesh said:
Hello Fellow xdaers
i have been trying hard to find a case in XDA same as mine but i am bad at skimming content
here is my case
Twrp v2.7.1.1
no OS
i am unable to flash new version of TWRP
unable to lock the bootloader for RUU (fastboot oem lock shows me error and fail )
i am running on windows 10
kindly help me out
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.44.0000
(bootloader) version-baseband: 1.00.20.0315
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main:
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA34MS905111
(bootloader) imei:
(bootloader) meid:
(bootloader) product: m7_wls
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0720000
(bootloader) cidnum: 11111111
(bootloader) battery-status: good
(bootloader) battery-voltage: 4121mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
getvar:all FAILED (status read failed (Too many links))
finished. total time: 0.071s
Click to expand...
Click to collapse
Your phone is s-off, so you DON'T need to lock your bootloader to run a RUU
dey tuuk ur juurbs
donkeykong1 said:
Your phone is s-off, so you DON'T need to lock your bootloader to run a RUU
dey tuuk ur juurbs
Click to expand...
Click to collapse
but in the guide from OMJ he says to lock the bootloader i am unable to do that
also when i run a RUU phone reboots and it enters to recovery and its nots detected in the RUU and program exits :crying:
gk ganesh said:
but in the guide from OMJ he says to lock the bootloader i am unable to do that
also when i run a RUU phone reboots and it enters to recovery and its nots detected in the RUU and program exits :crying:
Click to expand...
Click to collapse
That guide is probably for s-on devices. As I said - s-off doesn't need locked bootloader for RUU to run. Did you reboot your phone in RUU mode before flashing RUU? You need to run "fastboot oem rebooutRUU" command before running it
dey tuuk ur juurbs
donkeykong1 said:
That guide is probably for s-on devices. As I said - s-off doesn't need locked bootloader for RUU to run. Did you reboot your phone in RUU mode before flashing RUU? You need to run "fastboot oem rebooutRUU" command before running it
dey tuuk ur juurbs
Click to expand...
Click to collapse
Normally with a ruu.exe you don't need to manually reboot in ruu mode, it can be launched either from a booted OS, from bootloader or from RUU mode. I guess the hboot 1.44 and possibly windows 8 or 10 is causing the issue here
donkeykong1 said:
That guide is probably for s-on devices. As I said - s-off doesn't need locked bootloader for RUU to run. Did you reboot your phone in RUU mode before flashing RUU? You need to run "fastboot oem rebooutRUU" command before running it
dey tuuk ur juurbs
Click to expand...
Click to collapse
i tried the command it reboots the phone and i get the white htc screen and it goes to my TWRP recovery
alray said:
Normally with a ruu.exe you don't need to manually reboot in ruu mode, it can be launched either from a booted OS, from bootloader or from RUU mode. I guess the hboot 1.44 and possibly windows 8 or 10 is causing the issue here
Click to expand...
Click to collapse
how to bypass this issue kindly suggest me remedy i need to revive this phone very badly
gk ganesh said:
i tried the command it reboots the phone and i get the white htc screen and it goes to my TWRP recovery
Click to expand...
Click to collapse
I spelled it wrong - it's "fastboot oem rebootRUU"
Sorry [emoji33]
dey tuuk ur juurbs
donkeykong1 said:
I spelled it wrong - it's "fastboot oem rebootRUU"
Sorry [emoji33]
dey tuuk ur juurbs
Click to expand...
Click to collapse
i typed correctly when u said the command it gave the result same it just give me white splash screen and reboots to recovery
C:\htc one>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [ 0.041s]
finished. total time: 0.042s
gk ganesh said:
i typed correctly when u said the command it gave the result same it just give me white splash screen and reboots to recovery
C:\htc one>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [ 0.041s]
finished. total time: 0.042s
Click to expand...
Click to collapse
Then it's most likely windows 10 issue, as @alray said
dey tuuk ur juurbs
donkeykong1 said:
Then it's most likely windows 10 issue, as @alray said
dey tuuk ur juurbs
Click to expand...
Click to collapse
Unfortunately, the fastboot / windows 8 or 10 issue would have resulted in a "waiting for device" error (fastboot not seing the phone), Looks like fastboot is seeing the phone correctly but some commands are not working, like "fastboot oem lock" didn't worked (even if it was not required to relock) and "flastboot oem rebootRUU" neither. It might be a defective emmc, in many cases (like this one), the first signs of a bad emmc is the impossibility to unlock or lock the bootloader and to reboot in ruu mode. In some cases it can be confirmed with a "fastboot oem dmesg" and "fastboot oem last_dmesg". Any error containing "SD_HW_ERR", "SD WRITE FAIL" or "SD READ FAIL" are good signs of a bad emmc.
alray said:
Unfortunately, the fastboot / windows 8 or 10 issue would have resulted in a "waiting for device" error (fastboot not seing the phone), Looks like fastboot is seeing the phone correctly but some commands are not working, like "fastboot oem lock" didn't worked (even if it was not required to relock) and "flastboot oem rebootRUU" neither. It might be a defective emmc, in many cases (like this one), the first signs of a bad emmc is the impossibility to unlock or lock the bootloader and to reboot in ruu mode. In some cases it can be confirmed with a "fastboot oem dmesg" and "fastboot oem last_dmesg". Any error containing "SD_HW_ERR", "SD WRITE FAIL" or "SD READ FAIL" are good signs of a bad emmc.
Click to expand...
Click to collapse
i tried the command and there is no line regarding the SD HW err
(bootloader) [81934] Command response received: 00000900
(bootloader) [81951] erase_grpsize: 31
(bootloader) [81968] erase_grpmult: 31
(bootloader) [81984] wp_grpsize: 31
(bootloader) [82000] wp_grpen: 1
(bootloader) [82015] perm_wp: 0
(bootloader) [82030] temp_wp: 0
(bootloader) [82046] part_config: 0
(bootloader) [82062] erase_group_def: 1
(bootloader) [82078] RST_n_Function: 1
(bootloader) [82094] user_wp: 0
(bootloader) [82135] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:0
(bootloader) [82156] Command response received: 00000900
(bootloader) [82431] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:3FFDF
(bootloader) [82452] Command response received: 00000900
(bootloader) [82729] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40000
(bootloader) [82751] Command response received: 00000900
(bootloader) [83025] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40201
(bootloader) [83046] Command response received: 00000900
(bootloader) [83317] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47BB5
(bootloader) [83338] Command response received: 00000900
(bootloader) [83609] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47DB6
(bootloader) [83630] Command response received: 00000900
(bootloader) [83909] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:485B7
(bootloader) [83930] Command response received: 00000900
(bootloader) [84202] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:487B8
(bootloader) [84223] Command response received: 00000900
(bootloader) [84498] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:497B9
(bootloader) [84519] Command response received: 00000900
(bootloader) [84793] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4A7FB
(bootloader) [84814] Command response received: 00000900
(bootloader) [85097] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4CFFC
(bootloader) [85118] Command response received: 00000900
(bootloader) [85401] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4D7FD
(bootloader) [85422] Command response received: 00000900
(bootloader) [85695] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFE
(bootloader) [85716] Command response received: 00000900
(bootloader) [85998] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6C001
(bootloader) [86020] Command response received: 00000900
(bootloader) [86291] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6FFFF
(bootloader) [86312] Command response received: 00000900
(bootloader) [86594] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:80000
(bootloader) [86615] Command response received: 00000900
(bootloader) [86873] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:807FE
(bootloader) [86893] Command response received: 00000900
(bootloader) [87162] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [87183] Command response received: 00000900
(bootloader) [87464] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [87485] Command response received: 00000900
(bootloader) [87746] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [87767] Command response received: 00000900
(bootloader) [88032] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [88053] Command response received: 00000900
(bootloader) [88327] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [88348] Command response received: 00000900
(bootloader) [88628] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [88649] Command response received: 00000900
(bootloader) [88924] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [88945] Command response received: 00000900
(bootloader) [89209] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [89230] Command response received: 00000900
(bootloader) [89491] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [89512] Command response received: 00000900
(bootloader) [89785] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FEB1
(bootloader) [89805] Command response received: 00000900
(bootloader) [90067] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:9C6B2
(bootloader) [90088] Command response received: 00000900
(bootloader) [90361] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [90382] Command response received: 00000900
(bootloader) [90655] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [90676] Command response received: 00000900
(bootloader) [90967] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [90988] Command response received: 00000900
(bootloader) [91260] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [91281] Command response received: 00000900
(bootloader) [91564] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [91584] Command response received: 00000900
(bootloader) [91858] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [91878] Command response received: 00000900
(bootloader) [92136] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [92157] Command response received: 00000900
(bootloader) [92437] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [92457] Command response received: 00000900
(bootloader) [92703] check pg1fs
(bootloader) [98552] check pg2fs
(bootloader) [173569] chipset_setting_init
(bootloader) [178024] chipset_setting_init: read pid 209
(bootloader) [178058] SECURE_SMEM_STRUCT 8CF04000
(bootloader) [182376] read_simlock(1378): 6E7432F0, 4E07AFC7
(bootloader) [183029] radio_init_secure_smem(797): C9F35678, 0
(bootloader) [190234] read_simlock_password(366): EB, 95, 41, 94
(bootloader) [190271] unlock_rec[0] = 0x8CF07000
(bootloader) [193830] unlock_rec[1] = 0x8CF08000
(bootloader) [197373] simlock_passwd 0x8CF06000
(bootloader) [198887] secure_update_simlock ret = 0
(bootloader) [199535] final simlock 0
(bootloader) [200081] secure_set_simlock ret = 0
(bootloader) [200655] TZ_HTC_SVC_ENC ret = 0
(bootloader) [210163] msm_rpm_init: RPM firmware 3.0.16846690
(bootloader) [210203] MPM_SLEEP_TICK: llums
(bootloader) [210223] [SYSINFO] DDR - Hynix
(bootloader) [210246] [SYSINFO] PVS - Krait:3 Q6:Nom VDDCX:Slow
(bootloader) [210264] [SYSINFO] Vdd_dig - 0.5v
(bootloader) [210285] hw_ver_id is 207150E1
(bootloader) [210303] speed_bin is 1
(bootloader) [210325] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [210341] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [210357] [SYSINFO] PMIC version
(bootloader) [210378] PMIC revision 1: F4
(bootloader) [210399] PMIC revision 2: 6
(bootloader) [210416] pm8921_check_revision: *revision = 6F4
(bootloader) [210432] [SYSINFO] End PMIC version[210452]
(bootloader) Manufacturer ID, MID=45
(bootloader) [210469] [SYSINFO] eMMC: Sandisk 61071359 sectors 29819 MB
(bootloader) [210487] [SYSINFO] eMMC-CID: 45010053 12345678 4728C0D5 91AA
(bootloader) 307C
(bootloader) [211844] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [211873] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [212243] [FAT_ERROR] No M$-DOS partition found
(bootloader) [212262] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [212290] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [213181] [SYSINFO] SBL1: 1.010.30.A3
(bootloader) [213773] [SYSINFO] SBL2: 1.010.30.A3
(bootloader) [214362] [SYSINFO] SBL3: 1.010.30.A1
(bootloader) [214965] [SYSINFO] TZ: 1.010.30.34
(bootloader) [214982] 3.0.98.15
(bootloader) [214998] [SYSINFO] RPM: 3.0.98.15
(bootloader) [236432] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [236452] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [236475] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [236492] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [236511] [ADC] read adc channel VBAT(1):
(bootloader) [236528] pm8921_adc_calib_device start
(bootloader) [253643] pm8921_adc_calib_device end
(bootloader) [263723] [ADC] adc_code = 0x99C4, physical=4258 mV
(bootloader) [263742] [BATT] setting_check_perflock_allowance: vol_curr=4
(bootloader) 258 mV vol_limit=3550 mV
(bootloader) [263893] [THERMAL]tsens_init: Tsens init done
(bootloader) [264914] msm_thermal: CPU0 temperature is 31 C
(bootloader) [264934] [INFO][ACPU] get_pvs: ACPU PVS: Fast
(bootloader) [264953] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [265002] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [265026] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [265129] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [265174] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [265284] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [265297] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [265546] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [265564] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [265599] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [265830] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [265842] Enable hboot boot time perflock
(bootloader) [619199] --pm_check_power_on_status--[624255] pm8921_vreg_di
(bootloader) sable function, vreg_id = 19
(bootloader) [628035] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [630699] m7wls_vreg_init: enable lvs2
(bootloader) [643472] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [649229] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [653439] dzsystem: start block = 1310721; size = 3801086
(bootloader) [654470] Update EBR
(bootloader) [673623] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [677404] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [681185] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [694132] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [905898] PMIC pm8921_fix_charger_lockup
(bootloader) [908734] [ADC] read adc channel VBAT(1):
(bootloader) [921816] [ADC] adc_code = 0x997D, physical=4237 mV
(bootloader) [925769] [BATT] batt_vol=4237 mV current=500 mA FSM=3
(bootloader) [929464] PMIC PMIC charger init by user parameters
(bootloader) [931268] PMIC revision 1: F4
(bootloader) [932987] PMIC revision 2: 6
(bootloader) [938572] PMIC Restart Reason: Triggered from CHG (usb charge
(bootloader) r insertion)
(bootloader) [941321] PMIC [Batt]pm_chg_failed_clear
(bootloader) [946821] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [949313] PMIC PMIC charger init done
(bootloader) [951547] [BATT]3 cells initiated.
(bootloader) [955843] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [958936] [ADC] read adc channel BATT_ID(9):
(bootloader) [971933] [ADC] adc_code = 0x6614, physical=128 mV
(bootloader) [975026] [BATT][ERR]: cur_cell is initiated
(bootloader) [978979] [PMIC-BMS] set bms_battery_data (cell_id=2).
(bootloader) [1001537] [PMIC-BMS]BMS init OK -- ocv = 4251000
(bootloader) [1007552] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UP
(bootloader) DATE_STORAGE = 0x0
(bootloader) [1014512] radio_is_boot_from_shutdown(): 0, reset_reason=0x6
(bootloader) F656D88, hw_reason=0x00000000
(bootloader) [1017863] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1030774] [ADC] adc_code = 0x8507, physical=26 mV
(bootloader) [1033610] [ADC] read adc channel VBAT(1):
(bootloader) [1046692] [ADC] adc_code = 0x9975, physical=4234 mV
(bootloader) [1049785] [ADC] read adc channel BATT_ID(9):
(bootloader) [1062782] [ADC] adc_code = 0x6613, physical=128 mV
(bootloader) [1066133] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1079043] [ADC] adc_code = 0x8506, physical=26 mV
(bootloader) [1091976] [PMIC-BMS]P=96, adc_based_ocv=4270072, T=26
(bootloader) [1097389] [BATT] V=4234 mV, T=26 C, OCV=4251 mV, ID=128 mV,
(bootloader) P=96, FSM=3
(bootloader) [1105294] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x6F656D88, hw_reason=0x00000000
(bootloader) [1108388] skip boot up batt voltage checking
(bootloader) [1209266] E0902910 E0902E20
(bootloader) [1300410] usb_init_hw: pull up d+
(bootloader) [1731381] m7wls_set_charging(1)
(bootloader) [1733185] m7wls_hw_reset_nfc
(bootloader) [1962969] m7wls_init_display
(bootloader) [1966844] m7wls_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1969968] m7wls_init_display ID id0=0 id1=0
(bootloader) [1976964] m7wls_init_display_panelid_940065
(bootloader) [1979284] JDI_SAMSUNG FULL HD panel
(bootloader) [1996710] mdp_clock_init
(bootloader) [2018245] mipi_read_back:0 0x21000012
(bootloader) [2030740] mipi_read_back:0 0x21030014
(bootloader) [2043235] mipi_read_back:0 0x21040031
(bootloader) [2047102] id1= 0x120000, id2= 0x140003, id3= 0x310004
(bootloader) [2051398] PANEL_ID_M7_JDI_SAMSUNG_C2_2, panel ID=0x6940065
(bootloader) [2053288] mipi_dsi_cmds_tx_ext
(bootloader) [2191937] [CIR] m7wls_init_cir, enter.
(bootloader) [2194343] [CIR] m7wls_init_cir, end.
(bootloader) [2198296] chipset_bootmode(): reset_reason=0x6F656D88
(bootloader) [2199757] Board_PID : 209
(bootloader) [2204225] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [2205514] No MDATA.CFG
(bootloader) [2207282] Gyro ID = 0xB6
(bootloader) [2209048] Gyro ID = 0xD4
(bootloader) [2210853] Setting gy_type = 2
(bootloader) [2214891] m7wls_init is finished: 16:30:03, May 8 2013
(bootloader) [2231526] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2233588] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2235736] valid keybox is existed
(bootloader) [2253175] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2271787] TZ_HTC_SVC_ENC ret = 0
(bootloader) [2275740] chipset_bootmode(): reset_reason=0x6F656D88
(bootloader) [2283645] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x6F656D88, hw_reason=0x00000000
(bootloader) [2288457] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [2296190] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [2301862] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [2304783] Disable hboot boot time perflock
(bootloader) [2306502] ARM11 Boot Mode: 8
(bootloader) [2308392] Platform: HBOOT-8064
(bootloader) [2649334] m7wls_init_backlight
(bootloader) [2651980] PWM ic version A2
(bootloader) [2760652] mipi_dsi_cmds_tx_ext
(bootloader) [2862302] E0902910 E0902E20
(bootloader) [2953549] usb_init_hw: pull low d+
(bootloader) [2986685] [SD_ERR] The project does not support SD card
(bootloader) [2988317] E0902910 E0902E20
(bootloader) [3201309] <0>No USB device attached, portsc 0x8C001000
(bootloader) [3203457] <1>usbhost_start failed
(bootloader) [3704106] E0902910 E0902E20
(bootloader) [3795352] usb_init_hw: pull low d+
(bootloader) [3826970]
(bootloader) ###[ Bootloader Mode ]###
(bootloader) [3827657]
(bootloader) hboot>[3829634] m7wls_set_charging(1)
(bootloader) [4987036] usb_Vbus 0
(bootloader) [5487684] E0902910 E0902E20
(bootloader) [5578843] usb_init_hw: pull up d+
(bootloader) [5590172]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [5594125] chipset_bootmode(): reset_reason=0x6F656D88
(bootloader) [5595757]
(bootloader) USB_STS_SUSPEND
(bootloader) [5597733] m7wls_set_charging(1)
(bootloader) [5681169]
(bootloader) USB_STS_RESET
(bootloader) [5786592] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [23978717] fastboot_command:[oem last_dmesg]
(bootloader) [23980694] fb_cmd_oem:last_dmesg
(bootloader) [23984990] register_debug_console: new entry ptr=0x82600000
(bootloader) [277729100] fastboot_command:[oem last_dmesg]
(bootloader) [277731077] fb_cmd_oem:last_dmesg
(bootloader) [277735373] register_debug_console: new entry ptr=0x82600000
(bootloader) [605599737] m7wls_set_charging(0)
(bootloader) [606100727] m7wls_set_charging(1)
(bootloader) [958] m7wls_set_charging(0)
(bootloader) [501948] m7wls_set_charging(1)
(bootloader) [512527121] fastboot_command:[oem dmesg]
(bootloader) [512528668] fb_cmd_oem:dmesg
(bootloader) [512532964] register_debug_console: new entry ptr=0x82600000
OKAY [ 0.493s]
finished. total time: 0.493s
PM:
gk ganesh said:
Thanks for helping regarding my phone
i know its a long time since april i am writing back i got hooked due to exams
i searched the SD err msg but i could not find out the line err you have mentioned
in the meantime i contacted the HTC service center but they told me to revert to Stock rom with S off so they help but i am unable to do that since the i am relock bootloader
kindly guide me to revive this phone
Best Regards
Ganesh
Click to expand...
Click to collapse
As said earlier in this thread, bootloader status (locked/unlocked/re-locked) does not matters for flashing a RUU when the phone is S-OFF. It looks like your phone suffers an hardware issue or maybe a corrupt bootloader. If you are unable to get a black screen with silver HTC logo after doing "fastboot oem rebootRUU" you'll not be able to flash a RUU.
You had twrp 2.7.1.1 installed on your phone, why not trying to flash a custom rom?
Can't boot into RUU/DOWNLOAD mode .. I try to install stock ruu on the device, and I tried many times "fastboot oem rebootRUU" but still won;t boot into RUU mode. Can explain me someone or help me how to fix that ? I posted a video of my device https://www.youtube.com/watch?v=q-VqIiCKpB0
Most likely your emmc is faulty. Post the output of "fastboot oem dmesg" and "fastboot oem last_dmesg"
fastboot oem dmesg
(bootloader) [81845] Command response received: 00000900
(bootloader) [81861] erase_grpsize: 31
(bootloader) [81877] erase_grpmult: 31
(bootloader) [81892] wp_grpsize: 31
(bootloader) [81907] wp_grpen: 1
(bootloader) [81921] perm_wp: 0
(bootloader) [81936] temp_wp: 0
(bootloader) [81951] part_config: 0
(bootloader) [81966] erase_group_def: 1
(bootloader) [81982] RST_n_Function: 1
(bootloader) [81996] user_wp: 50
(bootloader) [82036] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:0
(bootloader) [82056] Command response received: 00000900
(bootloader) [82323] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:3FFDF
(bootloader) [82342] Command response received: 00000900
(bootloader) [82618] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40000
(bootloader) [82637] Command response received: 00000900
(bootloader) [82907] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:40201
(bootloader) [82926] Command response received: 00000900
(bootloader) [83198] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47BB5
(bootloader) [83217] Command response received: 00000900
(bootloader) [83493] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:47DB6
(bootloader) [83512] Command response received: 00000900
(bootloader) [83776] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:485B7
(bootloader) [83796] Command response received: 00000900
(bootloader) [84066] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:487B8
(bootloader) [84085] Command response received: 00000900
(bootloader) [84352] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:497B9
(bootloader) [84372] Command response received: 00000900
(bootloader) [84635] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4A7FB
(bootloader) [84654] Command response received: 00000900
(bootloader) [84928] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4CFFC
(bootloader) [84947] Command response received: 00000900
(bootloader) [85226] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4D7FD
(bootloader) [85245] Command response received: 00000900
(bootloader) [85524] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFE
(bootloader) [85543] Command response received: 00000900
(bootloader) [85820] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6C001
(bootloader) [85839] Command response received: 00000900
(bootloader) [86109] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:6FFFF
(bootloader) [86128] Command response received: 00000900
(bootloader) [86412] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:80000
(bootloader) [86431] Command response received: 00000900
(bootloader) [86687] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:807FE
(bootloader) [86706] Command response received: 00000900
(bootloader) [86984] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:827FF
(bootloader) [87003] Command response received: 00000900
(bootloader) [87273] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:84800
(bootloader) [87292] Command response received: 00000900
(bootloader) [87558] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E801
(bootloader) [87577] Command response received: 00000900
(bootloader) [87835] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8E80A
(bootloader) [87854] Command response received: 00000900
(bootloader) [88137] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA0B
(bootloader) [88156] Command response received: 00000900
(bootloader) [88435] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8EA2C
(bootloader) [88454] Command response received: 00000900
(bootloader) [88723] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F42E
(bootloader) [88742] Command response received: 00000900
(bootloader) [89008] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8F4AF
(bootloader) [89028] Command response received: 00000900
(bootloader) [89294] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:8FCB0
(bootloader) [89313] Command response received: 00000900
(bootloader) [89585] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:C0000
(bootloader) [89604] Command response received: 00000900
(bootloader) [90024] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARGA7FE
(bootloader) [90043] Command response received: 00000900
(bootloader) [90320] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:100000
(bootloader) [90340] Command response received: 00000900
(bootloader) [90608] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:12FFFF
(bootloader) [90627] Command response received: 00000900
(bootloader) [90906] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:138000
(bootloader) [90925] Command response received: 00000900
(bootloader) [91183] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [91202] Command response received: 00000900
(bootloader) [91478] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [91497] Command response received: 00000900
(bootloader) [91772] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [91791] Command response received: 00000900
(bootloader) [92206] check pg1fs
(bootloader) [96461] check pg2fs
(bootloader) [143187] chipset_setting_init
(bootloader) [147079] chipset_setting_init: read pid 203
(bootloader) [147118] SECURE_SMEM_STRUCT 84505000
(bootloader) [150320] read_simlock(1425): 3764988, 4F7044B5
(bootloader) [151207] radio_init_secure_smem(929): C9F35678, 1
(bootloader) [158707] read_simlock_password(398): 85, 5D, 82, 35
(bootloader) [158744] unlock_rec[0] = 0x84508000
(bootloader) [161441] unlock_rec[1] = 0x84509000
(bootloader) [164119] simlock_passwd 0x84507000
(bootloader) [165861] secure_update_simlock ret = 0
(bootloader) [166515] final simlock 0
(bootloader) [167342] secure_set_simlock ret = 0
(bootloader) [168136] TZ_HTC_SVC_ENC ret = 0
(bootloader) [174784] msm_rpm_init: RPM firmware 3.0.16848738
(bootloader) [174819] MPM_SLEEP_TICK: llums
(bootloader) [174844] [SYSINFO] DDR: Hynix
(bootloader) [174873] [SYSINFO] PVS: Krait:5 Q6:Fast VDDCX:Slow
(bootloader) [174897] [SYSINFO] Vdd_dig: 0.5v
(bootloader) [174922] hw_ver_id is 207150E1
(bootloader) [174945] speed_bin is 1
(bootloader) [174973] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [174995] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [175015] [SYSINFO] PMIC version
(bootloader) [175041] PMIC revision 1: F4
(bootloader) [175066] PMIC revision 2: 6
(bootloader) [175087] pm8921_check_revision: *revision = 6F4
(bootloader) [175107] [SYSINFO] End PMIC version[175131]
(bootloader) eMMC Manufacturer ID: 45
(bootloader) [175153] [SYSINFO] eMMC: Sandisk 61071359 sectors 29819 MB
(bootloader) [175176] [SYSINFO] eMMC-CID: 45010053 12345678 4728207F E4B7
(bootloader) 30FA
(bootloader) [176759] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [176795] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [177267] [FAT_ERROR] No M$-DOS partition found
(bootloader) [177290] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [177325] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [178218] [SYSINFO] SBL1: 1.010.30.48
(bootloader) [178813] [SYSINFO] SBL2: 1.010.30.47
(bootloader) [179387] [SYSINFO] SBL3: 1.010.30.45
(bootloader) [179986] [SYSINFO] TZ: 1.430.24.09
(bootloader) [180007] [SYSINFO] RPM: 3.0.98.23
(bootloader) [180057] val0 104 val1 62 val2 26 val3 0[180083] pm8921_rea
(bootloader) d_time: secs = 1719912, h::m:s == 21::45::12, d/m/y = 20/0/7
(bootloader) 0
(bootloader) [180106] Current time : 1970-1-20 21:45:12 UTC
(bootloader) [196079] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [196102] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [196130] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [196152] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [196176] [ADC] read adc channel VBAT(1):
(bootloader) [196196] pm8921_adc_calib_device start
(bootloader) [213319] pm8921_adc_calib_device end
(bootloader) [223404] [ADC] adc_code = 0x94BD, physical=3868 mV
(bootloader) [223429] [BATT] setting_check_perflock_allowance: vol_curr=3
(bootloader) 868 mV vol_limit=3550 mV
(bootloader) [223587] [THERMAL]tsens_init: Tsens init done
(bootloader) [224613] msm_thermal: CPU0 temperature is 35 C
(bootloader) [224639] [WARNING][ACPU] get_pvs: ACPU PVS: Unknown. Default
(bootloader) ing to slow
(bootloader) [224664] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [224722] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [224750] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [224860] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [224918] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [225042] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [225058] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [225310] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [225333] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [225373] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [225610] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [225624] Enable hboot boot time perflock
(bootloader) [578983] --pm_check_power_on_status--[585144] pm8921_vreg_di
(bootloader) sable function, vreg_id = 19
(bootloader) [588924] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [591845] m7_vreg_init: enable lvs2 for XB
(bootloader) [604619] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [610376] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [614586] dzsystem: start block = 1310721; size = 3801086
(bootloader) [615617] Update EBR
(bootloader) [634256] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [638037] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [641818] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [654766] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [876529] PMIC pm8921_fix_charger_lockup
(bootloader) [879365] [ADC] read adc channel VBAT(1):
(bootloader) [892446] [ADC] adc_code = 0x947A, physical=3849 mV
(bootloader) [896398] [BATT] batt_vol=3849 mV current=618 mA FSM=3
(bootloader) [900093] PMIC PMIC charger init by user parameters
(bootloader) [901898] PMIC revision 1: F4
(bootloader) [903616] PMIC revision 2: 6
(bootloader) [908686] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [911436] PMIC [Batt]pm_chg_failed_clear
(bootloader) [916935] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [919426] PMIC PMIC charger init done
(bootloader) [921661] [BATT]3 cells initiated.
(bootloader) [925957] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [929050] [ADC] read adc channel BATT_ID(9):
(bootloader) [942046] [ADC] adc_code = 0x704E, physical=387 mV
(bootloader) [944710] [BATT]: cur_cell is initiated
(bootloader) [948662] [PMIC-BMS] set bms_battery_data (cell_id=1).
(bootloader) [971219] [PMIC-BMS]BMS init OK -- ocv = 3816000
(bootloader) [977234] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UPD
(bootloader) ATE_STORAGE = 0x0
(bootloader) [982475] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [991583] radio_is_boot_from_shutdown(): 1, reset_reason=0xD9
(bootloader) C0033A, hw_reason=0x00000000, ocv_hw_reset=0x00000000
(bootloader) [996825] [PMIC-BMS]pm8921_bms_set_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x0
(bootloader) [1000176] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1013089] [ADC] adc_code = 0x848C, physical=27 mV
(bootloader) [1015925] [ADC] read adc channel VBAT(1):
(bootloader) [1029007] [ADC] adc_code = 0x9477, physical=3848 mV
(bootloader) [1032100] [ADC] read adc channel BATT_ID(9):
(bootloader) [1045098] [ADC] adc_code = 0x704F, physical=388 mV
(bootloader) [1048449] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1061358] [ADC] adc_code = 0x848B, physical=27 mV
(bootloader) [1074293] [PMIC-BMS]P=57, adc_based_ocv=3891136, T=27
(bootloader) [1080565] [BATT] V=3848 mV, T=27 C, OCV=3816 mV, ID=388 mV,
(bootloader) I=337 mA, P=57, FSM=3
(bootloader) [1088470] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0xD9C0033A, hw_reason=0x00000000
(bootloader) [1189345] E0902910 E0902E20
(bootloader) [1280491] usb_init_hw: pull up d+
(bootloader) [1291203] m7_set_charging(0)
(bootloader) [1292750] m7_hw_reset_nfc
(bootloader) [1523051] m7_init_display
(bootloader) [1526668] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1529536] m7_init_display ID id0=0 id1=0
(bootloader) [1536273] m7_init_display_panelid_940065
(bootloader) [1538593] JDI_SAMSUNG FULL HD panel
(bootloader) [1556022] mdp_clock_init
(bootloader) [1577559] mipi_read_back:0 0x21000012
(bootloader) [1590055] mipi_read_back:0 0x21030014
(bootloader) [1602550] mipi_read_back:0 0x21040031
(bootloader) [1606932] id1= 0xFF120000, id2= 0xFF140003, id3= 0xFF310004
(bootloader) [1611229] PANEL_ID_M7_JDI_SAMSUNG_C2_2, panel ID=0x6940065
(bootloader) [1613119] mipi_dsi_cmds_tx_ext
(bootloader) [1751511] [CIR] m7_init_cir, enter.
(bootloader) [1753659] [CIR] m7_init_cir, end.
(bootloader) [1757612] chipset_bootmode(): reset_reason=0xD9C0033A
(bootloader) [1759073] Board_PID : 203
(bootloader) [1763563] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1764852] No MDATA.CFG
(bootloader) [1766624] Gyro ID = 0xA5
(bootloader) [1768395] Gyro ID = 0xD4
(bootloader) [1770199] Setting gy_type = 2
(bootloader) [1773980] m7_init is finished: 22:11:14, Dec 2 2014
(bootloader) [1785531] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1787593] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1789741] valid keybox is existed
(bootloader) [1802033] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1814757] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1824477] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1833841] chipset_bootmode(): reset_reason=0xD9C0033A
(bootloader) [1841746] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0xD9C0033A, hw_reason=0x00000000
(bootloader) [1846558] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 91
(bootloader) 8000
(bootloader) [1854291] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching fro
(bootloader) m ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [1859962] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed c
(bootloader) hange complete
(bootloader) [1862884] Disable hboot boot time perflock
(bootloader) [1864603] ARM11 Boot Mode: 8
(bootloader) [1866493] Platform: HBOOT-8064
(bootloader) [2150783] m7_init_backlight: panel_id=0x6940065
(bootloader) [2153426] PWM ic version A2
(bootloader) [2261802] mipi_dsi_cmds_tx_ext
(bootloader) [2364747] E0902910 E0902E20
(bootloader) [2455988] usb_init_hw: pull low d+
(bootloader) [2469119] [SD_ERR] The project does not support SD card
(bootloader) [2470752] E0902910 E0902E20
(bootloader) [2683739] <0>No USB device attached, portsc 0x8C001000
(bootloader) [2685887] <1>usbhost_start failed
(bootloader) [2786528] E0902910 E0902E20
(bootloader) [2877769] usb_init_hw: pull low d+
(bootloader) [2889372]
(bootloader) ###[ Bootloader Mode ]###
(bootloader) [2890059]
(bootloader) hboot>[2891778] m7_set_charging(1)
(bootloader) [4193671] usb_Vbus 0
(bootloader) [4294312] E0902910 E0902E20
(bootloader) [4385466] usb_init_hw: pull up d+
(bootloader) [4396788]
(bootloader) ###[ Fastboot Mode ]###
(bootloader) [4400740] chipset_bootmode(): reset_reason=0xD9C0033A
(bootloader) [4402459] m7_set_charging(1)
(bootloader) [144513284]
(bootloader) USB_STS_SUSPEND
(bootloader) [144690597]
(bootloader) USB_STS_RESET
(bootloader) [144692705] USB_SPEED_HIGH
(bootloader) [144784335]
(bootloader) USB_STS_RESET
(bootloader) [144786443] USB_SPEED_HIGH
(bootloader) [144916927] usb_setupEVICE_WRITE:SET_CONFIGURATION:1
(bootloader) [144918387] Set usb_ats = 0
(bootloader) [157975222] fastboot_command:[oem dmesg]
(bootloader) [157976769] fb_cmd_oem:dmesg
(bootloader) [157981065] register_debug_console: new entry ptr=0x84500140
OKAY [ 0.080s]
finished. total time: 0.080s
fastboot oem last_dmesg
(bootloader) [91400] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:140000
(bootloader) [91420] Command response received: 00000900
(bootloader) [91702] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:4DFFFF
(bootloader) [91722] Command response received: 00000900
(bootloader) [92006] Command sent: CMD17 MCI_CMD_REG:451 MCI_ARG:61FFFF
(bootloader) [92026] Command response received: 00000900
(bootloader) [92439] check pg1fs
(bootloader) [96731] check pg2fs
(bootloader) [144091] chipset_setting_init
(bootloader) [147969] chipset_setting_init: read pid 203
(bootloader) [148008] SECURE_SMEM_STRUCT 84505000
(bootloader) [151210] read_simlock(1425): 3764988, 4F7044B5
(bootloader) [152096] radio_init_secure_smem(929): C9F35678, 1
(bootloader) [159599] read_simlock_password(398): 85, 5D, 82, 35
(bootloader) [159636] unlock_rec[0] = 0x84508000
(bootloader) [162331] unlock_rec[1] = 0x84509000
(bootloader) [165003] simlock_passwd 0x84507000
(bootloader) [166746] secure_update_simlock ret = 0
(bootloader) [167400] final simlock 0
(bootloader) [168225] secure_set_simlock ret = 0
(bootloader) [169018] TZ_HTC_SVC_ENC ret = 0
(bootloader) [175662] msm_rpm_init: RPM firmware 3.0.16848738
(bootloader) [175697] MPM_SLEEP_TICK: llums
(bootloader) [175723] [SYSINFO] DDR: Hynix
(bootloader) [175752] [SYSINFO] PVS: Krait:5 Q6:Fast VDDCX:Slow
(bootloader) [175776] [SYSINFO] Vdd_dig: 0.5v
(bootloader) [175800] hw_ver_id is 207150E1
(bootloader) [175824] speed_bin is 1
(bootloader) [175852] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [175873] [SYSINFO] 0x207150E1 CPU-1.7G PMIC-v3.0
(bootloader) [175893] [SYSINFO] PMIC version
(bootloader) [175919] PMIC revision 1: F4
(bootloader) [175945] PMIC revision 2: 6
(bootloader) [175966] pm8921_check_revision: *revision = 6F4
(bootloader) [175986] [SYSINFO] End PMIC version[176009]
(bootloader) eMMC Manufacturer ID: 45
(bootloader) [176032] [SYSINFO] eMMC: Sandisk 61071359 sectors 29819 MB
(bootloader) [176054] [SYSINFO] eMMC-CID: 45010053 12345678 4728207F E4B7
(bootloader) 30FA
(bootloader) [177637] [FAT_ERROR] fat_open_file: can not find RADIOVER.CF
(bootloader) G
(bootloader) [177672] No RADIOVER.CFG in radio image for WSD version!
(bootloader) [178145] [FAT_ERROR] No M$-DOS partition found
(bootloader) [178167] [FAT_ERROR] fat_open_file: load bpb fail(-22)
(bootloader) [178202] No OPENDSPVER.CFG in adsp image for SSD version!
(bootloader) [179095] [SYSINFO] SBL1: 1.010.30.48
(bootloader) [179688] [SYSINFO] SBL2: 1.010.30.47
(bootloader) [180260] [SYSINFO] SBL3: 1.010.30.45
(bootloader) [180858] [SYSINFO] TZ: 1.430.24.09
(bootloader) [180879] [SYSINFO] RPM: 3.0.98.23
(bootloader) [180928] val0 87 val1 62 val2 26 val3 0[180954] pm8921_read
(bootloader) _time: secs = 1719895, h::m:s == 21::44::55, d/m/y = 20/0/70
(bootloader) [180976] Current time : 1970-1-20 21:44:55 UTC
(bootloader) [197283] pm8921_vreg_disable function, vreg_id = 27
(bootloader) [197307] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [197335] pm8921_vreg_disable function, vreg_id = 35
(bootloader) [197356] pm8921_vreg_disable function, vreg_id = 9
(bootloader) [197380] [ADC] read adc channel VBAT(1):
(bootloader) [197401] pm8921_adc_calib_device start
(bootloader) [214526] pm8921_adc_calib_device end
(bootloader) [224610] [ADC] adc_code = 0x94C8, physical=3871 mV
(bootloader) [224635] [BATT] setting_check_perflock_allowance: vol_curr=3
(bootloader) 871 mV vol_limit=3550 mV
(bootloader) [224792] [THERMAL]tsens_init: Tsens init done
(bootloader) [225818] msm_thermal: CPU0 temperature is 35 C
(bootloader) [225843] [WARNING][ACPU] get_pvs: ACPU PVS: Unknown. Default
(bootloader) ing to slow
(bootloader) [225868] [INFO][ACPU] acpuclk_8064_init: Max ACPU freq: 1512
(bootloader) 000 KHz
(bootloader) [225925] [DEBUG][ACPU] hfpll_init: Initializing HFPLL4
(bootloader) [225954] [WARNING][ACPU] hfpll_enable: This regulator hfpll_
(bootloader) l2 (40) is LVS type, APPS cannot control it.
(bootloader) [226063] [DEBUG][ACPU] hfpll_init: Initializing HFPLL0
(bootloader) [226121] [WARNING][ACPU] hfpll_enable: This regulator hfpll0
(bootloader) (40) is LVS type, APPS cannot control it.
(bootloader) [226245] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 918
(bootloader) 000
(bootloader) [226261] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 1512000 KHz -> 918000 KHz
(bootloader) [226511] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [226534] [INFO][ACPU] acpuclk_set_rate: Set cpu0 rate to 151
(bootloader) 2000
(bootloader) [226574] [DEBUG][ACPU] acpuclk_8064_set_rate: Switching from
(bootloader) ACPU0 rate 918000 KHz -> 1512000 KHz
(bootloader) [226814] [DEBUG][ACPU] acpuclk_8064_set_rate: ACPU0 speed ch
(bootloader) ange complete
(bootloader) [226828] Enable hboot boot time perflock
(bootloader) [580188] --pm_check_power_on_status--[586382] pm8921_vreg_di
(bootloader) sable function, vreg_id = 19
(bootloader) [590162] pm8921_vreg_disable function, vreg_id = 24
(bootloader) [593084] m7_vreg_init: enable lvs2 for XB
(bootloader) [605857] pm8921_vreg_disable function, vreg_id = 16
(bootloader) [611614] start block/size of [dzsystem] is different to [sys
(bootloader) tem]. Sync it.
(bootloader) [615825] dzsystem: start block = 1310721; size = 3801086
(bootloader) [616855] Update EBR
(bootloader) [635486] pm8921_vreg_disable function, vreg_id = 15
(bootloader) [639267] pm8921_vreg_disable function, vreg_id = 17
(bootloader) [643048] pm8921_vreg_disable function, vreg_id = 14
(bootloader) [655995] pm8921_vreg_disable function, vreg_id = 13
(bootloader) [877761] PMIC pm8921_fix_charger_lockup
(bootloader) [880597] [ADC] read adc channel VBAT(1):
(bootloader) [893680] [ADC] adc_code = 0x9481, physical=3851 mV
(bootloader) [897632] [BATT] batt_vol=3851 mV current=647 mA FSM=3
(bootloader) [901327] PMIC PMIC charger init by user parameters
(bootloader) [903132] PMIC revision 1: F4
(bootloader) [904850] PMIC revision 2: 6
(bootloader) [909920] PMIC Restart Reason: Triggered from KPD (power key
(bootloader) press)
(bootloader) [912669] PMIC [Batt]pm_chg_failed_clear
(bootloader) [918169] PMIC [Batt] pm8921_chg_hw_init: FSM=3 after clear c
(bootloader) hg fail bit
(bootloader) [920661] PMIC PMIC charger init done
(bootloader) [922895] [BATT]3 cells initiated.
(bootloader) [927191] [PMIC-BMS]r_sense=10 temp_channel=8 id_channel=9
(bootloader) [930284] [ADC] read adc channel BATT_ID(9):
(bootloader) [943282] [ADC] adc_code = 0x7050, physical=388 mV
(bootloader) [945945] [BATT]: cur_cell is initiated
(bootloader) [949898] [PMIC-BMS] set bms_battery_data (cell_id=1).
(bootloader) [972460] [PMIC-BMS]BMS init OK -- ocv = 3903000
(bootloader) [978475] [PMIC-BMS]pm8921_bms_read_ocv_updated_flag: OCV_UPD
(bootloader) ATE_STORAGE = 0x2
(bootloader) [983716] [PMIC-BMS]pm8921_bms_get_ocv_flag: OCV_UPDATE_STORA
(bootloader) GE = 0x2
(bootloader) [992824] radio_is_boot_from_shutdown(): 0, reset_reason=0x77
(bootloader) 6655AA, hw_reason=0x00000000, ocv_hw_reset=0x00000002
(bootloader) [996176] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1009088] [ADC] adc_code = 0x84D9, physical=27 mV
(bootloader) [1011924] [ADC] read adc channel VBAT(1):
(bootloader) [1025007] [ADC] adc_code = 0x9480, physical=3850 mV
(bootloader) [1028100] [ADC] read adc channel BATT_ID(9):
(bootloader) [1041095] [ADC] adc_code = 0x7050, physical=388 mV
(bootloader) [1044446] [ADC] read adc channel BATT_THERM(8):
(bootloader) [1057358] [ADC] adc_code = 0x84D9, physical=27 mV
(bootloader) [1070294] [PMIC-BMS]P=58, adc_based_ocv=3895440, T=27
(bootloader) [1076566] [BATT] V=3850 mV, T=27 C, OCV=3903 mV, ID=388 mV,
(bootloader) I=355 mA, P=58, FSM=3
(bootloader) [1084471] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x776655AA, hw_reason=0x00000000
(bootloader) [1185346] E0902910 E0902E20
(bootloader) [1276491] usb_init_hw: pull up d+
(bootloader) [1287204] m7_set_charging(0)
(bootloader) [1288750] m7_hw_reset_nfc
(bootloader) [1519086] m7_init_display
(bootloader) [1522702] m7_init_display ID LCD_ID0=20 LCD_ID1=43
(bootloader) [1525571] m7_init_display ID id0=0 id1=0
(bootloader) [1532308] m7_init_display_panelid_940065
(bootloader) [1534628] JDI_SAMSUNG FULL HD panel
(bootloader) [1552056] mdp_clock_init
(bootloader) [1573593] mipi_read_back:0 0x21000012
(bootloader) [1586088] mipi_read_back:0 0x21030014
(bootloader) [1598584] mipi_read_back:0 0x21040031
(bootloader) [1602966] id1= 0xFF120000, id2= 0xFF140003, id3= 0xFF310004
(bootloader) [1607262] PANEL_ID_M7_JDI_SAMSUNG_C2_2, panel ID=0x6940065
(bootloader) [1609153] mipi_dsi_cmds_tx_ext
(bootloader) [1747548] [CIR] m7_init_cir, enter.
(bootloader) [1749696] [CIR] m7_init_cir, end.
(bootloader) [1753649] chipset_bootmode(): reset_reason=0x776655AA
(bootloader) [1755110] Board_PID : 203
(bootloader) [1759578] [FAT_ERROR] fat_open_file: can not find MDATA.CFG
(bootloader) [1760867] No MDATA.CFG
(bootloader) [1762636] Gyro ID = 0xA5
(bootloader) [1764402] Gyro ID = 0xD4
(bootloader) [1766206] Setting gy_type = 2
(bootloader) [1769987] m7_init is finished: 22:11:14, Dec 2 2014
(bootloader) [1781704] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1783766] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1785914] valid keybox is existed
(bootloader) [1798232] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1810933] TZ_HTC_SVC_ENC ret = 0
(bootloader) [1820647] radio_update_drm_config: read pg2fs_dapkey len (0)
(bootloader) failed
(bootloader) [1830011] chipset_bootmode(): reset_reason=0x776655AA
(bootloader) [1837916] radio_boot_mode() poweron_status=0x00000001, reset
(bootloader) _reason=0x776655AA, hw_reason=0x00000000
(bootloader) [1839634] ARM11 Boot Mode: 0
(bootloader) [1841525] Platform: HBOOT-8064
(bootloader) [2134981] m7_init_backlight: panel_id=0x6940065
(bootloader) [2137616] PWM ic version A2
(bootloader) [2245976] mipi_dsi_cmds_tx_ext
(bootloader) [2249849]
(bootloader) ###[ RAMDUMP Mode ]###
(bootloader) [2262970] ramdump_show_rst_msg: Powerkey Hard Reset - SW
(bootloader) [2266406] ramdump_show_rst_msg: IMEM: 0x776655AA
(bootloader) [2269930] ramdump_show_rst_msg: PMIC: RESIN_N (0)
(bootloader) [2748633] Boot/Recovery signature checking...
(bootloader) [2915362] TZ_HTC_SVC_HASH ret = 0
(bootloader) [2933283] setup_tag addr=0x80600100 cmdline add=0x0038164C
(bootloader) [2934658] TAG:Ramdisk OK
(bootloader) [2936291] TAG:skuid 0x34C0B
(bootloader) [2938696] TAG:hero panel = 0x6940065
(bootloader) [2940587] TAG:engineerid = 0x0
(bootloader) [2942133] TAG: PS ID = 0x0
(bootloader) [2943852] TAG: Gyro ID = 0x2
(bootloader) [2956727] Device CID is not super CID
(bootloader) [2958188] CID is CWS__001
(bootloader) [2960250] setting->cid::CWS__001
(bootloader) [2962742] serial number: HT34SW903283
(bootloader) [2981884] cmdline from boot/recovery image header: console=t
(bootloader) tyHSL0,115200,n8 androidboot.hardware=m7 user_debug=31
(bootloader) [2984375] active cmdline length = 887
(bootloader) [2986180] active commandline:
(bootloader) [2987898] poweron_status=1
(bootloader) [2989445] reset_status=0
(bootloader) [2992109] board_m7_ul.disable_uart3=0
(bootloader) [2993655] diag.enabled=0
(bootloader) [2996061] board_m7_ul.debug_uart=0
(bootloader) [2997608] userdata_sel=0
(bootloader) [2999756] androidboot.emmc=true
(bootloader) [3002248] androidboot.pagesize=2048
(bootloader) [3003193] skuid=0
(bootloader) [3004052] ddt=20
(bootloader) [3004826] ats=0
(bootloader) [3005599] dap=6
(bootloader) [3007317] androidboot.lb=1
(bootloader) [3008349] uif=i000
(bootloader) [3009294] td.sf=0
(bootloader) [3010239] td.td=0
(bootloader) [3011442] td.ofs=328
(bootloader) [3012473] td.prd=1
(bootloader) [3013504] td.dly=0
(bootloader) [3014707] td.tmo=300
(bootloader) [3016082] hlog.ofs=628
(bootloader) [3017285] un.ofs=696
(bootloader) [3019003] imc_online_log=0
(bootloader) [3021667] androidboot.efuse_info=5FSL
(bootloader) [3024932] androidboot.baseband=4T.30.3218.21
(bootloader) [3027338] androidboot.cid=CWS__001
(bootloader) [3029658] androidboot.devicerev=3
(bootloader) [3033181] androidboot.batt_poweron=good_battery
(bootloader) [3035501] androidboot.carrier=ATT
(bootloader) [3037993] androidboot.mid=PN0712000
(bootloader) [3040571] androidboot.keycaps=qwerty
(bootloader) [3042547] androidboot.dq=PASS
(bootloader) [3044867] androidboot.mode=normal
(bootloader) [3048046] androidboot.serialno=HT34SW903283
(bootloader) [3051140] androidboot.bootloader=1.54.0000
(bootloader) [3052171] lscd=0x1
(bootloader) [3053374] wificd=0x1
(bootloader) [3055436] androidboot.nledhw=0
(bootloader) [3057842] androidboot.ddrmid=(0x6)
(bootloader) [3060162] acpu.footprint=FF050505
(bootloader) [3061193] abnrst=0
(bootloader) [3063169] bootreason=powerkey
(bootloader) [3065060] zygote_oneshot=off
(bootloader) [3066434] kmemleak=off
(bootloader) [3068325] rpm_debug.enable=0
(bootloader) [3070817] console=ttyHSL0,115200,n8
(bootloader) [3073137] androidboot.hardware=m7
(bootloader) [3074597] user_debug=31
(bootloader) [3076917] setup_all_partition_atag:
(bootloader) [3079152] Partition[0].name=misc
(bootloader) [3081729] Partition[1].name=recovery
(bootloader) [3083963] Partition[2].name=boot
(bootloader) [3086369] Partition[3].name=system
(bootloader) [3088689] Partition[4].name=local
(bootloader) [3091009] Partition[5].name=cache
(bootloader) [3093587] Partition[6].name=userdata
(bootloader) [3095993] Partition[7].name=devlog
(bootloader) [3098313] Partition[8].name=pdata
(bootloader) [3100633] Partition[9].name=extra
(bootloader) [3103039] Partition[10].name=radio
(bootloader) [3105359] Partition[11].name=adsp
(bootloader) [3107679] Partition[12].name=dsps
(bootloader) [3110686] Partition[13].name=radio_config
(bootloader) [3113436] Partition[14].name=modem_st1
(bootloader) [3116186] Partition[15].name=modem_st2
(bootloader) [3119107] Partition[16].name=cdma_record
(bootloader) [3121857] Partition[17].name=reserve_1
(bootloader) [3124606] Partition[18].name=reserve_2
(bootloader) [3127356] Partition[19].name=reserve_3
(bootloader) [3129934] Partition[20].name=reserve
(bootloader) [3131996] Valid partition num=21
(bootloader) [3134488] setting_get_bootmode() = 0
(bootloader) [3141940] smem 84505000 (phy 8F205000): TZ_HTC_SVC_UPDATE_SM
(bootloader) EM ret = 0
(bootloader) [3147588] TZ_HTC_SVC_ENC ret = 0
(bootloader) [3150048] Start Verify: 0
(bootloader) [3212938] TZ_HTC_SVC_ENC ret = 0
(bootloader) [3217063] TZ_HTC_SVC_DISABLE ret = 205643776 (0xC41E000)
(bootloader) [3226388] Start Verify: 0
(bootloader) [3263588] [RUMBA_S] firmware version: 3-46-43-33-0-0-0-0
(bootloader) [3267885] [RUMBA_S] ondevice version: 3-46-43-33-4-28-A4-0
(bootloader) [3271923] [RUMBA_S] firmware version already up-to-date
(bootloader) [3284636] pm8921_vreg_disable function, vreg_id = 7
(bootloader) [3297412] pm8921_vreg_disable function, vreg_id = 37
(bootloader) [3320187] pm8921_vreg_disable function, vreg_id = 34
(bootloader) [3332876] pm8921_vreg_disable function, vreg_id = 8
(bootloader) [3359110] jump_to_kernel: machine_id(4308), tags_addr(0x8060
(bootloader) 0100), kernel_addr(0x80608000)
(bootloader) [3363063] -------------------hboot boot time:3359 msec
(bootloader) [3366757]
(bootloader) Boot info:
(bootloader) Last boot reason: powerkey
(bootloader) [8] check_ramlog_region: Backup last hboot ramlog.
OKAY [ 0.080s]
finished. total time: 0.080s