Subcategories

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

    7 Topics
    1 Posts
    DiogoD
    This Category is for those starting to contribute for the UBports Project and Community. By contributing, we mean doing things like: coding quality assurance (testing, bug reporting and validation, etc...) translations app development and maintenance writing and validating technical documentation and user manuals UBports social media and marqueting etc... If you want to contribute in these ways or others and have questions about it, like how to get started, where can you find information, please leave your questions in this category and we will try to answer them the best we can.
  • Discuss and solve problems with other users

    91 Topics
    646 Posts
    C
    If I try to create an container i get this after it downloaded everthing: ... I: Extracting passwd... I: Extracting perl-base... I: Extracting procps... I: Extracting sed... I: Extracting sensible-utils... I: Extracting sysvinit-utils... I: Extracting tar... I: Extracting util-linux... I: Extracting zlib1g... I: Installing core packages... W: Failure trying to run: chroot "/home/phablet/.cache/libertine-container/firefoxcontainer/rootfs" dpkg --force-depends --install /var/cache/apt/archives/libc6_2.31-0ubuntu9_arm64.deb W: See /home/phablet/.cache/libertine-container/firefoxcontainer/rootfs/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libc6_2.31-0ubuntu9_arm64.deb is at fault) ChrootContainer.py:94: ERROR: create_libertine_container(): Failed to create container libertine-container-manager:126: ERROR: create(): Failed to create container: 'destroy_libertine_container() missing 1 required positional argument: 'force'' It can be reproduced by just simply creating a new container with the Terminal or with the System Settings.
  • 133 Topics
    935 Posts
    K
    @hankschwie hi mate, so at long last the latest update has sorted the reboot problem - this is version 280 of Ubuntu 24.04 as of 26/06/2025. I don't know about Fairfax phones but have a Gigaset GS5 which I used the Vollaphone 22 with new screen install. Phone works, Ubuntu works, and now Waydroid is back..... These folks are truly amazing
  • 10 Votes
    13 Posts
    2k Views
    C
    @HendriXXX Thanks, your video helped a lot!
  • Can't find way to move Recorder app audio files to my PC. [Solved]

    15
    0 Votes
    15 Posts
    1k Views
    OpolorkO
    Today, there was an update for the Recorder app. I tried again to move a recorded file to my PC - this time it worked even better - my phone was left on. No issue.
  • Power drain, perhaps caused by app Notes

    13
    1 Votes
    13 Posts
    706 Views
    G
    @Flohack said in Power drain, perhaps caused by app Notes: @guru Yes unfortunately dekkod is known to enter a busy-waiting loop when it cannot reach any network resources from the accounts - do you turn off your internet over night? Btw, the looping/polling proc was not dekkod but dekkod-notify. Looks like a concept flaw polling every second.
  • Install Ubuntu Touch on LG Nexus 5 with Android 4

    23
    1 Votes
    23 Posts
    6k Views
    adeliepenguinA
    @dobey said in Install Ubuntu Touch on LG Nexus 5 with Android 4: [...] However the razor images are also the same as used on deb/flo, the first gen 2013 Nexus 7 tablets. Thanks for sorting this out. Mine says "product name: deb" in bootloader mode, but there's no such image on Google's download page. I'll use razorg then to compare firmware versions.
  • Bluetooth refuse to be activated on Nexus 5

    11
    0 Votes
    11 Posts
    976 Views
    B
    I was also affected by this issue after updating to version 66 today. Reinstalling via the UBports Installer resolved the issue. Install options used: Channel: 16.04/rc Wipe Userdata: No Bootstrap: Yes Format system partitions: No
  • How to remove incompatible app (Recorder)

    3
    0 Votes
    3 Posts
    356 Views
    J
    @Lakotaubp Thanks, that did the job.
  • WiFi issues on Pinephone (Braveheart)

    10
    0 Votes
    10 Posts
    1k Views
    F
    @Giiba said in WiFi issues on Pinephone (Braveheart): ... I found if I entered: $ nmcli r I got something like: (I couldn't get a screenshot... a different bug) WIFI-HW WIFI WWAN-HW WWAN enabled off enabled enabled Which obviously seemed wrong, a bit more poking with the 'help' function of nmcli and I found I could switch 'WIFI' to enabled by: $ nmcli r wifi on and now the the output of 'nmcli r' is: WIFI-HW WIFI WWAN-HW WWAN enabled enabled enabled enabled Then wifi worked fine, has persisted through reboots, and is still fine a few hours later. What remains unexplained is why wifi worked (I got a list of visible networks) before failing. Similar behaviour here. WiFi stopped working the first time I tried to connect to a network with WPA Enterprise security, and didn't work from then on, even when I restarted. Not sure if the WPA Enterprise part is a coincidence. I saw "disabled" where your post shows "off" in the output of nmcli r. nmcli r wifi on got it working again. Thanks!
  • How to add apps to favorites (top section) in UT? [Solved]

    13
    0 Votes
    13 Posts
    863 Views
    G
    @dobey touché
  • Indicator Upower Configuration Question

    upower battery charging
    2
    1 Votes
    2 Posts
    406 Views
    ?
    @ziggutas Maybe I'm just not understanding the quote "It's a feature which needs to be enable on the device itself. Please create a bug request against the repository of your device and mentions this commit..."? Does it simply mean make a regular bug report on git hub?
  • file manager authentication

    24
    0 Votes
    24 Posts
    4k Views
    arubislanderA
    I'd like to point out that my Meizu Pro 5 on devel is not affected, while my BQ M10 FHD on rc is.
  • 0 Votes
    5 Posts
    561 Views
    OpolorkO
    @Pulsar33 said in How do I copy files to and from my phone & PC with uFTP & WifiTransfer?: @Opolork : Hello WifiTransfer : acts like a server => use Filezilla on the laptop the Filezilla UI allows multiple selection of files and folders and make things easy I experienced "silent errors" of transfer, often for a bunch of photos which is easy to detect => you always must verify the integrity of what you have transfered uFtp : acts like a client => use Filezilla Server on the laptop I never succeeded to transfer a folder or multiple files from Laptop to Phone I never experiment "silent errors" uFtp makes a temporary copy of all what you send in his folder. This is a huge drawback ! Confinement : WifiTransfer and uFtp are confined as usual so they can only access to the .local/share/<appname>/ folder. The only choice is to use UT file manager and enable show hidden files and full access. Using Terminal, you can create symbolic links for easier access : ln -s ~/.local/share/wifitransfer.sil/ ~/Ftp ln -s ~/.local/share/ftpmanager.costa/ ~/uFtp Firewall : Depends on your PC OS and configuration ... Might be necessary to modify. Hope this helps Pulsar33 Cheers, pulsar33. That was very informative.
  • WhatsApp on Nexus 5, Ubuntu 16.04 OTA-11 issue

    6
    0 Votes
    6 Posts
    365 Views
    ?
    @AppLee Thanks again. I will try convincing some of my friends to install Telegram. I'll see how it goes. Cheers!
  • Odd issues with native UT Alarm clock. [Solved]

    10
    0 Votes
    10 Posts
    1k Views
    OpolorkO
    @Giiba Thank you.
  • Pinephone tutorial

    41
    2 Votes
    41 Posts
    15k Views
    M
    If you dd from sdcard to emmc keep your size below 14.5g or your emmc will not boot, don't ask how i know this. Or label your sdcards , and know what is on them. Its easier to adjust the size with gparted or similar before you “ dd ” it.
  • dekko2 config: how to remove mail account?

    24
    0 Votes
    24 Posts
    4k Views
    arubislanderA
    @Lakotaubp works for me too...
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • aquaris M10 Fhd SD card

    Locked
    2
    0 Votes
    2 Posts
    232 Views
    AppLeeA
    @Vmgm Hi, you created a new thread here instead of simply replying to the one you already created. Please be careful in the future. If you need help I gave you few hints in the original thread. I will now lock this thread to avoid cross posting, thanks for your understanding.
  • What formats are supported for video?

    Moved
    33
    0 Votes
    33 Posts
    7k Views
    tatonutaT
    @advocatux said in What formats are supported for video?: @Giiba have you tried to play videos with UTMedia (https://open-store.io/app/utmedia.nfsprodriver)? There are some issues with the default media player on Nexus 5 but UTMedia works for me. @advocatux This solution works for me too. (Playing regular videos with H264 - MPEG-4 AVC codec). I run Ubuntu Touch on RC on Nexus 5.
  • Badly formatted mails

    1
    0 Votes
    1 Posts
    111 Views
    No one has replied
  • Huge syslog flood on wifi tethering deactivation

    1
    0 Votes
    1 Posts
    151 Views
    No one has replied