【刷機方法】Moto Nexus 6線刷方法總結

http://bbs.gfan.com/android-7879288-1-1.htmlphp

在木子ROM上下載nexus6的ROM,按照刷機方法html

雙擊 flash-all.bat,但老是會提示
archive does not contain 'boot.sig'android

archive does not contain 'recovery.sig'shell

failed to allocate 1778070480 bytesexpress

error: update package missing system.imgapache

Press any key to exit...
而以失敗了結。windows

  1. 刷機前打開USB模式,使電腦上命令行中輸入adb devices,可以識別該手機app

  2. 去手機的設置中開發者選項中,開啓OEM Unlock
    less

  3. Unlock the Nexus 6 Bootloader   ,解鎖 Moto Nexus 6工具

  4. 下載  Nexus 6 5.1.0 (LMY47I)官方線刷升級刷機包

  5. 解壓剛下載的刷機包shamu-lmy47i-factory-c8afc588.tgz,而後再解壓image-shamu-lmy47i.zip,解壓結果以下圖:


  6. 修改flash-all.bat的內容以下,注意各個文件名稱和解壓文件夾保持一致:

  7. @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-shamu-moto-apq8084-71.08.img
    fastboot reboot-bootloader
    ping -n 5 127.0.0.1 >nul
    fastboot flash radio radio-shamu-d4.0-9625-02.95.img
    fastboot reboot-bootloader
    ping -n 5 127.0.0.1 >nul
    fastboot flash recovery recovery.img
    fastboot flash boot boot.img
    fastboot flash system system.img
    
    echo Press any key to exit...
    pause >nul
    exit
  8. 保存上面的flash-all.bat

  9. 手機關機,按開機鍵和音量下鍵,進入bootloader界面(有Start和上下箭頭的界面)

  10. 手機接USB插入電腦,雙擊flash-all.bat,等待刷機完成

  11. 若沒有自動重啓,請手動關機重啓手機,首次重啓手機比較慢,開機頁面會停留在站立的綠色機器人的界面,頭上的觸角會動,肚子裏的機器會轉,請耐心等待...。打開5分鐘左右,手機會自動重啓,重啓後,檢查是否刷機成功。

  12. 刷機方法參考連接:http://bbs.gfan.com/android-7879288-1-1.html,感謝做者

  13. 1.安裝adb和flash刷機命令程序
  14.  

  15. MotoX2專用adb及fastboot組件 (1).zip (747.6 KB) 




    將名稱中含有adb和fastboot.exe複製到 c:/windows/system32下
    而後再將名稱中含有adb的全部文件複製到 c:/windows/system
    就完美解決刷機中遇到的fastboot和adb不是內部或者外部命令的問題了

    2.在c盤根目錄建個名爲adb文件夾

    3.把下載的shamu-lmy47d-factory-6c44d402.tgz刷機底包解壓後複製到c:\adb中

    4.把c:\adb文件夾下的image-shamu-lmy47d.zip直接解壓到c:\adb文件夾中

    如圖
    QQ截圖20150313163506.jpg
  16.  


  17. 5.修改c:\adb文件夾中的flash-all.bat文件中的fastboot -w update image-shamu-lmy47d.zip爲
    fastboot flash recovery recovery.img
    fastboot flash boot boot.img
    fastboot flash system system.img

  18.  

  19. flash-all.rar (673 Bytes) 
    能夠直接拿我這個文件替換掉原來的flash-all.bat


    6.手機關機,按開機鍵和音量下鍵,進入bootloader模式

    7.手機接USB插入電腦,雙擊flash-all.bat

    8.完成後重啓手機。

    一切OK,全部數據都在的


Moto Nexus 6 Root方法:使用刷機精靈工具上的root工具,瞬間root。

相關文章
相關標籤/搜索