尝鲜党:Nexus5、6刷安卓M教程
說明:
進入recovery的命令:adb?reboot recovery
? ? ? ?進入bootloader的命令:adb reboot bootloader
概述
?
F:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash bootloader bootloader bootlo ader-hammerhead-HHZ12h.img error: cannot load 'bootloader'F:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash bootloader bootloader-hammer head-HHZ12h.img sending 'bootloader' (3119 KB)... OKAY [ 0.308s] writing 'bootloader'... OKAY [ 0.510s] finished. total time: 0.822sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash radio radio-hammerhead-M8974 A-2.0.50.2.26.img sending 'radio' (45425 KB)... OKAY [ 1.618s] writing 'radio'... OKAY [ 3.102s] finished. total time: 4.724sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot reboot-bootloader rebooting into bootloader... OKAY [ 0.003s] finished. total time: 0.006sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash recovery recovery.img target reported max download size of 1073741824 bytes sending 'recovery' (9984 KB)... OKAY [ 0.517s] writing 'recovery'... OKAY [ 0.825s] finished. total time: 1.351sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash boot boot.img target reported max download size of 1073741824 bytes sending 'boot' (9130 KB)... OKAY [ 0.485s] writing 'boot'... OKAY [ 0.772s] finished. total time: 1.263sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash system system.img target reported max download size of 1073741824 bytes erasing 'system'... OKAY [ 0.849s] sending 'system' (1022378 KB)... OKAY [ 32.442s] writing 'system'... OKAY [ 68.817s] finished. total time: 102.118sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash cache cache.img target reported max download size of 1073741824 bytes erasing 'cache'... OKAY [ 0.507s] sending 'cache' (13348 KB)... OKAY [ 0.635s] writing 'cache'... OKAY [ 1.067s] finished. total time: 2.218sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot flash userdata userdata.img target reported max download size of 1073741824 bytes erasing 'userdata'... OKAY [ 6.547s] sending 'userdata' (137318 KB)... OKAY [ 4.579s] writing 'userdata'... OKAY [ 9.140s] finished. total time: 20.275sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>fastboot reboot rebooting...finished. total time: 0.003sF:\Nexus5\AndroidM\hammerhead-MPZ44Q>?
例子二
F:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash bootloader bootloader-hammer head-hhz12d.img target reported max download size of 1073741824 bytes sending 'bootloader' (2579 KB)... OKAY [ 0.289s] writing 'bootloader'... OKAY [ 0.479s] finished. total time: 0.774sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash radio radio-hammerhead-m8974 a-2.0.50.2.21.img target reported max download size of 1073741824 bytes sending 'radio' (45521 KB)... OKAY [ 1.605s] writing 'radio'... OKAY [ 3.120s] finished. total time: 4.730sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot reboot-bootloader rebooting into bootloader... OKAY [ 0.004s] finished. total time: 0.006sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash recovery recovery.img target reported max download size of 1073741824 bytes sending 'recovery' (9552 KB)... OKAY [ 0.510s] writing 'recovery'... OKAY [ 0.794s] finished. total time: 1.310sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash boot boot.img target reported max download size of 1073741824 bytes sending 'boot' (8852 KB)... OKAY [ 0.471s] writing 'boot'... OKAY [ 0.747s] finished. total time: 1.226sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash system system.img target reported max download size of 1073741824 bytes erasing 'system'... OKAY [ 0.923s] sending 'system' (981596 KB)... OKAY [ 31.251s] writing 'system'... OKAY [ 66.061s] finished. total time: 98.246sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash cache cache.img target reported max download size of 1073741824 bytes erasing 'cache'... OKAY [ 0.552s] sending 'cache' (13348 KB)... OKAY [ 0.636s] writing 'cache'... OKAY [ 1.069s] finished. total time: 2.268sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot flash userdata userdata.img target reported max download size of 1073741824 bytes erasing 'userdata'... OKAY [ 8.112s] sending 'userdata' (137318 KB)... OKAY [ 4.546s] writing 'userdata'... OKAY [ 9.152s] finished. total time: 21.819sF:\Nexus5\AndroidL\hammerhead-lrx21o>fastboot reboot rebooting...finished. total time: 0.007sF:\Nexus5\AndroidL\hammerhead-lrx21o>?
?
?
?
安卓M刷機教程。
今日凌晨,谷歌在I/O大會上發布了Android?M開發者預覽版,并且同時在開發者網站上放出了SDK刷機包,目前Nexus 5、Nexus6都可以刷入Android M系統,谷歌也表示每周都會為開發者預覽版推送更新。
如果你手里有谷歌親兒子,現在就可以刷機了,領先一步體驗Android M對極客們來說絕對是非常重要的一件事。但是刷機當然存在風險,并且開發者預覽版也很不完善,無法作為主力機使用,刷機前請備份好自己的數據。下面就來幫助大家將自己的愛機升級成Android?M!
首先,我們需要先把刷機包下載好,并且需要下載ADB工具,經常搞機的朋友對它不會陌生,簡單地說,ADB工具就是Android設備和PC機溝通的橋梁。
刷機包和ADB工具我們已經都為大家準備好了:
刷機工具請點此進入下載帖,根據自己的設備型號選擇好相應的SDK下載。
ADB工具直接點此下載(百度網盤)
這樣,前期的準備工作就已經就緒了,接著先來配置一下系統刷機環境。
將下載好的ADB工具包解壓縮
??右鍵點擊“我的電腦”——>屬性——>高級
??在“高級”選項卡中,點擊“環境變量”
??修改系統變量中的Path,在Path后面加上ADB工具的目錄。比如我是將ADB工具目錄放在了D盤下,添加的路徑就是D:\adb\
如果你不想這么做,你也可以直接將ADB的工具復制到C盤Windows目錄中的System32和System文件中(具體方法:將ADB壓縮包里名稱中含有adb的文件,和fastboot.exe復制到c:/windows/system32目錄,將名稱中含有adb的所有文件復制到c:/windows/system目錄),這樣就不用去設置環境變量了。
設置好以后,運行CMD,輸入adb,如果返回如圖所示的信息,說明環境配置成功了。
接下來就要對手機進行解鎖,如果你的手機已經解鎖請忽略此步驟。
??將N5或者N6插入電腦,這時如果你的電腦中安裝有任一手機管理軟件,它都會自動幫你安裝ADB驅動。
??自動安裝好驅動后,連接電腦的狀態下將手機關機,然后按住電源鍵和音量下鍵重啟,進入bootloader模式。
??成功進入后再電腦CMD中輸入fastboot oem unlock,然后手機會彈出確認窗口,點擊確認等待解鎖成功。
解鎖成功后你的手機就可以刷機啦,現在進入烹飪主菜環節
??將下載好的tgz格式的刷機包解壓縮,解壓縮后再將里面的文件名為“image-hammerxxxx”的zip壓縮文件解壓縮。
▼如圖為兩次解壓縮后獲得的全部文件
接下來的環節都要在CMD下面以命令的形式進行。
??在CMD中進入解壓后的刷機包目錄,比如我將刷機包解壓在了F盤下的android文件夾中的m文件夾,所以路徑如下圖所示。
然后依次輸入下列命令:
fastboot?flash?bootloader bootloader文件名?<bootloader文件名>.img
<bootloader文件名>fastboot flash radio radio文件名.img
??然后重啟bootloader:
fastboot reboot-bootloader
??然后依次刷入recovery、boot、system等:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
??為了保險起見,以上步驟完成后還需要清除掉舊的數據:
fastboot flash cache cache.img
fastboot flash userdata userdata.img
??全部結束后輸入命令重啟手機:
fastboot reboot
等待手機重啟就會進入Android M啦,第一次啟動會很慢,需要耐心等待。
▲開機載入中
好了,慢慢體驗Android M吧!不過現在問題還是很多的,很多應用都不兼容,比如微信就無法正常使用。
分享一些系統截圖
?
轉載于:https://www.cnblogs.com/exmyth/p/4617290.html
總結
以上是生活随笔為你收集整理的尝鲜党:Nexus5、6刷安卓M教程的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Behavior Trees
- 下一篇: python的沙盒环境virtualen