UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. bbiw
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 34
    • Groups 0

    bbiw

    @bbiw

    5
    Reputation
    3
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    bbiw Unfollow Follow

    Best posts made by bbiw

    • RE: How to get internet in waydroid with ufw enabled?

      @Inali
      Thank you for the effort, maybe this site helped a little bit. The solution i've found is a simple: sudo ufw allow out on waydroid0 to any. I was (and still am) confused about the 2 devices and how they "work" together. Now that i know which interface to deal with i can, of course, precise this rule, but i have another (Android-) firewall in the waydroid container that can handle this.

      posted in Fairphone 4
      B
      bbiw
    • Playback pauses when changing pulseaudio's default sink

      Hello @ all,

      i'm working on an equalizer app for UT (https://github.com/bigbrotherisstillwatching/utEqualizer). I recently updated to Noble and now playback of e.g. the music-player pauses when i deactivate the equalizer by setting the default sink back to sink.primary_output. This does not happen, when activating the equalizer by setting the default sink to the created equalizer-sink, playback just continues.

      Does anyone know, what the problem is and IF or HOW i can make it work like before on Focal (?); because it didn't happen there. Is this because of changes in pulseaudio or media-hub or a bug or something else?

      Help appreciated!

      Greetings bbiw

      posted in App Development
      B
      bbiw
    • Waydroid crashes in Desktop Mode over HDMI

      Hello all,

      when i connect bluetooth mouse & keyboard to my Fairphone 4, connect the phone to my TV with a USB-C-to-HDMI-cable and start Waydroid, Waydroid starts correctly, but crashes and restarts as soon as i hover with the mouse cursor over the Waydroid window. There aren't any useful informations when starting Waydroid from Terminal, even with --verbose and/or --details-to-stdout enabled.

      Anyone has an idea what the problem is?

      posted in Fairphone 4
      B
      bbiw

    Latest posts made by bbiw

    • RE: Playback pauses when changing pulseaudio's default sink

      Ok, this seems to be a new feature of the 24.04-1.0 release. This seems to be desired by others, but hinders function of my equalizer app. An option to disable/enable this behavior in the system settings would be nice.

      Interestingly this does not happen, when moving the sink inputs with e.g.: pactl list short sink-inputs | awk '{print $1}' | xargs -I {} pacmd move-sink-input {} equalizer and back with pactl list short sink-inputs | awk '{print $1}' | xargs -I {} pacmd move-sink-input {} sink.primary_output.

      But to implement this function into my app and consider all the different eventualities will be very complicated, i think. Changing the default sink is much easier.

      posted in App Development
      B
      bbiw
    • RE: Playback pauses when changing pulseaudio's default sink

      When creating a null sink with e.g.: pactl load-module module-null-sink sink_name=equalizer and changing the default sink to this sink with: pacmd set-default-sink equalizer music keeps on playing. But when setting back to the standard sink with: pacmd set-default-sink sink.primary_output the music player pauses and the media-hub log says: media-hub: Pausing Player with key: 1, resuming after phone call? no.

      posted in App Development
      B
      bbiw
    • RE: App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

      The standard and only qt_version settable in clickable.yaml is still 5.12...shouldn't this be 5.15 for the new noble system?

      posted in App Development
      B
      bbiw
    • Playback pauses when changing pulseaudio's default sink

      Hello @ all,

      i'm working on an equalizer app for UT (https://github.com/bigbrotherisstillwatching/utEqualizer). I recently updated to Noble and now playback of e.g. the music-player pauses when i deactivate the equalizer by setting the default sink back to sink.primary_output. This does not happen, when activating the equalizer by setting the default sink to the created equalizer-sink, playback just continues.

      Does anyone know, what the problem is and IF or HOW i can make it work like before on Focal (?); because it didn't happen there. Is this because of changes in pulseaudio or media-hub or a bug or something else?

      Help appreciated!

      Greetings bbiw

      posted in App Development
      B
      bbiw
    • RE: Firewall port to allow for push notifications

      @ikoz I think i have found the solution. After allowing outgoing traffic to 188.166.175.79 port 5001 the notifications seem to work. lsof, netstat and a little bit more googling helped me. After disabling ufw; lsof and netstat were showing the IP and port after a notification came in. Port 443 is needed, too. Unfortunately logging with ufw does not work, but who cares, i didn't need it. Thanks for pushing me into the right direction, this warning app could save a life. 👍

      posted in Fairphone 4
      B
      bbiw
    • RE: Firewall port to allow for push notifications

      Please help!!!

      posted in Fairphone 4
      B
      bbiw
    • Firewall port to allow for push notifications

      Hello all,

      i've installed an app that warns me e.g. in the case of fire. It was removed from the OpenStore, but it's source code can be found here: https://github.com/S60W79/warnapp-deutschland or https://gitlab.com/S60W79/warnapp-deutschland.

      The problem is i've activated ufw and because of that i don't receive the push notifications.

      Does anyone know which port to open for this or a way to find out which port is used or which firewall rule to set?

      Thanks all!

      posted in Fairphone 4
      B
      bbiw
    • RE: App text and other objects extremely large or small in windowed mode

      @kugiigi When using QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); it looks the same on phone and TV. That's nice, but i think i will stick with units.gu(). I've tried it and, so far, it works nice. I saw there are problems, but that's not the fault of my app.

      posted in App Development
      B
      bbiw
    • RE: Waydroid crashes in Desktop Mode over HDMI

      @wynn1212 You're the best 😊. TBH i was hoping you would do it, because you faced the same problem. Maybe there will be a real solution soon 🤞.

      posted in Fairphone 4
      B
      bbiw
    • RE: App text and other objects extremely large or small in windowed mode

      @ikoz I use the Label component somewhere else in the app and the scaling problem persists. The text is still very large on TV.

      @kugiigi I've used units.gu() before, but didn't know or forgot the meaning of it. This maybe a good hint, i will try this. Thank you.

      As for the header i've found another solution:

      Set font.pointSize to hdrrec.height/3, this way the relation stays the same. Maybe i will use this relation thing for other texts the problem still persists, because Text components for which I didn't set a size has no scaling problem. E.g. setting font.pointSize to txt1.font.pointSize*2 or i will try with the grid units like mentioned above.

      I will write again in the event of further problems.

      posted in App Development
      B
      bbiw