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

      Powersave mode extrem

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

      tedit development and design discussion

      Watching Ignoring Scheduled Pinned Locked Moved App Development tedit editor app development features
      266
      5 Votes
      266 Posts
      138k Views
      danfroD
      @domubpkm I had to move the number back into the info string. Some translators raised issues that the separate number breaks translation in their language. So we are using this "<b>%1</b> files found, swipe an entry for file info and delete options" variation now. Still translatable and a bold number. Not perfect but should work.
    • brenno.almeidaB

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

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      75
      2 Votes
      75 Posts
      5k Views
      Linus67L
      I wouldn't use a META product if there were alternatives. But there are a lot of people who are very resistant to change. There are groups for their kids' school activities: soccer, tennis, music, and so on. If you use Ubuntu Touch every day, a lightweight QML app like Greenline is perfect. You can check WhatsApp messages when needed. In an emergency, you can send a message like, “I'll be 10 minutes late.” Personally, I prefer a WhatsApp alternative that is fast and stable, uses few resources, and adapts well to changes in WhatsApp’s data structure—such as the Go library, whatsmeow, protobuf structures, and WebSocket conditions on the servers. I don’t need features like video or forms. If someone wants all of WhatsApp’s features (including META AI) on Ubuntu Touch, then they have the wrong device. Keep Greenline lean, efficient, and adaptable to changes at Meta for a long life on Ubuntu Touch. Many people and groups still need some time before they’re ready to switch to alternatives.
    • libremaxL

      Workaround for Internet access restrictions affecting ubports-installer

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

      Trying to return Pixel 3a to stock firmware

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      10
      0 Votes
      10 Posts
      248 Views
      R
      @AntiMS The experimental Halium 12 build has two reports of succesfull VoLTE - both originating and receiving (non US), and several one way only calls with or without audio. I personally have tried it with all three US networks. Verizon has trouble, but with both T-Mobile and AT&T networks you can receive calls with audio in both directions. However, making a call fails and the dialer hangs. Logs were sent to the porter, and it is suspected that this is an ipv6 vs ipv4 issue. We can help you more efficiently if you join the ubports NA Issues Telegram channel.
    • P

      kernel 3.10.49 1.9gb memory 16gb storage

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo
      8
      0 Votes
      8 Posts
      184 Views
      P
      @MrT10001 then I guess it's not for me. Thank you all for the clarification.
    • mihaelM

      Changing Message sound requires restart?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      7
      0 Votes
      7 Posts
      165 Views
      G
      @mihael yes it's a bug and probably in the push service. I tried to kill the service process (I don't know any other way to restart a service activated by d-bus) and after an initial failure (it seems that when the service is restarted it don't take in account the task that started it), the second time I sent a mail message the notification used the new sound. To be continued.
    • H

      Can't update to 24.04-1.3

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      11
      0 Votes
      11 Posts
      437 Views
      H
      @gpatel-fr I may have some other underlying issue on my install, seeing as I can't even use adb properly to reboot to fastboot: Failed to write reboot parameter file: Permission denied Developer mode is enabled on the device and the remote machine can detect the device with 'adb devices'.
    • 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
      172 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
    • U

      Broken Accounts Menu on fresh NP1

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      6
      0 Votes
      6 Posts
      131 Views
      U
      is there a way to move to the stable channel? in the settings & wiki i can only find the daily channel..
    • sysadminS

      Mirrors for users in Russia

      Watching Ignoring Scheduled Pinned Locked Moved Support
      25
      1 Votes
      25 Posts
      2k Views
      libremaxL
      @Moem said: I will repeat what I've said elsewhere: I will bring this subject to the table in the next meeting of the Board of Trustees. That's what I can do and I'll do that. Until a possible workaround is found, it seems appropriate to notify users of the installer. I have therefore created the following ticket: https://github.com/ubports/ubports-installer/issues/4565 Since other countries may also be affected, it would be helpful to know which ones. I have therefore created the following thread: https://forums.ubports.com/topic/12291/internet-access-restriction-for-ubports-installer-list-your-country That's what I can do, and I did it
    • U

      I wanna go home

      Watching Ignoring Scheduled Pinned Locked Moved Design
      82
      5
      13 Votes
      82 Posts
      39k Views
      arubislanderA
      @Turbolqk said: @kugiigi I see, I haven't used UT in a few months, so I might've missed a few things. These things you think you might have missed have been implemented for years, so even the few months ago that you used UT last, you should have come across them.
    • 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)
    • alaskalinuxuserA

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

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

      Looking for lineage-16.0-20200226-lavender-vendor.zip for Redmi Note 7 (Ubuntu Touch install)

      Watching Ignoring Scheduled Pinned Locked Moved Xiaomi Redmi Note 7
      4
      0 Votes
      4 Posts
      90 Views
      MoemM
      Glad I could help, and good luck on your installation!
    • V

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

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
      3
      1
      0 Votes
      3 Posts
      140 Views
      G
      @vince.vs to expand a bit on the answer given, the system allows for applications to add to the predefined user metrics, but there is no provision to remove an existing user metric; not that there is any provision to remove features added to the system by apps, there is no such feature but even if there was one, no app could use it to clean an user metric added to the system because there is no api for that. If this is really annoying for you the system database for user metrics is /var/lib/usermetrics/usermetrics6.db and I'd guess that (if you know your way with sqlite3 utility) hacking around in this sqlite database could help you to bid good riddance to this user metric and it may even work after restarting the phone, but it's at your risk. I did not try it myself, I don't know if renumbering the entries is necessary or useful or deadly.
    • 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.
    • J

      Noble bluetooth issues

      Watching Ignoring Scheduled Pinned Locked Moved Volla Quintus
      6
      0 Votes
      6 Posts
      512 Views
      P
      OK, yet another test. I just tried connecting the Quintus to my main UT phone (the Pixel 3a, Focal). during discovery, the Pixel appears in the list of neighbouring devices on the Quintus (and the Quintus on the Pixel) when I tap the Pixel in the list on the Quintus, I'm asked to confirm the PIN on both devices, which I did the Pixel then moves to the "Paired devices" section on the Quintus, shows connected for a few seconds then returns to "disconnected" on the Pixel, it remains in the list of neighbouring devices (and a notification is re-issued for the last received SMS, which was left unread) Tapping the Pixel then tapping "connect" causes the following: the Pixel shows as connected for a few seconds on the Quintus, then it returns to its "disconnected" state nothing changes on the Pixel on the Bluetooth settings page, but a notification is re-issued for the last received SMS (strange, I know, but I got that same behaviour twice).
    • 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
      104 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.
    • libremaxL

      Internet access restriction affecting ubports-installer: list your country

      Watching Ignoring Scheduled Pinned Locked Moved UBports Installer
      2
      1 Votes
      2 Posts
      188 Views
      CiberSheepC
      @libremax Spain when there's football on the tv (I'm not joking)