Dank @Sander! Radio NL en Radio BE zojuist geinstalleerd. Als je van klassieke muziek houdt is het Belgische Klara een aanrader.
Posts
-
RE: Nederlandse app alternatieven bij de overstap van iOS of Android
-
RE: GPS not working?
@Moem thanks! That worked in a few minutes outside. The Messwerk app is also interresting.
-
RE: Welkom, nieuwkomers! Stel jezelf gerust even voor.
Hoi!
Mijn naam is Ko. Het is me gisteren gelukt om Ubuntu touch te installeren op een tweedehands Fairphone 5. Voor dagelijks gebruik heb ik een Fairphone 4, en die wil ik nog wel een tijdje blijven gebruiken. Maar op de lange termijn wil ik helemaal of van Android en Google.Dus ga ik nu alle mogelijkheden van Ubuntu Touch verkennen. Ik heb wel enige Linux-ervaring en het lijkt me heel handig om op mijn telefoon ook op de commandline te kunnen werken. Kortom, een interessant experiment.
-
GPS not working?
I can not find my location in two different apps: uNav and Pure Maps. uNav says "busy waiting for gps" and Pure maps also can not find my location. So I suspect the GPS function on my Fairphone 5 is not working correctly. Is there a way to test this function directly?
-
Switching from Android 15 to 13
I have a problem switching my Fairphone to Android 13.
I followed the manuals on this Fairphone website and this. On the phone I got the message "Bootloader is already unlocked".
Then I start the scriptflash_fp5_factory.shfrom the package FP5-TT4H-factory from Fairphone.
I got this message:INFO: The procedure will start soon. Please wait... INFO: The package type is "user-factory" INFO: You are using a Linux distribution. ERROR: The 'fastboot' tool is not available. ERROR: Please install the tool using your package manager. ERROR: Aborting now (press Enter to terminate).In the shellscript "flash_fp5_factory.command" I see these lines:
Linux|GNU/Linux) echo "INFO: You are using a Linux distribution." # Find fastboot, abort if not available. FASTBOOT_BIN=$(which fastboot) || { echo -en "$RED" echo "ERROR: The 'fastboot' tool is not available." echo "ERROR: Please install the tool using your package manager." abort_now }Does that mean that I also have to install the fastboot package on my PC?