• Need help with direction for app porting.

    6
    0 Votes
    6 Posts
    494 Views
    UltimooreU
    @dobey much appreciated on the info.
  • Learn Git with GitKraken

    1
    1 Votes
    1 Posts
    137 Views
    No one has replied
  • Ubuntu Touch sdk API and desktop mode

    4
    0 Votes
    4 Posts
    557 Views
    A
    Thank you @dobey, you're right! That's was so simple but I did not see it. And this is documented: http://clickable.bhdouglass.com/en/latest/commands.html#clickable-update
  • apparmor picture_files_read

    15
    0 Votes
    15 Posts
    1k Views
    CraigC
    @AppLee Okay, I tried it. I did "clickable create" and selected the C++ binary option. When I run "clickable" the main.cpp file calls qml/Main.qml and it says "Hello World!" on my touch device. Now, I tried to swap the code in Main.qml for this code here: https://api-docs.ubports.com/sdk/apps/qml/Ubuntu.Content/ContentHub.html The code just below "Example usage for importing content:" When I run "clickable", clickable reports: /bin/sh: 1: Syntax error: "(" unexpected Is there a mistake in the documented code? What do I need to put in the Main.qml file so it brings up the content hub? Thanks!
  • SOLVED: How do I get my app to launch the web browser?

    21
    1 Votes
    21 Posts
    4k Views
    lduboeufL
    @Craig thanks for sharing
  • appliction add ffmpeglib?

    7
    0 Votes
    7 Posts
    663 Views
    W
    Finally, it can be used! build ffmpeg_lib to ubports!
  • stargazers app

    3
    0 Votes
    3 Posts
    252 Views
    G
    @Luksus said in stargazers app: But meanwhile the Stellarium app is available in the OpenStore again, or doesn't it meet your requirements? https://open-store.io/app/me.lduboeuf.stellarium Thanks for the pointer. stellarium seems to work fine. I have to discover some features I'm used to use on my laptop (for example run the time back and forward fast, etc.)
  • server pure maps

    10
    2
    0 Votes
    10 Posts
    586 Views
    AppLeeA
    @AppLee said in server pure maps: Maybe the servers are down at the moment, try to "Check for updates" later. As I wrote, this was probably the reason. The server is now back. So check for updates then subscribe and finally start download.
  • Web App generator

    Locked
    30
    0 Votes
    30 Posts
    11k Views
    LakotaubpL
    @C0n57an71n Please don't respond to very old threads with a new request. This one is nearly 2 years old. You are far better asking a new question in the appropriate forum section, probably Support in this case. Also just ask the question don't ask for a specific person to answer, unless you are responding to something they specifically posted. I am going to lock this thread now .Thanks.
  • QDIr QFile Create failed???

    2
    1
    0 Votes
    2 Posts
    289 Views
    lduboeufL
    Partition is mounted read-only on UT, you cannot write everywhere, there are default writeable directories though available with your app namespace by using QStandardPath api QStandardPaths::AppDataLocation -> ~./local/share/yourappnamespace QStandardPaths::CacheLocation -> ~.cache/yourappnamespace see http://docs.ubports.com/en/latest/appdev/guides/writeable-dirs.html
  • 0 Votes
    2 Posts
    440 Views
    H
    Hi @BlandCorporation! Have you already seen that: https://github.com/timsueberkrueb/ubports-gettogether/blob/master/timsueberkrueb/pyotherside/presentation.md Maybe that can help a bit. (Meanwhile pyotherside is in the rootfs, so you can skip the part about shipping it with your app.) If you don't want to use clickable to properly deploy and install your app for any reason, you might be interested in the command line option --desktop_file_hint=<path to a desktop>. Example with enigma (qml/python app): phablet@ubuntu-phablet:~$ qmlscene --desktop_file_hint=./.cache/ubuntu-app-launch/desktop/enigma.hummlbach_Keylock_0.2.0.desktop /opt/click.ubuntu.com/enigma.hummlbach/current/qml/ui/Main.qml You may want to copy the desktop file from another app and adapt it for you. (Not quite sure what else you to take care off... )
  • SOLVED: Clickable create failing

    5
    0 Votes
    5 Posts
    544 Views
    F
    In the meantime Brian fixed it and closed the issue Thanks anyway, I didn't know that merge request between repos is a thing.
  • Writing a value to a seperate QML page

    8
    0 Votes
    8 Posts
    804 Views
    AppLeeA
    @Mick21367 You're welcome. I'm happy it worked as expected.
  • portar telegram desktop

    10
    0 Votes
    10 Posts
    637 Views
    G
    Flohack said in portar telegram desktop: @guru Well its a standard in Twitter, Facebook, Telegram and other services, even in this forum. Its like the hashtag #, and like other things change over time. I see no issue with that. Human mind can adopt to this, understanding that @xyzvwu does not mean an email address. Flohack, reading your reply again, I see that you didn't got my point: While flohack@host.domain expresses what it means "flohack at host.domain" (flohack auf/am Rechner host.domain), the term @ flohack "at flohack" (auf/am flohack) is just nonsense. Perhaps the idea is expressing "to flohack", but AT (the symbol @) is not the same as TO. This is just a broken idea, even if it's called a standard. Who invented this, should have used another symbol, like >flohack and not @flohack. You got me?
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    131 Views
  • Built TELEports crashes on startup

    3
    0 Votes
    3 Posts
    323 Views
    flohackF
    Means, PM me your Telegram name...
  • How to send MMS over DUBS to ofono?

    17
    0 Votes
    17 Posts
    2k Views
    G
    @kjhg84j9 Don't worry, I am not expecting a quick fix. But this is the first time in a year that I have found log entries regarding mms messaging. I am now able to see all of the messages I don't get in the error log. That's progress.
  • How to use pthread in Native App

    linking link compilation thread
    6
    0 Votes
    6 Posts
    1k Views
    N
    If it's still relevant, you are missing set(THREADS_PTHREAD_ARG "2" CACHE STRING "Forcibly set by CMakeLists.txt." FORCE) or something equal.
  • Seeking advices to start mobile app development

    Locked
    9
    0 Votes
    9 Posts
    879 Views
    AppLeeA
    @Narvod I think you already know that, but quick warning : Android development is far away from UT app dev. But if, as I suspect, you're thinking of QT for Android in order to learn about QML then yes it's a way to achieve it. Clickable is a very useful tool even if you test your app directly on the phone. FWIW that's what I do.
  • Getting Started With App-Development

    5
    3 Votes
    5 Posts
    1k Views
    M
    Hey everyone, thanks four replies! That helsp alot. So it sounds like the most usefull thing would be to dive into QML and make myself familiar with ubuntu clickable. From that point on I could still decide wheter I want to go with C++, Rust or Python. Thanks for all the links/recommendations that helps a lot. I will do some reading the next couple of days I think whats missing (or maybee just didn't find) swipe like keyboard a native whatsapp client dictionary apps (for offline use) e-book reader with dictionary support. ("sturm" is very good, but lacks that functionality) native music/video streaming clients (amazon?) banking apps (e.g. for two factor authentication) local public transport apps (I know some of that stuff is unlikely to be ever covered, but some gaps can be filled)