http://bbs.gfan.com/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...
而以失败告终。刷机前打开USB模式,使电脑上命令行中输入adb devices,能够识别该手机
去手机的设置中开发者选项中,开启OEM Unlock
,解锁 Moto Nexus 6
下载
解压刚下载的刷机包shamu-lmy47i-factory-c8afc588.tgz,然后再解压image-shamu-lmy47i.zip,解压结果如下图:
修改flash-all.bat的内容如下,注意各个文件名称和解压文件夹保持一致:
@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.imgfastboot reboot-bootloaderping -n 5 127.0.0.1 >nulfastboot flash radio radio-shamu-d4.0-9625-02.95.imgfastboot reboot-bootloaderping -n 5 127.0.0.1 >nulfastboot flash recovery recovery.imgfastboot flash boot boot.imgfastboot flash system system.imgecho Press any key to exit...pause >nulexit
保存上面的flash-all.bat
手机关机,按开机键和音量下键,进入bootloader界面(有Start和上下箭头的界面)
手机接USB插入电脑,双击flash-all.bat,等待刷机完成
若没有自动重启,请手动关机重启手机,首次重启手机比较慢,开机页面会停留在站立的绿色机器人的界面,头上的触角会动,肚子里的机器会转,请耐心等待...。打开5分钟左右,手机会自动重启,重启后,检查是否刷机成功。
刷机方法参考链接:http://bbs.gfan.com/android-7879288-1-1.html,感谢作者
(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
(673 Bytes) 可以直接拿我这个文件替换掉原来的flash-all.bat 6.手机关机,按开机键和音量下键,进入bootloader模式 7.手机接USB插入电脑,双击flash-all.bat 8.完成后重启手机。 一切OK,所有数据都在的
Moto Nexus 6 Root方法:使用刷机精灵工具上的root工具,瞬间root。