版面

  • The Meta category: Organizational or general discussion.

    1k 主題
    9k 貼文
    I
    how to add VOLTE support formy device (asus zenfone max pro m1 -)?
  • Discuss news updates from Ubuntu Touch and its related projects

    1k 主題
    5k 貼文
    UBportsNewsU
    Today is Ubuntu Touch Q&A Day Ubuntu Touch Q&A 165 is today at 19:00 UTC please join us on YouTube: https://www.youtube.com/watch?v=llTkwrdxth8 Questions can still be posted here https://forums.ubports.com/topic/10978/ubuntu-touch-q-a-165-call-for-questions for priority or live in the show. UBports@telegram #ubports:matrix.org #UBports #UbuntuTouch #UBportsQandA #Lomiri #OTA8 #Ubuntu #MobileLinux
  • Discuss and solve problems with other users

    4k 主題
    27k 貼文
    B
    Just an update, I gave up on trying the KDEConnect workaround. I did some deep investigation on resolving the issue within Waydroid itself, and documented my progress. It's definitely a feature-request in Waydroid. https://github.com/waydroid/waydroid/issues/211 I haven't done any more work on it for a while, since my last post on github. There are a few libs being used in Waydroid, which I linked to, which have sparse documentation. I don't have deep enough knowledge of these languages and platforms to be able to fix this easily - not to mention android's workflow for builds. Wasn't able to do a build of LineageOS on my PC; some incompatibility with package versions. It'd be nice to resolve this for everybody who uses Waydroid, but IRL is taking priority for now.
  • 2k 主題
    17k 貼文
    D
    @Moem Sorry, yes my translator didn't find laggy.. : but yes, indeed laggy : choppy, jerky... I edited above.
  • Discussions on development of Ubuntu Touch

    497 主題
    6k 貼文
    alagirialagiriA
    What is the latest (May ,12 ,2025) Status update on Ubuntu 24.04-1.0 ?
  • Discuss the user experience or design of Ubuntu Touch or its apps

    165 主題
    2k 貼文
    AppLeeA
    Hi @ezst036 To clarify what everyone is saying, you have to swipe out the lock screen if you don't have any code set. It's still necessary to unlock the phone. It just doesn't mean what you think it means.
  • Creating Ubuntu Touch apps

    728 主題
    7k 貼文
    Vlad NirkyV
    @lduboeuf Thanks for the answer Lionel. Well, i have made some tries but without success. Finally, i have remove the pip3 install of 8.3.1 and reinstall with snap and now it's working. There was something wrong with the blob fdc55cec6c2e
  • Porting Ubuntu Touch to new devices

    480 主題
    4k 貼文
    W
    @xixired The normal state of affairs until recently has been that 4G data works, but phone calls wouldn't work over 4G. But on a device without VoLTE (4G phone calls) working, I can still leave my mobile settings with 4G enabled, and it automatically switches to 3G when making/receiving a call. Interesting that 4G data is lost with VoLTE enabled. It seems that it affects several things. SMS/MMS were also affected as I underatand, and took work to function properly.Note thatI have no technical knowledge or coding skills. My understanding is that the major system wide work on VoLTE is done, but that it remains for device porters to get it working on their devices. This is easier on some devices than others.
  • Lomiri, the operating environment for everywhere

    67 主題
    568 貼文
    alan_gA
    As kugiigi says, Ubuntu Touch is using an obsolete version of Mir (1.8) with dated Wayland support. Also, most of the Wayland support in Lomiri comes from Mir (the rest comes from Mir's support for "custom" Wayland extensions). The consequence of that is that there's no much prospect of improving the Wayland support in Ubuntu Touch without first updating it to use the current version of Mir. The good news is that is work currently going on to get Lomiri working with the current version (2.20) of Mir. As of today this works on the machines of the developers involved and is close to landing in both the Debian and Fedora archives. However, it will still take significant time to get the rest of Ubuntu Touch migrated over to this newer stack. That is probably the task that can most benefit from help at present. After all that is completed, it should be possible for Ubuntu Touch to track the current version of Mir, and Wayland support will follow Mir. It is also possible to contribute to Mir's Wayland support, but that won't help Ubuntu Touch at present.
  • Discussion on translating Ubuntu Touch and its core apps

    58 主題
    323 貼文
    alagirialagiriA
    @doniks I want to know whether the news section , question and answer blog posts are available in weblate translation in Tamil language.There is no navigation box available as available in documentation page.i request weblate translators to provide the language transulation Navigation box for every forum .Thanking you.
  • A place to discuss ideas for promoting Ubuntu Touch

    55 主題
    712 貼文
    P
    Hi. I have cap with sign Ubuntu Linux. Can be Ubuntu Touch.
  • Other Projects

    Projects which are started by a group within the UBports community

    64 主題
    373 貼文
    ikozI
    The last step installs the rootfs usually in system partition, see the install section of the porting documention. Basically flash the latest xenial image from the CI to system. Alternatively push the image with adb to /data/system.img when booted to recovery. Otherwise you could try ubports installer with only the systemimage:install command. You can also see the halium-install source code, particularly these lines. Be sure to check if this partition exists as partition schemes can vary.
  • For things that just don't fit in the other categories.

    821 主題
    5k 貼文
    ikozI
    @jaxx If I understand your questions correctly: cannot get the location with Python USB-OTG Hotspot source auto switch between WiFi/LTE 1 The expected way of getting GPS coordinates is via the Qt interface. You can however check out this Python script which among other things obtains the location, by searching in the output of the test_gps command 2 I remember usb devices working in Ubuntu Touch, could it be a problem with the specific hub? 3 You can theoretically write a script with nmcli/network manager, I will test later if the default hotspot service can work this way.