网址(需f/q):

https://developers.google.com/android/

1、

官方img 下载:

在顶部的网页的底部,找到"Nexus 出厂映像",点击进去,来到“https://developers.google.com/android/nexus/images”。

(搜索)找到“"occam" for Nexus 4”,在下面的列表中,我下载了“4.2.2 (JDQ39)”的映像,下载下来之后的文件为“occam-jdq39-factory-345dc199.tgz”。

1.1、

  然后根据该网页上面的步骤进行刷机,我成功了。进入系统之后,内置就有各种语言版本可供选择,直接选择 中文(简体) 即可。

PS:刚开始时,命令“adb devices” 一直列不出 Nexus4 的机子,弄了半天,原来是 “USB调试”没有打开...

1.2、

  网页上的主要刷机步骤:

To flash a system image:

  1. Download the appropriate system image for your device below, then unzip it to a safe directory.
  2. Connect your device to your computer over USB.
  3. Start the device in fastboot mode with one of the following methods:(ZC: 这里的意思是,下面两个方法,2选1,我当时傻傻的以为需要两个步骤都要做...其实我第一个步骤已经成功就OK了)
    • Using theadb 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 relevantkey 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.
  4. If necessary, unlock the device's bootloader by running:
    fastboot oem unlock
    The target device will show you a confirmation screen. (This erases all data on the target device.)
  5. Open a terminal and navigate to the unzipped system image directory.
  6. Execute theflash-allscript. This script installs the necessary bootloader, baseband firmware(s), and operating system.

参考备用网址:

(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

更多相关文章

  1. Android(安卓)开发第二天
  2. Android(安卓)集成百度地图实现设备定位
  3. Android使用WebView加载网页及数据__2020.01.03
  4. Android——使用WebView显示网页
  5. Android从零开始(十六)
  6. Android(安卓)获取drawable目录图片 并存入指定文件的步骤详解
  7. android 和h5互调步骤
  8. Qt for android构建Android(安卓)Apk时出错
  9. android取得json数据

随机推荐

  1. 【Android】19.3 ContentProvider及安卓
  2. Android(安卓)Toast 长期显示解决方案
  3. Android(安卓)中自定义View的应用 (自绘T
  4. Android(安卓)中文 API ——对话框 Alert
  5. Android(安卓)事件处理基于Handler 消息
  6. Android经典面试题大全[陆续完善中......
  7. Android-x86-6.0定制之路 - 辛酸路开始
  8. Android触摸事件机制
  9. Android(安卓)自动化测试―robotium(一)环
  10. Android之Adapter用法总结