blob: 271329b1dcec842a2099d35d7ab7b32806c5cdd8 [file] [log] [blame]
LuK1337beb27a62019-01-21 21:15:02 +01001---
2layout: device
3title: "Sony Xperia XA2 Plus"
4codename: voyager
5downloadfolder: voyager
6supportstatus: Current
7maintainer: opthomas-prime, LuK1337
8devicetree: https://github.com/TeamWin/android_device_sony_voyager.git
9oem: Sony
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
15NOTE: Monthly security updates may break decrypt in TWRP. MTP 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 zip and install the zip using TWRP.
22
23If you do not already have TWRP installed:
24Download both the img and the zip. 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 zip onto your device:
29
30adb push path/to/twrp.zip /
31
32Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.
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.