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

Traceback: Unlock bootloader fail #13

Open
RandomTurtle opened this issue Jan 5, 2025 · 2 comments
Open

Traceback: Unlock bootloader fail #13

RandomTurtle opened this issue Jan 5, 2025 · 2 comments

Comments

@RandomTurtle
Copy link

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.

@RandomTurtle
Copy link
Author

RandomTurtle commented Jan 5, 2025

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.

@patrislav1
Copy link
Owner

Which device are you trying to unlock? See Disclaimer.

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

2 participants