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

    Topics

    • B

      Firewall port to allow for push notifications

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      4
      0 Votes
      4 Posts
      181 Views
      B
      @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.
    • B

      App text and other objects extremely large or small in windowed mode

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      6
      0 Votes
      6 Posts
      393 Views
      B
      @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.
    • B

      Waydroid crashes in Desktop Mode over HDMI

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      12
      1 Votes
      12 Posts
      823 Views
      B
      @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 .
    • B

      Missed OTA-7 upgrade

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      8
      0 Votes
      8 Posts
      657 Views
      B
      It's been awhile since I've used the installer, it surely has changed since then. Thanks for the hints.
    • B

      Mobile data disconnects during phone calls

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      3
      0 Votes
      3 Posts
      307 Views
      B
      A pity. Than i'll have to deal with that and re-enable it after every call.
    • B

      How to get internet in waydroid with ufw enabled?

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      3
      0 Votes
      3 Posts
      1k Views
      B
      @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.