本帖最后由 韦伯猫 于 2015-4-12 01:10 编辑
只需要这个地址上的所有内容就够了。
https://developers.google.com/an ... l=zh-CN#takjujop40c
To flash a system image: - Download the appropriate system image for your device below, then unzip it to a safe directory.
- Connect your device to your computer over USB.
- Start the device in fastboot mode with one of the following methods:
- Using the adb tool: With the device powered on, execute:adb reboot bootloader
- Using a key combo: Turn the device off, then turn it on and immediately hold down the relevant key combinationfor your device. For example, to put a Nexus 5 ("hammerhead") into fastboot mode, press and hold Volume Up + Volume Down + Power as the device begins booting up.
- If necessary, unlock the device's bootloader by running:fastboot oem unlockThe target device will show you a confirmation screen. (This erases all data on the target device.)
- Open a terminal and navigate to the unzipped system image directory.
- Execute the flash-all script. This script installs the necessary bootloader, baseband firmware(s), and operating system.
Once the script finishes, your device reboots. You should now lock the bootloader for security: - Start the device in fastboot mode again, as described above.
- Execute:fastboot oem lock
Locking bootloader will wipe the data on some devices. After locking the bootloader, if you want to flash the device again, you must run fastboot oem unlock again, which will wipe the data.
线刷需要的工具文件,我上传百度盘了,最新版本刚下载的。
链接:http://pan.baidu.com/s/1mg00tks 密码:812h
|