09-12-2021, 09:45 PM
(This post was last modified: 09-12-2021, 10:20 PM by YeehawItsJake.
Edit Reason: Found quick issue
)
(09-10-2021, 01:10 AM)acrux Wrote:Got past the lockscreen which is awesome now! Calls have been kinda working and I can send messages. Heres the problem though, half of the notifications bar seems to be missing its settings. I can change my Ambiance at most, no WLAN or brightness configuration. Adding any account results in the Settings app crashing, so I cant add my Jolla account to get it all going. None the less though, devs are making good progress and I am excited to see it. Looks like a new release for SFOS in a testing state was released, 4.2.(09-08-2021, 11:57 PM)defactofactotum Wrote: That would be great if you could, thanks!
As I'm more familiar with Plasma Mobile, then:
1. Download Plasma Mobile image (eg. beta7) and flash it to a (fast) SD card
2. Insert card to PinePhone (PP) and boot
3. Pass the firstrunwizard and note yourusername&password
4. Start Index file manager and at left you should see a "data" partition
5. Mount&open it by long touch
6. Start Terminal
7. Run the following:
8. Return to Index and unmount data partition (long touch & remove)Code:cd /run/media/yourusername/data/home
sudo -s
cd defaultuser
touch .jolla-startupwizard-done
touch .jolla-startupwizard-usersession-done
chown 100000:995 .jolla-startupwizard-usersession-done
chown 100000:995 .jolla-startupwizard-done
exit
9. Shut down Plasma Mobile and take out SD card
10. Boot Sailfish OS and hopefully you have no lockscreen problem any more
11. Keep in mind that Sailfish OS first start wizard passed only language and license agreement so you have to configure remaining items (wifi, Jolla account, timezone etc) in Settings application.
<<<UPDATE!>>>
.config appears to be missing from my folder and resulting in erroring out the Settings app. I chmodded everything in my home (only 3 items) to 777 to see if that would solve things. Volia, account added from Jolla!