1.6 KiB
1.6 KiB
Steps to flash microG LineageOS on Sony Xperia SP
Prerequisites
- A Sony Xperia SP (make sure it says
huashan
in the "About Device" settings) - A computer (preferably Linux) with:
- an USB slot
- adb installed
- heimdall-flash installed (on Windows you can use Odin)
- A micro-USB cable which can transfer data
Preparations
download latest TWRP image from https://dl.twrp.me/huashan/
download latest lineageOS from https://download.lineage.microg.org/huashan/
rename TWRP image to recovery.img
Unlock the Bootloader / OEM
enable developer options
enable USB debugging in developer options
allow USB debugging access for your PC
unlock bootloader: https://developer.sony.com/develop/open-devices/get-started/unlock-bootloader/how-to-unlock-bootloader/
Flash TWRP
adb reboot bootloader
wait until bootloader mode is active: blue LED
fastboot flash boot recovery.img
fastboot reboot
Flash LineageOS
First boot into the recovery mode:
- Either with adb: adb reboot recovery
- Or with the recovery mode key combination of your device.
- Note: this is not the same combination for the download mode.
Then go to Wipe + Advanced Wipe to wipe the following partitions:
- System
- Data
- Cache
- Dalvik
Then go to Advanced/ADB Sideload, swipe to the right, and execute adb sideload lineage-xxx.zip
on your computer.
- When it shows
adb: failed to read command: Success
on the PC, andExit code: 1.000000
in TWRP, it has suceeded.
Reboot to start LineageOS!