UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. hummlbach
    3. Posts
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 407
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How to disable reply quoting in Dekko 2?

      @costales no, but theres an issue for it: https://gitlab.com/dekkan/dekko/-/issues/79

      (On telegram we have already discussed somewhen, how the UI could look like and had no especially nice idea imho.)

      posted in Support
      H
      hummlbach
    • RE: future ubuntu touch

      @marius-ciclistu regarding dekko:

      • share url via dekko 2 is not opening a new mail with the link in body

      This works if dekko is already open when sharing whatever to it. Sharing to dekko while its closed (https://gitlab.com/dekkan/dekko/-/issues/74) will be fixed with the next release by end of october.

      • Dekko 2 does not show search results from server.

      Can you elaborate?

      • dekko 2 does not delete mails from trash folder.

      Thats actually a known issue, but there seems to be no issue for it yet. May you write one please?

      posted in General
      H
      hummlbach
    • RE: error

      The username is phablet btw.

      posted in General
      H
      hummlbach
    • RE: Clock Redesign Ideas

      @CiberSheep the "my city time" has a dot between hours and minutes, while the world clocks have a colon there. I think we should use the same "hours minutes seperator" for all times 😉 (?)
      (And ofc the time format should be localizable.)

      posted in Design
      H
      hummlbach
    • RE: Move some apps to a community project organisation

      But ofc, the "UT app dev community" can create its own gitlab organisation and perhaps openstore namespace and develop apps together there... I like that idea. Lets discuss which advantages it would have, to collect UT apps in a common place...(?)

      posted in General
      H
      hummlbach
    • RE: [SOLVED] Export to PDF document using camera scanner

      @stanwood Its not 100% comfortable but it should also work at night (at least it does for me).

      posted in Support
      H
      hummlbach
    • RE: [SOLVED] Export to PDF document using camera scanner

      Hi @stanwood!

      You need to press the download button in the top right corner. That will only work if the camera scanner has actually recognized the edges of your document. You'll see the difference in the preview pictures. A dark or at least uniform underground/background helps. Edges of the document have to be on the photo an well visible.

      posted in Support
      H
      hummlbach
    • RE: Clock App Survey

      Btw. stopping and restarting timers is pretty buggy... 😬

      posted in Design
      H
      hummlbach
    • RE: I asekd at VollaPhone to purchase an image for GigaSet GS290

      @Tellina i was playing with the same/a similar idea... Would good to have a second android phone for me atm to play with for my current job. So i was thinking of buying a GS290 and flash ut on it later when i'm done with the job and donate 100 Euro or whatever to volla to support their efforts.

      posted in General
      H
      hummlbach
    • RE: Hypothetically run UT apps on regular Ubuntu 18.04?

      Another way to run UT apps on a usual amd64 desktop linux is packaging them as snaps. That has been done for fluffychat and dekko for example:
      https://snapcraft.io/fluffychat
      https://snapcraft.io/dekko2
      However probably only a few UT apps are packaged as snaps yet and there may be some restrictions for the snap builds. I.e. there is no "desktop replacement" for content hub in dekko yet to attach files to mails...

      posted in Support
      H
      hummlbach
    • RE: Discord WebApp

      Without having a very good reason, only the author/publisher can unpublish an app. I think you can still call your app discord as it will be in another namespace (your namespace). Having two apps with the same name is not a big deal, especially if one of them has lots of positive reactions, while the other hasn't...

      posted in App Development
      H
      hummlbach
    • RE: Clock App Survey

      a) I open the Clock App when I want to set a timer (90%) or an alarm (10%).
      b) I normally open the Clock App from the app launcher
      c) I think Clock App misses: 🤷🏻 don't know EDIT: now i know what i miss: (internet) radio as alarm ^^

      d) Clock (the time) 1
      e) World Clock (more than 1 city clock) 1
      f) Alarm (wake me up) 3
      g) Chronometer (timer with laps) 2
      h) Timer (count down) 4

      i) I have been using Ubuntu touch as my main device for about 5 or 6 years.

      posted in Design
      H
      hummlbach
    • RE: Es wäre schön überhaupt erstmal eine Serie fertig

      Hi @carrabelloy, you demanding a lot here without knowing much it seems and I assume also without having done something for the project yourself(?). This thing here can only fly, if we all work together. So please if you ask what others here can do for you, always ask what and how you can contribute to it!

      Hi @carrabelloy, sorry aber ich schäme mich ein bisschen für Dein forderndes Auftreten hier und die scheinbare Arroganz auf Deutsch zu schreiben wo es offenbar ist, dass alles in Englisch abläuft. Die Community ist (noch) nicht so groß, als dass sich Foren in allen möglichen Sprachen lohnen würden. Englisch ist einfach und wahrscheinlich die Sprache die mit Abstand die meisten Menschen irgendwie halbwegs beherrschen, also Englisch... Falls Du Dich mit Englisch nicht wohl fühlst, darfst Du gerne irgend einen Übersetzungsdienst Deiner Wahl verwenden. Ansonsten: dieses Projekt beruht zu einem sehr großen Teil auf Ehrenamt und funktioniert nur, wenn alle mithelfen. Wenn Dir etwas fehlt frage am besten, wie Du es reparieren kannst 😉 und Herzlich Willkommen hier.

      EDIT: Sorry, habe grade gesehen, dass ihr die Sprache schon im anderen Thread geklärt habt...

      posted in General
      H
      hummlbach
    • RE: Recommended approach for using openGL or other libraries in UT app?

      Just saw, someone (Jonny?) wrote an article on how to ship dependencies...
      http://docs.ubports.com/de/latest/appdev/guides/dependencies.html

      posted in App Development
      H
      hummlbach
    • RE: Recommended approach for using openGL or other libraries in UT app?

      @Valenoern said in Recommended approach for using openGL or other libraries in UT app?:

      Is there any recommended approach for what to do when my app needs shared libraries, like including them in the app or some other method?

      You need to include the app in the click package. There are basically two possible solutions. Either you build the libs you need or you download binaries and include them into your click package.

      1. Build the libs you need:

        • Its good practice to have the libs you want to build as a git submodule, like the camera-scanner has opencv as a submodule: https://gitlab.com/jonnius/camera-scanner/-/blob/master/.gitmodules
        • Theres a nice feature in clickable for building (third party) libs your app depends on and you want to ship with your app (since they are not included in the root fs). Lets take the camera-scanner as an example again: https://gitlab.com/jonnius/camera-scanner/-/blob/master/clickable.json#L10. See also the corresponding section in clickables docs: https://clickable-ut.dev/en/latest/clickable-json.html#libraries
      2. Sometimes building the libs your app depends on is a pain and takes very long, then you may want to use out of the box, ready to eat binaries:

        • Theres a script originally authored by @TimSueberkrueb, which downloads the deb package containing the lib you want/need of the architecture you ask it and unpacks it for you etc: https://gitlab.com/hummlbach/ubility/-/blob/master/scripts/get_libs.py
        • Again you can use clickables libraries feature to download/install the binaries whenever you need: https://gitlab.com/hummlbach/ubility/-/blob/master/clickable.json#L7
      posted in App Development
      H
      hummlbach
    • RE: Dekko 2 not showing email content

      Yes POP is known to be broken: https://gitlab.com/dekkan/dekko/-/issues/39. (But the symptoms seem to be a bit different than described here?!?)

      posted in Support
      H
      hummlbach
    • RE: Dekko 2 not showing email content

      The logging you've enabled is the one for dekkos background process. The actual app log (for the "foreground process") does not need to be enabled explicitly. No clue, why you have no log file... (But I think one or two other mentioned the same phenomenon (no app log)...)

      Have you allowed remote content in settings->email->privacy? Actually you should see at least some text and dekko should ask you whether you want to load remote content this time exceptionally (in an area on the top)... But lets see whether the behavior changes, once the setting is changed.

      posted in Support
      H
      hummlbach
    • RE: Dekko 2 not showing email content

      hi @herr-b, can you please clean the cache and setup the account again and try again? If the problem persists, please provide also the log of the app itself (~/.cache/upstart/application-click-dekko2.dekkoproject_dekko_0.2.3.log)

      posted in Support
      H
      hummlbach
    • RE: German corona app

      @GT may depend on the device, but I know several people using smart watches with UT and therefor have their bluetooth always on. Seems to be okay for mx4, nexus5 and pro5 at least. And OPO also I think.

      posted in General
      H
      hummlbach
    • RE: German corona app

      As far as I heard its all opensource. So for lineageos at least you could try to remove or change the parts using play services and make your own build: https://github.com/corona-warn-app
      Edit: lengthy discussion about it here https://github.com/corona-warn-app/cwa-app-android/issues/75 and also some progress if I got it right... but I haven't read it in detail.

      posted in General
      H
      hummlbach