231 words
1 minute
Install custom ROM on Xperia XZ1
2025-10-12

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 bootloader
fastboot flash recovery YOURTWRP.img
fastboot reboot

Install a Custom ROM via TWRP (ADB Sideload Method).

adb devices
adb sideload YOURROM.zip

Useful 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
💡 Tip
Always 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

whatawurst
/
android_device_sony_poplar
Waiting for api.github.com...
00K
0K
0K
Waiting...

Source code

PixelExperience
/
wiki
Waiting for api.github.com...
00K
0K
0K
Waiting...

Kernel

whatawurst
/
android_kernel_sony_msm8998
Waiting for api.github.com...
00K
0K
0K
Waiting...
Install custom ROM on Xperia XZ1
https://mojito765.github.io/posts/post2025_1012/
Author
Nik
Published at
2025-10-12
License
CC BY-NC-SA 4.0