MTK bypass issue
MTK bypass issue
(12-02-2023, 11:47 AM)yereyira i've been trying to flash my tecno phone to solve a boot loop for the past ~3 hours and i ended up getting stuck on this error, what should i do?
PS C:\Users\Pax\Downloads\bypass_utility-master> py -3 main.py
[2023-02-12 05:37:09.432607] Waiting for device
[2023-02-12 05:37:09.432607] Found device = 0e8d:20ff
Traceback (most recent call last):
File "C:\Users\Pax\Downloads\bypass_utility-master\main.py", line 237, in <module>
main()
File "C:\Users\Pax\Downloads\bypass_utility-master\main.py", line 40, in main
device = Device().find()
^^^^^^^^^^^^^^^
File "C:\Users\Pax\Downloads\bypass_utility-master\src\device.py", line 109, in find
self.ep_in = usb.util.find_descriptor(cdc_if, custom_match=lambda x: usb.util.endpoint_direction(x.bEndpointAddress) == usb.util.ENDPOINT_IN)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Pax\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\util.py", line 192, in find_descriptor
return _interop._next(desc_iter(**args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Pax\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\_interop.py", line 68, in _next
return next(iter)
^^^^^^^^^^
File "C:\Users\Pax\AppData\Local\Programs\Python\Python311\Lib\site-packages\usb\util.py", line 183, in desc_iter
for d in desc:
TypeError: 'NoneType' object is not iterable