【刷机方法】Moto Nexus 6线刷方法总结

编程入门 行业动态 更新时间:2024-10-25 12:20:35

2019独角兽企业重金招聘Python工程师标准>>>

http://bbs.gfan/android-7879288-1-1.html

在木子ROM上下载nexus6的ROM,按照刷机方法

双击 flash-all.bat,但总是会提示
archive does not contain 'boot.sig'

archive does not contain 'recovery.sig'

failed to allocate 1778070480 bytes

error: update package missing system.img

Press any key to exit...
而以失败告终。

  1. 刷机前打开USB模式,使电脑上命令行中输入adb devices,能够识别该手机

  2. 去手机的设置中开发者选项中,开启OEM Unlock

  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/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/android-7879288-1-1.html,感谢作者

1.安装adb和flash刷机命令程序

 

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文件夹中

如图

 


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

 

flash-all.rar (673 Bytes) 
可以直接拿我这个文件替换掉原来的flash-all.bat


6.手机关机,按开机键和音量下键,进入bootloader模式

7.手机接USB插入电脑,双击flash-all.bat

8.完成后重启手机。

一切OK,所有数据都在的


Moto Nexus 6 Root方法:使用刷机精灵工具上的root工具,瞬间root。



转载于:https://my.oschina/u/199776/blog/422652

更多推荐

【刷机方法】Moto Nexus 6线刷方法总结

本文发布于:2023-06-10 22:21:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1348591.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:方法   刷机   Nexus   Moto

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!