Actions
Issue #2321
openFirst installation: cannot reboot to normal from recovery
Start date:
09/05/2022
Due date:
% Done:
0%
Estimated time:
Resolution:
Device:
Galaxy S 3 (I9300)
Grant:
Type of work:
Build system integration, C programming
Updated by Denis 'GNUtoo' Carikli over 2 years ago
The phone had Replicant 6.0 installed.
And after building Replicant 11 (manifest at ca76312d1e9015a44af55d297c43f8f0b64a8786), and installing it with:
heimdall flash --BOOT boot.img --RECOVERY recovery.img --SYSTEM system.img
and wiping data and cache, Reboot the system now
won't work: it would always reboot on the recovery.
Also the phone booted fine so the cache was probably cleared, but I still got the old boot logs (from /cache) after clearing the cache and rebooting (to recovery).
Workaround: flash boot.img in RECVOVERY and it'll boot fine.
We need to get a shell inside the recovery and check if reboot normal works inside.
Actions