blob: e8ce2584562533fcc3675b95d19a13c70e872b82 [file] [log] [blame]
bigbiff83c16c32020-12-31 21:03:19 -05001---
2layout: device
3title: "Google Pixel 4"
4codename: coral
5downloadfolder: coral
6supportstatus: Current
7maintainer: bigbiff
8oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_coral
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.
16
17{% include download.html %}
18
19<div class='page-heading'>Installation:</div>
20If you already have TWRP installed:
21Download the latest img and install the image using TWRP.
22
23If you do not already have TWRP installed:
24Download the img. 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 img onto your device:
29
30adb push path/to/twrp.img /
31
32Go to install and select Install Image. Browse to the img and install the img. The img will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted. You can reflash magisk to get root again.
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.