Hello everyone,
I’ve searched the forum but can’t find anything similar to my problem.
I can’t boot my XA2 (5.0.0.72) normally.
Here’s what happens:
I start it up, I get the bootloader message, the Sony logo, and the security code request. After entering the security code, I get an intermittent white screen (every 4 seconds, 5 times in a row) with the message “No active application.” Mais en Français “ Pas d’application active”
Then I get a “black” screen, black in quotation marks because if I press the power button, it goes completely black with the pixels turned off.
When the screen is completely black, i.e., in standby mode, the fingerprint reader reacts and “turns on” the phone on this “black” screen.
I gather that the phone is still partially booted up
I tried combinations with the power button and volume up and down buttons but nothing happen then.
For your information, before this reboot, I modified the CameraLayer.qml file, so it’s very likely that this is related.
Do you have any idea how to get out of this mess?
Is recovery mode from the terminal recommended?
Thank you in advance.
Thanks, I just retry it ( with 2 set of 3 vibrations) but really nothing happen.
No bootloader, no logo, no asking security code, just full black screen.
I you are not afraid to fiddle a bit, you can open the phone and disconnect the battery.
Or wait until the battery is empty, as you are probably already doing.
Then, when the phone is off:
Hold upper Vol key while plugging to the computer
cd to the PC directory where you uncompressed SFOS when you flashed it
fastboot boot ./hybris-recovery.img # = boot your phone in recovery mode
Wait some seconds
telnet 10.42.66.66 # Connect to your phone
Choice #5
Agree you void the warranty
Enter your device lock code
Open another terminal on the PC
mkdir /mnt/sfos # Create a dir to mount your phone partition in.
sshfs -o idmap=user,allow_other root@10.42.66.66:// /mnt/sfos # mount the partition
cd /mnt/sfos/rootfs # You are into the root directory
Oh waww thanks for all these infos. That´s really cool. More than what I found on the documentation.
I don´t understand why to force the phone to get off battery? I have made an approach to the recovery mode this afternoon but I didn´t have time to go further but it seem to work without this procedure.
I try with this :
Hold the Volume Up key down and connect the data-connected USB cable
Ensure that the indictor light at the top of the display area is lit in BLUE colour (if not, disconnect the cable, release the key and try again)
Hello everyone,
After spending hours on this problem yesterday, I’m still stuck
I ran a system check in recovery mode, which gave me some information (usefull?) that seems problematic. /dev/mmcblk0rpmb: read failed after 0 of 4096 at 0: Input/output error
2 logical volume(s) in volume group "sailfish" now active
Superblock last mount time is in the future. (by less than a day, probably due to the hardware clock being incorrectly set)
/dev/mmcblk0rpmb: read failed after 0 of 4096 at 0: Input/output error
0 logical volume(s) in volume group "sailfish" now active
I tried to connect via SSH to perhaps restore the qml file I modified yesterday to its normal state. But I can’t connect. It asks me for a password, which is supposed to be “recovery,” but that doesn’t work, nor does the phone’s security code.
I read that I’m not the first person to encounter this password problem. I tried the solutions suggested in several threads, but nothing worked.
But maybe the problem isn’t with the .qml file?
What do you think?
Okay, the mess is over, the phone is working again.
It was indeed the CameraLayer.qml file.
To access the SSHD, I had to use an earlier version of the SFOS image (4.3.0.15 instead of 5.0.0.72).
And then there were no more password problems (the root password: recovery works as it should), I was able to modify the problematic file.
Congratulations for the repair !
Yes, this password issue is reported in this bug report. It is tracked, so it will be addressed sonner or later.
The important point indeed is to remember the last usable version: 4.3.0.15.