Hi,
Here's my problem:
Device: Sony Xperia Z3 D6653, unlocked.
1. Install a recovery, TWRP or CWM, doesn't matter, using
2. Install a ROM (I've tried CM 12.1, latest nightly, or BlissPop) using the recovery.
3. Reboot
It boots into the ROM successfully, but now if I try to reboot and when the LED turns purple, press vol+ button to enter recovery mode, it shows me that little android icon with an error sign on it.
fails the same way.
Now if I enter fastboot mode and re-flash my recovery image, it will enter recovery image, but won't boot normally, and instead goes into a boot loop, which doesn't even get to the logo of the ROM.
One extra piece of information: when I try to upgrade the CM, OTA, it fails:
1. It tells me my device is D6653, but the ROM is for D6603, D6633, D6643, z3 (I can circumvent it by adding D6653 to a script in the ROM's zip file)
2. Then it complains that it can't open /misc
Not sure if this is related to my problem though.
To me it seams maybe my partitions overlap or something, that flashing ROM/recovery.img damages the other.
Your help is most appreciated.
Here's my problem:
Device: Sony Xperia Z3 D6653, unlocked.
1. Install a recovery, TWRP or CWM, doesn't matter, using
Code:
fastboot flash recovery recovery.img
3. Reboot
It boots into the ROM successfully, but now if I try to reboot and when the LED turns purple, press vol+ button to enter recovery mode, it shows me that little android icon with an error sign on it.
Code:
adb reboot recovery
Now if I enter fastboot mode and re-flash my recovery image, it will enter recovery image, but won't boot normally, and instead goes into a boot loop, which doesn't even get to the logo of the ROM.
One extra piece of information: when I try to upgrade the CM, OTA, it fails:
1. It tells me my device is D6653, but the ROM is for D6603, D6633, D6643, z3 (I can circumvent it by adding D6653 to a script in the ROM's zip file)
2. Then it complains that it can't open /misc
Not sure if this is related to my problem though.
To me it seams maybe my partitions overlap or something, that flashing ROM/recovery.img damages the other.
Your help is most appreciated.