blob: 98157e0111883d2bd7f8fe0d247253ba1459e67e [file] [log] [blame]
Ethan Yonker2904d862017-10-31 15:58:49 -05001---
2layout: device
3title: "Google Pixel 2"
4codename: walleye
5downloadfolder: walleye
Ethan Yonker9e791092017-11-16 15:38:16 -06006supportstatus: Beta
Ethan Yonker2904d862017-10-31 15:58:49 -05007maintainer: Dees_Troy
8oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_wahoo
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
LuK1337c77bcaa2018-04-06 16:17:16 +020015NOTE: Monthly security updates may break decrypt in TWRP. MTP does not work at this time, but you can use adb to transfer files.
Ethan Yonker2904d862017-10-31 15:58:49 -050016
17{% include download.html %}
18
Ethan Yonker9e791092017-11-16 15:38:16 -060019<div class='page-heading'>Installation:</div>
20If you already have TWRP installed:
21Download the latest zip and install the zip using TWRP.
22
23If you do not already have TWRP installed:
24Download both the img and the zip. You will need to have fastboot binaries and the correct drivers installed. Power off your device completely. Hold volume down and turn on the device. Your device should now be in the bootloader. Connect the device to your PC. Open a command window and run the following command from the proper location:
Ethan Yonker2904d862017-10-31 15:58:49 -050025
26fastboot boot path/to/twrp.img
27
Ethan Yonker9e791092017-11-16 15:38:16 -060028This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
29
30adb push path/to/twrp.zip /
31
32Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.
Ethan Yonker2904d862017-10-31 15:58:49 -050033
34If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.