Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    9k Posts
    SanderS
    @Marcos Did you follow the verification step? Verify Cinny as a Matrix client. A red shield will appear in the left sidebar. Click it, choose Verify Manually, and enter the recovery key you saved when setting up your Beeper account. It could take some time before all messages are decrypted after that. If they stay encrypted, you could also remove Whatsapp from Beeper and add your account again, now that Cinny is a verified client.
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    UBportsNewsU
    Ubuntu Touch Q&A 165 is live this Saturday 17th May at 19:00 UTC. We appreciate all your questions and involvement in these Q&As, so please post your questions below and join us live on Saturday for the answers. Remember that questions on porting to device **** or its status, and questions on bugs, will not be answered.
  • Discuss and solve problems with other users

    4k Topics
    27k Posts
    P
    I was looking for a solution how to fix videos corrupted during recording with Google Pixel 3A + UBPorts OTA23 (16.04). There was an issue described for example here: Re: Video recording not working on Google Pixel 3a XL which resulted with videos that had absurdly wrong FPS. I had videos that were 3 minutes long but appeared as 15 hours long. Sound was ok, but the video part was viewable about one hour later. As the phone was used as daily driver (and still is but currently with Focal) I had some important videos recorded with it that I was very motivated to repair. I didn't find anything on the internet so here is a bash script that I created with help of chatgpt, that does the job (I wouldn't know about existence of MP4Box without chatgpt, obtaining a good result was much easier with that program than with ffmpeg): #!/bin/bash # Target FPS setting FPS=29.97 # Create a directory for the fixed files mkdir -p fixed # Loop through all .mp4 files in the current directory for file in *.mp4; do echo "Processing: $file" # Base name without extension base="${file%.*}" # Demux (extract) video and audio streams MP4Box -raw 1 "$file" -out "${base}_track1.h264" MP4Box -raw 2 "$file" -out "${base}_track2.aac" # Re-mux into a new MP4 with corrected FPS MP4Box -add "${base}_track1.h264:fps=$FPS" -add "${base}_track2.aac" -new "fixed/${base}_fixed.mp4" # Clean up temporary files rm -f "${base}_track1.h264" "${base}_track2.aac" echo "Done: ${base}_fixed.mp4" done echo "All files have been processed and saved in the 'fixed/' directory." The synchronization of voice and picture is not ideal but for short videos it's ok.
  • 2k Topics
    17k Posts
    S
    Hello everyone. Has anyone tested Wireless External monitor on OP3t?
  • Discussions on development of Ubuntu Touch

    497 Topics
    6k Posts
    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 Topics
    2k Posts
    E
    Seems to be the same whether or not I have security in place or no locking code. I normally have no lock code. So when I turn the screen on the phone is simply ready to do things. That is probably considered a bad practice, but it is for this reason why I always have developer mode disabled. Do you keep a lock code and then developer mode (most of the time)enabled?
  • Creating Ubuntu Touch apps

    726 Topics
    7k Posts
    K
    @CiberSheep @TheBird @zubozrout Can you please mention on which device these freezes happen to you? I've opened a bugreport but it seems to work on a Fairphone 4 (qualcom device...). For me these freezes are happening on Vollaphone and Vollaphone22 running Focal and Noble.
  • Porting Ubuntu Touch to new devices

    479 Topics
    3k Posts
    L
    @redmiguy3 the error you're facing has a simple fix listed here
  • Lomiri, the operating environment for everywhere

    67 Topics
    568 Posts
    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 Topics
    322 Posts
    D
    Ok. So, we've changed it to only English and Tamil are promoted from the start page and a few more are available in the navigation menu at the bottom [image: 1747234638711-8572f036-cafa-4c21-91ba-ea7b9c4de362-image.png]
  • A place to discuss ideas for promoting Ubuntu Touch

    55 Topics
    712 Posts
    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 Topics
    373 Posts
    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.

    820 Topics
    5k Posts
    AppLeeA
    Hi @Rondarius IIRC the question was asked in a Q&A or on Telegram. There is currently no official contact between the UBports foundation and Liberux. But of course our door is open and they are welcome to try and port Ubuntu Touch to this device. The more the merrier. And if they have some issues while porting they can do the same as any porter and contact us on the forum or Telegram for help. The foundation do not have the means to kickstart ports for devices. The Fairphones are a good development base as they are rare devices to support wired external display and have very good performances. With this exception, we rely on devices contributors have and want to have working with Ubuntu Touch, in other terms a personal goal instead of something driven by the foundation.