• QtLocation's GeocodeModel

    4
    0 Votes
    4 Posts
    460 Views
    ?
    I fixed it by setting up a custom geocoding host GeocodeModel { id: geocodeModel plugin: Plugin { name: "osm" PluginParameter { name: "osm.geocoding.host"; value: "https://nominatim.openstreetmap.org/" } } }
  • Clickable 5.0.0 released !!

    development clickable documentation
    3
    5 Votes
    3 Posts
    1k Views
    F
    Hi, for the people using "atom-clickable plugin" with clickable 5.0.0 the command "Clickable: Build and run [desktop]" from Atom doesn't work because it uses the old '- - desktop' option replaced by 'desktop'. To fix quickly this: open with an editor the file (enable 'show hidden files' to see 'atom' folder): <your-home-folder>/.atom/packages/atom-build-clickable/lib/clickable.json and remove the '- -' at line 114 after that should like this: args: [ 'desktop' ], Restart Atom to update the plugin. I have just made a Pull request at the author of "atom-clickable plugin" to include that fix, and to include the new '- - vivid' option (added with clickable 5.0.0) Tnx
  • Developing UT apps on Windows 10

    Moved
    4
    0 Votes
    4 Posts
    664 Views
    M
    @advocatux ubuntu on a thumb drive , company security would get in the way i expect
  • QML : need help so solve a warning

    4
    0 Votes
    4 Posts
    1k Views
    EllypsisE
    @mymike Thanks! I will keep that in mind for future application
  • Getting crash when adding a WebView to my Page

    5
    0 Votes
    5 Posts
    984 Views
    F
    Hi @mungorae to run the application (not deploy it) on desktop try a: clickable - -xenial - -desktop (or: clickable - -desktop ) should works (See Getting started section: http://clickable.bhdouglass.com/en/latest/getting-started.html) Looking at your last posted output, your app is package successfully as .click package and deployed on your connected phone; so that should run also on desktop. (Note: you can RUN the app on the desktop without any device connected; but you can't deploy it on desktop; ".click" package is not supported is only for mobile device).
  • Proxy settings in the browser (next)

    2
    0 Votes
    2 Posts
    491 Views
    mymikeM
    there's an issue for system-wide proxies https://github.com/ubports/ubuntu-touch/issues/345
  • clickable and Python/QML App ImportError: No module named 'encodings'

    10
    0 Votes
    10 Posts
    2k Views
    ropod7R
    @hummlbach It is just one time process moving libs into the python-lib/ After that project is compatible for xenial. I don't know how abot previous 15.04, but in xenial case it works.
  • Building Address Book app

    13
    0 Votes
    13 Posts
    2k Views
    advocatuxA
    @3arn0wl btw if you don't have it already, it's good to have 2FA https://docs.nextcloud.com/server/14/user_manual/user_2fa.html
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    89 Views
    No one has replied
  • VoIP app with PJSIP

    voip
    16
    2
    0 Votes
    16 Posts
    4k Views
    W
    quick update to this thread (sept 2018). Linphone app is getting really, really good and is already working for SIP I've tested with my business SIP phone and it's now 'working' . There is a telegram group and also a kind of active community around this app if anyone is interested you can PM me or if @CiberSheep wants to open the group up in this thread he can....
  • How to use the RuntimeApi in HTML5 Apps?

    2
    1 Votes
    2 Posts
    668 Views
    No one has replied
  • Call for ideas: Document scanner App

    11
    5 Votes
    11 Posts
    2k Views
    ?
    I discussed with Jonatan a few weeks ago, and he told me he started to work on porting an app that existed from android to ubports : https://github.com/jonnius/camera-scanner He said that there wasn't a GUI yet, I proposed to try to work for one, but unfortunately, I couldn't spend as much time as I would have wanted to.
  • Problem with permisions debugging newapp

    20
    3
    0 Votes
    20 Posts
    2k Views
    advocatuxA
    @josué no problem & you're welcome
  • OptionSelector problem

    1
    0 Votes
    1 Posts
    380 Views
    No one has replied
  • Webapp-Creator

    2
    0 Votes
    2 Posts
    461 Views
    advocatuxA
    @shapley have you tried to refresh the dash? (hold your finger on the dash, swipe down, and then release?)
  • Build docviewer with libreoffice support for xenial

    5
    1 Votes
    5 Posts
    1k Views
    ?
    Excellent work @flohack!
  • libertine

    2
    0 Votes
    2 Posts
    654 Views
    No one has replied
  • Importing an image from another app

    content import content-hub
    1
    0 Votes
    1 Posts
    495 Views
    No one has replied
  • Mobile Connection on/off from command

    3
    0 Votes
    3 Posts
    535 Views
    W
    will try , Thanks
  • Get qDslrDashboard running on ubports

    3
    0 Votes
    3 Posts
    835 Views
    LuksusL
    Ah, that manpage ist very helpfull. I want to execute a script in the scope of the container. And I'm not shure, if its needed to populate any working-paths to the container, but when it is needed, I want to know how. qDslrDashboard is not meant to control the internal phone camera. It is for controlling an external DSLR connected over wifi or usb. So integration into camera-app doesn't make sense. For now, I just want to figure out, what would be needed, to get it running on the phone. Then perhaps I could contact the developer to ask for a possibilities to create an uvports app...