• Why some xenial webapps don't work

    Moved
    13
    0 Votes
    13 Posts
    1k Views
    D

    @krille I understand from openstore that you've already published several apps and it's clear that you've far more experience than me. Realistically, I don't feel qualified to help as I'm just a beginner.
    My understanding is that webapp-creator invokes morph browser automatically. The template doesn't provide an option for choosing the browser.

  • Updating apps to 16.04

    25
    8 Votes
    25 Posts
    10k Views
    costalesC

    @danchapman Thanks for the tip. I removed the .py files and I was using this one import in last version:

    import io.thp.pyotherside 1.4

    Everything was working, but in the last update of Ubuntu Touch (2018-W40), the python side is not working.

    alt text

    In the last UT version I have the package libpython3.5:armhf, then I think the error is coming because the libpython3.4 doesn't exist. But... I'm just importing "io.thp.pyotherside 1.4", the crash (IMO) is coming from the pyotherside from the system (?).

    I tried import io.thp.pyotherside 1.5, but same result.

    Any help please? Thanks in advance!

  • HowTo: contributing to app development with crossbuilder

    51
    0 Votes
    51 Posts
    12k Views
    M

    Small update.
    After the PRs by @UniSuperBox and @jonius I was finally able to compile the keyboard package onto my phone. In order to accomplish the task I had to slightly modify the command I used before, i.e. crossbuilder with crossbuilder --password=myPro5password because a bunch of commands sent to the phone requires sudo. In this way I was able to get to the end of the crossbuilding process, I believe without errors. At first I changed just a small thing in the code to see the effect on the phone, but then I tried without changing a thing and after a reboot in both cases I got the keyboard not showing up anymore; so I couldn't access the phone because I couldn't insert the unblocking passcode. A fresh UT install did the trick. Any idea why the crossbuilding process seems not working as expected? I don't have the output log this time but, if needed, I can try again to compile and collect a new one.

  • QtLocation's GeocodeModel

    4
    0 Votes
    4 Posts
    370 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 !!

    3
    5 Votes
    3 Posts
    892 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
    561 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
    757 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
    417 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
    1k 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
    1k 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

    16
    0 Votes
    16 Posts
    3k 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
    554 Views
    No one has replied
  • Call for ideas: Document scanner App

    11
    5 Votes
    11 Posts
    1k 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
    0 Votes
    20 Posts
    2k Views
    advocatuxA

    @josué no problem & you're welcome 🙂

  • OptionSelector problem

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

    2
    0 Votes
    2 Posts
    425 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
    885 Views
    ?

    🙂 Excellent work @flohack!

  • libertine

    2
    0 Votes
    2 Posts
    586 Views
    No one has replied