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
585 stars 318 forks source link

What Should I Do to Make It Compatible with Android 10 #53

Open saleho27 opened 4 years ago

saleho27 commented 4 years ago

Hi, since it seems that you don't plan to update the icsopenvpn used by the project, then what can I do to make it compatible with Android 10?

Can you give us a guidence what to change in order to make it compatible with Android 10? Maybe from the .so files inside the jniLibs folder, the files inside assets folder, or something else that should be changed.

Thanks...

LatinCoder18 commented 4 years ago

I have the same problem

neetx10 commented 4 years ago

Yes, I faced it too.. do anyone know how we can solve it?

Clrkz commented 4 years ago

I think the best way to do is recompile it using latest ics openvpn, any hint how to do it?

CookieJarApps commented 4 years ago

What issues are there on Android 10? I'd be interested in fixing them.

Clrkz commented 4 years ago

What issues are there on Android 10? I'd be interested in fixing them.

Can you help us to rebuild this app with the official android ics openvpn https://github.com/schwabe/ics-openvpn not only for android 10 but for the future android version compatability, I successfully compiled the official ics openvpn but I have struggle in merging other modules and current UI from this repo. Looking forward with you. Thanks!

CookieJarApps commented 4 years ago

Sorry it's been a while - I haven't had time to look at this yet but I will soon.

Clrkz commented 4 years ago

I successfully rebuild this with a latest ics openvpn from https://github.com/schwabe/ics-openvpn and now it's working with my android 10 device, first I compile the original ics openvpn and put all libraries to this project also replace the whole ics openvpn package (de.blinkt.openvpn) and do some modifications and bug fixing.

CookieJarApps commented 4 years ago

Amazing! It'd be great if you could upload your version to GitHub, but I can replicate it myself too and possibly open a pull request for this project (with credit to you of course :) ).

byeno16 commented 4 years ago

I successfully rebuild this with a latest ics openvpn from https://github.com/schwabe/ics-openvpn and now it's working with my android 10 device, first I compile the original ics openvpn and put all libraries to this project also replace the whole ics openvpn package (de.blinkt.openvpn) and do some modifications and bug fixing.

Hi, can you share the project?

neetx10 commented 4 years ago

57 is for android 10 support have a look if anyone wants android 10 support.

hosseiniSeyRo commented 3 years ago

I successfully rebuild this with a latest ics openvpn from https://github.com/schwabe/ics-openvpn and now it's working with my android 10 device, first I compile the original ics openvpn and put all libraries to this project also replace the whole ics openvpn package (de.blinkt.openvpn) and do some modifications and bug fixing.

can help me please? how do you do this work?

hosseiniSeyRo commented 3 years ago

I solve this issue :) ( And I want to create a pull request for support android 10 and 11.

hosseiniSeyRo commented 3 years ago

use this PR for android 10 and 11 https://github.com/gayanvoice/android-vpn-client-ics-openvpn/pull/76 with some simple changes this repo support android 10 and 11