• module "Ubuntu.Web" is not installed

    13
    0 Votes
    13 Posts
    1k Views
    s710S
    @cibersheep Yeah well it is handled by the webview, after setting high dpi mode. This is also in line with the QT documentation so I guess everything is working correctly here.
  • CovPass app for UT?

    4
    0 Votes
    4 Posts
    840 Views
    K
    @bmarbol Here's what you're searching for.
  • Registering url scheme for app

    6
    0 Votes
    6 Posts
    452 Views
    flohackF
    @s710 Well our documentation is hosted here: https://github.com/ubports/docs.ubports.com - you can either clone the repo to your local disk, or make online changes. Then, after submitting the changes, open a pull request and we will review and merge it if ok.
  • Questions regarding map & location

    4
    0 Votes
    4 Posts
    485 Views
    s710S
    I added: { "policy_groups": ["location", "networking"], "policy_version": 16.04 } And now the map works as expected. Thanks again.
  • Couple Newbie question

    8
    0 Votes
    8 Posts
    770 Views
    K
    My apparmor.json file needed "webview" listed under the policy_groups which according to the documentation and this solved my issue. Thanks for pointing me in the right direction.
  • GPS tracking in Background - Edge Hack (Not Devel, Stable, RC)

    38
    8 Votes
    38 Posts
    7k Views
    M
    Guys, I tested the last version from the OpenStore. Once I launch the script it indicates is searching for satellites but does not get the position so generates an empty gpx. If I run test_gps, it gives a "segmentation fault" message. However, GPS works (very) fine in other applications (GPS tracker or uNav). I' m on Volla RC. Any idea why the script is not working? I assume something related to halium or so but not really sure.
  • How to run CPP or C?

    Unsolved
    2
    0 Votes
    2 Posts
    434 Views
    AppLeeA
    @trwidick The recommended way is to build a click. It's easy with clickable. If you need only CLI, then I guess you can cross-build the program on your desktop, transfer it to your UT device and run it within the terminal. G++ or GCC are not "missing" they are not required (it's the same for android) for a normal usage. The system partition are limited so everything that is not required is removed from the rootf. Same goes for pip, installing all the required libraries and managing the directories is an unnecessary burden. It's very simple and easy to use click packages so deployment on the device is consistent and simple. You don't ask why RPM are not supported on Ubuntu... That's the same for a mobile operating system choices were made and we stick to it until we change... :winking_face:
  • Godot project

    Solved
    6
    0 Votes
    6 Posts
    750 Views
    pavelprostoP
    Finish! If you want to create a Godot project, you need to use version 3.2.1 https://downloads.tuxfamily.org/godotengine/3.2.1/ We create a project folder and copy the missing files to it. Directory click, build-ubports.sh, clickable.json from ubports-circle-jump In all files, you must replace the project name with your own. Open Godot project. Project->Export->Linux/X11->Export PCK/ZIP Save your *.pck file in project(Clickable) path. Open terminal in project path and run: clickable You may have an error: 404 file not found. In build-ubports.sh go to 7 line and change URL_LATEST Copy actual ubports-godot link for armhf architecture. # The latest build can always be obtained from this URL URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download For better work, do not forget to change the settings of your project, as in the example of ubports-circle-jump
  • Annotating PDFs in Document Viewer?

    app
    3
    0 Votes
    3 Posts
    496 Views
    KenedaK
    @thomasohm Just a hint, UBports is not th OS, witch is Ubuntu Touch, but the fundation that maintain uTouch.
  • APN App Concept

    6
    1 Votes
    6 Posts
    566 Views
    TotalRandoT
    @trwidick I use Walmart Family Mobile in the US
  • KDE Connect for Ubuntu Touch

    11
    1
    7 Votes
    11 Posts
    5k Views
    FuseteamF
    @kugiigi funny enough when i joked about ut jumping to 5.15 in the kde connect group, nicofee's response was "5.15 is not even out yet"
  • new app: hutspot, a spotify controller

    4
    1 Votes
    4 Posts
    606 Views
    M
    @wdehoog that's a shame... I did try once more, though, and it worked! Thanks for the great app!! That is one less motivation for anbox...
  • Manually refresh webapp?

    5
    0 Votes
    5 Posts
    399 Views
    poVoqP
    So I made an feature request here: https://gitlab.com/clickable/clickable/-/issues/271 But looking at the structure of the app, it seems to me like the long press modal that is available comes strait from the Morph browser. Maybe there could be some additional long press modal options available when Morph is used as an embedded browser to offset the lack of a address-bar?
  • An app for smartwatches that expect Android?

    smartwatch app development
    29
    0 Votes
    29 Posts
    5k Views
    MoemM
    @malditobastardo said in An app for smartwatches that expect Android?: Maybe Brian Douglass can give us more insight about this. I've asked him, and he said he was hardly involved, the app was mostly made by Michael Zanetti. So I asked him, and he did not reply. So I decided to ask the community for help.
  • Building the camera app for volla phone

    6
    0 Votes
    6 Posts
    549 Views
    U
    @totalsonic said in Building the camera app for volla phone: @ubports-user - you can install the Logviewer app from the Open Store to view more log info. OK, but I do not see anything related to the camera there. However, I had a look into the system settings app and within the section "Application Authorisation" I see an section for camera, but 0 apps are configured to have camera access in that section. When I look into UT Tweak Tool, the camera app is described to have access to the camera. I start to believe app.armor is maybe the right place to start searching for the problem, will dig into that
  • Component.onDestruction not called when closing app (QML with C++ plugin)

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    A
    @mardy I did not success to make it work, I have error: qrc:/Main.qml:85: TypeError: Property 'sync' of object QQmlSettings_QML_16(0x13ee5d0) is not a function I may miss something! I have id of Settings named appSettings, then I call appSettings.sync().
  • Podbird reignited

    100
    4 Votes
    100 Posts
    31k Views
    CiberSheepC
    @danqo6 Oh, I see... then it might be a useragent thing https://stackoverflow.com/questions/28090737/not-acceptable-an-appropriate-representation-of-the-requested-resource-could-no If that's it, qml http request will ignore the user agent. It could be done with a SingleDownload element... mmmm
  • OpenStore question

    5
    0 Votes
    5 Posts
    521 Views
    U
    @cibersheep Thank you for your thorough answer, I like the idea of the openstore but I remember hearing concerns for snap packages because of their centralized nature. My understanding is because you have to be approved simliar to ios or android. I'd assume because OpenStore's opensourced problems like these are alot less likely.
  • FreeJ2me emulator for Feature Phone apps?

    1
    0 Votes
    1 Posts
    228 Views
    No one has replied
  • Who wants to take over the Camera Scanner?

    4
    6 Votes
    4 Posts
    724 Views
    3
    Like @Keneda I'd not be very useful to get this app to do what it's supposed to do due to total lack of programming skills. Just wanted to thank you for your efforts and hoping someone will make this a must have application. Afaik it's the only app in the Open Store for this scanning purpose I'm desperately looking for. I was thrilled to see the native camera app working since OTA-16 stable and I couldn't wait to use your app, unfortunately it's not working as it should on my Oneplus 3T. All the best for your tooling endeavours!