• new app: hutspot, a spotify controller

    4
    1 Votes
    4 Posts
    548 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
    335 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?

    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
    488 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
    29k 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
    470 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
    207 Views
    No one has replied
  • Who wants to take over the Camera Scanner?

    4
    6 Votes
    4 Posts
    667 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!

  • Port jami-qt p2p/sip video chat?

    3
    1 Votes
    3 Posts
    377 Views
    poVoqP

    @phoenixlandpirat Apparently the new jami-qt client has a experimental feature called swarm chats (see the later part of the presentation) that uses some sort of git based system to merge chats between multiple clients and which should also allow syncing messages as soon as you come online (especially if you have a second desktop client with the same Jami account running somewhere that syncs as well). Not 100% sure if that will solve all those issues, but it seems like a big step towards making Jami quite a bit more usable under such circumstances.

    Edit: This question is specifically addressed in the Q&A part: https://framatube.org/videos/watch/bb2bc866-4124-4ed4-9f87-15918470ebf2?start=42m38s (well sort off...)

    Edit2: https://git.jami.net/savoirfairelinux/ring-project/-/wikis/technical/2.3. Swarm

  • Quickddit - call for testing

    26
    5 Votes
    26 Posts
    4k Views
    D

    @randomuser Thanks for the feedback.
    New release is in the store.
    I am not sure what happend to emojis, some formatting was improved. There are some NSFW posts in /r/All, but probably Reddit is censoring some of them (I have nothing to do with that). I added ability do hide NSFW posts.
    With updated youtube-dl videos should work again

  • Language recommendation

    6
    0 Votes
    6 Posts
    463 Views
    U

    @vlladdrakk thats what i was thinking of doing, is finding an app and study its language code and mess around with it. Thanks for the input guys. Yeah i dont know any language ive studied a little bit of bash python and javascript but i want to focus on one to actually build something. Ill look at other peoples code, monkey see monkey do 😋

  • Help creating an UBSync arm64 version

    39
    1 Votes
    39 Posts
    6k Views
    TotalSonicT

    @ernest - thank you both so much for your work on this! It is working great. Very grateful that I can now use UBsync on my Volla Phone. 🙂

    Best regards,
    Steve Berson

  • Porting "Heebo" to Ubuntutouch

    14
    2 Votes
    14 Posts
    1k Views
    mateo_saltaM

    probally the sailfish specific ui elements

  • Installing Ubuntu.Components on desktop?

    4
    0 Votes
    4 Posts
    387 Views
    K

    @aarontheissueguy Yes that is true but since UT was dropped by Canonical, the toolkit has only been maintained just to make sure it's working so nothing substantial. And there's also no plan as far as I know, to pushing it forward. QQC2 is more future-proof at the moment. But of course, feel free to still use Ubuntu components. They're still fine as it is now 🙂

  • Porting QTWebflix(Netflix app) to Ubuntu touch?

    10
    1 Votes
    10 Posts
    2k Views
    pavelprostoP

    @comlarsic A very cool idea!
    Kodi plugins work in Python, you can take authorization algorithms and program work from them
    https://github.com/CastagnaIT/plugin.video.netflix
    You can use the Morph browser component to play the video.
    You can see how this is implemented by me
    https://github.com/pavelprosto94/uvideo
    The video player code itself is here https://github.com/pavelprosto94/uvideo/blob/main/src/index.html

  • DeltaChat and Threema

    2
    0 Votes
    2 Posts
    543 Views
    poVoqP

    @playforvoices I think not. I did not research Deltachat, but we had a thread on Threema before and someone reported having run OpenMittsu on Libertine, but it isn't very practical.

    But OpenMittsu has a desktop Qt based (bad) UI and I am sure the main developer would highly apprechiate someone contributing a more modern QtQuick based UI also compatible with UT.

    Otherwise... the Threema web client is open source and should be fairly easy to get running as a Webapp on UT. However similar to WhatsApp web it needs a running Android or iOS client to relay the messages.

  • Text to speech systems (TTS)

    8
    0 Votes
    8 Posts
    528 Views
    S

    @poVoq Thanks for the reference.

    I built the TTS larynx from the rhasspy project on my Cosmo Communicator. Speech output for US English and German is good and fast enough for me.

  • USSD

    13
    0 Votes
    13 Posts
    702 Views
    M

    I tried to use the onofo python scripts directly. For a one-step USSD request from the shell everything looks good, the data is output to the console:

    ~$ /usr/share/ofono/scripts/initiate-ussd /ril_1 "*100#" State: idle USSD: Current: 235.79, Limit: 300

    But if a dialog is required, the answer appears on the screen, asks you to enter the number of USSD menu item, and press the button. If I click the button, the window closes and the script crashes with the following errors:

    ~$ /usr/share/ofono/scripts/initiate-ussd /ril_1 "*222#" State: idle Traceback (most recent call last): File "/usr/share/ofono/scripts/initiate-ussd", line 35, in <module> result = ussd.Initiate(ussdstring, timeout=100) File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__ **keywords) File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.ofono.Error.Failed: Operation failed

    So there is USSD processing in the system. Only for some reason it does not work. For example, there is no possibility to "call" a number beginning with an asterisk "*".

    Is there any way to get this program code to work completely?

  • Kaios

    7
    0 Votes
    7 Posts
    778 Views
    M

    @dobey oops, there I go not reading again...