Subcategories

  • This section is specifically useful for new contributors on the project

    8 Topics
    37 Posts
    G
    @RandomUser I'll give you one: https://gitlab.com/stuiterveer-ut-apps/afvaller to not make anyone angry, I'll add 3 apps in : pure qml (javascript): https://github.com/pparent76/PDFjs c++: https://gitlab.com/matdahl/jsonedit rust: https://gitlab.com/cristodcgomez/parasol I give no warranty about the beauty of the code for any of these apps that I did not write, it's all in the eye of the beholder anyway. However, I have only included relatively small apps. For studying code, it's so much better than trying to study big things like dekko or puremaps (that's not to say that these big things are bad, to the contrary, these are among the best of the best but are not appropriate to learn) If anyone can contribute small apps demonstrating the use of other languages, I'll be happy to add them to my personal collection. Sadly I don't think that Ada, Cobol, C#, or Malboge are really supported for now.
  • Discuss and solve problems with other users

    99 Topics
    690 Posts
    H
    The issue was me not having a screen lock passcode defined. Not sure if this is the best way to approach this, a settings page for editing user information (including name and root password) would be useful, that one could then opt out for the screenlock.
  • 162 Topics
    1k Posts
    TotalSonicT
    @freddo - no one has figured out this yet, Android 13 is the latest supported version on Waydroid currently. You can follow development of Waydroid for Ubuntu Touch, including chatting with some of the main developers for it at the Telegram channel https://t.me/waydroidonut
  • Donation via Ideal not working: donation_partner_details not whitelisted

    Unsolved
    3
    1
    1 Votes
    3 Posts
    204 Views
    7
    @AdFundum yes, it was a bug! i reported it to the webmaster and it got fixed immediately
  • No Network Connectivity – microphone is not working

    Unsolved
    14
    0 Votes
    14 Posts
    1k Views
    pparentP
    @bunt7 You can find a workaround script, for Network connectivity jump here: https://forums.ubports.com/post/95548
  • Use phone as modem with gnome-calls

    Unsolved
    4
    1
    0 Votes
    4 Posts
    315 Views
    developerbaymanD
    you need to go to settings and set your usb to tethering ....there is your internet connection it should just work when you plug it in and connect ...if im understanding you correctly?
  • Cant find NFC

    Unsolved
    3
    0 Votes
    3 Posts
    166 Views
    R
    @projectmoon ..... WTF, it wasnt there but now it is!! Luckily I took a screenshot of when it wasnt there. How do I share images on the forum?
  • Meizu Pro 5 16.04 STABLE BACKUP for restoring with TWRP.

    18
    5 Votes
    18 Posts
    5k Views
    M
    @Stefano Hello! I've had my phone for a few years now, but it's been sitting in the drawer for a while. I couldn't put the Ubuntu system back on from the Flyme system. But now I finally did it and thanks to you I now have the "latest system" on it I'm happy now! Thank you very much! It's true that it won't be for everyday use anymore (I'm using a 6-year-old Huawei Mate 40 Pro Plus on it), but I'm glad that I managed to put Ubuntu on the Meizu
  • Wi-Fi connection unstable with several websites on UT 24.04

    Solved
    3
    0 Votes
    3 Posts
    280 Views
    P
    Changing the DNS server solved the problem
  • Survey: Duck.ai down in Morph.

    Moved Solved
    4
    0 Votes
    4 Posts
    182 Views
    MoemM
    Since this is not a device question, I will move it to Support and mark it as a solved question.
  • Syncthing on Ubuntu Touch

    41
    9 Votes
    41 Posts
    13k Views
    developerbaymanD
    @arubislander yeah i was just double checking cause you know? idk i just didnt want to be rude lol but thank yeah ill drop it eventually rn im working on a esp32p4 project
  • Export notes from phone

    export notes
    12
    0 Votes
    12 Posts
    2k Views
    I
    @aimar I sync notes between my phone and my computer this way. Syncthing from the open store to syncthing on a Xubuntu computer. Works well, but I have to manually run Syncthing from time to time to do the sync, as I don't want to try running it continously on the phone.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    62 Views
    No one has replied
  • Running TUIs on the Terminal

    Solved
    2
    0 Votes
    2 Posts
    447 Views
    H
    I've figure it out that entering 'selection mode' with a long press is precisely what I was looking for. Would still be useful to somehow start the terminal on selection mode and hide the 'Exit selection mode' option
  • Webber - Bluesky as web app not working

    Solved
    6
    0 Votes
    6 Posts
    596 Views
    MoemM
    @jojumaxx I figured that was the case! I've also edited the topic title, for better searchability.
  • ProtonVPN on UT24.04-1.2

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    PrometheusP
    @kugiigi Hello, Thank you for the inspiration to help others. Below are instructions for installing a single ProtoVPN Wireguard and multiple ProtonVPN Wireguard configurations along with method for mitigating autoconnect conflicts between them. INSTRUCTIONS TO INSTALL PROTON VPN WIREGUARD ON UBUNTU TOUCH 24.04 DOWNLOAD WIREGUARD CONFIG FILES FROM PROTON VPN WEBSITE https://account.protonvpn.com/downloads Give simple name (i.e. wg0, wg5, wg9, etc) to config file Select platform: GNU/Linux Select VPN options: (Block malware, ads & trackers) Select: VPN Accelerator Select either "Standard" or "Secure Core" configs Scroll down to choose and select "Create" Download conf file and make copy with simple name (i.e wg0.conf) WIREGUARD CONFIG INSTALL ON UBUNTU TOUCH 24.04 Manually Toggle WiFi OFF Open Terminal where wg0.conf file is located Execute following terminal commands: A. nmcli connection import type wireguard file wg0.conf B. nmcli connection modify wg0 ipv4.dns "" ipv4.dns-search "" ipv4.dns-priority "" C. nmcli connection modify wg0 ipv4.dns-priority -50 D. nmcli connection down wg0 && nmcli connection up wg0 Manually Toggle WiFi ON Check IP Address: https://protonvpn.com/what-is-my-ip-address MULTIPLE WIREGUARD CONFIG INSTALLS ON UBUNTU TOUCH 24.04 Manually Toggle WiFi OFF Open Terminal where wg0.conf file is located Execute following terminal commands: A1. nmcli connection import type wireguard file /path/to/wg0.conf A2. nmcli connection down wg0 B1. nmcli connection import type wireguard file /path/to/wg1.conf B2. nmcli connection down wg1 C1. ... C2. nmcli connection down wg# D1. nmcli connection import type wireguard file /path/to/wg9.conf D2. nmcli connection down wg9 To prevent conflicts with wg0 and all other wg# connections: A. nmcli connection modify wg0 autoconnect yes B. nmcli connection modify wg1 autoconnect no C. nmcli connection modify wg2 autoconnect no D. ... no E. nmcli connection modify wg9 autoconnect no nmcli connection down wg0 && nmcli connection up wg0 Manually Toggle WiFi ON TROUBLE-SHOOTING VIA TERMINAL To check wg0 connectino status: A. nmcli device status To delete wg0 and start over: A. nmcli connection delete wg0 To start wg0 connection A. nmcli connection up wg0 To stop wg0 connection A. nmcli connection down wg0
  • Morph, can't login on some pages

    Unsolved
    10
    0 Votes
    10 Posts
    580 Views
    F
    @projectmoon said: Though in general, I don't see many payment sites asking for your password at time of check-out, at least once you're at the payment screen. eh, maybe I didn't pay attention on this and only sms-code is sufficient. I have to check it. I'll have to dig into waydroid, but maybe some time in the future - hey, it is not so begginer stuff, right? Thanks for help and nice chat!
  • GPS positioning stops working after a random duration

    Moved Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    S
    @gpatel-fr No, I haven't. The UBPorts code definitely has some stuff related with that (dating from the ubuntu era...), but I have not spent time looking into it. I looked into geoclue2 as reported in this other thread, and realized that what is described there only uses wifi or cell; Geoclue2 does not switch to gps afterwards because it connects to gps chips through modemmanager while UBPorts manages the modem with ofono instead... I believe it would be easy to make a geoclue2 plugin for lomitri-location-service to first get a quick inaccurate location from local networks through geoclue2, with lomitri-location-service later automatically switching to gps when a fix becomes available. Of course, a working native AGPS lomiry-location-service implementation would be cleaner and preferable (geoclue2 is essentially duplicating the functionality of lomiry-location-service). What I'd also like is to have gps apps continuing to receive fixes when the screen is off. I would very much like activitytracker to be able to record tracks, or PureMaps continuing to give routing voice indications while cycling, without the present unnecessary screen-on battery drain.
  • duplicate media files

    Solved
    3
    0 Votes
    3 Posts
    264 Views
    G
    @arubislander said: @gandalf Yes there is. In the terminal, navigate to the folder you no longer want the files indexed and execute the following command: touch .nomedia This also works on desktop linux. Thanks, that worked (mostly). I had to delete the data and cache for both the music player and gallery plus do a reboot. They haven't picked up the files again.
  • Syncthing in background

    Unsolved
    3
    0 Votes
    3 Posts
    342 Views
    developerbaymanD
    i am doing a app for this in the future called pysync ...i may rename it for UT ...hmmm UT-sync?? .....the app is built but very broken right now and not a priority ...it will do the same thing as syncthing ...well i hope anyways UT design can throw a wrench into things
  • wrong key mapping Volla Tablet + Volla Keyboard German version

    Unsolved
    1
    0 Votes
    1 Posts
    213 Views
    No one has replied
  • Oneplus 6t - crashed to Quallcomm Crash after trying to flash :/

    Moved
    2
    1
    0 Votes
    2 Posts
    216 Views
    MrT10001M
    @PringleMingle Have you put it onto the required version of Android before installing UT? Was the device fully charged before starting the process? Noble (24.04.1.x)does not work on this device so use Focal (20.04) instead. Someone is working on this to get the upgrade to Noble. From experience a crashdump is usually a weak/dying battery or battery requiring a charge.
  • unstable keyboard

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    DJacD
    okay. great. I update. previous version, less stable on 24.04-2.x. better on 24.04-1.2