I can't dump partitions with EDL.
1) I installed Qualcomm 9008 drivers. I had to boot Windows 10 with "no signature check" to be able to use this driver, otherwise it shows with the exclamation mark in the Device manager.
2) Installed that UsbDkController and it shows the PID 9008 device just fine.
3) I put the Onyx into EDL mode via adb, and try this code, but says "Unknown mode, aborting":
Code:
$ ... python edl.py --loader=prog_emmc_ufs_firehose_Sdm636_ddr.elf
Qualcomm Sahara / Firehose Client V3.52 (c) B.Kerler 2018-2021.
main
main - [LIB]: Please first install libusb_win32 driver from Zadig
main - Using loader prog_emmc_ufs_firehose_Sdm636_ddr.elf ...
main - Waiting for the device
main - Device detected :)
main - Unknown mode. Aborting.
Can I fix this somehow?