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
    • mihaelM

      click on notification bubble

      Watching Ignoring Scheduled Pinned Locked Moved OS
      19
      0 Votes
      19 Posts
      247 Views
      mihaelM
      @gpatel-fr Great find! I don't know where to search but maybe we need to inspect the code in the OS for handling the bubble. Some time ago I had to write a service worker for browsers and I had to specifically program what it is done when a notification is clicked.
    • S

      Lenovo TB-X605F Installs fine but doesn't boot

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo
      11
      0 Votes
      11 Posts
      150 Views
      S
      @MrT10001 I ran whatever update was available. Didn't say it was 24.04. It seems to have broken the installation. I'm back to the lenovo logo boot loop. Will I have to go back to factory or do you think I could run the installer again to redo the 20.04 installation?
    • U

      I wanna go home

      Watching Ignoring Scheduled Pinned Locked Moved Design
      87
      5
      13 Votes
      87 Posts
      40k Views
      K
      @Linus67 Yeah. I think the priority is to improve the app drawer and add features there. That's kind of the "home" in UT. I don't think there's immediate need to do drastic change to have an actual home. The desktop is also empty but I don't think it should also be a priority. Maybe on the desktop use case but not on mobile.
    • L

      The camera and clock are malfunctioning

      Watching Ignoring Scheduled Pinned Locked Moved Sony Xperia X (F5121 & F5122)
      9
      1 Votes
      9 Posts
      120 Views
      L
      @DJac No. My Focus hasn't vibrated yet. I rarely use my camera
    • libremaxL

      Workaround for Internet access restrictions affecting ubports-installer

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      0 Votes
      10 Posts
      418 Views
      developerbaymanD
      host you could use google drive or whatever is allowed in your country
    • V

      ‘Welcome’ message after system startup ... see photo

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
      8
      1
      0 Votes
      8 Posts
      270 Views
      MoemM
      @arubislander said: this is probably the left-overs of some app that shared status info to the greeter infographic Possibly the Lock Message app?
    • H

      Can't update to 24.04-1.3

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Lenovo Tab M10 HD (2nd Gen)
      12
      0 Votes
      12 Posts
      542 Views
      G
      @hlbkv said: Failed to write reboot parameter file: Permission denied yes that's also a side-effect of installing Ubuntu Touch for my phone. I can work around it by running adb shell then sudo reboot bootloader
    • brenno.almeidaB

      [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      77
      2 Votes
      77 Posts
      5k Views
      mihaelM
      @brenno.almeida Amazing work, thank you so much! One thing I noticed - and I don't think it has only started in this latest version - is that if I open a conversation from the app and not from the notification then the notification doesn't dissapear - I think I remember it used to.
    • Linus67L

      Powersave mode extrem

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      31
      1
      2 Votes
      31 Posts
      959 Views
      M
      @Linus67 Thanks very much. Will try it out…
    • Linus67L

      Is there a terminal command to disable the mobile data connection?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      6
      0 Votes
      6 Posts
      220 Views
      Linus67L
      @gpatel-fr That´s perfect! Thank you very much for solving this stubborn problem. Now I can put the Pixel 3a into ‘Nokia 3210 mode’ with a single click. Calls and text messages work, and the battery lasts at least three days in this mode. #!/bin/bash # ==================================================================== # NOKIA 3210 MODUS: CPU throttling + All offline services (Pixel 3a) # ==================================================================== if [ "$EUID" -ne 0 ]; then echo "ERROR: Please run the script using: sudo $0" exit 1 fi echo "Enable Nokia 3210 mode..." # 1. Force CPU cores into power-saving mode for governor in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do if [ -f "$governor" ]; then echo "powersave" > "$governor" fi done echo "[✓] CPU throttling enabled." # 2. Turn off Wi-Fi nmcli radio wifi off echo "[✓] Wi-Fi disabled." # 3. Turn off location tracking (GPS) sudo dbus-send --system --type=method_call --print-reply --dest=com.lomiri.location.Service /com/lomiri/location/Service org.freedesktop.DBus.Properties.Set string:com.lomiri.location.Service string:IsOnline variant:boolean:false echo "[✓] Location tracking disabled." # 4. Turn off Bluetooth rfkill block bluetooth echo "[✓] Bluetooth disabled." # 5. Turn off mobile data sudo -u phablet DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/32011/bus" dbus-send --session --type=method_call --print-reply --dest=com.lomiri.connectivity1 /com/lomiri/connectivity1/Private org.freedesktop.DBus.Properties.Set string:com.lomiri.connectivity1.Private string:MobileDataEnabled variant:boolean:false echo "[✓] Mobile data disabled." # 6. Greenline-Service stop at user level XDG_RUNTIME_DIR=/run/user/32011 sudo -u phablet systemctl --user stop greenline.service 2>/dev/null echo "[✓] greenline.service stopped." echo "------------------------------------------------" echo "Success! CPU, wireless modules and GPS are in sleep mode." sleep 3
    • Linus67L

      Battery change on Lenovo

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo
      5
      0 Votes
      5 Posts
      123 Views
      Linus67L
      @MrT10001 Getting stock Android 11 onto the Lenovo Tab was a real challenge yesterday. Problems: SPflashtool failed due to chip permissions. Attempts using MTK bypass tools also failed How it filaly worked (after ~3 houres) Download Lenovo Software Fix Tool (thanks for the tip) Create a Lenovo account (using a disposable email address) Start the recovery workaround (but you can only flash up to Android 10 !!!!) OK, perform a recovery with Android 10 The recovery tool downloads the ROM (A 11) to your PC Before starting the recovery, you must replace the downloaded Android 10 files with the Android 11 files witch you downloaded from the UBports link bevor. Then start the recovery process and the Lenovo Software Fix Tool will flash the tablet with Android 11, which you’ve placed in its nest, just like a cuckoo’s egg. Translated with DeepL.com (free version)
    • Eric HE

      Ubuntu Touch Installation Guide for Xiaomi POCO X3 NFC / X3

      Watching Ignoring Scheduled Pinned Locked Moved Xiaomi Poco X3 NFC
      6
      0 Votes
      6 Posts
      7k Views
      Vlad NirkyV
      @bad1080 Unfortunately, nothing is interchangeable with UT. Basically, your phone, running a specific version of Android, has low-level drivers and a partition layout that are very specific to that device. When UT is installed, the partition layout is modified from the original configuration, whilst the low-level drivers are retained. An intermediate layer between these Android drivers and UT is installed (Halium (9 or 10 or 11, etc.), which is also specific to your hardware. Finally, UT is configured to communicate with this Halium layer. Failure to adhere strictly to the prerequisites will, at best, result in a non-functional system; at worst, a phone that is permanently unusable. (My apologies to purists for this oversimplified explanation)
    • W

      lomiri-location-service GPS reliability patches (navius branch, v3.4.1+navius5)

      Watching Ignoring Scheduled Pinned Locked Moved OS
      4
      0 Votes
      4 Posts
      133 Views
      W
      @projectmoon A GPS Navigator. I was a lot of time searching for a GPS navigator with the functionality I like for me, but I didn't found anyone. So I decided to code my own. I'm reviewing it now for publishing it.
    • mariogripM

      Looking for Testers: Ubuntu Touch 26.04-1.x (Early version)

      Watching Ignoring Scheduled Pinned Locked Moved OS
      3
      2 Votes
      3 Posts
      45 Views
      nbdynlN
      @mariogrip Thanks for the work done Mario, Audio seems to work video playback, internet itself works fine, Teleports/Firefox/Greenline work fine. gps seems to work, first connection on bluetooth works. For some weird cause i cant seem to hold click the "kde connect" app in the drawer to open it in openstore, seems to work for other apps, so not sure if its this update... But uhm which version of Morph browser am i supposed to open now? the normal one keeps loading, and the Qt6 beta crashes it seems to miss some files QT6 browser: libxml2.so.2 (no file or directory) Morph: missing EGLConfig, QRhiGles2, context is lost. .qml:417 cannot ready property 'count' of undefined Other then maybee the biggest 'daily driver upgrade' all works fine xD?
    • fischer.pocoF

      Neuling - Smartphone - Typ

      Watching Ignoring Scheduled Pinned Locked Moved German / Deutsch
      3
      0 Votes
      3 Posts
      65 Views
      MoemM
      @fischer.poco Hallo, ich habe deinen Beitrag in den deutschsprachigen Bereich verschoben.
    • H

      Faild on 1+3t

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus 3/3T
      3
      1
      0 Votes
      3 Posts
      84 Views
      MrT10001M
      @hunter_tor To get the 3T working with UT, it is Xenial only (16.04), you have to ensure the data partition is EXT4. Use the installer version 0.10.0. Download this version of TWRP and boot it from fastboot - use the command: fastboot boot (location of your TWRP file) Once in TWRP format date to EXT4, then wipe SYSTEM, CACHE and the others . Reboot to the bootloader and do the same again, but it is not necessary to wipe the system etc, just format the DATA again to EXT4. Reboot to the bootloader and fire up the UT installer and connect the device and manually select it from the drop down box. Leave the "wipe data" box unticked and follow the instructions on the installer. Let it do it's thing. Once it is at the screen in your image, leave the device, it can take up to 15 minutes to install. The OP3 and 3T are very similar, TWRP for 3 and 3T is the same. Ensure you are on OxygenOS (9.0.6) before starting the UT install. The two main points of a failed install I have found for the device is using the latest UT installer, use 0.10.0 instead and the incorrect formatting of the data partition to EXT4. Also as @moem pointed out, the OP3T is old and Xenial is now unsupported... (It still works though).
    • T

      Nokia 6.1

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      2
      0 Votes
      2 Posts
      88 Views
      libremaxL
      Hi @Thomasb98, There is a documentation: https://docs.ubports.com/en/latest/porting/introduction/ Hope it helps... It seems feasible because this device is supported by lineageos and kernel source code is available: https://wiki.lineageos.org/devices/PL2/ Do you have the version with 4 GB of RAM or the one with 3 GB?
    • UBportsNewsU

      Ubuntu Touch Q&A 191 call for questions

      Watching Ignoring Scheduled Pinned until 5/31/26, 5:31 PM Locked Moved News
      2
      0 Votes
      2 Posts
      165 Views
      R
      @UBportsNews Can you please remind people about the 'community favourite app' awards that will happen toward the end of the year. Toward the end of the year we will run the 'community favourite app awards' where we the community votes on our favourite apps for the year. Keep your eyes on what you use daily, pay attention when an app has some great updates and remember all those new apps. youll want all that info for the nominations and voting later. If you have ideas for fundraising for an award please do offer suggestions. It would be great to have something substantial to give the developers.
    • alaskalinuxuserA

      Call for testing: [Beta] CitySim - a city simulation game

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      10
      5 Votes
      10 Posts
      600 Views
      alaskalinuxuserA
      @developerbayman Thanks! It is now available on the openstore, so I hope people will enjoy it!
    • V

      Oneplus n10 24.04-2.x follow up

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      77
      0 Votes
      77 Posts
      10k Views
      I
      @egregiousecan There's some bug that causes random bootloop, forcing shutdown by holding all phone buttons simultaneously helps. I was also not able to boot into Ut 24.04 after upgrading from 20.04, I had to reflash the device with Android to do that.