UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. s710
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 86
    • Groups 0

    Topics

    • s710S

      Whats your solution for WhatsApp?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      19
      3 Votes
      19 Posts
      10k Views
      D
      @s710 I downloaded the Whattsapp Web app from the online OpenStore using Morph to find and download it. I then installed it on my OP6 UBports (20.04) phone. It works after a fashion, it has not been updated for a while (April 23). It is hard to get it to adapt to the phone screen. I would probably work on a "as necessary" basis....but not really suitable for regular daily use - that is just my opinion and I have only tried it on my phone.....but it does actually work.
    • s710S

      How to revert to Android?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Fairphone 4
      4
      0 Votes
      4 Posts
      895 Views
      L
      @s710 said in How to revert to Android?: Okay nevermind. Although the bootloader was already stating "DEVICE STATE - unlocked", and every reboot remindst of the bootloader being unlocked, I had to do fastboot flashing unlock_critical (which would ask again if I wanted to unlock the bootloader), and then the flashing tool for FF4 would run fine. Android was successfully reinstalled. Thanks for sharing! This post saved me quite some work.
    • s710S

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

      Watching Ignoring Scheduled Pinned Locked Moved General
      1
      1 Votes
      1 Posts
      191 Views
      No one has replied
    • s710S

      Wallet/Passes app for UT

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      14
      9 Votes
      14 Posts
      1k Views
      Josele13J
      @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
    • s710S

      App for accessing Bird scooters

      Watching Ignoring Scheduled Pinned Locked Moved General
      1
      2 Votes
      1 Posts
      345 Views
      No one has replied
    • s710S

      UT version confusion

      Watching Ignoring Scheduled Pinned Locked Moved General
      10
      0 Votes
      10 Posts
      866 Views
      s710S
      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.
    • s710S

      High battery drain on Volla Phone

      Watching Ignoring Scheduled Pinned Locked Moved Volla Phone
      2
      0 Votes
      2 Posts
      472 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
    • s710S

      Help needed to port qzxing to UT

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      7
      1 Votes
      7 Posts
      739 Views
      Z
      Just to add to this. While I have not been able to actually process the QVideoFrame yet (meaning I have not been able to covert properly to QImage as all I have is a black image using the QVideoFrame::map or black image with some distortions using the alternate QOpenGLContext method outlined here - while it all says it is valid and not null :crying_face:), I have discovered that in order to use the OpenGL Context one can create QWindow and use its surface like so: https://github.com/qt/qtmultimedia/blob/5.12/src/plugins/avfoundation/mediaplayer/avfvideoframerenderer.mm#L123 Took me a while to figure out how to use it though as it didn't work for me and was crashing the app right on start when the code was part of a plugin (QObject). Unfortunately I was not able to Google it properly (didn't bump into anything that would say that usage is incorect), however with some luck and a lot of trial and error I found out it works when one creates this in the main.cpp file and then simply replies on the QOpenGLContext::currentContext(). And then considering QVideoFrame::map works on UT as part of the Camera QML object I would presume both methods need to work somehow :(. I am just obviously not doing something properly as it is failing for me as described above ^. https://github.com/qt/qtmultimedia/blob/5.12/src/multimedia/video/qvideoframe.cpp#L1094
    • s710S

      Catching close events in QML or C++

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      10
      0 Votes
      10 Posts
      2k Views
      s710S
      Got it, after googling even more. Some guy at the QT forum revealed: Connections { target: Qt.application onAboutToQuit: { audioPlayer.stop() } This works
    • s710S

      Registering url scheme for app

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      6
      0 Votes
      6 Posts
      467 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.
    • s710S

      module "Ubuntu.Web" is not installed

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      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.
    • s710S

      Audioplayer / internet stream / webradio

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      25
      0 Votes
      25 Posts
      5k 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
    • s710S

      Questions regarding map & location

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      4
      0 Votes
      4 Posts
      502 Views
      s710S
      I added: { "policy_groups": ["location", "networking"], "policy_version": 16.04 } And now the map works as expected. Thanks again.