[Solved] Settings crashes while Jolla account login
Hi,
my Jolla account was logged out. I tried to log in again but settings app crashes. After some trials I deleted the account in phone and tried to add->login again. But settings app still crashes and is closed.
- Login with browser works
- Time in Settings is correct
- I don't want to reset everything
- Last info from settings: Update available
SailfishOS version: 1.1.1.27
Can I see somehow a (error) logging? I hope someone has an Idea.
EDIT: Solution from comments
If you have no accounts at all, then it might be worthwhile to just delete the accounts and signon databases entirely, as you won't lose anything. They should be automatically recreated when needed, hopefully with the correct access permissions.
devel-su rm -rf /home/nemo/.config/libaccounts-glib
devel-su rm -rf /home/nemo/.config/signond
Then reboot phone.
Thanks for the report. I'll investigate this one now. The simplest way to get some logs is to run the settings application from the terminal:
chris.adams ( 2015-03-06 03:31:37 +0200 )editdevel-su -p jolla-settings
.I cannot reproduce, unfortunately, so any information you can provide will be helpful in figuring out what is going wrong in your particular case.
I should point out: to fix this issue in a non-destructive way, the simplest solution is probably:
$ devel-su -p pkcon install libaccounts-glib-tools $ ag-tool list-accounts $ ag-tool delete-account 55
(or, instead of 55, whichever number is associated with your Jolla account).
You should then be able to add the account from Settings | Accounts.
Cheers, Chris.
chris.adams ( 2015-03-06 07:39:45 +0200 )editHi Chris,
jolla-settings gives the following:
......................................................
So, I think there I've again a permission error. "Speicherzugriffsfehler" means "storage access error".
install libaccounts-glib-tools has no impact.
pLurchi ( 2015-03-06 08:08:32 +0200 )editDoes running
chris.adams ( 2015-03-09 09:06:03 +0200 )editag-tool list-accounts
show anything? Are you able to delete the account usingag-tool delete-account _AccountId_
at all?Running ag-tool list-accounts says
I already deleted my account. Recreating a new one was not possible.
pLurchi ( 2015-03-09 11:44:07 +0200 )edit