- Android Debug Bridge https://developer.android.com/studio/command-line/adb.html
- Full OTA image for your device https://developers.google.com/android/ota
Boot to the recovery console and select install from ADB.
Open a command prompt and go into the platform-tools folder of the Android Debug Bridge.
Run
adb sideload <PATH TO OTA ZIP FILE>
Reboot the device upon completion.
Notes
You do not need to install any USB drivers.
References
https://mail.google.com/mail/ca/u/0/#inbox/15c52fab33730727
No comments:
Post a Comment