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.
  • 134 Topics
    936 Posts
    S
    I tried Waydroid on a VollaPhone22 (Focal) after some years, so please be patient. How can I get Internet connectivity inside Waydroid (probably sharing the one from Ubuntu)?
  • Telegram app

    Unsolved
    8
    0 Votes
    8 Posts
    738 Views
    OpolorkO
    I think TELEports is very decent.
  • SIM-PIN not stored in Focal

    Unsolved
    2
    0 Votes
    2 Posts
    204 Views
    LakotaubpL
    @nogoogle There is an odd issue with the PP not sure of PPP where if the device has a sim pin when you set up the phone it causes issues. If the sim has no pin all works fine. I found this out by trying each way. You might find out more by going to the Pine 64 group on Telegram https://t.me/utonpine Another similat issue is that the APN settings "green" switch does not stay on either,
  • 0 Votes
    5 Posts
    319 Views
    LakotaubpL
    Any Gigaset device is not officially supported by us. There have been many discussions on here about that. Some have got UT running on Gigaset devices but you need to be careful.
  • No audio unless media player is run as root

    Solved
    2
    0 Votes
    2 Posts
    357 Views
    N
    Update: I found the solution. At least when using command line programs like mplayer. UBports on the PonePhone seems to default to trying to use PulseAudio, which doesn't work. It needs to be using ALSA, but the regular user account selects the wrong ALSA device by default. For some reason the root user gets the right device. I used the "aplay -l" command to get a list of local audio devices: $ aplay -l card 0: PinePhone card 1: sun9ihdmi It seems the regular user is selecting card 1 when it needs to be selecting card 0. So to play audio with mplayer (or other audio players) I need to manually specify card 0. With mplayer that looks like this: mplayer -ao alsa:device=hw=0 audio-file.mp3 I'm currently looking for a way to make this selection permanent and consistent for all audio players, but for now I can at least funnel audio through mplayer on my PinePhone.
  • No USB data transfer on Pixel 3a

    Unsolved
    19
    0 Votes
    19 Posts
    1k Views
    B
    @etdoughe Thank you for the link. I now can transfer data via usb using the recovery mode ;). Although I would prefer a OTA-26 release which fixes the usb issue ... or at least a patch or something, but you can't have everything ;).
  • Gallery app showing black squares not preview thumbnails

    Unsolved gallery pixel 3a
    16
    0 Votes
    16 Posts
    2k Views
    arubislanderA
    @BarryT have you seen this post?
  • Telegram and Axolotl Problems on Pixel 3a XL

    Unsolved pixel 3a axolotl telegram issues 20.04
    1
    0 Votes
    1 Posts
    193 Views
    No one has replied
  • Can I use opensnitch?

    Solved
    5
    0 Votes
    5 Posts
    506 Views
    A
    Yes, the firewall stays active after rebooting. I've also checked if the firewall was perhaps circumvented by looking at the NAT log of my router. No entry, so it seems to work. Another idea might be: If you, say, currently need Cloudflare for surfing the net, then you could enable just these IP ranges by making a separate text file and running this command: while read line; do sudo ufw allow out from any to $line; done < ip-ranges-cloudflare.txt I only changed in the first script "deny" to "allow". These would be the IP ranges: 173.245.48.0/20 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 141.101.64.0/18 108.162.192.0/18 190.93.240.0/20 188.114.96.0/20 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15 104.16.0.0/13 104.24.0.0/14 172.64.0.0/13 131.0.72.0/22 2400:cb00::/32 2606:4700::/32 2803:f800::/32 2405:b500::/32 2405:8100::/32 2a06:98c0::/29 2c0f:f248::/32
  • tweaking UT a few ways...

    Unsolved
    6
    0 Votes
    6 Posts
    610 Views
    W
    #1: 12/24hr clock does indeed seem linked to system display language as Luksus wondered. It'd be nice to be able to change this independently, I agree. But maybe pretty minor in the scheme of things, and the folks doing development have a lot of important work going on. I'm able to set mine to British English, which is close enough to Canadian English, and gets me a 24hr clock. #3: It's hit and miss for me too on whether apps where I've disabled app suspension work when the phone's locked. On my Oneplus 5T when I shut the screen off, audio playing in Morph cuts out, as do voice calls over Jitsi, but Podbird keeps playing and normal phone calls work fine. Recorder keeps playing on playback mode, but will stop recording.
  • Secret Backdoor Found in XZ Utils Library, Is ubuntu touch affected?

    Moved
    3
    0 Votes
    3 Posts
    639 Views
    C
    @arubislander Thanks for the fast answer!
  • Where can I find ufw logs?

    Solved
    2
    0 Votes
    2 Posts
    151 Views
    A
    Found it: jounalctl | grep -i ufw
  • Mobile Config Firefox

    Moved
    2
    0 Votes
    2 Posts
    352 Views
    ikozI
    Firefox has been packaged with click already https://gitlab.com/debclick/uFirefox/. Last commit was 4 months ago and it works. There are some minor issues, (with workarounds), like keyboard sometimes not opening, and to scroll by touch you have to install the "scroll anywhere" extension.
  • Nexus 7 (wifi & LTE)

    Unsolved
    4
    0 Votes
    4 Posts
    184 Views
    arubislanderA
    @ceric You can wait, but don't get your hopes up. Chances are slim this device will be brought up to Focal.
  • VPN

    Moved
    27
    0 Votes
    27 Posts
    4k Views
    arubislanderA
    @CiberSheep openssl ciphers | grep -i 256.gcm does reveal that there are several AES 256 GCM ciphers installed on Ubuntu Touch 20.04. But not having ever used ProtonVPN, I do not know if the right one is in the list.
  • Phonebook does not sync with Golf 2018 via Bluetooth

    Unsolved
    1
    0 Votes
    1 Posts
    136 Views
    No one has replied
  • How to remove Orange State?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    J
    All right, thanks for that viewpoint. I never saw it like that. I'll keep my badge of honour then!
  • Morph failing on some sites

    Solved
    5
    1 Votes
    5 Posts
    496 Views
    J
    @domubpkm thanks for that. I'll close this then and wait.
  • New device sub section in the forum

    Unsolved
    2
    1 Votes
    2 Posts
    193 Views
    stanwoodS
    @MrT10001 We can also add OnePlus Nord N10 5G and OnePlus Nord N100?
  • Did UBPorts Installer brick my Volla Phone 22?

    Solved
    4
    0 Votes
    4 Posts
    345 Views
    J
    @sven The error message I pasted above tells about a missing image. And at this time, as I learned, the installer was only partially flashing critical firmware partitions so if you came from android 12+ it would leave you with a brick... This is fixed now, the Installer does a correct flash now.
  • Turn off screen

    Moved
    3
    0 Votes
    3 Posts
    207 Views
    K
    I wanted this too but so far I haven't found a way even with a code. For now, you can only use the lock option from the system indicator but it won't turn off the screen, just lock.