Subcategories

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

    4 Topics
    12 Posts
    K
    @Alain This featute isn't in UT/Lomiri yet. Simplest way is to make something like a home screen app and there are some that exists already like Launcher Modular. Not sure they have app groups though. You can contribute to them if you don't want to make your own. However, they obviously act like a normal app. Best you can do is pin it to the Launcher for easy access. Or you can contribute to Lomiri and implement it in the App drawer which definitely needs some love There's even a bounty for it so there's money to get
  • Discuss and solve problems with other users

    94 Topics
    674 Posts
    pparentP
    https://forums.ubports.com/topic/11532/signal-ut-signal-desktop-for-ubuntu-touch
  • 153 Topics
    1k Posts
    K
    Hi Zaito, so sorry for delay, I have only just logged on in ages. I tested it on GS5 only - installed UT 24.04 because it was the only way to make phonecalls when 3g packed up. Nothing I did enabled Waydroid to persist. Meaning that if waydroid was closed for any reason, you couldn't reboot it without a completely fresh installation. This rectified in June with a new UT update. Everything works well in both UT and Waydroid with one exception; there is no clipboard on waydroid. Which means you cannot copy or paste anything in any circumstances. If I need waydroid copy facilities I have to use another phone running UT20.04. Hope all is well.
  • Update OS when using Ambot installer

    Solved
    5
    0 Votes
    5 Posts
    499 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
    290 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
    549 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
    1k 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
    1 Votes
    15 Posts
    1k 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
    274 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
    395 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
    831 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
    925 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
    437 Views
    M
    @arubislander thanks for the info
  • How can I test if I have the latest (kernel) version?

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

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

    3
    3 Votes
    3 Posts
    578 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
    148 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
    320 Views
    R
    tedit works great! Thank you!
  • Instructions for snap installation

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

    Unsolved
    30
    0 Votes
    30 Posts
    2k 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
    189 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?
  • Accessing SMB shares, issues

    Solved
    8
    4
    0 Votes
    8 Posts
    762 Views
    H
    @uwahl This was the place. By writing a new file named places.conf in /home/phablet/.config/filemanager.ubports/, I was able to get the File Manager app to access the server. Thanks all. Technically solved issue. And yet, performance is incredibly poor. Very slow to load, and read-only.
  • Camera App suddenly not working "Capture failed"

    Unsolved
    18
    0 Votes
    18 Posts
    2k Views
    P
    On two Pixel 3a devices I have access to, I'm unable to reproduce the issue without Waydroid (Waydroid is installed but disabled using sudo systemctl disable waydroid-container.service). However, once Waydroid is started, the problem occurs after recording the first video. I don't have definitive proof that Waydroid is the cause in every case, but the correlation is strong enough that I attribute most of the video recording issues I've experienced to Waydroid running in the background.