You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock_main.py", line 3, in
main()
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\cli.py", line 119, in main
cmd()
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\cli.py", line 74, in call
self.dev._SimpleCommand(
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\bundled_adb\fastboot.py", line 270, in _SimpleCommand
return self._protocol.HandleSimpleResponses(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\bundled_adb\fastboot.py", line 104, in HandleSimpleResponses
return self._AcceptResponses(b'OKAY', info_cb, timeout_ms=timeout_ms)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\bundled_adb\fastboot.py", line 172, in _AcceptResponses
raise FastbootRemoteFailure('FAIL: %s', remaining)
unisoc_unlock.bundled_adb.fastboot.FastbootRemoteFailure: ("FAIL: b'Unlock bootloader fail.'", b'Unlock bootloader fail.
The text was updated successfully, but these errors were encountered:
Ok so I've been messing with python and I have my OEM Device ID which I used with the RSA .pem file to generate a signed hash and verified them against each other but now I am a bit lost on the fastboot side, it should be fastboot oem unlock oem_id + signature right? But when I do this it says FAILED (remote: 'Unlock bootloader fail.')
fastboot: error: Command failed. I've been at this all day and can't get the dang thing unlocked.
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock_main.py", line 3, in
main()
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\cli.py", line 119, in main
cmd()
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\cli.py", line 74, in call
self.dev._SimpleCommand(
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\bundled_adb\fastboot.py", line 270, in _SimpleCommand
return self._protocol.HandleSimpleResponses(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\bundled_adb\fastboot.py", line 104, in HandleSimpleResponses
return self._AcceptResponses(b'OKAY', info_cb, timeout_ms=timeout_ms)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\LENOVO\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\bundled_adb\fastboot.py", line 172, in _AcceptResponses
raise FastbootRemoteFailure('FAIL: %s', remaining)
unisoc_unlock.bundled_adb.fastboot.FastbootRemoteFailure: ("FAIL: b'Unlock bootloader fail.'", b'Unlock bootloader fail.
The text was updated successfully, but these errors were encountered: