• 0 Votes
    8 Posts
    179 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?
  • Can't update to 24.04-1.3

    Unsolved Support
    12
    0 Votes
    12 Posts
    465 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
  • No USI2.0 support

    Volla Tablet
    2
    0 Votes
    2 Posts
    307 Views
    T
    @thomasf Check this topic.
  • 2 Votes
    2 Posts
    293 Views
    T
    Thanks @tusch001 this was very helpful and worked on the stable Focal channel with Snapz0r installed. I would recommend one change: the sed command should read- sudo snap run libinput.list-devices | sed -n '/himax-stylus/,+20p' instead of: sudo snap run libinput.list-devices | sed -n '/himax-stylus,+20p' A few practical questions for you or anyone else: What kind of daily battery life are you seeing for the stylus, over how many hours of use? Do we know if it's compatible with other UT devices? In Libertine, is there a convenient way to anchor the stylus' nib to things like scroll bars? I've been trying to scroll up/down on VS Code but it's quite cumbersome and feels like I have to press it multiple times then do a small flick to get it to scroll by a little bit every time. Kind of much like using my finger (it's just that the nib is so much more small and thus more of a precision instrument compared to anyone's finger!). Unfortunately I need to figure out how to get my Volla Keyboard accessory working again and thus I don't have access to its touchpad and a mouse cursor (I've been using a bluetooth keyboard instead), so this would be a great workaround for the time being if it's possible. On an OS level: Hopefully someone can formally implement this into an OTA upgrade for the tablet on Noble and potentially even a maintenance release on Focal? The code changes look straightforward if they're just about changing the udev rules and such. I have been working on contributing to app development on and off but as a) the tablet is a bit of a daily driver for me and I like to keep it on the stable channel and b) contributing to OS patches is something I'm not really familiar or comfortable with, it would be excellent to see this happen if someone else can help out.
  • 5 Votes
    9 Posts
    621 Views
    nbdynlN
    @sm-xcx Hey xcx, how far are we with this project? what is still requirered to finish this project?
  • New contact backend story

    OS
    10
    12 Votes
    10 Posts
    2k Views
    lduboeufL
    Hello all, It has been decided to postpone the new contact backend to 26.04.x to avoid slowing down the overall roadmap. We will try to move also at that time to the new calendar backend.. 2 major internal changes in a row. I keep you informed.
  • Powersave mode extrem

    Unsolved Support
    31
    1
    2 Votes
    31 Posts
    770 Views
    M
    @Linus67 Thanks very much. Will try it out…
  • Ubuntu Touch Q&A 191 call for questions

    Pinned until 5/31/26, 5:31 PM News
    2
    0 Votes
    2 Posts
    121 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.
  • Ubuntu Touch 191 Q&A Saturday 30th May at 19:00 UTC

    Pinned until 5/31/26, 5:41 PM Locked News
    1
    0 Votes
    1 Posts
    69 Views
    No one has replied
  • 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.
  • Is there a terminal command to disable the mobile data connection?

    Solved Support
    6
    0 Votes
    6 Posts
    175 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
  • I wanna go home

    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.
  • 0 Votes
    10 Posts
    337 Views
    developerbaymanD
    host you could use google drive or whatever is allowed in your country
  • 5 Votes
    10 Posts
    569 Views
    alaskalinuxuserA
    @developerbayman Thanks! It is now available on the openstore, so I hope people will enjoy it!
  • Oneplus n10 24.04-2.x follow up

    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.
  • 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)
  • Changing Message sound requires restart?

    Moved Support
    7
    0 Votes
    7 Posts
    180 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.
  • 1 Votes
    2 Posts
    195 Views
    CiberSheepC
    @libremax Spain when there's football on the tv (I'm not joking)
  • Poco X3 is no longer viable

    Xiaomi Poco X3 NFC
    24
    0 Votes
    24 Posts
    2k Views
    A
    Hi, I am back again. I didn't want to bother you with my long posts until I made it. Still working on it, though. @wally, as I said, my phone sent the SMS but get no response. I hadn't yet updated anything. I was chatting with the Xiaomi customer service and told me two things: Clear data/caché from "Settings" --> "Apps" --> "Manage apps" --> "Xiaomi SIM Activaton Service". Change "Settings" --> "Additional settings" --> "Languages and input" to other language, in my case to "English (UK)". You can try it. I don't know if both are necessary, but were simple to accomplish and so did I. Tried again, SMS sent and paid, and MIXiaomi account was linked to my phone number. Next step, was linking the account to "Settings" --> "Additional settings" --> "Developer options" --> "MIUnlockStatus". For this to work I had to turned off the "Find Device" option: "Settings" --> "MIAccount" --> "Xiaomi Cloud" --> "Find Device" --> Off. And it did the trick. This is all like a puzzle, a jigsaw, an escape room ... Still no luck, though. The device is still "deactivated". Again Xiaomi customer service said that this matters are part of the "Xiaomi Community" and that I should asked there. I found an interesting post, that maybe everybody is aware of, but me. I asked it here before, but it seems that, yes, the unlock request must be made within this app. I made a Google account just to download the "Xiaomi Community" app. In the left lower icon, "ME, go to "Set up" and "Change region" to "Global". Go back to "ME" and "Unlock bootloader" will now be visible. Click on it and mine says "Account must be registered over 30 days". I have mi fresh Xiaomi account, my fresh Google account and one week still to go ...
  • [For testing] Radio Alarm for Ubuntu Touch

    App Development
    11
    7 Votes
    11 Posts
    527 Views
    J
    At a suggestion from @sander I implemented the Content Hub to select the local fallback audio file. The API of https://www.radio-browser.info is great, and also already implemented by the Radio app as far as I can tell from a quick glance. So I would rather ask Patrick Fial (does he have an account on this forum?) to add something like a 'copy URL'-button to the station in the favorites-list of his app. Or create a merge request for this myself, of course. @vlad-nirky Classic2 yes! Not waking up too gently though ;-).