RPGの世界、春の訪れ by たろたろ
231 words
1 minute
Install custom ROM on Xperia XZ1
Cover image source: Xperia XZ1の特徴(スペック・機能)価格まとめ!
Prerequisites
Before you start:
- Install Android SDK Platform Tools
- Confirm your model is Sony Xperia XZ1 (G8341 / G8342 / G8343)
- Enable USB Debugging
- Unlock the bootloader
- Backup
Process log
Install TWRP.
adb reboot bootloaderfastboot flash recovery YOURTWRP.imgfastboot rebootInstall a Custom ROM via TWRP (ADB Sideload Method).
adb devicesadb sideload YOURROM.zipUseful ADB and Fastboot Commands
(Compiled and explained by ChatGPT)
Below are some commonly used commands that can help during the flashing or troubleshooting process.
📱 ADB Commands- `adb devices` — Lists all connected devices recognized by ADB- `adb reboot bootloader` — Reboots the device into Fastboot mode- `adb sideload <filename>.zip` — Installs a ROM or update package via ADB sideload- `adb push <local> <remote>` — Transfers a file from your computer to the device- `adb pull <remote> <local>` — Copies a file from the device to your computer
⚡ Fastboot Commands- `fastboot devices` — Lists devices connected in Fastboot mode- `fastboot flash recovery twrp.img` — Flashes a custom recovery (e.g., TWRP)- `fastboot boot twrp.img` — Temporarily boots into TWRP without flashing it- `fastboot flash boot boot.img` — Flashes the boot image- `fastboot reboot` — Reboots the device normally
💡 TipAlways verify your device connection with `adb devices` or `fastboot devices` before running any flash commands.ROM_PixelExperience Plus
XDA Link: [13][UNOFFICIAL] PixelExperience Plus [11-11-2023]
Build author/Device maintainer: Tux111
Source code
Waiting for api.github.com...
Source code
Waiting for api.github.com...
Kernel
Waiting for api.github.com...
Install custom ROM on Xperia XZ1
https://mojito765.github.io/posts/post2025_1012/