Subcategories

  • This section is specifically useful for new contributors on the project

    8 Topics
    37 Posts
    nbdynlN
    @sm-xcx Hey xcx, how far are we with this project? what is still requirered to finish this project?
  • Discuss and solve problems with other users

    99 Topics
    690 Posts
    H
    The issue was me not having a screen lock passcode defined. Not sure if this is the best way to approach this, a settings page for editing user information (including name and root password) would be useful, that one could then opt out for the screenlock.
  • 163 Topics
    1k Posts
    P
    @CyBerT said: @projectmoon Ok by installing apps I mean i use .apk file in waydroid to install an app like firefox or some apps I copied from android phone. Btw Libertine never worked for me in UT. Could not find a solution. Snap also never produced anything meaningfull. So if I want to reinstall UT I have to flash android first and then flash UT on top of it? I know what you are trying to do. But you should probably check the logs themselves. Maybe you can find something under ~/.local/share/waydroid/data for the package installer app?
  • Is there a terminal command to disable the mobile data connection?

    Solved
    6
    0 Votes
    6 Posts
    276 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
  • Changing Message sound requires restart?

    Moved
    7
    0 Votes
    7 Posts
    282 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.
  • Content Hub: using appId to select specific source app

    Unsolved
    1
    0 Votes
    1 Posts
    104 Views
    No one has replied
  • Broken Accounts Menu on fresh NP1

    Unsolved
    6
    0 Votes
    6 Posts
    199 Views
    U
    is there a way to move to the stable channel? in the settings & wiki i can only find the daily channel..
  • Trying to return Pixel 3a to stock firmware

    Solved
    10
    0 Votes
    10 Posts
    412 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.
  • questions about app confinement

    Moved
    7
    0 Votes
    7 Posts
    568 Views
    developerbaymanD
    @projectmoon exactly i dont mind confinement anymore as i used complain because i didnt understand now i do and i see ALOT of missing api thats why i made "workspace" --->still needs lots of testing but i have to say im not happy having to make a workaround solution ....as it kinda breaks the whole design point ..
  • VPNs don't help at all!

    Unsolved
    5
    0 Votes
    5 Posts
    230 Views
    MoemM
    @shcarl276 said: It's not the matter of the devs not being ABLE to do something. Sorry, but I disagree. This is not on the dev's plate.
  • How to manage "Places"

    Solved
    4
    0 Votes
    4 Posts
    264 Views
    J
    "Places" case solved. What I obeserved in short: At startup, "Places" is created and provides shortcuts to standard folders (immutable): Home, Documents, Downloads, Music, Pictures, Video, Network and Root folder. These folders can't be deleted from there (no trash can symbol). This list is expandable with any folder. These are removable, too (trash can symbol on swipe right). "Music" folder was deleted (accidently, I didn't realize at first). "Places" tried to provide a link to this non-existent folder which ended up with a ".". "Music" folder was recreated and appeared at the bottom of the "Places" list while "." still existed. After a reboot, "Places" got organized again (or rebuild by scratch). "Music" folder could be referenced again and "Places" was rebuilt as intensioned and looks normal again. No "." for a folder that could not be found. Sorry for causing this confusion and any inconvenience. It happens, when you're chronically overworked.
  • vpn

    Unsolved
    14
    0 Votes
    14 Posts
    698 Views
    Linus67L
    @Privacy-freedom You need to gain a bit more experience to create a .conf file properly and ensure it works as intended. Don’t forget to make copies of your working settings. AI can also be helpful.
  • Donation via Ideal not working: donation_partner_details not whitelisted

    Unsolved
    3
    1
    1 Votes
    3 Posts
    226 Views
    7
    @AdFundum yes, it was a bug! i reported it to the webmaster and it got fixed immediately
  • Use phone as modem with gnome-calls

    Unsolved
    4
    1
    0 Votes
    4 Posts
    339 Views
    developerbaymanD
    you need to go to settings and set your usb to tethering ....there is your internet connection it should just work when you plug it in and connect ...if im understanding you correctly?
  • Cant find NFC

    Unsolved
    3
    0 Votes
    3 Posts
    185 Views
    R
    @projectmoon ..... WTF, it wasnt there but now it is!! Luckily I took a screenshot of when it wasnt there. How do I share images on the forum?
  • Meizu Pro 5 16.04 STABLE BACKUP for restoring with TWRP.

    18
    5 Votes
    18 Posts
    5k Views
    M
    @Stefano Hello! I've had my phone for a few years now, but it's been sitting in the drawer for a while. I couldn't put the Ubuntu system back on from the Flyme system. But now I finally did it and thanks to you I now have the "latest system" on it I'm happy now! Thank you very much! It's true that it won't be for everyday use anymore (I'm using a 6-year-old Huawei Mate 40 Pro Plus on it), but I'm glad that I managed to put Ubuntu on the Meizu
  • Wi-Fi connection unstable with several websites on UT 24.04

    Solved
    3
    0 Votes
    3 Posts
    299 Views
    P
    Changing the DNS server solved the problem
  • Survey: Duck.ai down in Morph.

    Moved Solved
    4
    0 Votes
    4 Posts
    192 Views
    MoemM
    Since this is not a device question, I will move it to Support and mark it as a solved question.
  • Syncthing on Ubuntu Touch

    41
    9 Votes
    41 Posts
    14k Views
    developerbaymanD
    @arubislander yeah i was just double checking cause you know? idk i just didnt want to be rude lol but thank yeah ill drop it eventually rn im working on a esp32p4 project
  • Export notes from phone

    export notes
    12
    0 Votes
    12 Posts
    2k Views
    I
    @aimar I sync notes between my phone and my computer this way. Syncthing from the open store to syncthing on a Xubuntu computer. Works well, but I have to manually run Syncthing from time to time to do the sync, as I don't want to try running it continously on the phone.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    62 Views
    No one has replied
  • Running TUIs on the Terminal

    Solved
    2
    0 Votes
    2 Posts
    455 Views
    H
    I've figure it out that entering 'selection mode' with a long press is precisely what I was looking for. Would still be useful to somehow start the terminal on selection mode and hide the 'Exit selection mode' option
  • Webber - Bluesky as web app not working

    Solved
    6
    0 Votes
    6 Posts
    631 Views
    MoemM
    @jojumaxx I figured that was the case! I've also edited the topic title, for better searchability.