• Developing UBPorts apps with Python and PinePhone (questions

    7
    0 Votes
    7 Posts
    633 Views
    D
    @Bolly said in Developing UBPorts apps with Python and PinePhone (questions: @djkemmet said in Developing UBPorts apps with Python and PinePhone (questions: *We can't use ADB with PinePhone which is what 90% of the documentation references. So what do you do now to send an app to the pine phone to test? I have a suspicion you do this with SSH Somehow based off what I'm reading. See clickable --ssh ip Does any additional set up need to be done on the PinePhone or clickable sign into the device and do everything to make it work?
  • Python app development guide/tutorial

    6
    0 Votes
    6 Posts
    614 Views
    H
    https://github.com/timsueberkrueb/ubports-gettogether/blob/master/timsueberkrueb/pyotherside/presentation.md
  • Ubuntu Touch Programming Course

    documentation ubuntu touch
    113
    18 Votes
    113 Posts
    79k Views
    ?
    Thank you, very helpful
  • nvidia container issue using clickable

    14
    0 Votes
    14 Posts
    2k Views
    AbuabdellahA
    praise be to allah, after a purge for invidia package I got the following: apt -qq list nvidia-340 nvidia-340/eoan 340.107-0ubuntu7 amd64 lspci | grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce 9300M GS] (rev a1) [image: 1591957664641-82e73114-d4de-4501-a83c-4fda4d4feaa6-image.png]
  • Is it possible to use magic-wormhole on Ubuntu Touch

    9
    0 Votes
    9 Posts
    862 Views
    E
    @AppLee alright !
  • CSS and Fonts for Web Apps

    12
    3 Votes
    12 Posts
    851 Views
    bhdouglassB
    @bryanegraham feel free to bug me with any questions, I'm happy to help!
  • 3 Votes
    10 Posts
    1k Views
    J
    @poVoq Yes I wish someone with adequate technical knowledge come forward to maintain cordova in ubports
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    48 Views
  • Any difference between HTML app and QML with webview

    10
    0 Votes
    10 Posts
    1k Views
    AppLeeA
    @jittopjose Ok, then I guess you'll have to build Felgo's libraries for arm and integrate them using clickable to get a click. If Felgo is pure QML then you'll have only to put it within your project so clickable can include it to the click package.
  • Unable to access local icon images for HTML app with Ionic

    3
    0 Votes
    3 Posts
    519 Views
    J
    @dobey It does not seems to be working. I tried following 2 options One: Exec=webapp-container --allow-file-access-from-files --app-id="testionic.jitto" $@ www/index.html Two: Exec=webapp-container --local-content-can-access-remote-urls --app-id="testionic.jitto" $@ www/index.html Both are not working. Same error ... :anxious_face_with_sweat:
  • Mycroft App

    Moved
    7
    0 Votes
    7 Posts
    857 Views
    P
    Voice assistant is I think an essential part of a mobile OS these days, although given the time and resources required I can understand why it might take a back seat .. imo it shouldn't anymore really, its the only thing I keep wishing UT had
  • Getting my development environment running

    20
    1 Votes
    20 Posts
    1k Views
    E
    @rival Have you checked if your user can run docker? That is, docker ps works? I think I hit a similar issue that was resolved when I added my user to the docker group
  • Download a file using webapp-container

    sorry
    8
    0 Votes
    8 Posts
    658 Views
    dobeyD
    @arubislander said in Download a file using webapp-container: But why, though? Wouldn't it have been perfectly OK for Morph to also download in it's own private folder? The files could have been exported from there to another location on the filesystem via Content Hub (as they already can be currently) I don't know the specifics of why things work this way in regards to webapp-container/morph. IMO, the current behavior is wrong. But if one wants to change it, they should open an issue about the behavior on github. This isn't the place to resolve that.
  • Setting headers in QML app

    5
    0 Votes
    5 Posts
    553 Views
    G
    @lduboeuf you are correct...there is some basic C++ docs on how to do this so if it's not possible in QML i might have to do that as a workaround.
  • messaging-app introduction video

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • webapp-container

    7
    1
    0 Votes
    7 Posts
    773 Views
    dobeyD
    @boky Congrats. You've found an issue. The documentation really shouldn't be telling you to just run --help to get documentation. The valid arguments should be documented there instead. Also, webapp-container should probably do argument parsing before trying to connect to the display. Though, this may be an issue with how Qt works in this case, and more difficult to fix. You can report issues at https://github.com/ubports/morph-browser for these.
  • Can I dream? Hub app on UT

    2
    0 Votes
    2 Posts
    307 Views
    M
    Me, too. I have hoped that the scopes could develop into something similar, but those are gone too.
  • Port amazfish?

    app development request port smartwatch
    3
    1 Votes
    3 Posts
    826 Views
    Q
    @Lakotaubp Unfortunately, I don't know anything about app development specifically and how to recreate a UI. I can build Halium and troubleshoot it, but apps are higher level than I am comfortable with. I could probably code a sub-par gui with Rexx if ubports ever supported it
  • Ho to display music info on multimédia player?

    Solved
    10
    0 Votes
    10 Posts
    992 Views
    manlandM
    And finally it work! I have added information on the track with help of taglib. I have search in media-hub but not found any reference to QMultimediaPlayer or something to give information of the current track (like dbus or other system). But I have find lot of metadata files parsing. After using taglib to add some informations on my track i'm able to display them in the HUD! Thank you for your help @wdehoog
  • webapp container

    1
    0 Votes
    1 Posts
    203 Views
    No one has replied