blob: aa244d4e82dd7ce42ea78de1f0453d5e90af7d49 [file] [log] [blame]
bigbiff60282812021-11-13 20:45:54 -05001---
2layout: device
3title: "Google Pixel 5"
4codename: redfin
5downloadfolder: redfin
6supportstatus: Current
7maintainer: bigbiff
8oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_redbull
10xdathread: https://forum.xda-developers.com/t/recovery-twrp-3-5-0_10-0-teamwin-recovery-project-redfin-testing.4240711/
11---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16
17{% include download.html %}
18
19{% include dynamicpartitions.html %}
20
21<div class='page-heading'>Installation:</div>
22If you already have TWRP installed:
23Download the latest img and install the image using TWRP.
24
25If you do not already have TWRP installed:
26Download 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.