Subcategories

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

    8 Topics
    37 Posts
    G
    @RandomUser I'll give you one: https://gitlab.com/stuiterveer-ut-apps/afvaller to not make anyone angry, I'll add 3 apps in : pure qml (javascript): https://github.com/pparent76/PDFjs c++: https://gitlab.com/matdahl/jsonedit rust: https://gitlab.com/cristodcgomez/parasol I give no warranty about the beauty of the code for any of these apps that I did not write, it's all in the eye of the beholder anyway. However, I have only included relatively small apps. For studying code, it's so much better than trying to study big things like dekko or puremaps (that's not to say that these big things are bad, to the contrary, these are among the best of the best but are not appropriate to learn) If anyone can contribute small apps demonstrating the use of other languages, I'll be happy to add them to my personal collection. Sadly I don't think that Ada, Cobol, C#, or Malboge are really supported for now.
  • 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.
  • 162 Topics
    1k Posts
    KenedaK
    @freddo See also https://waydro.id/ .
  • For newbies please read.....

    Pinned Moved
    5
    12 Votes
    5 Posts
    3k Views
    MrT10001M
    I misread and thought it said Redmi Note 7 (lavender) which is on the installer. It has slightly different hardware to the Redmi Note 7 pro.... Apologies (full of cold). :disappointed_face:
  • Frequently Asked Questions

    Pinned Locked Solved
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • [How To] Ask a question and then mark it as solved

    Pinned
    8
    1
    5 Votes
    8 Posts
    7k Views
    M
    @AppLee said in [How To] Ask a question and then mark it as solved: Then read my post again. I did and I got it now. Sorry.
  • New Devices

    Pinned Locked Moved
    1
    8 Votes
    1 Posts
    6k Views
    No one has replied
  • The UBports Tutorial Links Collection

    Pinned Locked
    1
    13 Votes
    1 Posts
    6k Views
    No one has replied
  • [Tip] reverting phone to a previous version

    Moved
    1
    1 Votes
    1 Posts
    67 Views
    No one has replied
  • Open Webber shortcuts with Qt6-Morph

    Unsolved
    1
    0 Votes
    1 Posts
    77 Views
    No one has replied
  • Log spammed with "Power request failed: OPERATION_NOT_ALLOWED" (Volla Quintus)

    Unsolved
    3
    0 Votes
    3 Posts
    345 Views
    H
    Looks like this is probably the fix? https://github.com/mer-hybris/ofono-binder-plugin/pull/53
  • 2 Votes
    2 Posts
    355 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.
  • Powersave mode extrem

    Unsolved
    31
    1
    2 Votes
    31 Posts
    1k Views
    M
    @Linus67 Thanks very much. Will try it out…
  • Is there a terminal command to disable the mobile data connection?

    Solved
    6
    0 Votes
    6 Posts
    240 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
    223 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
    90 Views
    No one has replied
  • Broken Accounts Menu on fresh NP1

    Unsolved
    6
    0 Votes
    6 Posts
    163 Views
    U
    is there a way to move to the stable channel? in the settings & wiki i can only find the daily channel..
  • Mirrors for users in Russia

    Moved
    25
    1 Votes
    25 Posts
    2k Views
    libremaxL
    @Moem said: I will repeat what I've said elsewhere: I will bring this subject to the table in the next meeting of the Board of Trustees. That's what I can do and I'll do that. Until a possible workaround is found, it seems appropriate to notify users of the installer. I have therefore created the following ticket: https://github.com/ubports/ubports-installer/issues/4565 Since other countries may also be affected, it would be helpful to know which ones. I have therefore created the following thread: https://forums.ubports.com/topic/12291/internet-access-restriction-for-ubports-installer-list-your-country That's what I can do, and I did it
  • Trying to return Pixel 3a to stock firmware

    Solved
    10
    0 Votes
    10 Posts
    306 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
    509 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
    201 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
    240 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
    531 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.