-
Notifications
You must be signed in to change notification settings - Fork 8
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
FAIL: b"release user don\'t allow unlock!!!"' #7
Comments
fastboot flashing lock fastboot flashing unlock |
^^ Basically, I got the same output but for different device - ZTE Nubia Neo 5G (model: 8150N; CPU: Unisoc T820) The results are same for both user (in wheel group) and root. python3 -m unisoc_unlock unlock FWIW the output of the and there is NO fastboot screen, just the same (this time static) boot logo. So, this is going to be quite a journey with my first ever Unisoc device. :) Sorry if this looks like issue jacking. @AlterCreator |
Device RMX3261, Unisoc Tiger 610
LOG :
Preparing to unlock the bootloader
OEM ID: 30303231363644323137323430393338
Download signature
Unlock bootloader, pls follow instructions on device screen
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\bdstd\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock_main.py", line 3, in
main()
File "C:\Users\bdstd\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\cli.py", line 119, in main
cmd()
File "C:\Users\bdstd\AppData\Local\Programs\Python\Python312\Lib\site-packages\unisoc_unlock\cli.py", line 74, in call
self.dev._SimpleCommand(
File "C:\Users\bdstd\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\bdstd\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\bdstd\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"release user don't allow unlock!!!"', b"release user don't allow unlock!!!")
Did this mean the manufacture use is own private key? not default one?
The text was updated successfully, but these errors were encountered: