blob: 378969791ab46929aa4b7330c96298e98fcea45e [file] [log] [blame]
ZVNexuscc191a12019-07-17 18:39:20 -04001---
2layout: device
3title: "Google Pixel 3a XL"
4codename: bonito
5downloadfolder: bonito
6supportstatus: Current
Captain Throwbackbd19de92021-10-26 11:03:25 -04007maintainer: Captain_Throwback
ZVNexuscc191a12019-07-17 18:39:20 -04008oem: Google
9devicetree: https://github.com/TeamWin/android_device_google_bonito
Captain Throwbackbd19de92021-10-26 11:03:25 -040010<p class="text"><a href="https://twrp.zulipchat.com/#narrow/stream/290973-support-device/topic/Pixel.203a.20.28sargo.29.2FPixel.203a.20XL.20.28bonito.29">Support topic on Zulip</a></p>
ZVNexuscc191a12019-07-17 18:39:20 -040011---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
ZVNexuscc191a12019-07-17 18:39:20 -040016
17{% include download.html %}
18
Captain Throwbackbd19de92021-10-26 11:03:25 -040019{% include dynamicpartitions.html %}
20
ZVNexuscc191a12019-07-17 18:39:20 -040021<div class='page-heading'>Installation:</div>
Captain Throwbackbd19de92021-10-26 11:03:25 -040022WARNING: If 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.
ZVNexuscc191a12019-07-17 18:39:20 -040023
Captain Throwbackbd19de92021-10-26 11:03:25 -040024<p class="text"><a href="https://developer.android.com/studio/releases/platform-tools">You will need the platform-tools from the Android SDK on your computer.</a> Download the platform-tools as per your operating system.</p>
ZVNexuscc191a12019-07-17 18:39:20 -040025
Captain Throwbackbd19de92021-10-26 11:03:25 -040026Windows users will need proper drivers installed on their computer. You can try the <a href="https://forum.xda-developers.com/android/software-hacking/live-iso-adb-fastboot-driver-issues-t3526755" target=_blank>simple FWUL adb/fastboot ISO</a> or the <a href="http://www.xda-developers.com/universal-naked-driver-solves-your-adb-driver-problems-on-windows/">Naked ADB drivers</a> or the <a href="https://adb.clockworkmod.com/">Universal ADB drivers</a> if you don't already have a working driver installed
ZVNexuscc191a12019-07-17 18:39:20 -040027
Captain Throwbackbd19de92021-10-26 11:03:25 -040028Download the correct image file and copy the file into the same folder as your platform-tools as well as device's storage. Rename the image to twrp.img.
ZVNexuscc191a12019-07-17 18:39:20 -040029
Captain Throwbackbd19de92021-10-26 11:03:25 -040030Now reboot to fastboot/download/bootloader mode by using adb or manual key combos (Use Google to find that if you are not sure). To use adb to reboot, use the following command:
ZVNexuscc191a12019-07-17 18:39:20 -040031
Captain Throwbackbd19de92021-10-26 11:03:25 -040032<code>adb reboot bootloader</code>
33
34Temporary boot the downloaded image using the following command:
35
36<code>fastboot boot twrp.img</code>
37
38Once booted, navigate to the Advanced > Flash Current TWRP option. This will install the TWRP image you just booted permanently to the device.
39
40After this is done, you have successfully installed TWRP on your device.