• Script for updating apps [help needed]

    Pinned scripts clickable unfinished
    8
    0 Votes
    8 Posts
    594 Views
    CiberSheepC
    @gpatel-fr nice! Thanks. It look that it works very well! https://gitlab.com/cibersheep/update-apps/-/commit/5641633a44c8bd445514381a633433f9b21f8e3c
  • App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

    Pinned until 9/12/28, 8:51 PM
    7
    10 Votes
    7 Posts
    3k Views
    B
    But when building an app with clickable, parts of the output are: ... App config value qt_version: 5.12 ... QT_VERSION="5.12" ... I don't get this.
  • Update Ubuntu Touch apps to 20.04 Focal Fossa

    Pinned
    11
    4 Votes
    11 Posts
    6k Views
    CiberSheepC
    Fixed an issue where the regex would make Ubuntu.Web 0.2 -> Lomiri.Web 0.2 now should be fixed as it has to be Morph.Web 0.1 (most recent version for now) Update some checks and feedback to user added I need help with the sh because it's incomplete... MR's welcome https://gitlab.com/cibersheep/update-apps
  • 20.04 Focal

    Pinned
    9
    2 Votes
    9 Posts
    4k Views
    D
    @lakotaubp said in 20.04 Focal: @doniks Done :folded_hands:
  • Developer Documentation

    Pinned
    12
    8 Votes
    12 Posts
    9k Views
    mimecarM
    Good afternoon. Sorry for taking so long to fix it. The last few weeks I have been quite busy and I have not been able to dedicate time to projects. There was a problem with the DNS and it's fixed now. The link to the course should work fine.
  • Signal UT: Signal-Desktop for Ubuntu Touch

    155
    1
    4 Votes
    155 Posts
    15k Views
    MoemM
    @Adelaar said: put off sound-notifications for some groups and not for others. I couldn't find how to do that. Is this already somehow possible? Yes: go into the group you want to silence, open the menu from the three dots at the right hand top, and choose the 'mute' setting that you want.
  • Guidance for a water-meter application

    3
    0 Votes
    3 Posts
    161 Views
    arubislanderA
    @oliv90454 seems you want to use your phone as a specialised appliance. This is possible with UT, it is Linux after all. But there are a few hurdles you would need to jump over. These are not short-conings of the OS, but design decisions based on target audience and function. Read-only root file system with atomic updates. You've already encountered this one. The reason for its existence is robustness and stability. Circumventing this by making the filesystem read/write is not a suitable solution because most devices don't have a lot of space to spare on the root filesystem anyhow. One way forward for you would be to install Crackle, which gives you access to thousands of packages in the nix repository, install pip3-env and from there proceed as you would on any other Linux environment. Writing an app is also a possibility, though it might be overkill for what you are trying to achieve. Whichever path you choose, you would then run into the second hurdle. Application lifetime cycle. As UT is primarily a mobile OS, so minimizing battery usage is very important. To help achieve this, by default, devices are in staged mode. In this mode only one user space app is active at a time. When an app ends up in the background, either because another app was activated, or the screen turned off, the app is suspended and it no longer executes any instructions. To work around this you could exempt the terminal app, or your own app, if you choose to write one, from suspension using the UTTT (Ubuntu Touch Tweak Tool) The last hurdle I can think of is more a physical limitation of the device. Unless you don't mind your battery degrading, because the device would be constantly plugged in to the charger, you would have to device a routine for charging and discharging the device. So all in all what you want is totally doable on UT. But if you think it is too much trouble there's always a more traditional distro, like Droidian, available for your device.
  • Lomiri App Development: 2 books by OS-SCI

    lomiri app development
    3
    3 Votes
    3 Posts
    143 Views
    libremaxL
    @gpatel-fr I can't see the difficulty. Instructions for clickable installation are the same for 8.7 version: https://clickable-ut.dev/en/latest/install.html (just use pipx command instead of pip3, as proposed also in the book)
  • Whatsnew: Whatsapp Web with Electron.

    59
    0 Votes
    59 Posts
    4k Views
    mihaelM
    @pparent I can't believe it was so easy and I'm sorry to have bothered you and that I didn't figure it out by myself... Thank you!
  • 20.04 Focal: uNav freezes with GPS enabled

    29
    1 Votes
    29 Posts
    8k Views
    S
    Just as @applee, I suspect that this thread possibly discusses several different bugs. Notably, I believe the problem described in reply #3, and maybe by @kristatos are the same as the one I described in this other topic. The issue in that other topic is related to how UBports interfaces with the android gps drivers and it affects all apps using gps on all ported android phones released since around 2020, but possibly with app-dependent symptoms : freezing, crashing, or just going on with a frozen location. The good news is that the other topic's bug has a working fix which should hopefully land in an upcoming OTA.
  • Resurrection of Indicator Upower

    upower power indicator
    62
    3 Votes
    62 Posts
    14k Views
    paulcarrotyP
    The Indicator Upower now supports battery charging limit on MTK and other devices - don't forget to reinstall indicator if this feature didn't work in older releases.
  • Merezhyvo browser

    117
    3 Votes
    117 Posts
    9k Views
    D
    @mango currently you can use https://open-store.io/app/activescreen.mateo-salta to keep the screen awake. Works very well.
  • How to add a new kind of account into Accounts?

    2
    0 Votes
    2 Posts
    350 Views
    lduboeufL
    @CiberSheep said: I can't remember, but it is still possible to define new kinds of accounts to be included in the Accounts in the system (adding to nextCloud, etc)? It should yes, i think UBsync do that, but seems confined: https://open-store.io/app/ubsync
  • A Qml6 webapp: Touch piano

    11
    2
    1 Votes
    11 Posts
    886 Views
    pparentP
    @bhdouglass Ok thank's a lot it worked! https://open-store.io/app/touchpiano.pparent I promise I will use Qt6/Qml6 very sparingly, until the library is available inside the OS. In the mean time this app can serve as a demonstration Qml6 app. Ps: But what might be usefull is to start building a a Qt6 version of Whatsweb, that is currently broken.
  • Wish list : which apps do you need?

    suggestion app apps
    238
    5 Votes
    238 Posts
    211k Views
    DJacD
    Hello, personnaly, I m found of the fossify apk (on android - https://f-droid.org/en/packages/org.fossify.calendar/ ). Calendar, note, contacts... they are great quality and cover a large needs. most of all, it will help androids (lineage) users to switch to UT... I don't know if the code is realy open and how difficult it is to port them (i have no any competences in app building). but it could be agreat advantage for UT ?
  • signal bridge on cinny

    25
    0 Votes
    25 Posts
    1k Views
    danfroD
    @richdb Isn't beeper technically working like a bridge (collection of bridges)? There are also other signal bridges out there, or one can self host one.
  • Lagrange: Browser for Gemini, Gopher, and other protocols

    1
    4 Votes
    1 Posts
    353 Views
    No one has replied
  • Trying to revive 'ubtd' (Bluetooth file transfer)

    Unsolved
    68
    0 Votes
    68 Posts
    7k Views
    P
    Status update: 'ratatoskr' source code has just been reviewed by @bhdouglass (OpenStore team), and two issues have been identified that should be resolved before allowing publication of the .click packages: https://github.com/petroniusniger/ratatoskr/issues/12 (new one) https://github.com/petroniusniger/ratatoskr/issues/6 (known issue) I'll work on resolving those 2 issues and release a v0.1.1 of the code before re-submitting it for publication.
  • Organic Maps on Ubuntu Touch

    14
    1 Votes
    14 Posts
    2k Views
    pparentP
    @projectmoon I installed the package qtubuntu-qt6 provided by Ubports into my bundle, the same that is used in Morph Qt6 version.
  • Great news: Calls availiable in whatsapp web!

    12
    1 Votes
    12 Posts
    2k Views
    pparentP
    Calls are available in this new app: https://open-store.io/app/whatslectron.pparent