blob: 3ac8eb1c2019da8cea24ce9886e9b19fb04d1218 [file] [log] [blame]
Ethan Yonker35ae76d2018-11-01 21:48:25 -05001---
2layout: device
3title: "Google Pixel 3"
4codename: blueline
5downloadfolder: blueline
6supportstatus: Current
bigbiff79810ae2022-01-08 20:00:35 -05007maintainer: bigbiff
Ethan Yonker35ae76d2018-11-01 21:48:25 -05008oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_crosshatch
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
15MTP does not work at this time, but you can use adb to transfer files. TWRP may take a little longer than usual to boot on this device.
16
17{% include download.html %}
18
19<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:
25
26fastboot boot path/to/twrp.img
27
28This 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.
33
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.