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. Still an issue 14.07.2025. Can be forced to work by doing this https://forums.ubports.com/post/73301.
  • 137 Topics
    952 Posts
    R
    Installation successful!
  • Switch back to android on Redmi note 7

    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • Music app && Bluetooth

    2
    0 Votes
    2 Posts
    259 Views
    poVoqP
    See: https://forums.ubports.com/topic/5152/music-app-bluetooth-and-3-5mm-headphone-jack-controls Seems like the Bluetooth controls are not yet implemented, but hopefully it should come soon.
  • Bugs

    6
    0 Votes
    6 Posts
    523 Views
    TotalRandoT
    @TotalSonic I used to do Uber and Lyft. I've been using it as a test case. It's good on data. (Maybe Wifi, drivers cancel and I wasn't charged this time.) The browser app isn't as good as the main app-- but it's good enough. I bought a Nexus 4 for $35 to have an Ubuntu phone. This'll work till we make it better!
  • Swap space reduced?

    Moved
    12
    0 Votes
    12 Posts
    2k Views
    dobeyD
    @darkeye Not all devices have external SD card support. And well, you immediately lose 1GB of storage by reserving it for swap, anyway.
  • BQ E 4.5 OTA and Musicplayer problem?

    2
    0 Votes
    2 Posts
    275 Views
    ?
    @Chim Hi and welcome! I don't know what type of files plays the Music Player, but you can convert the files to the format that is playable. Regarding the version: if you are on stable and no OTA updates are available than you're good. You can check that in Settings/Updates/Update settings and change to RC, dev or stable accordingly.
  • Data monitor questions

    3
    0 Votes
    3 Posts
    203 Views
    C
    @matteo Thanks Matteo. I think I now know what a daemon is. I have wifi data usage recorded. Next time I get a mobile signal I can test if that records as well.
  • ubports installer - logfile: interesting behaviour

    2
    0 Votes
    2 Posts
    500 Views
    flohackF
    Hi, you can put feature requests here: https://github.com/ubports/ubports-installer/issues. In general, installation is never stuck for half an hour except you got a slow internet, its basically downloading 500MB of data the firt time you use it, for each channel. If you install devel for example, every day there would be a new image, so the installer will fetch that.
  • Noob Redmi 7 question

    8
    0 Votes
    8 Posts
    520 Views
    T
    @mixamatchi I'm very happy if it was helpful for someone, it's the first time for me in any forum! Enjoy UT.
  • 0 Votes
    13 Posts
    658 Views
    OpolorkO
    @AppLee Nice!
  • Fairphone 2 (FP2), Camera-flashlight doesn´t work

    5
    0 Votes
    5 Posts
    404 Views
    E
    @Fla awe nice !!!
  • Forum spam errors

    10
    0 Votes
    10 Posts
    1k Views
    AppLeeA
    @MonCon Good news, you just needed more experience on the forum.
  • Unable to install Anbox on BQ Aquaris M10 FHD

    4
    0 Votes
    4 Posts
    845 Views
    D
    @lalu said in Unable to install Anbox on BQ Aquaris M10 FHD: The problem seems to have to do with / and /dev/loop0 but I don't know how to advance from here. Any hint is appreciated. I've never touched a M10, but from what you show (loop0) your root filesystem is mounted from a .img file and not from the system partition. The Nexus 7, which I have, is also like this. It is very easy to resize the .img file and get a larger root filesystem. I don't have it around right now to double check, but as far as I remember, I do this: boot to recovery, adb shell, to get into it and then resize2fs /data/ubuntu.img 4G to increase the size to 4 gigabyte . Of course, if you break it you get to keep the pieces, so make your own decisions wrt backups, and worst case fall back to reinstalling with the installer, which should always work
  • Making AppImage Executable?

    Moved
    3
    0 Votes
    3 Posts
    290 Views
    TotalRandoT
    @dobey Thanks for the quick answer. I only wanted it because I wanted an email client and was somewhat slow in realizing there already was one.
  • backup complete device

    12
    0 Votes
    12 Posts
    4k Views
    R
    @rom4nb Actually I solved to restore my backup. Here's how I did it: install UT on new device setup SSH between Desktop and UT device (instruction e.g. here (in German): https://wiki.ubuntuusers.de/Ubuntu_Touch/Terminal/#SSH ) create folder to mount UT root with ssh: mkdir ~/UPhone-Home mount UT via SSH on Desktop: sshfs phablet@IP_ADRESS_PHONE:/ /home/$USER/UPhone-Home/ on Desktop: cd into directory with BUDS backup: cd ~/buds/backup/DATE/ on Desktop: start restore of data with: tar -xf BACKUP.tgz -C /home/$USER/UPhone-Home/home/phablet/ It runs through and all data is restored in the correct path. E.g. when there is a file in the tgz: /./Music/Track1.mp3 it will be correctly restored in /home/phablet/Music/Track1.mp3 So this issue here seems not to be a problem: https://github.com/popey/buds/issues/10
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Nexus 5 Marshmallow

    14
    0 Votes
    14 Posts
    1k Views
    R
    @John-Wolf Happy you got it working. Enjoy.
  • Messages app instability

    3
    0 Votes
    3 Posts
    277 Views
    T
    @C0n57an71n currently have my carrier as automatic (manually changing to at&t caused all cellular data to stop), but havent manually configured apns. During my messing about in general ive somehow made the messages app more consistent with sending messages, but mms is still unavailable. Should I just use normal at&t apn settings or has anyone on the forums found more stable ones?
  • Libertine and Desktop apps in OTA-14

    10
    0 Votes
    10 Posts
    1k Views
    G
    @doniks said in Libertine and Desktop apps in OTA-14: @gdegrez Ah, right. I didn't read it carefully enough. Tbh, I only have second hand knowledge about puritine. I understand it was a prerolled, read only container that Canonical shipped. My guess is: It's probably best to not care too much about that anymore. UBports has made lots of updates to repositories, so you're probably better off today with a self created libertine container anyway. I don't think puritine ever offered any unique advantage over a self created container, other than sparing you the creation Thanks. Yes, that works but, unfortunately, many desktop apps don't work under Libertine (in my recent limited experience, firefox, frescobaldi, musescore) Hope that future developments will bring a solution. But the fact that the only supported tablet is the BQ Aquaris M10 (no more recent device using wayland) worries me a bit...
  • Problem installing Ubuntu Touch on Sony Xperia x Performance

    8
    0 Votes
    8 Posts
    747 Views
    R
    I have single SIM xpedia x performance and exactly the same issue - so i dont think this is "dual" related...
  • I don't have call history

    Solved
    6
    1 Votes
    6 Posts
    530 Views
    LakotaubpL
    @mito77 I have done it this time but for future ref if you press Ask as question first it will then give you the option to mark as solved. Hope that helps