I'm trying to access EDL on an Alcatel Goflip 3 - 4044O. I'm using Windows, and I basically followed all the steps at
Qualcomm Sahara / Firehose Client (c) B.Kerler 2018-2019.
Using loader firehose.mbn ...
Waiting for the device
.....................
........Device detected :)
Mode detected: Sahara
------------------------
HWID: 0x009600e100420024 (MSM_ID:0x009600e1,OEM_ID:0x0042,MODEL_ID:0x0024)
PK_HASH: 0x5b4e559e6e66d5ba8be6267cd83376eb2eb3717d1dd3436a6390165b0c78cc7b
Serial: 0x1547df25
SBL Version: 0x00000000
Successfully uploaded programmer :)
Traceback (most recent call last):
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\usb\_interop.py", line 94, in as_array
return array.array('B', data)
TypeError: cannot use a str to initialize an array with typecode 'B'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts\edl.py", line 419, in <module>
main()
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts\edl.py", line 191, in main
info=fh.connect(0)
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts\Library\firehose.py", line 337, in connect
rsp=self.xmlsend(data)
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts\Library\firehose.py", line 66, in xmlsend
self.cdc.write(data,self.cfg.MaxXMLSizeInBytes)
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts\Library\usb.py", line 61, in write
self.device.write(self.EP_OUT,command[pos:pos+pktsize])
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\usb\core.py", line 981, in write
_interop.as_array(data),
File "C:\Users\Elazar Elisheva\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\usb\_interop.py", line 99, in as_array
a.fromstring(data) # deprecated since 3.2
AttributeError: 'array.array' object has no attribute 'fromstring'
Many thanks!
EG