UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Schlicki2808
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 46
    • Groups 0

    Schlicki2808

    @Schlicki2808

    40
    Reputation
    12
    Profile views
    46
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Website touchide.net

    Schlicki2808 Unfollow Follow

    Best posts made by Schlicki2808

    • UT Case for Google Pixel 3a

      Hello,

      I've designed a case for my Pixel 3a and ordered it at cewe. If you like it, I could post the original image.
      For me, it's really nice 😄

      c855c3f4-e632-4745-8a1a-c1f6299309b0-grafik.png

      posted in Off topic
      Schlicki2808S
      Schlicki2808
    • RE: Welcome to the UBports community! Introduce yourself here!

      Hi,
      my name is Daniel and I'm a software developer from germany. At first - sorry for the long delay! I never introduced myself here although I'm a Ubuntu Touch user since march 2022. So I want to do this now.
      At home, I'm using Linux Mint since july 2021, after windows update meant that my Notebook (an MSI with I7 processor) is not compatible to windows 11 😄 So I switched to Linux. Since then, I have realized how important privacy and security are. I also enjoy the freedom to configure and use my system the way I think is best.
      In 2022, I came from android and I needed a new smartphone. But I did not want to use android again, I wanted to use a linux-based system instead with an open eco system to develop apps and with convergence. So I tried Ubuntu Touch on my Google Pixel 3a and I never regret it! This is my daily driver and I am very happy to use a system that feels very comfortable, has a simple user interface and is not dependent from Google or Apple. It feels good that uNav does not track where you are 😄
      I also developed Touch IDE, a touch-friendly development environment. I know, the last update was 2023, but I'm going to continue this project. I have some ideas, I only need more time 😉 But it will go on.
      So, thanks for all the hard work. I can't support at core development, but I am a very happy Ubuntu Touch user that can develop several apps and maybe give some ideas and help on several questions.

      posted in General
      Schlicki2808S
      Schlicki2808
    • RE: Better pictures?

      Try to tap on the screen while the camera is active, so it will focus and make much better pictures.

      posted in Volla Phone 22
      Schlicki2808S
      Schlicki2808
    • RE: exporting a sound file

      @Fizz The recordings will be stored under /home/phablet/.local/share/audio-recorder.luksus/records. You can access the folder with the file manager, copy the recordings to Downloads folder and access them via USB.

      posted in Support
      Schlicki2808S
      Schlicki2808
    • RE: HTML App - file selection

      I found the solution! I came across the documentation for the policy groups. So I added "content_exchange" to the list of the "policy-groups" in the apparmor file and - voila - the input file dialog shows me a list of apps.

      Thanks for the hint with the Content Hub!

      posted in App Development
      Schlicki2808S
      Schlicki2808
    • dotnet on Ubuntu Touch

      A year before, I managed to install dotnet on Ubuntu Touch. I used the UI Tweak Tool on Xenial to unlock the file system. Then, I used apt get for installing. Meanwhile, I found out that you can install the binaries manually which is good because you don't have to unlock the file system.

      Why I'm writing this? Because, in my opinion, it's awesome. Thanks to the fact that Ubuntu Touch is an open linux system, you can install and run dotnet applications. I've prepared a c#-console app as well as a Blazor project which runs fine.

      My steps were:

      • Installing dotnet
      • Creating a new blazor server application
      • Disabled background suspension for terminal
      • dotnet run on my blazor application
      • Et voila: running a blazor application in Morph Browser

      I think, this is another great possibility to create more apps or to reuse already existing apps (where possible and where it makes sense). Also, you can use c# which is a nice language 🙂

      If there is a general interest on this, I could dig deeper into this topic.
      I'm thinking of:

      • having an app that makes it easy to install dotnet (similar to Alfred's snapz0r etc.)
      • having an editor to create c# applications. Maybe Seabass, tedit or Touch IDE 🙂 We also have codium, but it's not suitable for mobile devices.
      • having a source where we can provide dotnet apps optimized for Ubuntu Touch.

      I am looking forward to your opinion!

      alt text

      alt text

      alt text

      alt text

      alt text

      posted in App Development
      Schlicki2808S
      Schlicki2808
    • RE: Is anyone working on a Deutschland-Ticket App for Ubuntu Touch? D-Ticket

      I'm afraid, there is no public developer API. But what I got from https://deutschlandticket.de/ is that you'll get your ticket monthly as PDF file by e-mail. So you can use it without a special app and you can open it easily on UT.

      posted in App Development
      Schlicki2808S
      Schlicki2808
    • RE: Which bluetooth mouse?

      To complete this thread: I found a mouse that works like a charm: Rapoo Wireless Mouse MT750S 🙂
      Okay, the lomiri bug that it only works fine in portrait mode is there, but I'm sure this will be fixed and this has nothing to do with the mouse itself.
      So, thanks for all suggestions!

      posted in Lenovo Tab M10 HD (2nd Gen)
      Schlicki2808S
      Schlicki2808
    • RE: UBPorts Promotion - with PostgreSQL, Convergence and more!

      @kugiigi Concerning convergence, I can say that there are no issues with the mouse if you use an external display over USB-C (with is supported by the Fairphone 4). I tried to use my phone as a computer a few times and I can say that this is an awesome experience. It worked the whole day but some icons dissapear if you switch back to the smartphone display. So yes - it is broken in a few ways but it's already quite useable.

      posted in Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      Schlicki2808S
      Schlicki2808
    • RE: Help with Touch IDE

      @Homer3 First of all, sorry for the late reply. Yes, of course, I'm still active and I'm happy if someone uses Touch IDE 🙂 So first of all, regarding your questions:

      Is there a global scope for objects? So that I can reference UI elements that were created in another function?

      • Kind of. You can use storage-namespace to transfer information between different functions.

      Do I have to use a for loop to react on user input, or can I use something like callbacks?

      • No, callbacks are not available at this time. Indeed, you have to use a loop to constantly check the state off an object.

      Can classes/ functions be duplicated ?

      • Not yet. You can create new functions, care for loops and copy the commands between it.

      Can I copy everything in a function to paste somewhere else? Somehow it does not work for 'for' loops...

      • Copying a for loop is technically a little bit tricky so I missed out the ability to copy structures like loops, fors and ifs.

      And some words to Touch IDE itself: some people are comparing it to other IDEs like SeaBass or TiDE. But I think, that's not the right thing. The base concept of Touch IDE is very different to other IDEs available for UT. Touch IDE should be an easy possibility to create apps right on your phone, without the need to have a compiler. It's very more compact and focusses on the things that should make fun. On the other side, it should be and behave like a real programming language for mobile devices.

      So, If I can help you more, please feel free to ask 🙂

      Cheers

      Daniel

      posted in Support
      Schlicki2808S
      Schlicki2808

    Latest posts made by Schlicki2808

    • RE: UBPorts Promotion - with PostgreSQL, Convergence and more!

      @kugiigi Yes, the mouse wheel doesn't work in all situations but I can deal with it 😄

      posted in Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      Schlicki2808S
      Schlicki2808
    • RE: UBPorts Promotion - with PostgreSQL, Convergence and more!

      @kugiigi Concerning convergence, I can say that there are no issues with the mouse if you use an external display over USB-C (with is supported by the Fairphone 4). I tried to use my phone as a computer a few times and I can say that this is an awesome experience. It worked the whole day but some icons dissapear if you switch back to the smartphone display. So yes - it is broken in a few ways but it's already quite useable.

      posted in Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      Schlicki2808S
      Schlicki2808
    • RE: Waydroid support on FP4

      @Pingu Both. I've installed Waydroid with Waydroid Helper App without any issues.

      posted in Fairphone 4
      Schlicki2808S
      Schlicki2808
    • RE: Waydroid support on FP4

      @Pingu I'm using Waydroid on FP4 without any problems. Yes, it drains batteriy faster but if you need specific apps on Android, you can use it.

      posted in Fairphone 4
      Schlicki2808S
      Schlicki2808
    • RE: OpenStore Stats for 2024

      @bhdouglass Thank you and happy new year!

      I have one question concerning the open store start page: What is the criteria for an app to appear in these areas. E.g. I would also expect that DeltaTouch would appear in "Chat Connection":

      d3d03ddc-73f2-4f6f-8848-93df0c13e1d9-screenshot20250102_152616559.png

      posted in General
      Schlicki2808S
      Schlicki2808
    • RE: Spotify blockt Futify

      I know that this answer does not help in your current situation, but there is hope for that 😄 Yes, spotify does not support third-party-applications, but it's allowed to have and develop them. There is an API that can be used.
      There is an example on https://developer.spotify.com that acually works in Morph browser which is awesome. I think that it's possible to develop a new spotify client which uses the official Web API.
      Of course, you need a premium account to use that.
      If I'll find time the next days/weeks, I will try to implement that.

      posted in App Development
      Schlicki2808S
      Schlicki2808
    • RE: Any paint app to draw on images?

      I'll recommend another UT app: Image Composer:

      https://open-store.io/app/image-composer.matdahl

      It's lightweight and does all the basic things in a very efficient way.

      posted in Off topic
      Schlicki2808S
      Schlicki2808
    • RE: Help with Touch IDE

      @Homer3 First of all, sorry for the late reply. Yes, of course, I'm still active and I'm happy if someone uses Touch IDE 🙂 So first of all, regarding your questions:

      Is there a global scope for objects? So that I can reference UI elements that were created in another function?

      • Kind of. You can use storage-namespace to transfer information between different functions.

      Do I have to use a for loop to react on user input, or can I use something like callbacks?

      • No, callbacks are not available at this time. Indeed, you have to use a loop to constantly check the state off an object.

      Can classes/ functions be duplicated ?

      • Not yet. You can create new functions, care for loops and copy the commands between it.

      Can I copy everything in a function to paste somewhere else? Somehow it does not work for 'for' loops...

      • Copying a for loop is technically a little bit tricky so I missed out the ability to copy structures like loops, fors and ifs.

      And some words to Touch IDE itself: some people are comparing it to other IDEs like SeaBass or TiDE. But I think, that's not the right thing. The base concept of Touch IDE is very different to other IDEs available for UT. Touch IDE should be an easy possibility to create apps right on your phone, without the need to have a compiler. It's very more compact and focusses on the things that should make fun. On the other side, it should be and behave like a real programming language for mobile devices.

      So, If I can help you more, please feel free to ask 🙂

      Cheers

      Daniel

      posted in Support
      Schlicki2808S
      Schlicki2808
    • RE: Welcome to the UBports community! Introduce yourself here!

      @lduboeuf Thanks for the hint, I will test that.
      -- I think, this is not a replacement for Touch IDE. But it looks promising!

      posted in General
      Schlicki2808S
      Schlicki2808
    • RE: Which bluetooth mouse?

      To complete this thread: I found a mouse that works like a charm: Rapoo Wireless Mouse MT750S 🙂
      Okay, the lomiri bug that it only works fine in portrait mode is there, but I'm sure this will be fixed and this has nothing to do with the mouse itself.
      So, thanks for all suggestions!

      posted in Lenovo Tab M10 HD (2nd Gen)
      Schlicki2808S
      Schlicki2808