# Nexus 6P通过Full OTA镜像恢复

如果设备无法获得OTA，则可以通过从 [Full OTA Images for Nexus and Pixel Devices](https://developers.google.com/android/ota) 提供的下载镜像来完成更新。Full OTA Image刷机和 [工厂镜像恢复](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/android/startup/actory_recovery_nexus_6p/README.md)效果相同，但是不会擦除设备，也不需要unlock bootloader。

* 将设备切换到recovery模式

```
adb reboot recovery
```

> 如果不能使用adb来切换到recovery模式，可以使用组合键：同时安装 `音量增加键` + `电源键` 启动手机

* 选择 `Apply update from ADB` 进入 `sideload` 模式，此时使用 `adb devices` 可以看到设备
* 执行以下命令刷入 ota 文件

```
adb sideload angler-ota-mhc19q-b9ac826b.zip
```

## 参考

* [Full OTA Images for Nexus and Pixel Devices](https://developers.google.com/android/ota)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/android/startup/full_ota_images_nexus_6p.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
