• No cell broadcast received on 24.04.1.0 Beta 2

    General
    11
    1 Votes
    11 Posts
    1k Views
    _JCM__
    @lduboeuf Running /usr/share/ofono/scripts/get-tech-preference outputs Technology preference: nr. Running /usr/share/ofono/scripts/get-serving-cell-info tells me Radio Access Technology = lte, but I don't know if that helps
  • Trade Republic and Revolut apps working?

    Waydroid
    2
    0 Votes
    2 Posts
    457 Views
    R
    @poVoq I just tried now with the apk pure Revolut install. It installs but immediately says the device is not secure and will not start.
  • Xiaomi x3 pro

    Moved Xiaomi
    5
    0 Votes
    5 Posts
    1k Views
    D
    @Steinmoshe Yes ! Up to date tutorial for installing UBT on X3 Pro : https://forums.ubports.com/topic/11334/ubuntu-touch-ubt-tutorial-installation-guide-for-poco-x3-pro-vayu-and-help-channel
  • Poco X3 Pro

    Xiaomi Poco X3 NFC
    8
    -1 Votes
    8 Posts
    1k Views
    D
    Up to date tutorial for installing UBT on X3 Pro : https://forums.ubports.com/topic/11334/ubuntu-touch-ubt-tutorial-installation-guide-for-poco-x3-pro-vayu-and-help-channel
  • Poco X3 Pro

    Xiaomi Poco X3 NFC
    5
    1 Votes
    5 Posts
    478 Views
    D
    @nnn19 Hi ! It exist a port for X3 Pro, you could see here : https://forums.ubports.com/topic/11334/ubuntu-touch-ubt-tutorial-installation-guide-for-poco-x3-pro-vayu-and-help-channel If you have time, could you test that works and don't and share it, please ?
  • 0 Votes
    1 Posts
    46 Views
    No one has replied
  • Call for testing: Ubuntu Touch 24.04-1.0

    OS
    97
    8 Votes
    97 Posts
    10k Views
    M
    @poVoq Unfortunately, that's very dependent on the device, I can do it with my OP5 and my Sennheiser BT headphones
  • Blacklisting/Blocking spam calls

    Solved Support
    7
    0 Votes
    7 Posts
    586 Views
    F
    @domubpkm Thanks for the info! calls are my biggest issue, they just keep calling all day every day.
  • App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

    Pinned until 12/09/2028, 20:51 App Development
    1
    6 Votes
    1 Posts
    972 Views
    No one has replied
  • Ubuntu touch on Sony Xperia 10 IV XQ-CC72 ?

    Sony Xperia 10
    2
    0 Votes
    2 Posts
    823 Views
    M
    I see this but I dont know what's working or not in it. https://gitlab.com/ubports/porting/community-ports/android11/sony-xperia-10-iv
  • android 14 shipped with new FP5, do I need to move to 13?

    Fairphone 5
    14
    0 Votes
    14 Posts
    1k Views
    R
    @poVoq No, sorry. Only A14.
  • Cricket Wireless Best Device?

    Unsolved Support
    1
    0 Votes
    1 Posts
    54 Views
    No one has replied
  • VoLTE Implementation For Google Pixel 3a/3a XL

    Google Pixel 3a/3a XL volte
    120
    0 Votes
    120 Posts
    10k Views
    A
    I added Sudo to the Apt statements in .gitlab-ci.yml. I also added systempart=/dev/mapper/system to the deviceinfo file. For this part, https://lucaweiss.eu/post/2023-03-30-retrofit-dynamic-partition/ I'm trying to figure out where to add this on github. The code on github is referencing a number of other githubs by "clone." I'm trying to untangle it to get a since of what happens when and where. I want to make sure I'm not missing anything.
  • 1 Votes
    6 Posts
    510 Views
    0
    @MrT10001 i will try it and tell you the results, Thanks for the response.
  • Download link is dead.

    PinePhone Pro
    6
    0 Votes
    6 Posts
    525 Views
    LakotaubpL
    Try this one https://ci.ubports.com/job/ubuntu-touch-rootfs/job/ubports%252Ffocal/83/artifact/
  • Stuck to unlock the fastboot mode

    Fairphone 5
    6
    0 Votes
    6 Posts
    426 Views
    F
    @Zardozor25 What happens when you try "fastboot devices"? Also if this is happening on Windows I had the same trouble. I resolved this by using Linux and installing android-tools. Windows absolutely refuses to see my FP5 in fastboot no matter what.
  • Show of interest: Bug bounty fund raising

    App Development
    10
    0 Votes
    10 Posts
    2k Views
    U
    @RJDan provide us with important applications that can be easily installed (one-click in the store), are safe (not random code from a random stranger with a random license), and have all the essential functionalities. I am willing to pay some money, let's say for fully functional Firefox, fully functional MS Teams, Slack, Spotify,... but mainly, they should not be outdated or unupdated, and the microphone, camera, keyboard, and clipboard should work. I know it sounds like a lot, but theoretically, it could just be an integration of Snap/Flatpak into the store. but that no bug bounty, that is more like fundraising
  • It's done! KDE Connect finally works on UT

    General
    6
    4 Votes
    6 Posts
    2k Views
    W
    @FixOne That would be amazing if it were doable as a click. In any case, thanks for sharing your work on this. I hope that was an especially delicious beer.
  • Can't switch update channel

    Unsolved Support
    6
    0 Votes
    6 Posts
    764 Views
    T
    @kugiigi ah! Keen eye. I assumed it was set to automatic, but it was indeed set to manual. I've reset back to auto and am now able to see the different channels, so I am checking for updates. I'll report back once it finishes spinning
  • gcc 9.4 compiler in docker images

    Unsolved Support
    11
    0 Votes
    11 Posts
    894 Views
    J
    @oldpaint said in gcc 9.4 compiler in docker images: I thought I would start with the Botan library so I ran the command 'clickable build --libs --verbose' and that provoked a download of the correct docker container for my phone, arm64. I can't seem to provoke a download for the desktop docker container, amd64. I tried 'clickable desktop ...' but no joy. You could try 'CLICKABLE_ARCH=amd64 clickable build --libs --verbose' or 'clickable build --arch amd64 --libs --verbose' in order to specify the architecture. Your architecture should also be defined in your manifest.json file. (The app template should provide a manifest.json file by default. It is maybe under data/. You can read about it here: https://clickable-ut.dev/en/latest/usage.html ) The architecture will probably be whatever architecture is specified when executing clickable (likely arm64 by default).