• carddav sync nextcloud/owncloud

    2
    0 Votes
    2 Posts
    1k Views
    twinkybotT
    Hi there, it will be available in OTA-3 (https://forums.ubports.com/topic/770/calddav-with-nextcloud/2) Otherwise you can use this script: https://gist.github.com/boTux/069b53d8e06bdb9b9c97
  • RPV in Hammerhead

    3
    1 Votes
    3 Posts
    894 Views
    R
    RPV is a VPN-like feature. It's in "Settings"
  • Ogra webapp - javascript alerts not working

    2
    0 Votes
    2 Posts
    686 Views
    lduboeufL
    @lduboeuf ok, finally found a workaround. Build it from scratch. Seems that by allowing all i.e webapp-container --webappUrlPatterns=* ... it's fine. source code here: https://github.com/lduboeuf/ut-ttb-wrapper
  • 2 Votes
    12 Posts
    3k Views
    mimecarM
    Perfect. I have to update the SDK installation chapter to add the use of the virtual machine and the modifications in the latest version of Ubuntu. If you have any questions with the use of the virtual machine ask me.
  • DroidDrive emulation/porting possible?

    4
    1 Votes
    4 Posts
    1k Views
    T
    @darthearon Not a problem, I'd create one myself (Love DriveDroid, very useful application), but I need to learn QML first and I don't have the time to do so right now.
  • cmake issues trying to open messaging-app

    13
    0 Votes
    13 Posts
    3k Views
    bhdouglassB
    @vadrian89 can you try doing an apt-get update && apt-get upgrade within the container? If that doesn't change anything then you must be still missing a library needed for compiling.
  • Returning a QImage object to scope?

    1
    0 Votes
    1 Posts
    493 Views
    No one has replied
  • Porting Android apps to run on UT

    4
    1 Votes
    4 Posts
    2k Views
    libremaxL
    @linuxhelmet If you want or need an OS which can execute android apps then android, android-like or sailfishos are the right ways to go. For now and for the visible future, UBports UT is (very) usefull for people who don't care about android apps.
  • HowTo - Mopidy music server to Ubuntu phone

    mopidy howto music spotify
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Audio Player:The QMediaPlayer object does not have a valid service

    17
    0 Votes
    17 Posts
    7k Views
    S
    @wdehoog i'd love to develop stuff for ubports, but my skills not good enough. Also i have not so much free time at the moment to lern something Thanks for the link, i will take a look on the code.
  • Deploying aditional files with the application

    2
    0 Votes
    2 Posts
    740 Views
    V
    I have solved this, in case anyone hits the same brick wall: In the .pro file, the one selected in my screenshot, I needed to specify that it should install those aditional files. In my case I mentioned that it should install the DISTFILES, like the following: [image: 1510479063063-captur%C4%83-de-ecran-din-2017-11-12-11-27-02-resized.png] DISTFILES += weathericons-regular-webfont.ttf Ubuntu-C.ttf fontawesome.ttf #set the path where to install distfiles aswell as adding which files to be added dist_files.path = /Cumulus dist_files.files += $${DISTFILES} #you can see that at the the end I've mentioned that dist_files should be installed aswell INSTALLS+=config_files qml_files desktop_file dist_files Might seem dumb of me for not knowing, that the files should be manually set to install, but I haven't used it before since for Android Qt Creator does that for me because it has a special directory where I need to add the aditional files. And on desktop I manually copied the files in the build directories without thinking I can tell qmake which files should also be deployed. So in case any other has this issue might help them out.
  • Mockups meeting point

    9
    6
    0 Votes
    9 Posts
    3k Views
    M
    In the official documentation there are really beautiful mockups, it would be nice to recover some of these WIP stuff from canonical. I wonder if that could be possible
  • Intelligraph doesn't work

    1
    0 Votes
    1 Posts
    504 Views
    No one has replied
  • Work with clickable

    8
    0 Votes
    8 Posts
    2k Views
    D
    @Einstein212 Good to know, good luck!
  • Euronews scope don't work

    4
    0 Votes
    4 Posts
    825 Views
    S
    @GIEMME magic
  • Bug with the Music app

    1
    0 Votes
    1 Posts
    597 Views
    No one has replied
  • Mattermost client

    1
    0 Votes
    1 Posts
    595 Views
    No one has replied
  • 0 Votes
    12 Posts
    4k Views
    TomRausnerT
    the default folder could be determined by a configuration file
  • How to run non-clickable app on a phone for development

    3
    0 Votes
    3 Posts
    1k Views
    D
    @zlamalp said in How to run non-clickable app on a phone for development: To answer to myself :-). I guess I meant calendar-app and not address-book-app. For address-book-app I can see there is a snap config and also click package config. Click package can be build, but is with "ubuntu-sdk-14.10-qml-dev2" in config, which doesn't even install on 15.04 phone. If I change it to version from calendar-app, it install and crash on a start with no logs (or where they are?). See whether there are any log files WHILE it is running. I've had it once that logs got removed before I had a change to look at try something like: while : ; do cp application-howevertheselogfilesarecalled-calendar-app*.log my.log ; done
  • Wallabag for UBTouch? FOSS Pockit replacement

    1
    0 Votes
    1 Posts
    705 Views
    No one has replied