
我也是很久以前在網路上發現的
不用每天期待的OTA
1.當然是安裝所有的驅動
2.直接到https://developers.google.com/android/nexus/images下載對應的韌體
3.將下載的檔案解壓
4.打開資料夾修改flash-all這個檔案,有兩個,我是都記事本修改。
以5.1來做例子
@ECHO OFF
:: Copyright 2012 The Android Open Source Project
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash bootloader bootloader-hammerhead-hhz12f.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash radio radio-hammerhead-m8974a-2.0.50.2.25.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update image-hammerhead-lmy47d.zip
echo Press any key to exit...
pause >nul
exit
注意看倒數第五行
fastboot -w update image-hammerhead-lmy47d.zip
把-w刪掉存檔就好
另一個.SH檔案照做存檔
5.手機關機在進入recovery模式
6.點flash-all這個批次檔
7.等待刷機,在開機就好了
內文搜尋

X