staf621 / ki4a

Ki4a lets you tunnel your android's traffic over SSH in a very easy way.
Apache License 2.0
87 stars 52 forks source link

Can not disconnect in android 9 #35

Open thegreathir opened 5 years ago

thegreathir commented 5 years ago

In android 9 when you click on disconnect button, the app will toast "disconnected" and notification icon will disappear but vpn connection will still remain

TTAAEELL commented 5 years ago

Same here, disconnect doesn't work. Auto connect seems not working too.

Also, I can't find app on Play Store.

mtrencseni commented 5 years ago

Same here.

rodrigofbranco commented 5 years ago

Same here. This issue is affecting the 'auto reconnect' feature because we need manually disconnect and 'forget' the vpn connection before to reconnect.

felhe commented 4 years ago

I was able to fix this issue by updating the BusyBox binaries in the assets directory to a newer version: Binaries Source Code

Additionally, in the VPNService file the VPN interface has to be set to null after closing. I will open a pull request soon. Disconnect works fine now (on Android 9), auto connect still seems to have another issue.

rodrigofbranco commented 4 years ago

I was able to fix this issue by updating the BusyBox binaries in the assets directory to a newer version: Binaries Source Code

Additionally, in the VPNService file the VPN interface has to be set to null after closing. I will open a pull request soon. Disconnect works fine now (on Android 9), auto connect still seems to have another issue.

Thank you so much!