Post #2530737
2026-05-10 20:21 UTC
@nightdice@unfug.social Yes definitely available on non-rooted devices: you need to enable developers settings (that you'll be able to disable later).
ADB is usually available on most distrib with android-tools package. Then you need to run `adb logcat --pid $(adb shell pidof org.unifiedpush.distributor.sunup)`
If you struggle getting these logs, let me know. It it helps there is a matrix room for UnifiedPush
Replies (2)
-
@leffe@social.linux.pizza 2026-05-10 20:24
@S1m@infosec.exchange @nightdice@unfug.social I recommend the Logcat Reader app from F-Droid.
-
@nightdice@unfug.social 2026-05-12 07:42
@S1m@infosec.exchange alright, thanks to the logs I was able to figure out that it was a DNS issue :neocat_laugh_sweat: Got it fixed, thanks for the help! I'm not gonna submit an issue because it was a problem with my device settings, even though it didn't seem like it at first.