gayanvoice / android-vpn-client-ics-openvpn

⭐ Create your Android VPN App by using Android Studio and publish to Google Play Store 🤖
https://gayanvoice.medium.com/develop-a-vpn-app-in-java-using-android-studio-6f1f2d66031e
MIT License
586 stars 318 forks source link

Android Q issue #21

Closed mj700 closed 4 years ago

mj700 commented 4 years ago

Hi, there seems to be something wrong with android Q. it says no process when i click the connect button. Have you tested it with android 10?

gayanvoice commented 4 years ago

@mj700 Is this issue? https://github.com/schwabe/ics-openvpn/issues/1084 or can you post log files and errors or any images that describe the error?

yurik94 commented 4 years ago

Same here. On my Oneplus 6 with Android 10, just after entering credentials, it hangs with message "no process tap on connect button". I've configured Vpnbook and on other devices (Android 7) it works. I'll check for logs.

yurik94 commented 4 years ago

@mj700 Is this issue? schwabe/ics-openvpn#1084 or can you post log files and errors or any images that describe the error?

Found this exception: Cannot run program "/data/user/0/com.buzz.vpn/cache/c_pie_openvpn.arm64-v8a": error=13, Permission denied from VpnStatus.logException("Error reading from output of OpenVPN process", e); at de/blinkt/openvpn/core/OpenVPNThread.java:173

image

So, at least for me, it's the same problem.

gayanvoice commented 4 years ago

@yurik94 The version of ics-openvpn that is used to create this app, throws this error on Android 10. Need to update it's code.

mehroz1 commented 3 years ago

@mj700 Is this issue? schwabe/ics-openvpn#1084 or can you post log files and errors or any images that describe the error?

Found this exception: Cannot run program "/data/user/0/com.buzz.vpn/cache/c_pie_openvpn.arm64-v8a": error=13, Permission denied from VpnStatus.logException("Error reading from output of OpenVPN process", e); at de/blinkt/openvpn/core/OpenVPNThread.java:173

image

So, at least for me, it's the same problem.

@yurik94 @mj700 Please refer to this

https://github.com/schwabe/ics-openvpn/issues/1179#issuecomment-709324457

or

https://stackoverflow.com/a/64373156/7173141

I hope that this will resolve your issue.