Seems they have something running?:
Maybe they can provide updates here
Seems they have something running?:
Maybe they can provide updates here
Interesting interview here, on that topic: https://www.phoronix.com/scan.php?page=news_item&px=Zlatan-Todoric-Interview
You should be able to do so using the SPFlashTools (as here from Android to Ubuntu: https://forum.fairphone.com/t/fp3-fairphone-open-os/52301) but you will need to find the original Android scatter and associated files...
@normandc Same here but noticed i need to start Dekko first before sharing files fwiw...
There is a thread on the Fairphone forum stating Open OS will come later: https://forum.fairphone.com/t/fp3-fairphone-open-os/52301
@normandc Once you have the checkboxes displayed in the Contacts, there is an icon Top Right that can be used to select all Contacts fyi
GPS never worked for me on FP2, there is a related open issue here fyi: https://github.com/ubports/ubuntu-touch/issues/356
@baruchiro You may have to create the folders in /userdata/system-data/var/cache/... i do not recall if i did or not on my side
@baruchiro Adding this line will allow you to mount that /var/cache/.. folder inside the larger /userdata partition so there is space available to perform the package installation (double slashes are expected, check similar existing lines in /etc/fstab and note it's a bind mount)
Not sure if such change should be made persistant or only considered as a workaround...
@padraic @baruchiro @matteo Got the same issue on FP2 and solved it by adding this line to /etc/fstab:
/userdata/system-data//var/cache/apt/archives /var/cache/apt/archives none bind 0 0
Issue then a sudo mount -a
and retry installing...