Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    10k Posts
    MoemM
    @Mario.CH said in Potentially turning a negative of Google's tightening restrictions into a positave: Is that how it is in your country? Not even a post office bank? Yes, it's true that some of our banks do not have physical locations at all anymore.
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    pparentP
    First of, thank you so much for the development on Ubuntu Touch, it is becoming amazing! I have a question about Wayland/Xmir apps (e.g uWolf, Signal-desktop, Snap apps) in the context of the upcoming Mir2.0 Will you consider implementing any of the following, to polish experience with Wayland apps: Standard desktop notifications showing as UT notifications (with sound, vibration, status led, notification panel). Easy Import/export files from content-hub by having a custom xdg-desktop-portal for content-hub. Review and possibly adapt apparmor profiles to make sure they don't prevent confined Wayland apps from accessing the hardware the way they normally do it (GPU ,microphone, camera, ,...). Would you need/accept some help to do that?
  • Discuss and solve problems with other users

    4k Topics
    28k Posts
    J
    @Vlad-Nirky Every other client, including this phone with the openvpn app when it was running android connected just fine so i have doubts about the server causing it. Server log: Oct 26 11:23:17 openvpn 68034 openvpn server 'ovpns1' user '<phone>' address '<phone_ip>:2866' - connected Oct 26 11:23:17 openvpn 89539 MULTI_sva: push_ifconfig_ipv6 <ip6> Oct 26 11:23:16 openvpn 63105 openvpn server 'ovpns1' user '<phone>' address '<phone_ip>:2866' - connecting Oct 26 11:23:16 openvpn 89539 phone/<phone_ip>:2866 MULTI_sva: push_ifconfig_ipv6 <ip6> Oct 26 11:23:16 openvpn 89539 phone/<phone_ip>:2866 MULTI_sva: pool returned IPv4=10.125.220.2, IPv6=<ip6> Oct 26 11:23:15 openvpn 5699 user '<phone>' authenticated Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 [phone] Peer Connection Initiated with [AF_INET]<phone_ip>:2866 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_COMP_STUBv2=1 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_COMP_STUB=1 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_LZO_STUB=1 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_PROTO=990 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_CIPHERS=AES-256-GCM:CHACHA20-POLY1305 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_MTU=1600 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_TCPNL=1 Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_PLAT=linux Oct 26 11:23:15 openvpn 89539 <phone_ip>:2866 peer info: IV_VER=2.6.14 Phone console output (usb adb shell): phablet@ubuntu-phablet:~/Documents/vpn$ sudo openvpn --config ./main-vpn.ovpn 2025-10-26 11:23:09 Unrecognized option or missing or extra parameter(s) in ./main-vpn.ovpn:11: block-outside-dns (2.6.14) 2025-10-26 11:23:09 OpenVPN 2.6.14 aarch64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] 2025-10-26 11:23:09 library versions: OpenSSL 3.0.13 30 Jan 2024, LZO 2.10 2025-10-26 11:23:09 DCO version: N/A Enter Auth Username: <phone> Enter Auth Password: •••••••••• 2025-10-26 11:23:15 TCP/UDP: Preserving recently used remote address: [AF_INET]<server> 2025-10-26 11:23:15 UDPv4 link local: (not bound) 2025-10-26 11:23:15 UDPv4 link remote: [AF_INET]<server> 2025-10-26 11:23:15 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this 2025-10-26 11:23:15 [openvpn_server-cr] Peer Connection Initiated with [AF_INET]<server> 2025-10-26 11:23:17 Options error: Unrecognized option or missing or extra parameter(s) in [PUSH-OPTIONS]:3: block-outside-dns (2.6.14) 2025-10-26 11:23:17 Options error: Unrecognized option or missing or extra parameter(s) in [PUSH-OPTIONS]:4: register-dns (2.6.14) 2025-10-26 11:23:17 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results 2025-10-26 11:23:17 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results 2025-10-26 11:23:17 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results 2025-10-26 11:23:17 sitnl_send: rtnl: generic error (-101): Network is unreachable 2025-10-26 11:23:17 TUN/TAP device tun0 opened 2025-10-26 11:23:17 net_iface_mtu_set: mtu 1500 for tun0 2025-10-26 11:23:17 net_iface_up: set tun0 up 2025-10-26 11:23:17 net_addr_v4_add: <ip4> dev tun0 2025-10-26 11:23:17 net_iface_mtu_set: mtu 1500 for tun0 2025-10-26 11:23:17 net_iface_up: set tun0 up 2025-10-26 11:23:17 net_addr_v6_add: <ip6> dev tun0 2025-10-26 11:23:17 Initialization Sequence Completed The network unreachable error is odd, but right now the main issue is that the nmcli+ntplan combo is royally screwing up the config itself when imported or when forced to add user+pass in the gui.... @gpatel-fr I was aware from the getgo ubuntu does stupid things like NM+NP, not to mention their obsession with their failing app packaging format..... Anyway as i said above i think it does something iffy with the config. The tls-crypt option missing inside the netplan yaml even though it was there before import i think is a pretty good indicator of that.
  • 2k Topics
    19k Posts
    R
    @MrT10001 said in can you install on TB-X306F 2GB 32GB: TB-X306X_S230973_240402_BMP Thank you very much, I will try it now. Once it done, I will report whether it works or not.
  • Discussions on development of Ubuntu Touch

    515 Topics
    6k Posts
    pparentP
    Hi, I've noticed that whenever starting an Xmir app (even a confined and suspended one), then lomiri starts to use a lot of CPU ( 70-80% in my vollaphone ), even if the app itself does not do anything and that the phone is suspended. (Also the app itself does not seem to be really suspended but in any case its cpu usage is generally very low in comparison to lomiri) It applies to uWolf and Signal-desktop. I'm not sure if this is the right place de report and hopefully Mir2.0 will solve this problem by removing the necessity to use Xmir.
  • Discuss the user experience or design of Ubuntu Touch or its apps

    164 Topics
    2k Posts
    L
    Hi, The Brax 3 "Artwork" model has been added to the gitlab project ... [image: 1748290593621-c4efc15c-cb27-45f6-8972-f2f9cd192d87-image.png] As always : free to use for "marketing purpose" / "spread the word" posts or videos
  • Creating Ubuntu Touch apps

    759 Topics
    7k Posts
    W
    I'm doing something wrong the app froze
  • Porting Ubuntu Touch to new devices

    483 Topics
    4k Posts
    kuailexsK
    On the Xiaomi 6, the ofono-binder-Plugin software package must be in a lower version (1.1.15). The latest version will cause the ofono process to crash。 The specific reason for the crash of the ofono process has not been found yet
  • Lomiri, the operating environment for everywhere

    71 Topics
    607 Posts
    M
    @lduboeuf Thanks, will give it a try. Hope it works on the host machine as well rather than needing a connected device because I am using it as a desktop. I read the documentation, it seems it's meant to be used for building packages for Lomiri, not working on Lomiri itself?
  • Discussion on translating Ubuntu Touch and its core apps

    59 Topics
    329 Posts
    B
    @Vlad-Nirky Thank you. Done.
  • A place to discuss ideas for promoting Ubuntu Touch

    56 Topics
    716 Posts
    LakotaubpL
    @Jules We are aware of this and we are having a good look at it.
  • Other Projects

    Projects which are started by a group within the UBports community

    68 Topics
    389 Posts
    K
    @Alain Oh wait, so you haven't unlocked the bootloader yet earlier? I assume only the toggle in Android?
  • For things that just don't fit in the other categories.

    843 Topics
    5k Posts
    MoemM
    @miguelpam06 said in Request to make this operating system available for Vivo device: Hello, I would like to support for a Vivo y39, what do I need to do? I've translated your message, because this is an English-spoken forum. Here is the porting documentation: https://docs.ubports.com/en/latest/porting/ This will explain what needs to be done.