Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error On Poco C65 (Helio G85 MT6769) #53

Open
immortalpao opened this issue Jun 17, 2024 · 0 comments
Open

Error On Poco C65 (Helio G85 MT6769) #53

immortalpao opened this issue Jun 17, 2024 · 0 comments

Comments

@immortalpao
Copy link

[2024-06-17 19:56:14.378097] Waiting for device
[2024-06-17 19:56:21.151650] Found device = 0e8d:2000

[2024-06-17 19:56:32.959553] Device hw code: 0x707
[2024-06-17 19:56:32.963543] Device hw sub code: 0x8a00
[2024-06-17 19:56:32.966533] Device hw version: 0xca00
[2024-06-17 19:56:32.969526] Device sw version: 0x0
[2024-06-17 19:56:32.970523] Device secure boot: True
[2024-06-17 19:56:32.972518] Device serial link authorization: True
[2024-06-17 19:56:32.974512] Device download agent authorization: True

[2024-06-17 19:56:32.978502] Found device in preloader mode, trying to crash...

[2024-06-17 19:56:32.981494] status is 7024

[2024-06-17 19:56:33.986225] Waiting for device
[2024-06-17 19:56:34.024448] Found device = 0e8d:2000
Traceback (most recent call last):
File "C:\Users\chatr\Desktop\bypass_utility-master\src\device.py", line 84, in find
self.configuration = self.udev.get_active_configuration()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 921, in get_active_configuration
return self._ctx.get_active_configuration(self)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 249, in get_active_configuration
self.managed_open()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 131, in managed_open
self.handle = self.backend.open_device(self.dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
return _DeviceHandle(dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 652, in init
_check(_lib.libusb_open(self.devid, byref(self.handle)))
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 237, in
main()
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 45, in main
device = crash_preloader(device, config)
File "C:\Users\chatr\Desktop\bypass_utility-master\main.py", line 231, in crash_preloader
device = Device().find()
File "C:\Users\chatr\Desktop\bypass_utility-master\src\device.py", line 93, in find
self.udev.set_configuration()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 915, in set_configuration
self._ctx.managed_set_configuration(self, configuration)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 158, in managed_set_configuration
self.managed_open()
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 113, in wrapper
return f(self, *args, **kwargs)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\core.py", line 131, in managed_open
self.handle = self.backend.open_device(self.dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 804, in open_device
return _DeviceHandle(dev)
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 652, in init
_check(_lib.libusb_open(self.devid, byref(self.handle)))
File "C:\Users\chatr\AppData\Local\Programs\Python\Python312\Lib\site-packages\usb\backend\libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno None] Other error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant