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
    C
    @Privacy-freedom not that i know of but i have been doing a lot of things on my daily driver including installing/compiling stuff (natively) so its possible i changed some setting somewhere a year ago that fixed it for me, altough its possible the problem is your install.
  • 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
    P
    @Vlad-Nirky https://xdaforums.com/t/cant-unlock-the-bootloader-on-redmi-note-9-pro.4790995/
  • Discussions on development of Ubuntu Touch

    546 Topics
    7k Posts
    pparentP
    By the way I've personally installed the script in a way that stands in time by creating a systemd file: ( Because it improves a log my day-to-day experience) /etc/systemd/system/backup-4g.service : [Unit] Description=LTE backup Service After=network.target [Service] Type=simple ExecStart=/home/phablet/backup-ip.sh Restart=on-failure WorkingDirectory=/home/phablet/ [Install] WantedBy=multi-user.target and then sudo systemctl enable backup-4g So that it starts automatically at startup. For this to work you need to have the script that I have posted above in /home/phablet/backup-ip.sh
  • Discuss the user experience or design of Ubuntu Touch or its apps

    171 Topics
    2k Posts
    CiberSheepC
    @Zer0 said: I can post again Sorry for the hiccup
  • Creating Ubuntu Touch apps

    817 Topics
    8k Posts
    pparentP
    @brenno.almeida Hello Brenno, Could you explain where the deamon is installed? Becaused I notice that when I disable the account inside the app and then uninstall the app, I still have some greenline deamon running, and creating some logs: Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:06:30 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Scheduled restart job, restart counter is at 5123. Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:06:20 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Scheduled restart job, restart counter is at 5122. Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:06:10 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Sch eduled restart job, restart counter is at 5121. Jun 07 10:05:59 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:05:59 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:05:59 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Thank you very much!
  • 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