URL (requires f/q):
Https://developers.google.com/android/
1.
Official img Download:
At the bottom of the page at the top, find "Nexus factory image", click inside, and come to "https://developers.google.com/android/nexus/images".
Find "" "Occam" for Nexus 4 ", in the list below, I downloaded the"4.2.2 (JDQ39)"image, downloaded the file after the" Occam-jdq39-factory-345dc199.tgz".
1.1.
Then according to the above steps of the page to brush the machine, I succeeded. After entering the system, the built-in language versions are available, select Chinese (Simplified) directly.
PS: At the beginning, the command "ADB devices" has been listed NEXUS4 machine, get a half-day, the original is "USB debugging" did not open ...
1.2.
Main brush steps on the webpage:
“
To flash a system image:
- Download the appropriate system image for your device below and 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: (ZC: Here means, the following two methods, 2 1, I was silly to think two steps to do ... In fact, my first step has been successful is OK)
- 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 combination for your de Vice. For example, to-Put a Nexus 5 ("Hammerhead") into FastBoot mode, press and hold Volume up + Volume down + Power as the dev Ice begins booting up.
- If necessary, unlock the device ' s bootloader by running:
FastBoot OEM Unlock
The target device would 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.
”
Refer to alternate URLs:
(1),
Using Hardware Devices http://developer.android.com/tools/device.html
(1.1),
OEM USB Drivers http://developer.android.com/tools/extras/oem-usb.html
C
Nexus Brush official Download Image _occam