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
      29
      1
      2 Votes
      29 Posts
      640 Views
      Linus67L
      @moodroid This is my current script #!/bin/bash # ==================================================================== # NOKIA 3210 MODUS: CPU throttling + All offline services (Pixel 3a 24.04-1.3 rc) # ==================================================================== 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 These script lines have been compiled from various sources and optimized for my Pixel 3a running UT 24.04-1.3 rc. Many thanks to the experts in this forum for their helpful tips on some of the commands.
    • H

      Can't update to 24.04-1.3

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      9
      0 Votes
      9 Posts
      413 Views
      G
      @hlbkv I can't give you expert advice about your device unfortunately. Generally speaking from my limited experience (I have only one phone with UT, a Fairphone 5) when UT is installed the installer may have trouble running unless the device is set manually in fastboot. In these cases I have used 'sudo reboot fastboot' under UT to get to the desired fastboot mode. If UT don't start you may have success using the phone controls (IIRC starting while pressing Down (or Up ?), or using the device boot menu. Additionaly it's indeed necessary to specify the target (detection don't work). In short, your current state is cause of concern of course, but not yet of despair.
    • UBportsNewsU

      Ubuntu Touch Q&A 191 call for questions

      Watching Ignoring Scheduled Pinned until 31/05/2026, 17:31 Locked Moved News
      2
      0 Votes
      2 Posts
      86 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.
    • V

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

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
      2
      1
      0 Votes
      2 Posts
      113 Views
      arubislanderA
      @vince.vs The path is. Not a (full) filesystem path Rather this is probably the left-overs of some app that shared status info to the greeter infographic, which you have since uninstalled.
    • UBportsNewsU

      Ubuntu Touch 191 Q&A Saturday 30th May at 19:00 UTC

      Watching Ignoring Scheduled Pinned until 31/05/2026, 17:41 Locked Moved News
      1
      0 Votes
      1 Posts
      60 Views
      No one has replied