Basic requirements
- Make sure your computer has working
adb. Setup instructions can be found here. - Enable USB debugging on your device.
Unlocking the bootloader
- Dial
*#*#7378423#*#*(*#*#SERVICE#*#*) to launch the service menu. - Go to
service info>configurationand check “rooting status” - you can only continue if it saysBootloader unlock allowed: Yes. -
Get the current status of your bootloader:
Open a terminal on the PC and boot the device to fastboot mode by typing:
adb reboot bootloaderYou can also boot into fastboot mode via a key combination:
- With the device powered down, hold Volume Up and connect the USB cable. The notification light should turn blue.
Once the device is in fastboot mode, verify your PC detects it by typing:
fastboot devicesIf you see
no permissions fastbootor<waiting for device>, try runningfastbootas root/Administrator. - Follow the instructions on developer.sonymobile.com to unlock your bootloader.
Installing a custom recovery using fastboot
- Download recovery - visit twrp.me to obtain the latest version of Team Win Recovery Project for your device.
- Connect your device to your PC via USB.
-
Open a terminal on the PC and boot the device to fastboot mode by typing:
adb reboot bootloaderYou can also boot into fastboot mode via a key combination:
- With the device powered down, hold Volume Up and connect the USB cable. The notification light should turn blue.
-
Once the device is in fastboot mode, verify your PC finds it by typing:
fastboot devicesIf you see
no permissions fastbootor<waiting for device>, try runningfastbootas root/Administrator. -
Flash recovery onto your device:
fastboot flash recovery your_recovery_img.img - Now reboot into recovery to verify the installation:
- On boot, press Volume Down when the LEDs start lighting up.
Second Recovery: To boot the FOTA Recovery, press Volume Up instead.
- On boot, press Volume Down when the LEDs start lighting up.
Installing LineageOS from recovery
-
Download the LineageOS install package that you’d like to install or build the package yourself.
- Optionally, download 3rd party application packages like Google Apps
- Place the LineageOS
.zippackage, as well as any other .zip packages on the root of/sdcard:- Using adb:
adb push filename.zip /sdcard/ - You can use any method you are comfortable with.
adbis universal across all devices, and works both in Android and recovery mode, providing USB debugging is enabled.
- Using adb:
- If you aren’t already in recovery, boot into recovery:
- On boot, press Volume Down when the LEDs start lighting up.
Second Recovery: To boot the FOTA Recovery, press Volume Up instead.
- On boot, press Volume Down when the LEDs start lighting up.
- (Optional, but recommended): Select the Backup button to create a backup.
- Select Wipe and then Advanced Wipe.
- Select Cache, System and Data partitions to be wiped and then Swipe to Wipe.
- Go back to return to main menu, then select Install.
- Navigate to
/sdcard, and select the LineageOS.zippackage. - Follow the on-screen prompts to install the package.
- (Optional): Install any additional packages using the same method.
Note: If you want any Google Apps on your device, you must follow this step before the first reboot!
- (Optional): Root the device by installing the LineageOS su add-on (use the
armpackage) or using any other method you prefer. - Once installation has finished, return to the main menu, select Reboot, and then System.
Get assistance
If you have any questions, or get stuck on any of the steps, feel free to ask on our subreddit, or in #LineageOS on freenode.