Hi everyone.
I had a Sony Xperia XZ2 Compact on which I had installed /e/OS. Everything went smoothly and everything worked well. Unfortunately this phone was broken and… I bought another Xperia XZ2 Compact because I loved it so much.
I started the installation process just as usual. I unlocked the bootloader. Then I flashed the recovery image as said, using fastboot flash boot recovery-e-1.17-t-20231113351094-dev-xz2c.img
. The resulting output was:
Warning: skip copying boot_a image avb footer (boot_a partition size: 0, boot_a image size: 67108864).
Sending 'boot_a' (65536 KB) OKAY [ 1.549s]
Writing 'boot_a' OKAY [ 0.611s]
Finished. Total time: 2.167s
Then I tried to boot on the recovery… and nothing. The phone is stuck on the SONY logo. Can’t boot either on the recovery, or on Android directly. Tried multiple times, nothing changed. I really don’t know what went wrong. I can still access fastboot. Here is the result of fastboot getvar all
:
$ fastboot getvar all
(bootloader) unlocked:yes
(bootloader) off-mode-charge:0
(bootloader) charger-screen-enabled:0
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:4266
(bootloader) version-baseband:1311-7916_51.1.A.2.183
(bootloader) version-bootloader:1310-7079_X_Boot_SDM845_LA1.0_O_51-A
(bootloader) variant:SDM UFS
(bootloader) partition-type:userdata:ext4
(bootloader) partition-size:userdata: 0xBFA96C000
(bootloader) partition-type:system_a:ext4
(bootloader) partition-size:system_a: 0xFC000000
(bootloader) has-slot:modem:yes
(bootloader) has-slot:system:yes
(bootloader) current-slot:a
(bootloader) has-slot:boot:yes
(bootloader) slot-retry-count:b:0
(bootloader) slot-unbootable:b:no
(bootloader) slot-successful:b:no
(bootloader) slot-retry-count:a:4
(bootloader) slot-unbootable:a:no
(bootloader) slot-successful:a:no
(bootloader) slot-count:2
(bootloader) secure:no
(bootloader) serialno:BH902F3JBZ
(bootloader) serial:faccb004
(bootloader) product:H8314
(bootloader) max-download-size:536870912
(bootloader) kernel:uefi
all:
Finished. Total time: 0.003s
What is happening ? I only see two things that I’ve might done wrong:
- After having flashed the recovery, the guide ask to power down the phone, and then boot on it using the Power+Vol down combination. Instead, I just did
fastboot reboot recovery
. Is this a big deal ? - I saw that at the beginning of the guide, there is this advice :
Before following these instructions please ensure that the device is on the latest Android 10 firmware.
. I have to admit I have not done this, the original Android was 8 if I remember correctly… Might this be the source of the problem ?
Also, I tried doing fastboot boot recovery-e-1.12.3-s-20230617300623-dev-xz2c.img
. The screen gets black for ~15 seconds, then go back to the SONY logo.
Could you help me ? Thanks.