We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the Linux install script is very buggy, but mostly is that it doesn't even try to flash system.img because of a typo
line 155 reads: ./fastboot flash update/system system.img
should be: ./fastboot flash system update/system.img
The text was updated successfully, but these errors were encountered:
@vitorgatti please send a PR and we will merge it.
Sorry, something went wrong.
Thanks @vitorgatti ,It worked fine here XD.
No branches or pull requests
the Linux install script is very buggy, but mostly is that it doesn't even try to flash system.img because of a typo
line 155 reads:
./fastboot flash update/system system.img
should be:
./fastboot flash system update/system.img
The text was updated successfully, but these errors were encountered: