can't use any command
jsut like this ,is anything rong ?
`edl
Qualcomm Sahara / Firehose Client V3.60 (c) B.Kerler 2018-2022.
main - Trying with no loader given ...
main - Waiting for the device
main - Device detected :)
sahara - Protocol version: 2.1
main - Mode detected: sahara
sahara -
HWID: 0x007050e100000000 (MSM_ID:0x007050e1,OEM_ID:0x0000,MODEL_ID:0x0000) CPU detected: "MSM8916" PK_HASH: 0xcc3153a80293939b90d02d3bf8b23e0292e452fef662c74998421adad42a380f Serial: 0x1c025827
sahara - Possibly unfused device detected, so any loader should be fine...
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/cyanogen/007050e100000000_d36c6073c9c2cb1c_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/cyanogen/007050e100000000_4614048173062ae4_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/cyanogen/007050e100000000_4e3eefa63a67eb7a_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/lenovo_motorola/007050e100000000_99c8c13e374c34d8_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/lyf/007050e100000000_394a2e47cf830150_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/longcheer/007050e100000000_3022817d373fd7f9_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/xiaomi/007050e100000000_278448179ac756a1_fhprg_peek.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/xiaomi/007050e100000000_50838757eab7c632_fhprg_peek_wt88047.bin
sahara - Possible loader available: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/qualcomm/factory/msm8916/007050e100000000_8ecf3eaa03f772e2_fhprg_peek.bin
sahara - Trying loader: /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/cyanogen/007050e100000000_d36c6073c9c2cb1c_fhprg_peek.bin
sahara - Protocol version: 2.1
sahara - Uploading loader /usr/local/lib/python3.6/dist-packages/edlclient-3.60-py3.6.egg/edlclient/../Loaders/cyanogen/007050e100000000_d36c6073c9c2cb1c_fhprg_peek.bin ...
sahara - 32-Bit mode detected.
sahara - Firehose mode detected, uploading...
sahara - Loader successfully uploaded.
edl ➤ edl printgpt
Qualcomm Sahara / Firehose Client V3.60 (c) B.Kerler 2018-2022.
main - Trying with no loader given ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: firehose
main - Trying to connect to firehose loader ...
firehose - logbuf@0x0801CDB8 fh@0x08019C20
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 !
edl ➤ `
I have a msm8916 device too, same error/problem when using edl 3.60 version, but revert to edl 3.53, command, for example edl secureboot, It works!
edl 3.60: https://pastebin.com/p5qDhrNs edl 3.53: https://pastebin.com/6j4DNfX6
I have a msm8916 device too, same error/problem when using edl 3.60 version, but revert to edl 3.53, command, for example
edl secureboot, It works!edl 3.60: https://pastebin.com/p5qDhrNs edl 3.53: https://pastebin.com/6j4DNfX6
ok i will have a try thanks
Does it mean it just hangs ? Can you provide a full debug log ?
Does it mean it just hangs ? Can you provide a full debug log ?
Just like upstairs yjun123 said I used edl 3.53 it's ok ,the latest version is not ok
Experiencing the same issue with an MSM8909 device. Last 'good' commit is: d5ff2d474a185a0c0df09c74dfa24eb7cfe6e9e5 - anything after that drops out as described above.
Experiencing the same issue with an MSM8909 device. Last 'good' commit is: d5ff2d4 - anything after that drops out as described above.
OK thank you very much
I am also experiencing a hanging application
pi@raspberrypi:~/bayer/edl $ edl
Capstone library is missing (optional).
Keystone library is missing (optional).
Qualcomm Sahara / Firehose Client V3.60 (c) B.Kerler 2018-2022.
main - Trying with no loader given ...
main - Waiting for the device
main - Device detected :)
main - Mode detected: sahara
hangs afterwards.
to fix this I did the following in the cloned repo
git reset --hard d5ff2d474a185a0c0df09c74dfa24eb7cfe6e9e5
python setup.py build
sudo python setup.py install
to fix this I did the following in the cloned repo
git reset --hard d5ff2d474a185a0c0df09c74dfa24eb7cfe6e9e5 python setup.py build sudo python setup.py install
This worked for me, thanks.
Same issue here with MSM8937 which is fixed with the reversion of the commit
Maaaaan I can't thank you enough for this!!!!! This fixed my issue as well
git reset --hard d5ff2d474a185a0c0df09c74dfa24eb7cfe6e9e5 python setup.py build sudo python setup.py install