Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. App Development
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • C

      SOLVED Where is Contacts app source?
      • circ

      2
      0
      Votes
      2
      Posts
      66
      Views

      C

      Here it is (https://github.com/ubports/address-book-app)
      It's not Contacts, it's address-book.

    • mikhael

      Feedback for the Seabass
      • mikhael

      44
      4
      Votes
      44
      Posts
      735
      Views

      mikhael

      @kugiigi thank you for the feedback!
      For some reason Seabass can't execute libertine-launch on Nexus 5, although libertine-launch works fine from Terminal. The problem could be somewhere in between seabass, pyotherside, libertine-launch python script and proot (used by libertine-launch), but unfortunately for now i don't know what exactly goes wrong.

    • F

      Access the microphone from ubuntu touch webview
      • flaun*in

      6
      1
      Votes
      6
      Posts
      270
      Views

      Fla

      @flaun-in the code is done but isn't merged right now as it wouldn't work on most devices

    • A

      "Taquin" My first App!
      • Aloys

      4
      6
      Votes
      4
      Posts
      277
      Views

      A

      Thanks @marathon2422 and @Opolork ,
      I am pleased that you like it, I also received contributions for translations, that's motivating for me, I will update the app!

    • C

      Could I compile a python GTK appeared for Ubuntu touch?
      python • • ComLarsic

      6
      0
      Votes
      6
      Posts
      253
      Views

      J

      Packaging a GTK app as an click package is possible and here is an example that worked on my Nexus 4 with Mir as the display manager and will maybe also work on other devices:
      Video of working app (a simple image editor):
      https://libre.video/videos/watch/2f2c5304-d278-4b43-84e0-3c463d3a6432
      Source Code:
      https://gitlab.com/AdamSchrey/image_and_buttons

      Some of the things done here will most likely not be necessary on devices that run Wayland.

      I had to add this lines to the .desktop file:
      X-Ubuntu-Touch=true
      X-Ubuntu-XMir-Enable=true

      I had to add this line to the .apparmor file:
      "template": "unconfined",

      Otherwise I would get this error:
      ** (process:26446): WARNING **: Unable to exec '/usr/lib/arm-linux-gnueabihf/ubuntu-app-launch/xmir-helper image-and-buttons_0.9.0 ut_session.sh' in '/opt/click.ubuntu.com/.click/users/phablet/image-and-buttons': Permission denied

      I had to export this variable to get bigger buttons/text/entries...:
      export GDK_SCALE=2

      To get an on screen keyboard I installed this packages on my device:
      maliit-inputcontext-gtk3 maliit-inputcontext-gtk2

      ...and exported this variable:
      export GTK_IM_MODULE=maliitphablet

      I reply to this old post, because when I searched for a solution, this was one of the first things that came up and I could not find any working examples my self.
      Maybe someone will find this helpful or will tell me if my app and my solution also work on other devices.

      iab_ut.png

      Some of the things I did, were taken from this website
      http://kriscode.blogspot.com/2016/09/x-applications-on-ubuntu-phone.html

    • Rebecca58

      Wish list : which apps do you need?
      app apps suggestion • • Rebecca58

      142
      2
      Votes
      142
      Posts
      2209
      Views

      lmh

      @marlboro50 yup. agree!

    • mardy

      Using QBS for UBports applications
      • mardy

      7
      6
      Votes
      7
      Posts
      132
      Views

      K

      @cibersheep And it even work on the Pinephone 😁

    • B

      A question about porting a Messenger app
      • branja6

      11
      0
      Votes
      11
      Posts
      305
      Views

      TotalSonic

      @x-dub - I use https://open-store.io/app/sailbook.sailbook without a problem for sending text and attachments on my Meizu Pro 5 running OTA-15 RC.

      Best regards,
      Steve Berson

    • lmh

      Upload Button for images in Web app
      • lmh

      4
      0
      Votes
      4
      Posts
      126
      Views

      lmh

      I have solved the problem. The issues had nothing to do with my code. Just in case it helps anyone else: In the file

      yourappname.apparmor

      (which is automatically generated by clickable) you need to add the policy group "picture_files_read". I assumed "content_exchange" would suffice but it doesn't. So this issue is solved

    • 0

      qml parse property between pages
      • 007fred50

      5
      0
      Votes
      5
      Posts
      88
      Views

      T

      @007fred50 Try writing

      import "variables/varis.qml" as Varis

      So the first letter is uppercase.

    • manland

      Futify (spotify client) need beta testers
      • manland

      90
      15
      Votes
      90
      Posts
      2069
      Views

      D

      Sure. Take your time, even more in those special times. I did not want to rush you or put pressure on you. It was merely supposed to be a suggestion.

      Thanks for the work anyway. The demand proofes that you are working on something important. 👍

    • 0

      QML - reload Repeater data?
      • 007fred50

      5
      0
      Votes
      5
      Posts
      82
      Views

      lduboeuf

      @007fred50 Have you read some documentations about the Model View Delegate in QML ?.
      I can suggest https://qmlbook.github.io/ or the general Qt QML documentation
      [link text](link url)

      And yes best is to find examples. What does not work with yoyr. example ?

    • A

      Getting started with webapp dev
      • aclifton314

      5
      0
      Votes
      5
      Posts
      97
      Views

      ?

      @aclifton314 Why waste your skills when is https://open-store.io/app/webapp-creator.jujuyeh ?

    • J

      What happened to "flas"? Alternative?
      • jojumaxx

      11
      0
      Votes
      11
      Posts
      197
      Views

      J

      @domubpkm Cool! Thanks! Again learned about a new feature...

    • B

      Saving app data
      • bambi

      9
      0
      Votes
      9
      Posts
      185
      Views

      B

      @doniks A warning has already been added (recently I think) 🙂

    • T

      Some cookies save, some don't?
      • TotalRando

      1
      0
      Votes
      1
      Posts
      37
      Views

      No one has replied

    • 0

      write file and read, works on emulator.
      • 007fred50

      6
      0
      Votes
      6
      Posts
      77
      Views

      lduboeuf

      @007fred50 yes i think storage is better

    • lmh

      Allowing Guitar Tuner App to use Microphone
      • lmh

      10
      1
      Votes
      10
      Posts
      107
      Views

      lmh

      Thanks so much @lduboeuf for pointing this out!!! This certainly explains all of the above described behaviour!!!

    • D

      Quickddit - call for testing
      • danqo6

      23
      5
      Votes
      23
      Posts
      554
      Views

      D

      Thanks for using the app. Next release v 1.1 is getting ready, hopefully this week. Some features are missing, there is a lot of to do. I would love to hear feedback, what features are you missing most? Some feedback from OpenStore I am trying to implement: dark theme selection, downloading of images and post flairs should be in next release. Translations support is getting ready.

    • J

      Get GPS coordinates via terminal or python?
      • Jarsa

      5
      1
      Votes
      5
      Posts
      160
      Views

      H

      @Jarsa nice idea! I would like to use this idea as an onlinetracking system for myself. As i do outdoorsports, sending my last location to my own server is a good idea.
      In Android (9) it was very hard because of power limitations. As soon as the screen is off, everything goes to powersaving. And gps eats the battery as the cpu stays always on...
      This could be the limiting problem here too: the battery will be drained like hell...
      Is there a way to reduce power consumption?