Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    10k Posts
    W
    @Vlad-Nirky Thanks for the reply! Yeah, my understanding is this generally works smoothly. I just wondered if my issue was a one-off, or uncommon but sometimes encountered. I suspect my database is just screwed up somehow. pragma integrity_check didn't find anything wrong, but that's as far as I got. Anyway, not looking for support, just thought I should see if any others experienced something similar. Congrats on your NP1! And 26.04, very cool!
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    UBportsNewsU
    Today is Ubuntu Touch Q&A Day Ubuntu Touch Q&A191 is today at 19:00 UTC please join us on our YouTube channel: https://www.youtube.com/watch?v=hS6sOkNhX1s Questions can be posted during the show or for priority using this link: https://forums.ubports.com/topic/12300/ubuntu-touch-q-a-191-call-for-questions UBports@telegram #ubports:matrix.org #UBports #UbuntuTouch #UBportsQandA #Lomiri #OTA12 #Ubuntu #UTnoble #MobileLinux
  • Discuss and solve problems with other users

    4k Topics
    29k Posts
    Vlad NirkyV
    @Privacy-freedom I can give you my openvpn server config if you think it could help
  • Community section for all languages other than English

    24 Topics
    121 Posts
    G
    Bonjour j'avais le problème suivant sur mon Fairphone 5 sous 24.04-1.3 stable: les personnes m'appelant ne tombaient jamais sur le répondeur, ça sonnait sans limitation de durée. Tout d'abord, sur le principe le répondeur n'est pas configuré dans le téléphone: le passage sur répondeur en cas de non réponse après une durée donnée n'est pas paramétré dans le téléphone mais chez le fournisseur de services téléphoniques, dans mon cas FreeMobile. Cependant, en dépit d'une documentation officielle disant le contraire, il n'existe aucune option 'paramétrage du répondeur' dans l'interface Web de FreeMobile. La réponse du support FreeMobile est d'utiliser les codes USSD (Unstructured Supplementary Service Data == codes cabalistiques pour configurer diverses fonctions du téléphone du genre #002# ou autre). Malheureusement, aucun code n'a fonctionné sur mon beau téléphone UT. J'ai trouvé une vidéo Youtube conseillant pour un téléphone Android de configurer le téléphone en 3G plutôt que en 4/5G, mais dès que je configure en 3G je n'ai plus de réseau. L'astuce tordue: Finalement, j'ai appris de source non officielle que passer par l'interface de gestion de Free et positionner l'option 'Relais téléphonique' réinitialise les paramètres du répondeur à leurs valeurs par défaut, c'est à dire passage sur répondeur au bout de 20 secondes, ce qui convient parfaitement à mes besoins. (je n'ai pas la moindre idée pourquoi ma ligne était configurée différemment) L'option Relais peut être annulée ensuite immédiatement. L'hypothèse de la personne m'ayant renseigné est que le téléphone que j'avais utilisé pour montrer le problème (un Android bas de gamme, je ne voulais pas demander à un non spécialiste de regarder un téléphone Ubuntu Touch) n'était pas assez moderne pour que ça fonctionne correctement (j'ai eu la démonstration qu'il était possible de configurer le répondeur avec les codes USSD avec un Android moderne sur un téléphone non bas de gamme) Conclusion: la compatibilité des codes USSD est un problème délicat. Même s'il y a du code dans Ubuntu Touch pour les gérer, la compatibilité n'est pas garantie. Concrétement, lorsque je passe dans l'écran de configuration des fonctions téléphoniques du fournisseur (répondeur) j'ai plusieurs ronds bleus qui tournent sans jamais déboucher sur quoi que ce soit. Je me souviens que ce même écran fonctionnait lorsque j'ai installé mon téléphone sous UT début octobre 2025, donc c'est une évolution venant de mon fournisseur FreeMobile.
  • 2k Topics
    21k Posts
    W
    OK, found the solution on 'WayDroid on Ubuntu Touch' Telegram group channel Thanks "aleasto" for sharing this solution. Start WayDroid session (by either taping "WayDroid" in launcher or waydroid session start in terminal) When WayDroid session loads, open Terminal on Ubuntu Touch Run the following commands (I think the first prop should be fine, but just in case, I set those 2 props) $ waydroid prop set persist.waydroid.cursor_on_subsurface true $ waydroid prop set persist.waydroid.cursor_force_shm true Restart the WayDroid session to apply prop changes. (By either tapping "Waydroid Stop" then "Waydroid" in launcher or waydroid session stop then waydroid session start in terminal) And from now, hovering mouse cursor to Waydroid window will no longer crashes the Waydroid window. And enabling Show taps on developer options no longer crashes Waydroid window but the taps no longer shows when touches.
  • Discussions on development of Ubuntu Touch

    546 Topics
    7k Posts
    Vlad NirkyV
    @lduboeuf Yes, I saw that. I read Ubports Dev (but don't interact usually). Glad to see that!
  • Discuss the user experience or design of Ubuntu Touch or its apps

    172 Topics
    3k Posts
    7
    Just installed this, giving it a try, so far, so good!
  • Creating Ubuntu Touch apps

    817 Topics
    8k Posts
    P
    I've finished a first small test application (a simple video player). You can find it under https://github.com/MaxPerl/pefl.maxperl All in all, it works pretty well. However, there are a few limitations: I haven't yet managed to get the Wayland engine from efl to work (I'm hoping for Mir 2.x). This may lead to suboptimal performance (especially at the moment no hw acceleration), but more importantly, to an error with rotation. In landscape mode there is a well known Issue with Xwayland: Inputs on the right side of the screen do not work in landscape mode (see also the problem in uWolf, fix could come when this is merged: https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/207). I also can't resolve it through settings X-Lomiri-Rotates-Window-Contents=false and/or X-Lomiri-Supported-Orientations=portrait at the moment (see ubports/development/core/lomiri#184) Maliit virtual keyboard does not work at the moment. Apparently, there’s also a way for Xwayland apps to integrate this via the DBus interface. But right now, that’s too complicated for me. In the meantime, I’ve programmed my own little virtual keyboard (though it’s not really necessary for a video player. You can test it in the file-open dialog at the search field. Works pretty well for me). I’m currently working on a connection to the Content Hub (at least receiving data from other apps would be nice). But it doesn't seem that straightforward if an app doesn't use Qt or QML at all. I've already tried launching the app via Qt/QML instead of a Bash script, but apparently that doesn't work with Xwayland apps? If anyone here has experience with this, I'd appreciate any suggestions. Maybe I’ll start a separate thread regarding Content Hub as well. Surely that should work without Qt/QML???? Best wishes, Max
  • Porting Ubuntu Touch to new devices

    507 Topics
    4k Posts
    KenedaK
    Sorry i'm not skilled in porting or coding, but be patient someone will surely help you. Also did you try the telegram ubports porting group ?
  • Lomiri, the operating environment for everywhere

    77 Topics
    640 Posts
    U
    @ChromiumOS-Guy yes its just perfect as second clipboard for selected text, daily used on desktop
  • Discussion on translating Ubuntu Touch and its core apps

    61 Topics
    335 Posts
    lduboeufL
    said: Hello, With the next calendar-app release coming, a bunch of new strings are waiting to be translated, thanks for looking into it: https://hosted.weblate.org/projects/lomiri/lomiri-calendar-app/ Lionel oops forgot to mention the forum post about it: ( arf can't paste the link here), look into category OS->Call for testing: calendar-app)
  • A place to discuss ideas for promoting Ubuntu Touch

    57 Topics
    733 Posts
    developerbaymanD
    i just posted a testing version in app development ....expect bugs ....i expect feedback ....i add the missing features mentioned as well
  • Other Projects

    Projects which are started by a group within the UBports community

    72 Topics
    431 Posts
    CiberSheepC
    @libremax Spain when there's football on the tv (I'm not joking)
  • For things that just don't fit in the other categories.

    903 Topics
    5k Posts
    R
    Hello, had anyone tried to fiddle with cubot king kong mini 4 or onemyth m17pro by chance? Both phones are available on aliexpress. Here are the specs: https://www.gsmarena.com/cubot_kingkong_mini_4-14099.php https://share.google/aimode/vblB9hnaaflKi6zcl