-
Notifications
You must be signed in to change notification settings - Fork 120
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
Make unlocking more flexible #1479
Comments
… and handle some unlock errors (part of #1479)
… and handle some unlock errors (part of #1479)
...what about adding unlock code to the "fastboot oem unlock..." command???? |
that's exactly what's the idea here. |
fantastic, i think the fastest and easiest way to implement is, to add a var in config json like this: |
How can i set my unlock code? I did not find any config or input file to pass the code to the fastboot command. I used version 0.8.0... |
@robiwan1 Yes, this is not implemented in the installer yet. Follow the guide in the link that the installer shows you. |
Sorry for making multible comments at the same matter - i was not sure which post would be the best for asking. I saw this "New unlock features" #53 and thought, this means that it is implemented yet. Specially because i saw code to "accept oem unlock code". |
@robiwan1 sorry for the confusion. the pull request you commented on implemented prerequisites to fix this in our library that handles fastboot. The new library calls will now need to be implemented in the installer. This requires changes to the config specification, as well as changes to the installer's UI and backend code. Working as fast as we can, but it'll be at least another week before it'll be considered stable. |
@NeoTheThird Thanks for the explanation. I Don't want you being in such a hurry! ;-) I unlocked now from cli with the fastbook-command from appimage (/tmp/.mount....) and the installer finished successfully. BUT now my Sony xpedia x perf. hangs in a boot loop. I have tried system images stable, devel and edge without success... |
i now stuck exacly in the closed issue #1503... |
Some newer devices don't use
fastboot oem unlock
, so we need a new config option that's fed into the oem lock error handling. Fun! Other devices require a key such as this:fastboot.exe -i 0x0fce oem unlock 0xKEY
.The text was updated successfully, but these errors were encountered: