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

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      6
      0 Votes
      6 Posts
      125 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
    • H

      Can't update to 24.04-1.3

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      8
      0 Votes
      8 Posts
      312 Views
      H
      @gpatel-fr Using the installer won't work, it hangs on 'waiting for fastboot' because the device won't reboot. Not sure if that's related to the issue causing failure on OTA update though. I also get a 'device not supported' when the installer is detecting the device: [image: 1779724735779-screenshot-from-2026-05-25-16-54-17.png]
    • 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.
    • 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.
    • libremaxL

      Workaround for Internet access restrictions affecting ubports-installer

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      0 Votes
      10 Posts
      258 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)
      1
      1
      0 Votes
      1 Posts
      39 Views
      No one has replied