UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • brenno.almeidaB

      [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      60
      2 Votes
      60 Posts
      4k Views
      Linus67L
      @StephPTi Now you can see in Greenline: Meta stores all your actions on WhatsApp. If you like a comment in a group, that contact is stored in the database linked to your phone number. You can view all these records now in Greenline. You now have a complete list of the phone numbers (contacts) to which you have ever reacted or commented. This is part of the metadata that WhatsApp stores permanently on its servers: when you interacted with whom. This means that most of what you delete in WhatsApp is simply hidden. In a future version of Greenline, it may be possible to hide this ‘metadata’.
    • peat_psuwitP

      Call for testing: Ubuntu Touch 24.04-1.3

      Watching Ignoring Scheduled Pinned Locked Moved OS
      70
      10 Votes
      70 Posts
      5k Views
      Linus67L
      On the subject of battery consumption. It is very difficult to compare battery consumption when devices are being used simultaneously. I only test and compare battery consumption under identical conditions without active use (for example, at night) 7 hours in aeroplane mode 7 hours with only calls and texts active 7 hours with selected background services also active. (Selected apps, such as Dekko, or those with connections to NextCloud) Using this test method, I have not observed any increased battery consumption with RC 1.3.
    • P

      vpn

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      14
      0 Votes
      14 Posts
      373 Views
      Linus67L
      @Privacy-freedom You need to gain a bit more experience to create a .conf file properly and ensure it works as intended. Don’t forget to make copies of your working settings. AI can also be helpful.
    • pparentP

      Bug: data mobile interface looses ip

      Watching Ignoring Scheduled Pinned Locked Moved OS
      29
      0 Votes
      29 Posts
      2k Views
      pparentP
      @domubpkm To stop the script: sudo pkill backup-ip.sh It's true that I've not taken into account the case where LTE is activated, but mobile data is disabled.
    • J

      [For testing] Radio Alarm for Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      10
      6 Votes
      10 Posts
      277 Views
      J
      @Vlad-Nirky @gpatel-fr @sander Thank you for testing & glad it works for you as well ;-). I've made a note of the radio-browser API, and I'll check.
    • UBportsNewsU

      Ubuntu Touch Q&A 190 call for questions.

      Watching Ignoring Scheduled Pinned until 5/17/26, 5:28 PM Locked Moved News
      10
      0 Votes
      10 Posts
      456 Views
      Vlad NirkyV
      @sysadmin Same question (more or less) Is there a way to install UT by downloading the necessary files beforehand? There are an increasing number of people living in countries (such as Russia) that block our servers and are unable to complete the installation.
    • Q

      Selling Ubuntu Touch Devices and Respecting the License

      Watching Ignoring Scheduled Pinned Locked Moved General
      8
      0 Votes
      8 Posts
      134 Views
      P
      Question_Asker Well, I am not a lawyer. But in general the obligation of the GPL is that you must provide the source code upon request from your licensee (which is someone you have sold your GPL-containing product to). That means you must provide it, not point to some upstream source. But there are many ways to fulfill the obligations of the GPL. Technically you don't even have to put the code on an online repository. You can mail it to people on CD if you want lol. So the simplest way to do this, is to maintain a mirror of the code on a git forge (GitHub, self-hosted Foregjo, GitLab, etc), and then when or if people ask for the code, point them at that link. Or just put the link in a manual. Which is exactly what Volla does. Edit: and to be honest, maybe upstream source is enough, if your source is entirely upstream? I dunno. Again, not a lawyer.
    • CiberSheepC

      How to force a link to open with a selected app?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved App Development
      8
      0 Votes
      8 Posts
      205 Views
      CiberSheepC
      Ah, no. I don't think it's possible to pass an url + the appid link. The idea is to open the app...
    • MoemM

      Bankieren in Nederland en België met Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved Dutch / Nederlands
      6
      0 Votes
      6 Posts
      281 Views
      P
      @Moem ABN AMRO works fine in Waydroid + microG, with root even (although I have it hidden from Magisk).
    • P

      Appareil photo

      Watching Ignoring Scheduled Pinned Locked Moved French / Francais
      5
      0 Votes
      5 Posts
      115 Views
      G
      @Peyo il est possible qu'il s'agisse d'un problème de focus. Avec mon Fairphone 5 j'ai eu longtemps des soucis sur les photos à faible distance (à peu près moins de 50cm) qui étaient toutes floues, j'ai utilisé le truc de basculer en mode caméra puis revenir en mode photo, mais une manoeuvre plus simple est de tapoter un peu l'écran ce qui indique au logiciel d'esssayer d'améliorer le focus. L'appareil photo sous Waydroid n'a pas ce souci sur le même matériel, le focus est correct immédiatement à toute distance.
    • P

      Custom builder for a library

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      13
      0 Votes
      13 Posts
      1k Views
      P
      Thank you very much for all the suggestions. As a first step, I’m now trying to get the elementary_config configuration program up and running. I have now compiled efl for this purpose in a Libertine container under the prefix /opt/click.ubuntu.com/pefl.maxperl/current and am trying to start the program as suggested using the shell script run_config.sh. This allowed me to resolve the error message regarding efreetd and the missing configuration Unfortunately, it still isn't working. Here's the error message I've been getting so far: ERR<90576>:elementary ../src/lib/elementary/elm_module.c:114 _elm_module_find_as() Failed to load elementary module: 'prefs_iface': No such file or directory ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF EOF ERR<90576>:eina_safety ../src/lib/ecore_evas/ecore_evas.c:3941 ecore_evas_software_x11_new() safety check failed: m == NULL ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:eina_safety ../src/lib/ecore_evas/ecore_evas.c:4056 ecore_evas_gl_x11_options_new() safety check failed: m == NULL ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:elementary ../src/lib/elementary/efl_ui_win.c:5572 _elm_win_finalize_internal() Cannot create window. ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:eo ../src/lib/eo/eo.c:1137 _efl_add_internal_end() Object of class 'Efl.Ui.Win_Legacy' - Not all of the object constructors have been executed. ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:796 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!! in: ecore_evas_callback_selection_changed_set() ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:798 _ecore_magic_fail() Input handle pointer is NULL! ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [....] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:796 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!! in: ecore_evas_callback_drop_drop_set() ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:798 _ecore_magic_fail() Input handle pointer is NULL! ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:796 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!! in: ecore_evas_callback_drop_motion_set() ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:798 _ecore_magic_fail() Input handle pointer is NULL! ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:796 _ecore_magic_fail() *** ECORE ERROR: Ecore Magic Check Failed!!! in: ecore_evas_callback_drop_state_changed_set() ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:ecore ../src/lib/ecore/ecore.c:798 _ecore_magic_fail() Input handle pointer is NULL! ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF ERR<90576>:evas_main ../src/lib/evas/canvas/evas_object_smart.c:746 _efl_canvas_group_efl_object_destructor() efl_canvas_group_del() was not called on this object: 0x40000000638f (Efl.Ui.Win_Legacy) ## Copy & Paste the below (until EOF) into a terminal, then hit Enter eina_btlog << EOF [...] EOF Maybe it's because EFL doesn't support Wayland? Or maybe EFL can't find the right display? Everything works perfectly in Libertine... Right now, I'm just at a loss... You can find the current status at https://github.com/MaxPerl/pefl.maxperl Thanks in advance, Max
    • alaskalinuxuserA

      Call for testing: [Beta] CitySim - a city simulation game

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      4
      4 Votes
      4 Posts
      168 Views
      alaskalinuxuserA
      Edited the original post with new download links, as I made several changes to the happiness factor based on feedback and game play.
    • J

      How to manage "Places"

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      4
      0 Votes
      4 Posts
      132 Views
      J
      "Places" case solved. What I obeserved in short: At startup, "Places" is created and provides shortcuts to standard folders (immutable): Home, Documents, Downloads, Music, Pictures, Video, Network and Root folder. These folders can't be deleted from there (no trash can symbol). This list is expandable with any folder. These are removable, too (trash can symbol on swipe right). "Music" folder was deleted (accidently, I didn't realize at first). "Places" tried to provide a link to this non-existent folder which ended up with a ".". "Music" folder was recreated and appeared at the bottom of the "Places" list while "." still existed. After a reboot, "Places" got organized again (or rebuild by scratch). "Music" folder could be referenced again and "Places" was rebuilt as intensioned and looks normal again. No "." for a folder that could not be found. Sorry for causing this confusion and any inconvenience. It happens, when you're chronically overworked.
    • H

      Can't update to 24.04-1.3

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      4
      0 Votes
      4 Posts
      158 Views
      G
      @hlbkv said: @gpatel-fr The installer doesn't seem to detect the device this happens to me when trying to reinstall my Fairphone 5 that works correctly both before reinstalling and after, so it's more a shortcoming of the installer than a blocker. @hlbkv said: states one should have Android 11 installed here it's more mixed unfortunately. If you had already installed 24.04-1.2 and it worked correctly (as far as the device page for this device states it) I think that you can proceed nonetheless since all that the previous Android version is leave the correct device drivers in the Android partitions, so if it worked before it should work after. A caveat is that a hardware problem could have developed on your device in this case there is not much that software can do. After all, so far you are the only person having such trouble with updating to 1.3 from 1.2. If not, it would be wise to give more details on the previous situation before going further.
    • P

      volla tablet

      Watching Ignoring Scheduled Pinned Locked Moved General
      4
      0 Votes
      4 Posts
      277 Views
      P
      antidorsessions did you have install android 13
    • P

      Encypt userdata

      Watching Ignoring Scheduled Pinned Locked Moved Xiaomi Poco X3 NFC
      4
      0 Votes
      4 Posts
      166 Views
      G
      @pleoni ah yes I missed that sorry about it. The problem is that your device has an old kernel, so probably you should try to setup a policy V1 as stated here
    • ikozI

      Battery saving tip

      Watching Ignoring Scheduled Pinned Locked Moved OS battery
      5
      6 Votes
      5 Posts
      991 Views
      ikozI
      @Linus67 it needs to be ran as root. Sudo is interactive in terminal so it won't work, but pkexec is the GUI equivalent so it should launch a popup for the password. Alternatively set the suid bit of the script to make it always run as root without password (and ensure the file is not writable by phablet as that would allow local privilege escalation).
    • S

      trouble unlocking Oneplus Nord N10 5G phone

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      16
      0 Votes
      16 Posts
      824 Views
      R
      @UT-downunder https://forums.ubports.com/post/95693
    • U

      Unlocking did not unlock Critical Partition

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      4
      0 Votes
      4 Posts
      115 Views
      R
      @UT-downunder Windows, yes. Linux users have gotten it to work either using a VM (requires a VM with USB port pass through. Some work, some don't), or by installing Windows to Go on a USB drive. Alternatively, there is a way to do it in linux somewhere in the ubPorts OP6 forum, but I haven't used it in years (I use Windows To Go on a USB SSD-Transend thumb drive SSD). Or just borrow someone's machine for a few.
    • T

      6t and 20.04 stability

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus 6/6T
      15
      0 Votes
      15 Posts
      857 Views
      T
      @rocket2nfinity said: @tidip https://t.me/ubports_op6 Joined, thanks