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

Linux install script for One Touch Fire isn't send the correct commands #23

Open
shigutso opened this issue Jan 29, 2015 · 2 comments
Open

Comments

@shigutso
Copy link

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

@willyaranda
Copy link
Member

@vitorgatti please send a PR and we will merge it.

@Yzelast
Copy link

Yzelast commented Mar 4, 2015

Thanks @vitorgatti ,It worked fine here XD.

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

3 participants