krlvm

Results 104 comments of krlvm

I think it should be kept disabled as it can break many applications in unexpected ways

It's a known issue. Make a SOCKS5 in your local network and check (from the server side) if connection succeeds.

This is not what you should do. You must set up a SOCKS5 server on your local network and check if requests reach it.

I'm pretty sure that would not look good

@theonlyfoxy I'm sorry I've sent a wrong file accidentally, try this, please: [app-release.zip](https://github.com/krlvm/PowerTunnel-Android/files/10300175/app-release.zip)

I'll see what I can do about it, at the moment I don't have Android 11+ devices where this problem occurs (well, there are, but I don't want to update...

Good point, thank you

Please, provide logs - they can be extracted using built-in functionality or with ADB

Seems like a problem with firmware - the crash occurs during plugin loading - it is done with reflection: ``` W ReflectionUtils: W ReflectionUtils: java.lang.NoSuchMethodException: android.os.MessageQueue#enableMonitor()#bestmatch W ReflectionUtils: at miui.util.ReflectionUtils.findMethodBestMatch(ReflectionUtils.java:338)...