[Please help] Using MTK Bypass Tool
[Please help] Using MTK Bypass Tool
(26-07-2022, 08:42 PM)Greasy I've got everything set up so that the MTK bypass python application should disable my Nokia 2.4 protection (ta-1277 mtx6765)
The device is detected, however this is my output when attempting the bypass.
py -3 main.py
>>
[2022-07-26 12:28:43.319920] Waiting for device
[2022-07-26 12:28:43.320921] Found device = 0e8d:201c
Traceback (most recent call last):
File "C:\Users\badcab\Desktop\bypass_utility-master\main.py", line 237, in <module>
main()
File "C:\Users\badcab\Desktop\bypass_utility-master\main.py", line 40, in main
device = Device().find()
File "C:\Users\badcab\Desktop\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\badcab\AppData\Local\Programs\Python\Python39\lib\site-packages\usb\util.py", line 192, in find_descriptor
return _interop._next(desc_iter(**args))
File "C:\Users\badcab\AppData\Local\Programs\Python\Python39\lib\site-packages\usb\_interop.py", line 68, in _next
return next(iter)
File "C:\Users\badcab\AppData\Local\Programs\Python\Python39\lib\site-packages\usb\util.py", line 183, in desc_iter
for d in desc:
TypeError: 'NoneType' object is not iterable
Dunno why it's giving me "waiting for device" rather than "waiting for BootROM" when I run the command
(29-07-2022, 08:22 AM)hovatek(26-07-2022, 08:42 PM)Greasy I've got everything set up so that the MTK bypass python application should disable my Nokia 2.4 protection (ta-1277 mtx6765)
The device is detected, however this is my output when attempting the bypass.
py -3 main.py
>>
[2022-07-26 12:28:43.319920] Waiting for device
[2022-07-26 12:28:43.320921] Found device = 0e8d:201c
Traceback (most recent call last):
File "C:\Users\badcab\Desktop\bypass_utility-master\main.py", line 237, in <module>
main()
File "C:\Users\badcab\Desktop\bypass_utility-master\main.py", line 40, in main
device = Device().find()
File "C:\Users\badcab\Desktop\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\badcab\AppData\Local\Programs\Python\Python39\lib\site-packages\usb\util.py", line 192, in find_descriptor
return _interop._next(desc_iter(**args))
File "C:\Users\badcab\AppData\Local\Programs\Python\Python39\lib\site-packages\usb\_interop.py", line 68, in _next
return next(iter)
File "C:\Users\badcab\AppData\Local\Programs\Python\Python39\lib\site-packages\usb\util.py", line 183, in desc_iter
for d in desc:
TypeError: 'NoneType' object is not iterable
Dunno why it's giving me "waiting for device" rather than "waiting for BootROM" when I run the command
How did you setup the tool? Mention the steps