Subcategories

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

    8 Topics
    5 Posts
    J
    Wow, thanks a lot for the quick help! The merge request is up now.
  • Discuss and solve problems with other users

    93 Topics
    664 Posts
    J
    @BarrickBeau I do not know much about Libertine, but libqt5gui5t64 is mentioned in a recent merge request, so this will maybe be fixed with: https://gitlab.com/ubports/development/core/libertine/-/merge_requests/147 So as an end user, you will probably have to wait for the next system update.
  • 143 Topics
    993 Posts
    D
    A puzzling issue is that when I see the prompt 'waydroid is stopped' in the UT command line, Waydroid is actually running, and operations within its system GUI appear to be functioning normally.
  • Dekko2 @ Fairphone 5 crashes

    Unsolved fairphone 5 dekko2 mail help crashes
    6
    -1 Votes
    6 Posts
    229 Views
    messayistoM
    @kaelte Sorry, yes, Noble is the name of the latest version. And a second sorry: Sadly I don`t know another mailprogramm for Ubuntu Touch. For some providers (gmail proton) there are webapps.
  • OSM Scout Server @ Fairphone 5 does not start

    Unsolved help fairphone 5 osm
    1
    0 Votes
    1 Posts
    105 Views
    No one has replied
  • Update OS when using Ambot installer

    Solved
    5
    0 Votes
    5 Posts
    320 Views
    R
    @arubislander, I was on devel which I think was what was available for the FP5 when I did the install. In anycase, I got an update last night and I am now on 24.04. So problem solved.
  • Pixelated font on Volla Tablet

    Unsolved
    4
    0 Votes
    4 Posts
    180 Views
    V
    @MrT10001 Yeah, that didn't solve the issue. But like I said: upgrading to OTA-10 did. And to 24.04 too, btw.
  • Unable to use Colemak keyboard layout

    Unsolved
    5
    2
    0 Votes
    5 Posts
    441 Views
    B
    I know this is quite old but I was able to add this feature to Ubuntu Touch. It will need to be reviewed but assuming it does get merged we should see Colemak support in upcoming updates! [image: 1753901691699-screenshot20250730_124827157.png] See: https://gitlab.com/ubports/development/core/lomiri-keyboard/-/merge_requests/234
  • Videos can't be read since today's core apps updates.

    17
    0 Votes
    17 Posts
    983 Views
    K
    @domubpkm When I had this issue in the past, I always could reliable "fix" it with deleting the cache. I don't had to restart several times or something like that.
  • FP4 idle battery use varies a lot depending on 2G, 3G or 4G setting. Why?

    Unsolved
    15
    0 Votes
    15 Posts
    820 Views
    J
    @lduboeuf Thank you Lionel. I was already following the discussion in the UT-FP4 Telegram group on the same topic, but I was not aware of this one in Core Dev. Same contributors
  • Symlinks for downloads and music in home folder,why?

    Solved
    5
    0 Votes
    5 Posts
    189 Views
    arubislanderA
    @RJDan Nevertheless it is probably an unintended consequence of something you might have tried. Because out of the box the Downloads and Music folders are proper folders and not symplinks.
  • ssh connection fails

    Solved
    3
    0 Votes
    3 Posts
    290 Views
    R
    @haagch I found a toggle in the UT tweak tools click to allow ssh access. That seems to have done the trick.
  • Can't install ubuntu touch on xiaomi mi6 by ubports

    Unsolved
    12
    0 Votes
    12 Posts
    509 Views
    B
    @xiaohanys hi pal. Try make installation ubport under Ubuntu. When I install ubtouch on my Poco x3 NFC, I can't finished on win 10, but after using Ubuntu 24.04.2 lts (live whithout installation) operation finish with success
  • Dekko login blocked by Google!?

    9
    0 Votes
    9 Posts
    860 Views
    R
    I did not need to try again. When I opened the app all my google emails had arrived.
  • Keyboard on screen with snaps

    Solved
    7
    0 Votes
    7 Posts
    294 Views
    M
    @arubislander thanks for the info
  • How can I test if I have the latest (kernel) version?

    Unsolved
    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • Clipboard manager for snaps/x11

    Unsolved
    1
    0 Votes
    1 Posts
    77 Views
    No one has replied
  • Snaps tested

    Unsolved
    3
    2 Votes
    3 Posts
    463 Views
    R
    @Vlad-Nirky With the FP, you can plug into an external display to get it set up. Honestly I have not gone through the process yet. I dont know if there is an easy way to adjust the UI for phone.
  • No redirect to guest login for wifi

    Unsolved
    2
    0 Votes
    2 Posts
    118 Views
    IanI
    @RJDan I had this problem and asked if anyone here on the forum had any suggestions. I think the answer I got was to try to open an example domain by typing html://example.com/ in the search bar on the browser. It somehow sorts things out..... but it was some time ago and I may have miss remembered.
  • File encryption apps

    Solved
    4
    0 Votes
    4 Posts
    227 Views
    R
    tedit works great! Thank you!
  • Instructions for snap installation

    Solved
    6
    1 Votes
    6 Posts
    336 Views
    Vlad NirkyV
    @RJDan Has anyone tried a snap for KeePassXC?
  • calender doesn't want to be installed

    Unsolved
    30
    0 Votes
    30 Posts
    1k Views
    lduboeufL
    @keb said in calender doesn't want to be installed: everything starts because synchro between calendar and my nextcloud calendars doesn't work... and it still doesn't lol It is needed to reboot sometimes, or remove the account, reboot, and re-create it....
  • Log spammed with "Power request failed: OPERATION_NOT_ALLOWED" (Volla Quintus)

    Unsolved
    2
    0 Votes
    2 Posts
    120 Views
    H
    Looking further I guess that setRadioPower is the actual function returning the error: https://android.googlesource.com/platform/frameworks/opt/telephony/+/master/src/java/com/android/internal/telephony/PhoneInternalInterface.java#576 /** * Sets the radio power on/off state (off is sometimes * called "airplane mode"). Current state can be gotten via * {@link #getServiceState()}.{@link * android.telephony.ServiceState#getState() getState()}. * <strong>Note: </strong>This request is asynchronous. * getServiceState().getState() will not change immediately after this call. * registerForServiceStateChanged() to find out when the * request is complete. This will set the reason for radio power state as {@link * android.telephony.TelephonyManager#RADIO_POWER_REASON_USER}. This will not guarantee that the * requested radio power state will actually be set. * See {@link #setRadioPowerForReason(boolean, boolean, boolean, boolean, int)} * for details. * * @param power true means "on", false means "off". */ default void setRadioPower(boolean power) { setRadioPower(power, false, false, false); } So this seems to be just a general on/off toggle and should not have power saving implications. Disabling the "Cellular data" seems to only disable the data connection, not the telephony connection, and does not affect this message. Enabling "Flight Mode" does seem to make the message stop. Flight Mode also does seem to work because I can't call the mobile number anymore when flight mode is on. So is this maybe just a bogus error?