blob: 061fc8c06fb6f4821c43e456a3909a0a6d2c17d9 [file] [log] [blame]
bigbiff83c16c32020-12-31 21:03:19 -05001---
2layout: device
3title: "Google Pixel 4"
4codename: flame
5downloadfolder: flame
6supportstatus: Current
7maintainer: bigbiff
8oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_coral
bigbiff2a16d2b2021-01-01 15:46:49 -050010xdathread: https://forum.xda-developers.com/t/twrp-flame-official.4110641/
bigbiff83c16c32020-12-31 21:03:19 -050011---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16MTP does not work at this time, but you can use adb to transfer files.
17
18{% include download.html %}
19
20<div class='page-heading'>Installation:</div>
21If you already have TWRP installed:
22Download the latest img and install the image using TWRP.
23
24If you do not already have TWRP installed:
bigbiff2a16d2b2021-01-01 15:46:49 -050025You need to install a LZMA ramdisk kernel before installing TWRP. Use XDA to find the proper instructions in the thread.
bigbiff83c16c32020-12-31 21:03:19 -050026Download 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:
27
28fastboot boot path/to/twrp.img
29
30This will temporarily boot TWRP on your device. Use adb to push the img onto your device:
31
32adb push path/to/twrp.img /
33
34Go 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.
35
36If 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.