blob: 5b8171d880bb86095349f8ac563a938e8d908faf [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 %}
Ethan Yonkere02de742018-08-06 20:21:20 -050015Decrypting Android 9.0 Pie when using a PIN / pattern / password does not work yet. We do not have an ETA for fixing decrypt.
LuK1337c77bcaa2018-04-06 16:17:16 +020016NOTE: 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 -050017
18{% include download.html %}
19
Ethan Yonker9e791092017-11-16 15:38:16 -060020<div class='page-heading'>Installation:</div>
21If you already have TWRP installed:
22Download the latest zip and install the zip using TWRP.
23
24If you do not already have TWRP installed:
25Download 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 -050026
27fastboot boot path/to/twrp.img
28
Ethan Yonker9e791092017-11-16 15:38:16 -060029This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
30
31adb push path/to/twrp.zip /
32
33Go 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 -050034
35If 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.