UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • N

      Welcome to the UBports community! Introduce yourself here!

      Watching Ignoring Scheduled Pinned Locked Moved General community
      470
      3 Votes
      470 Posts
      530k Views
      OpolorkO
      Hi @Charly. Welcome to the UBports community.
    • pparentP

      Signal UT: Signal-Desktop for Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      42
      1
      4 Votes
      42 Posts
      2k Views
      pparentP
      Ok I've found a way to solve keyboard bugs (in X, in a very hacky way) . I will make a new release soon, Alongside optimizations to make the app less sluggish. With those, it will reach the stage of good client for text-only notification-less chat! (Other features will come later)
    • E

      Fingerprint

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      17
      1
      0 Votes
      17 Posts
      259 Views
      ozzy03O
      OP can you update the title to be more descriptive please, something along the lines of Fingerprint Sensor Fairphone 5 or similar. It'll help others find the post.
    • TeckMonsterT

      Has anyone looked into porting to a foldable?

      Watching Ignoring Scheduled Pinned Locked Moved OS
      4
      0 Votes
      4 Posts
      90 Views
      TeckMonsterT
      If a trusted & skilled dev wants to take this on I am will to buy them a used 1st gen Pixel Fold. I may be willing to pay $300 towards a Fold 9, but I hate how big those are, though they have display out which the smaller 1st gen doesn't have:( Ah shoot, I just realized Halium might be an issue for both those, as far as I can tell we don't have one for Android 14 or 15 yet. o7
    • peat_psuwitP

      Call for testing: Ubuntu Touch 24.04-1.1

      Watching Ignoring Scheduled Pinned Locked Moved OS
      48
      12 Votes
      48 Posts
      3k Views
      C
      @peat_psuwit Hello, I installed 24.04-1.0 again and the micro SD card is mounted read only there too. I believe it still worked on 20.04. Many thanks & best regards Charly
    • B

      paste in terminal, clock widget in home screen help request

      Watching Ignoring Scheduled Pinned Locked Moved Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      5
      0 Votes
      5 Posts
      107 Views
      G
      @Biplabro said in paste in terminal, clock widget in home screen help request: i like the launcher moduler app. it hs the clock as well. I wanted to mae it autostart but the ctrlV seems not working. well, I have trouble trying to guess what you mean by that...and no, I did not succeed at looking at your video either.Are you still attempting to use Ctrl V in the terminal app of UT ? I have tried to steer you toward another solution that works. If it's ssh or adb, try the solution by @Vlad-Nirky - or just use your mouse to select and paste.
    • U

      New mobile system solution to replace Android

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      -1 Votes
      3 Posts
      59 Views
      MoemM
      @ufoddos said in New mobile system solution to replace Android: Establish a unified national alliance National? Which nation are you thinking of? Anyway, sounds like you have given yourself quite a job to do. Good luck and let us know how it goes!
    • N

      is eSIM available/supported on UT?

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      7
      1 Votes
      7 Posts
      1k Views
      M
      hi guys, thanks for your posts, it open a window to me. i set and use an esim on android before flashing to ubtouch. i cannot find any ways to use this esim now on my Pixel3a. can you give some tips to do so? regards Marc
    • UBportsNewsU

      Ubuntu Touch Q&A 178 Saturday 15th Nov 19:00 UTC

      Watching Ignoring Scheduled Pinned until 16/11/2025, 14:42 Locked Moved News
      1
      0 Votes
      1 Posts
      50 Views
      No one has replied
    • K

      Looking for testers: port for Lenovo Tab M8 HD (TB-8505F)

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      51
      5 Votes
      51 Posts
      3k Views
      9
      I just installed this and it works great except I have a crackling sound from the speakers and headphones when I'm listening to anything. The speakers were fine with android.
    • F

      How to use volte

      Watching Ignoring Scheduled Pinned Locked Moved Volla Phone 22
      16
      0 Votes
      16 Posts
      633 Views
      G
      @pparent said in How to use volte: I would like to know more. after enabling debug logs on my FP5 according to the procedure given by @Vlad-Nirky here are my (very preliminary) results: After disabling the Volte indicator in the UI, restarting the phone, and reading the logs with journalctl --file=<last occurence of user-1001xxx file> (on my system 1001 is the ID of the 'radio' user) I see numerous occurences of src/ims.c:ims_registration_check() checking ims state src/ims.c:ims_registration_check() ims is disabled, leaving it unregistered After enabling again the Volte indicator in the UI, restarting the phone and reading the logs again, I see occurences of: ims_registration_check() checking ims state ims_registration_check() leaving ims registered and before a call: src/binder_gprs.c:binder_gprs_check_data_allowed() slot1 1 1 when VolTe is disabled in the UI I do NOT see the previous line. So, when Volte is disabled, the phone don't check with the provider if it can use it. Seems logical but needed confirmation IMO. In short, Volte is called in the debug logs 'ims state' or 'data'. Maybe you could check a similar log for your device and search for such strings. Also reading the code for the UI settings to try to search if there is any logging of the decision path to disable the switch on your device. From lomiri-system-settings-cellular, the code reads like this; text: I18nd.tr("4G calling (VoLTE)") Switch { enabled: Connectivity.imsSupported && sim.ims !== null && ( sim.radioSettings.technologyPreference == 'lte' || sim.radioSettings.technologyPreference == 'nr') the first line should be linked to scanning of the setup/sim at initialization of the phone, so the debug log in the journal before any attempt of calling is done. I'd say that sim.ims is probably the carrier configuration, and Connectivity.imsSupported is the device itself. Unfortunately there is a test for 2 conditions and one result, not enabled. if the debug don't show anything suspicious, it may be the device setup to be checked with the port owner (Volla most probably) If you want to go that way, I can send you the anonymised logs of my device for comparison (even if it's not the same hardware).