版面

  • The Meta category: Organizational or general discussion.

    1k 主題
    10k 貼文
    developerbaymanD
    host you could use google drive or whatever is allowed in your country
  • Discuss news updates from Ubuntu Touch and its related projects

    1k 主題
    5k 貼文
    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.
  • Discuss and solve problems with other users

    4k 主題
    29k 貼文
    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
  • Community section for all languages other than English

    21 主題
    106 貼文
    S
    Salut, je viens d'installer UT 24.04 sur une lenovo m10, l'open store fonctionne parfaitement mais je ne parviens pas à faire fonctionner waydroid, y êtesvous parvenus ?
  • 2k 主題
    20k 貼文
    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.
  • Discussions on development of Ubuntu Touch

    541 主題
    6k 貼文
    Linus67L
    I've found the cause of the increased battery drain on Wi-Fi. Clear the list of saved Wi-Fi connections: Go to Wi-Fi -> Wi-Fi Settings -> Saved Networks and tap “Forget” next to all the networks. Then reconnect to your home Wi-Fi network. After that, battery drain in standby mode will return to a minimum of < 2% per hour.
  • Discuss the user experience or design of Ubuntu Touch or its apps

    170 主題
    2k 貼文
    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.
  • Creating Ubuntu Touch apps

    814 主題
    8k 貼文
    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.
  • Porting Ubuntu Touch to new devices

    505 主題
    4k 貼文
    libremaxL
    @steffend I understand now why my search for Pixel9a on the forum didn't get anything, it because of the space... and that's why I don't include it to make searching easier.
  • Lomiri, the operating environment for everywhere

    77 主題
    640 貼文
    U
    @ChromiumOS-Guy yes its just perfect as second clipboard for selected text, daily used on desktop
  • Discussion on translating Ubuntu Touch and its core apps

    61 主題
    335 貼文
    lduboeufL
    said: Hello, With the next calendar-app release coming, a bunch of new strings are waiting to be translated, thanks for looking into it: https://hosted.weblate.org/projects/lomiri/lomiri-calendar-app/ Lionel oops forgot to mention the forum post about it: ( arf can't paste the link here), look into category OS->Call for testing: calendar-app)
  • A place to discuss ideas for promoting Ubuntu Touch

    57 主題
    733 貼文
    developerbaymanD
    i just posted a testing version in app development ....expect bugs ....i expect feedback ....i add the missing features mentioned as well
  • Other Projects

    Projects which are started by a group within the UBports community

    72 主題
    431 貼文
    CiberSheepC
    @libremax Spain when there's football on the tv (I'm not joking)
  • For things that just don't fit in the other categories.

    902 主題
    5k 貼文
    MoemM
    Since you care about it, you are the most likely person to make it happen. In order to make it happen, what's needed is: the ability to unlock the bootloader the kernel source someone who is willing and able, and has the skills or is willing to learn and who has the device in hands. If all of these conditions are met, it could happen. Since this question is not about any existing port or port-in-progress, it will now be moved to the 'off topic' category.