blob: 86c609e1a109979cb24ada97d4e9e70d5206c71a [file] [log] [blame]
Ethan Yonker35ae76d2018-11-01 21:48:25 -05001---
2layout: device
3title: "Google Pixel 3 XL"
4codename: crosshatch
5downloadfolder: crosshatch
6supportstatus: Current-ish
7maintainer: Dees_Troy and bigbiff
8oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_crosshatch
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
bigbiff bigbiff56ff30d2019-04-27 20:13:26 -040015TWRP may take a little longer than usual to boot on this device.
Ethan Yonker35ae76d2018-11-01 21:48:25 -050016
17{% include download.html %}
18
bigbiff92e85ce2021-02-03 18:22:28 -050019{% include dynamicpartitions.html %}
20
Ethan Yonker35ae76d2018-11-01 21:48:25 -050021<div class='page-heading'>Installation:</div>
22If you already have TWRP installed:
bigbiff92e85ce2021-02-03 18:22:28 -050023Download the latest img and install the image using TWRP.
Ethan Yonker35ae76d2018-11-01 21:48:25 -050024
25If you do not already have TWRP installed:
bigbiff92e85ce2021-02-03 18:22:28 -050026You need to install a LZMA ramdisk kernel before installing TWRP. Use XDA to find the proper instructions in the thread.
27Download 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:
Ethan Yonker35ae76d2018-11-01 21:48:25 -050028
29fastboot boot path/to/twrp.img
30
bigbiff92e85ce2021-02-03 18:22:28 -050031This will temporarily boot TWRP on your device. Use adb to push the img onto your device:
Ethan Yonker35ae76d2018-11-01 21:48:25 -050032
bigbiff92e85ce2021-02-03 18:22:28 -050033adb push path/to/twrp.img /
Ethan Yonker35ae76d2018-11-01 21:48:25 -050034
bigbiff92e85ce2021-02-03 18:22:28 -050035Go 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.
Ethan Yonker35ae76d2018-11-01 21:48:25 -050036
37If 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.