Showing posts with label hardbrick. Show all posts
Showing posts with label hardbrick. Show all posts

Friday, 22 July 2016

Xperia Z3 Hardbrick (blinking red led)



So my Z3 is super dead, when power button is pressed for 5 sec the led blinks in red. Does anybody know how to repair it? Im also looking for the testpoint location and emergency flash files but no luck.



Saturday, 2 July 2016

Another HTC One A9 hard-brick



Hi, guys.
I have HTC One A9 Sprint hard-bricked as "Qualcomm HS-USB QDLoader 9008" black screen and not visible in adb/fastboot
fastboot getvar all (before it bricked)



e:\HTC One A9>fastboot getvar all
(bootloader) kernel: lk
(bootloader) product: htc_hiaewhl
(bootloader) version: 1.0
(bootloader) imei: 9900057********
(bootloader) version-main: 1.57.651.1
(bootloader) boot-mode: download
(bootloader) version-baseband: 1.1.C00033.1@60108
(bootloader) version-bootloader: 1.0.0.0000
(bootloader) mid: 2PQ930000
(bootloader) cid: SPCS_001
all:
finished. total time: 0.024s


At first I had new phone with Spint-locked sim.
I unlocked bootloader (via htcdev.com), installed twrp and supersu and unlocked sim using this manual.
Then I decided to updare firmware, returned stock recovery



adb reboot-bootloader
fastboot oem rebootRUU
fastboot flash system system.img
fastboot reboot-bootloader
fastboot oem rebootRUU
fastboot flash zip firmware.zip


where firmware.zip I made by decrypting RUU firmware and manually zipping it (it was a mistake!)




aboot_signed.img 819*664 09.01.2016 18:24 -a--
adsp.img 7*885*824 09.01.2016 17:59 -a--
android-info.txt 725 10.01.2016 14:20 -a--
android-info2.txt 75 10.01.2016 14:20 -a--
apppreload.img 304*087*040 09.01.2016 18:17 -a--
backup_android-info.txt 725 10.01.2016 14:24 -a--
boot_signed.img 55*786*981 09.01.2016 18:24 -a--
cmnlib32.img 164*334 09.01.2016 17:59 -a--
cota.img 62*914*560 09.01.2016 18:17 -a--
dsp.img 16*777*216 09.01.2016 17:59 -a--
dzdata_16g.hdr 12*864 09.01.2016 18:16 -a--
dzdata_16g.img 789*568 09.01.2016 18:16 -a--
dzdata_32g.hdr 20*368 09.01.2016 18:17 -a--
dzdata_32g.img 1*079*184 09.01.2016 18:17 -a--
fsc.img 1*024 09.01.2016 17:59 -a--
gpt_main_16g.img 17*408 09.01.2016 17:49 -a--
gpt_main_32g.img 17*408 09.01.2016 17:49 -a--
hosd_signed.img 59*008*485 09.01.2016 18:24 -a--
hyp-8952-1.img 73*746 09.01.2016 17:59 -a--
keymaster.img 151*462 09.01.2016 17:59 -a--
partition_info 1*431 09.01.2016 17:49 -a--
pg2fs_ship_signkey.img 3*388 09.01.2016 17:59 -a--
radio.img 45*868*032 10.01.2016 14:20 -a--
recovery_signed.img 57*261*545 09.01.2016 18:24 -a--
rfg_1.img 143*872 10.01.2016 14:20 -a--
rfg_2.img 1*048*576 10.01.2016 14:20 -a--
rpm-8952-1.img 168*340 09.01.2016 17:59 -a--
sbl1-8952-1.img 337*010 09.01.2016 17:59 -a--
sensor_hub.img 467*368 09.01.2016 17:59 -a--
splash1.nb0 4*194*304 10.01.2016 14:20 -a--
tp_SYN3708.img 203*052 09.01.2016 17:59 -a--
tz-8952-1.img 628*566 09.01.2016 17:59 -a--
wcnss.img 4*641*792 09.01.2016 17:59 -a--



the output of last command:




e:\HTC One A9\DECrypt\OUT\system>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.021s]
finished. total time: 0.022s

e:\HTC One A9\DECrypt\OUT\system>fastboot oem rebootRUU
...
OKAY [ 0.033s]
finished. total time: 0.033s

e:\HTC One A9\DECrypt\OUT\system>fastboot flash zip firmware.zip
target reported max download size of 800000000 bytes
sending 'zip' (103954 KB)...
OKAY [ 5.150s]
writing 'zip'...
(bootloader) HOSD CL#688951
(bootloader) GPT is up-to-dated. [17408]
(bootloader) Perform pre-update
(bootloader) ERR ZIP signature checking failed...
(bootloader) ERR [SD_UPDATE_ERR] Not allow flash image except boot/recov
(bootloader) ery/system
(bootloader) ERR [SD_UPDATE_ERR] sddownload failed: 14
(bootloader) ERR Update zip file failed.
(bootloader) Update zip file OK
(bootloader) ERR ZIP ERROR CODE, 14
(bootloader) end@Done
FAILED (remote: 14 RU_ZIP_INFO_ERROR android-info missing or malformed )
finished. total time: 10.067s

e:\HTC One A9\DECrypt\OUT\system>fastboot flash zip firmware.zip
target reported max download size of 800000000 bytes
sending 'zip' (609941 KB)...
OKAY [ 25.380s]
writing 'zip'...
(bootloader) HOSD CL#688951
(bootloader) update GPT (gpt_main_32g.img) successfully.
(bootloader) Perform pre-update
(bootloader) ERR ZIP signature checking failed...
(bootloader) ERR [SD_UPDATE_ERR] Not allow flash image except boot/recov
(bootloader) ery/system
(bootloader) ERR [SD_UPDATE_ERR] sddownload failed: 14
(bootloader) ERR Update zip file failed.
(bootloader) Update zip file OK
(bootloader) ERR ZIP ERROR CODE, 14
(bootloader) end@Done
FAILED (remote: 14 RU_ZIP_INFO_ERROR android-info missing or malformed )
finished. total time: 43.967s

e:\HTC One A9\DECrypt\OUT\system>adb reboot
error: device not found

e:\HTC One A9\DECrypt\OUT\system>fastboot reboot-bootloader
rebooting into bootloader...
OKAY [ 0.003s]
finished. total time: 0.004s



Now phone has black screen and never turns on.
In QPST
Is there any chance of recovery or phone is comletely dead?