Subcategories

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

    4 Topics
    12 Posts
    K
    @Alain This featute isn't in UT/Lomiri yet. Simplest way is to make something like a home screen app and there are some that exists already like Launcher Modular. Not sure they have app groups though. You can contribute to them if you don't want to make your own. However, they obviously act like a normal app. Best you can do is pin it to the Launcher for easy access. Or you can contribute to Lomiri and implement it in the App drawer which definitely needs some love There's even a bounty for it so there's money to get
  • Discuss and solve problems with other users

    94 Topics
    674 Posts
    pparentP
    https://forums.ubports.com/topic/11532/signal-ut-signal-desktop-for-ubuntu-touch
  • 154 Topics
    1k Posts
    K
    @fair Which phone is this? This is usually an issue with media playback that doesn't use media hub such as webapps. I guess Waydroid has the same problem, when you lock the device, apps get suspended. Interesting that Waydroid is also affected considering that it doesn't really suspend. I assume your phone has proper deep sleep so apps don't just suspend, the device goes into low power mode that processes like Waydroid can't function properly anymore.
  • Music app stopped working

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    hankschwieH
    @jojumaxx Hi! I have similar problems, looks like using waydroid and mounting ~/Music to it causes problems. The music app can't read the files anymore because the mounting changes the owner. See https://gitlab.com/ubports/development/apps/lomiri-music-app/-/issues/104
  • fstab getting overwritten?

    Unsolved
    16
    0 Votes
    16 Posts
    3k Views
    G
    @kuzmi4 yes, I did it. ↑ See my previous post. ↑
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    115 Views
    No one has replied
  • Where is the trash bin ?

    Solved
    10
    0 Votes
    10 Posts
    887 Views
    C
    @arubislander Ok I understand, I'm gonna grieve for my photos then ahah. Thanks for your answers
  • Fairphone 4 can't boot into recovery

    Unsolved
    3
    0 Votes
    3 Posts
    323 Views
    P
    @arubislander Thank you, this worked! And thanks for the correction, I tend to mix the two up from time to time.
  • vendor.dataqti keeps crashing

    Unsolved
    5
    0 Votes
    5 Posts
    607 Views
    Eric HE
    @jaxx About dataqti service, take a look at : https://gitlab.com/ubports/porting/community-ports/android10/xiaomi-poco-x3/xiaomi-surya/-/merge_requests/21 About powersaving, please see : https://codeberg.org/EricHeintzmann/UbuntuTouch/issues/24 Any help will be welcome
  • zfs on Ubuntu touch

    Solved
    4
    1 Votes
    4 Posts
    609 Views
    ikozI
    TL;DR: use BTRFS or proxy the ZFS via NFS @RJDan said in zfs on Ubuntu touch: [...] better supported on linux, it seemed to be a clear win for zfs. Well, unfortunately that is not the case, ZFS is not supported without adding kernel modules via DKMS. That is because of licensing issues which prevent it from being built-in the kernel like BTRFS and EXT4. DKMS cannot work on Halium kernels as they are based on patched downstream android kernel. I thought FUSE was an option, but after trying to install it on my device I found out zfs-fuse is deprecated, and I couldn't make it work. So the only way is to build the kernel with patches for the ZFS module, beforehand. This is however very complex and I wouldn't recommend it. There is a workaround, to have a NFS/Samba as a proxy to the ZFS file system so that the UT device accesses the file system remotely. The more straight-forward approach is to change the file system to BTRFS, assuming it meets your use cases. If you only need snapshots and backups, you should be fine.
  • how switch on Hotspot on boot

    Unsolved
    2
    0 Votes
    2 Posts
    233 Views
    P
    it`s work! cat qtart_hotspot.sh #!/bin/sh #Wait until networking is ready before trying to activate hotspot sleep 5 #nmcli con up 'Hotspot' #nmcli con up 'DIRECT-59-HP M104' /usr/bin/nmcli connection up 'DIRECT-59-HP M104' phablet@ubuntu-phablet:~/ How start it at boot phone?
  • Camera Photos saved 90° left-malrotated after core app update

    Unsolved
    6
    1 Votes
    6 Posts
    555 Views
    K
    This is a known issue and yes the workaround for now is to enable "save device info" which was the default prior the update anyway. There will be a fix so that rotation will always be saved.
  • UT filemanager preview rotated picture orientation issue

    Unsolved
    6
    0 Votes
    6 Posts
    572 Views
    arubislanderA
    @uwahl said in UT filemanager preview rotated picture orientation issue: Anything I could do? You could start by checking if there is already an issue opened in the File Manager issue tracker (link can be found in the Open Store listing of the app). If there already is an issue opened, you can check if there is additional info that can be added. If you can code (or are willing to learn) you could jump in and try to solve the issue and open an MR when you have.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Fixing corrupted videos recorded with Google Pixel 3A + UBPorts OTA23

    1
    0 Votes
    1 Posts
    272 Views
    No one has replied
  • Volla Quintus Update fails

    Solved
    4
    2
    1 Votes
    4 Posts
    542 Views
    AppLeeA
    @haagch said in Volla Quintus Update fails: I guess I'll mark this as solved even though going through RC is more of a workaround than an actual solution, because the update really should just work. Hi @haagch , This is the way to go. The forum is not a bug tracker. You had an issue someone helped you solve it. For reporting bugs it should be done in the Gitlab or Github dedicated to the proper project. Can be Ubuntu Touch, a specific app, a device specific issue, ...
  • I have a problem for google pixel 3a install Ubuntu Touch

    Unsolved
    3
    0 Votes
    3 Posts
    427 Views
    B
    @kuuga What OS are you using for your host PC in the installation? If ADB cannot see the device, especially when the phone is in "fastboot" mode, with a windows host, this is probably because of missing google android drivers. On a Linux host, the command line tools from google should just work as-is after extraction. (In my bumbling around I used both.) Windows google-android driver: https://developer.android.com/studio/run/win-usb This guide below was extremely helpful for me, specifically the sections "Prerequisites" and "Unlocking Bootloader" since google's developer pages have so many dead 404 links. The other sections can be ignored if using UBPorts installer. https://xdaforums.com/t/guide-pixel-3a-sargo-unlock-bootloader-update-root-pass-safetynet.4443459/ Don't forget to downgrade your Pixel3a to Android 9 before running UBPorts installer.
  • SMS Group

    4
    1 Votes
    4 Posts
    669 Views
    lduboeufL
    @MV said in SMS Group: I was looking for this topic and i find this 'old' thread. Is it possible to create group for SMS? If I try to create a group, it seems that the APP consider it as an MMS group that I'm not interested in because in this case the data-connection should be activated (and anyway it doesn't work). Is there anyone that a feedback or the situation is the same as posted the 9 June 2020? Thank you in advance afaik group chat doesn't exist in the SMS protocol. Or i missed something. You can broadcast sms to several users, but the answer will be on the sender contact thread.
  • Camera stays black - possible to restart (via terminal)?

    Unsolved
    20
    1 Votes
    20 Posts
    2k Views
    MVM
    @jojumaxx Same issue with Vollaphone22 with dual boot (VollaOS and Ubuntu Touch on the SD-Card). I've never head before this problem with previous version (till 2024). I tried to unmount and mount again UT but the problem still remain. Black screen
  • Pegasus Project

    Unsolved
    3
    0 Votes
    3 Posts
    299 Views
    arubislanderA
    @journeyman09 Pegasus seems to target Android and iOS. So not a threat for Ubuntu Touch. But even if it were, you would have needed to install it yourself, or have run / installed a click package from outside the Open Store.
  • Multimedia player

    Solved
    24
    0 Votes
    24 Posts
    3k Views
    C
    @domubpkm I use mpv in libertine and it works really good.
  • Lenovo X306X updates are not working

    Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    M
    I still can’t get wifi/bluetooth, even after using the Lenovo Software Fix tool to reset to android (where wifi/bluetooth work well on it) and started the installation again from the beginning. I still have the last image of UT flashed and followed the instructions well. (+ and the command fastboot format:ext4 userdata works correctly now, no need to format through the tablet) Maybe I should try to reinstall with ubports (hoping not to back again into the bootloop problem) or use another image ? (Maybe for some unknown reason, this image is problematic for me ?)
  • adjustable playback speed

    Unsolved
    4
    0 Votes
    4 Posts
    398 Views
    A
    @ikoz said in adjustable playback speed: t should be relatively easy with a script using ffmpeg, either in Libertine or bundled in an app. The following command should work: ffmpeg -i input.mp3 -filter:a "atempo=1.5" output.mp3 Thanks you so much! It worked! For anyone interested. I first installed ffmeg in the Libertine client. Looked for the mp3 file in the folder and used the following script to run the script in the libertine container: libertine-lauch -i CONTAINER-IDENTIFIER ffmpeg -i input.mp3 -filter:a "atempo=1.5" output.mp3 Really nice! And because of this I begin slowly exploring the power of Libertine!