Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    10k Posts
    G
    @kristatos a diagnosis has been posted on gitlab A problem understood is half way to be solved they say. So there is hope that 24.04-1.4 will finally kill this beast.
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    messayistoM
    @UBportsNews I know that its not allowed to talk about devices, but I find it worth to mention this link to the devs: https://forums.ubports.com/topic/12216/eventual-port-for-a-pixel-9a/2 because irs a quite new device and a very high version of android. So maybe someone is inspired by this to make a real port out of it.
  • Discuss and solve problems with other users

    4k Topics
    29k Posts
    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?
  • Community section for all languages other than English

    20 Topics
    96 Posts
    danfroD
    Nur als Info. Aktuell ist der OP8T port "auf Eis gelegt". Der lief zwar recht gut unter Focal, aber machte echte Problem mit Noble. Da Focal quasi vom Tisch ist, macht es wenig Sinn einen Port dafür offiziell zu veröffentlichen, der nicht zukunftsfähig ist.
  • 2k Topics
    20k Posts
    T
    If someone could tell me the exact version of OxygenOS (meaning 9.x.x.x) which works for them I would be interested. Like this if I flash it and it's still unstable I will suspect more a problem of battery.
  • Discussions on development of Ubuntu Touch

    542 Topics
    6k Posts
    pparentP
    Here is the script that I currently use, it improves greatly the usability of my phone, because it reduces dramatically the need to go in the settings in order to get access to the Internet. Though it's not perfect and might have secondary effects, use at your own risks! #!/bin/bash MODEM="/ril_0" HOST_TO_PING="8.8.8.8 www.google.com ubports.com 1.1.1.1 9.9.9.9 cloudflare.com amazon.com microsoft.com wikipedia.org apple.com" function get_modem_iface() { /usr/share/ofono/scripts/list-contexts |awk -v target="$1" ' /^\[ \/ril_/ { r=$2 } /Type = internet/ { i=1 } /Interface=ccmni/ && r==target && i { sub(/^.*Interface=/, "") sub(/ .*/, "") print exit } ' } IFACE=$(get_modem_iface $MODEM) i=0; while true; do if [ "$IFACE" = "" ]; then IFACE=$(get_modem_iface $MODEM) fi ifconfig $IFACE | grep -v inet6 | grep inet > /dev/null 2>&1 if [ "$?" -ne "0" ]; then gdbus call --system --dest org.ofono --object-path "$MODEM" --method org.ofono.NetworkRegistration.GetProperties | grep "'Technology': <'lte'>" > /dev/null 2>&1 if [ "$?" -eq "0" ]; then date echo "IFACE: $IFACE"; echo "IP loss detected" /usr/share/ofono/scripts/offline-modem $MODEM /usr/share/ofono/scripts/online-modem $MODEM sleep 5; IFACE=$(get_modem_iface $MODEM) fi else route=$(ip route show default) if [ "$route" = "" ]; then gdbus call --system --dest org.ofono --object-path "$MODEM" --method org.ofono.NetworkRegistration.GetProperties | grep "'Technology': <'lte'>" > /dev/null 2>&1 if [ "$?" -eq "0" ]; then date echo "IFACE: $IFACE"; echo "Route loss detected" /usr/share/ofono/scripts/offline-modem $MODEM /usr/share/ofono/scripts/online-modem $MODEM sleep 5; IFACE=$(get_modem_iface $MODEM) fi fi fi i=$((i+1)) if [ "$i" -gt "15" ]; then i=0; gdbus call --system --dest org.ofono --object-path "$MODEM" --method org.ofono.NetworkRegistration.GetProperties | grep "'Technology': <'lte'>" > /dev/null 2>&1 if [ "$?" -eq "0" ]; then internetaccess=0; for host in $HOST_TO_PING ; do ping -W 1 -c 1 $host >/dev/null 2>&1 if [ "$?" -eq "0" ]; then internetaccess=1; break; else echo "Ping to $host failed, trying next one in 4s ...." sleep 4; fi done if [ "$internetaccess" -eq "0" ]; then date echo "IFACE: $IFACE"; echo "Internet access loss detected" /usr/share/ofono/scripts/offline-modem $MODEM /usr/share/ofono/scripts/online-modem $MODEM sleep 5; IFACE=$(get_modem_iface $MODEM) fi fi fi sleep 20; done
  • Discuss the user experience or design of Ubuntu Touch or its apps

    169 Topics
    2k Posts
    developerbaymanD
    @projectmoon yes this is what im talking about thank you i will add to the list
  • Creating Ubuntu Touch apps

    810 Topics
    8k Posts
    F
    Thanks! I dived into the issue a bit more, and it seems like the problem lies in the default mapping in /etc/subuid file. The first OS regular user created usually has the assignment 100000:65536 in /etc/subuid. I decided to assign the values (231072:65536) from the user that succeed with the podman pull command to the user with previous 100000:65536. With the new values, podman (and therefore, clickman) runs without issues. I don't see any conflict on the default range assigned, but definitely that new assignment seems to fix it. Hope it helps for those that run into it
  • Porting Ubuntu Touch to new devices

    504 Topics
    4k Posts
    libremaxL
    @steffend I understand now why my search for Pixel9a on the forum didn't get anything, it because of the space... and that's why I don't include it to make searching easier.
  • Lomiri, the operating environment for everywhere

    77 Topics
    640 Posts
    U
    @ChromiumOS-Guy yes its just perfect as second clipboard for selected text, daily used on desktop
  • Discussion on translating Ubuntu Touch and its core apps

    61 Topics
    335 Posts
    lduboeufL
    said: Hello, With the next calendar-app release coming, a bunch of new strings are waiting to be translated, thanks for looking into it: https://hosted.weblate.org/projects/lomiri/lomiri-calendar-app/ Lionel oops forgot to mention the forum post about it: ( arf can't paste the link here), look into category OS->Call for testing: calendar-app)
  • A place to discuss ideas for promoting Ubuntu Touch

    57 Topics
    733 Posts
    developerbaymanD
    i just posted a testing version in app development ....expect bugs ....i expect feedback ....i add the missing features mentioned as well
  • Other Projects

    Projects which are started by a group within the UBports community

    71 Topics
    429 Posts
    arubislanderA
    @lsitongia I had missed the part where you said you were testing PR packages on the device.
  • For things that just don't fit in the other categories.

    901 Topics
    5k Posts
    L
    @Keneda Sometimes, such severe restrictions can also lead to a huge surge in innovation and creativity.