Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
flash-all.sh needs re-enabling flashing after every reboot-bootloader #576
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
thestinger
Feb 3, 2017
Contributor
This isn't required, you're doing something wrong like using an incompatible / old fastboot.
|
This isn't required, you're doing something wrong like using an incompatible / old fastboot. |
thestinger
closed this
Feb 3, 2017
thestinger
added
the
Type: question
label
Feb 3, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
thestinger
Feb 3, 2017
Contributor
The CopperheadOS flash-all.sh script is identical to the one used by Google's factory images. It's not our script and works for everyone else.
|
The CopperheadOS flash-all.sh script is identical to the one used by Google's factory images. It's not our script and works for everyone else. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
gagzzz
Feb 3, 2017
Hi,
I use the fastboot and adb from platform-tools, downloaded from google's
website :
`$ ./fastboot --version
fastboot version 0e9850346394-android
$ ./adb version
Android Debug Bridge version 1.0.36
Revision 0e9850346394-android`
Thing is that after each `reboot-bootloader` the device is "flashing
locked" again, I don't know why though!
Thank you!
gagzzz
commented
Feb 3, 2017
|
Hi,
I use the fastboot and adb from platform-tools, downloaded from google's
website :
`$ ./fastboot --version
fastboot version 0e9850346394-android
$ ./adb version
Android Debug Bridge version 1.0.36
Revision 0e9850346394-android`
Thing is that after each `reboot-bootloader` the device is "flashing
locked" again, I don't know why though!
Thank you!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gagzzz commentedFeb 3, 2017
•
edited
Edited 1 time
-
gagzzz
edited Feb 3, 2017
Hi,
I have just bought a nexus 5X and tried to install CopperHead on it, and had little trouble understanding why it wouldn't work.
0215011db6654d8f
In the end I figured I would do the things in flash-all.sh, adding
fastboot flashing unlockafter every singlefastboot reboot-bootloader, and it worked :)Maybe that could be added somehow in the process, or maybe I did something in the wrong way?
I followed https://copperhead.co/android/docs/install
Here are some info of my phone, now that copperhead is installed :
And here are the messages I got before I "found" the trick :
thanks for the job :)