@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.
Posts
-
RE: Firewall port to allow for push notifications
-
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!
-
RE: App text and other objects extremely large or small in windowed mode
-
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
.
-
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
tohdrrec.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. settingfont.pointSize
totxt1.font.pointSize*2
or i will try with the grid units like mentioned above.I will write again in the event of further problems.
-
RE: Waydroid crashes in Desktop Mode over HDMI
@kugiigi I think i've logged into gitlab via my github account. Why shouldn't this be simply possible in the future? Maybe you're right, i don't know. Another reason for me to remove the account was that i have so many accounts on the internet and don't want to lose overview. Perhaps I will try to open one again.
-
RE: Waydroid crashes in Desktop Mode over HDMI
@wynn1212 Sorry, but i have no gitlab account. I had one, but removed it because i haven't used it for quite a while.
-
App text and other objects extremely large or small in windowed mode
Hello all,
i'm working on an app that, so far, works well on phone screen. But when connecting the phone to a TV over USB-C-to-HDMI-cable e.g. the PageHeader text is extremely large. Here's a sample code:
Rectangle { id: mainPage anchors.fill: parent PageHeader { id: header title: "ABC" z: 1 contents: Rectangle { id: hdrrec anchors.fill: parent color: "white" Text { id: hdrtxt anchors.left: hdrrec.left anchors.verticalCenter: hdrrec.verticalCenter text: header.title font.pointSize: 40 }
If i change
font.pointSize
tofont.pixelSize
the text is much smaller on phone screen but not on TV, it's still very large, i can't even see a difference betweenfont.pointSize
andfont.pixelSize
.Does anyone know what i should change or which Text QML Type properties to use? I can't find any useful informations from Google. I guess it's a special Ubuntu Touch thing, because of the possibility to change between windowed and staged mode?
This is not the only problem, maybe someone can help me with the others, too.
Edit: I have found Screen QML Type, is this the way to go?
-
RE: Waydroid crashes in Desktop Mode over HDMI
Ok, i have tried for myself and downgraded the images. Waydroid doesn't crash anymore. This isn't really a solution, but fixes the problem for now. Thank you very much.
Btw. with the newer images Avast finds malware in htmlviewer. Maybe this is false positive, i don't know. This is no problem with the old 20250426 image, cause htmlviewer isn't even installed.
-
RE: Waydroid crashes in Desktop Mode over HDMI
@wynn1212 :
Show taps
is disabled in my Developer options. When enabling it, Waydroid and eventually whole Lomiri crashes. After that even touch inputs (without external display) don't work anymore, Waydroid instantly crashes. To disable it again (i'm glad this was possible, cause Waydroid remains unusable withShow taps
enabled) i had to do aadb shell settings put system show_touches 0
in Terminal. When using a bluetooth mouse without external display Waydroid crashes, too.Is it possible to downgrade Lineage images without data loss? I can try if this fixes the problem for now.
-
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?
-
RE: Missed OTA-7 upgrade
It's been awhile since I've used the installer, it surely has changed since then. Thanks for the hints.
-
RE: Missed OTA-7 upgrade
Thank god. That's what I wanted to hear
. If I remember right, the last time I tried with the installer this didn't work. I had to go back to Android (Fairphone OS) first and then install Ubuntu Touch again, because the installer didn't recognize the phone (as a valid one) when Ubuntu Touch is already installed. Thanks for the answers
.
-
RE: Missed OTA-7 upgrade
Ok, but what about my "real" question? Does OTA-8 contain all changes from OTA-7? I'm a little bit confused, because OTA-7 was smaller than OTA-8 and in some cases, e.g. updating a program, I can leave out updates while in other cases I can not.
-
Missed OTA-7 upgrade
Hello all, unfortunately I've missed the OTA-7 upgrade because I constantly deferred it to tomorrow
. Can I now upgrade from OTA-6 to OTA-8 without any problems? I believe I can, but am not 100% sure. The real question is: Does OTA-8 contain all changes from OTA-7? Thanks in advance.
-
RE: Mobile data disconnects during phone calls
A pity. Than i'll have to deal with that and re-enable it after every call.
-
Mobile data disconnects during phone calls
Hello, i have a Fairphone 4 with Ubuntu Touch Focal OTA-5. I'm using my phone as a gateway to the internet in a WLAN network provided by a mobile router. My problem is that during phone calls mobile data disconnects and e.g. my TV that's in the same network has no more internet, too. Internet TV or webradio stops, what is very annoying. Does someone know if this is normal or an error?