Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. s710
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 83
    • Best 25
    • Groups 0

    Topics created by s710

    • s710

      Need help / tester - anyone having Bird eletric scooters in their city?
      General • • s710

      1
      1
      Votes
      1
      Posts
      96
      Views

      No one has replied

    • s710

      Wallet/Passes app for UT
      App Development • • s710

      14
      9
      Votes
      14
      Posts
      661
      Views

      Josele13

      @s710 Lol, it looks very good the pass, you have solved it with good ideas, you have done a great job, thank you very much

    • s710

      App for accessing Bird scooters
      General • • s710

      1
      2
      Votes
      1
      Posts
      253
      Views

      No one has replied

    • s710

      UT version confusion
      General • • s710

      10
      0
      Votes
      10
      Posts
      488
      Views

      s710

      I think some notification text or popup stating that installing the just appeared update must be done in order to switch channels should be sufficient.

    • s710

      High battery drain on Volla Phone
      Volla Phone • • s710

      2
      0
      Votes
      2
      Posts
      351
      Views

      D

      @s710 This may seem like a lot to me, but UT on the volla is quite power consuming indeed even though there seems to be a slight improvement since OTA-18. Maybe you can add a comment at the issue i opened here

    • s710

      Help needed to port qzxing to UT
      App Development • • s710

      5
      1
      Votes
      5
      Posts
      342
      Views

      dobey

      @s710 said in Help needed to port qzxing to UT:

      This approach is what I wanted to avoid, but probably, it would be the most feasible solution right now, and I might go that route. Thanks for the hint!

      Yes. There are some devices which have issues using the VideoFilter method, so I had to do the manual sampling that way instead.

      Looking at the issue you opened, it might be the same problem as I ran into which forced me to using the manual sampling. The issue is actually in the qtubuntu-camera QPA which we provide so that QtCamera API can use the camera hardware via Android HAL.

    • s710

      SOLVED Catching close events in QML or C++
      App Development • • s710

      10
      0
      Votes
      10
      Posts
      560
      Views

      s710

      Got it, after googling even more. Some guy at the QT forum revealed:

      Connections { target: Qt.application onAboutToQuit: { audioPlayer.stop() }

      This works 🙂

    • s710

      Registering url scheme for app
      App Development • • s710

      6
      0
      Votes
      6
      Posts
      295
      Views

      Flohack

      @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.

    • s710

      module "Ubuntu.Web" is not installed
      App Development • • s710

      13
      0
      Votes
      13
      Posts
      730
      Views

      s710

      @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.

    • s710

      SOLVED Audioplayer / internet stream / webradio
      Support • • s710

      25
      0
      Votes
      25
      Posts
      1246
      Views

      D

      Radio seems to be broken for searching and adding new stations and this, i don't know since when.
      https://github.com/patrickjane/ut-radio/issues/12

    • s710

      Questions regarding map & location
      App Development • • s710

      4
      0
      Votes
      4
      Posts
      333
      Views

      s710

      I added:

      { "policy_groups": ["location", "networking"], "policy_version": 16.04 }

      And now the map works as expected. Thanks again.