View Single Post
Old 12-10-2022, 04:07 PM   #59
denisuu
Zealot
denisuu has learned how to buy an e-book online
 
denisuu's Avatar
 
Posts: 120
Karma: 90
Join Date: Dec 2018
Device: Onyx Leaf 2 (White)
Ok I found the exact sequence to get into EDL every time with the Qualcomm cable.

Power on the device, let go of the power-button. Keep holding volume down and the button on the cable for about 10 to 15 seconds, the moment you release it will be in 9008 mode.

It really annoys me this one doesn't work, it has both QCM_AGATTI and QCS_AGATTI.

0014d0e100000000_1bebe3863a6781db_fhprg.bin

Code:
PS C:\> .\qcomview.exe 0014d0e100000000_1bebe3863a6781db_fhprg.bin
QCA6390
QCM_AGATTI
QCM_KAMORTA
QCS605
QCS_AGATTI
...
Edit: I'm going to try this loader through the Python EDL tool on my Linux laptop.

Code:
[denisuu@BLOOGLET edl]$ python edl --loader=0014d0e100000000_1bebe3863a6781db_fhprg.bin printgpt
Capstone library is missing (optional).
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.60 (c) B.Kerler 2018-2022.
main - Using loader 0014d0e100000000_1bebe3863a6781db_fhprg.bin ...
main - Waiting for the device
main - Device detected :)
sahara - Protocol version: 2, Version supported: 1
main - Mode detected: sahara
sahara - 
------------------------
HWID:              0x001860e100000000 (MSM_ID:0x001860e1,OEM_ID:0x0000,MODEL_ID:0x0000)
Unknown CPU, please send log as issue to https://github.com/bkerler/edl
PK_HASH:    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Serial:     XXXXXXXXX

sahara - Protocol version: 2, Version supported: 1
sahara - Uploading loader 0014d0e100000000_1bebe3863a6781db_fhprg.bin ...
sahara - 64-Bit mode detected.
sahara - Firehose mode detected, uploading...
sahara - Loader successfully uploaded.
main - Trying to connect to firehose loader ...
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
firehose_client
firehose_client - [LIB]: No --memory option set, we assume "eMMC" as default ..., if it fails, try using "--memory" with "UFS","NAND" or "spinor" instead !
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
firehose - TargetName=
firehose - MemoryName=eMMC
firehose - Version=
firehose - Trying to read first storage sector...
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
DeviceClass - USBError(19, 'No such device (it may have been disconnected)')
...
At least it says 'Loader successfully uploaded' until it start scrolling USBError to infinity and beyond.

Last edited by denisuu; 12-10-2022 at 05:07 PM.
denisuu is offline   Reply With Quote