Use this tag for questions regarding the development, building, etc. of ics-openvpn code.
Questions tagged [ics-openvpn]
14 questions
7
votes
3 answers
Android studio ics-openVPN building problem
I'm trying to build this openVPN for Android ics in Android studio:
https://github.com/schwabe/ics-openvpn
I followed the instruction of the README file and added CMake, LLDB, NDK and swig.
However it failed when I try to build the project, the…

Api Dudi
- 91
- 3
4
votes
2 answers
VPN is not connecting after uploading android app bundle(..aab) to play store
I am using ics-openvpn version 0.7.33 latest one. The app runs fine with .apk. But once I upload to Google play store through .aab then It's not connecting.
After installing the app from the play store, opens fine but on connecting throws…

jaykr
- 81
- 7
3
votes
0 answers
A problem occurred starting process 'command 'swig' while running OpenVPN Code
...
Execution failed for task ':main:generateOpenVPN3SwigskeletonDebug'
A problem occurred starting process 'command 'swig''
CreateProcess error=2, The system cannot find the file specified
...
these are that error while Executing the Open…

Kamran Khadim
- 161
- 2
- 7
2
votes
0 answers
how build OpenVPN + Stunnel warped android app
as you know for use openvpn + stunnel we need 2 apps ( openvpn ics + ssldroid for Ex )
like this link :
https://www.perfect-privacy.com/en/manuals/android_openvpn_stealth_ssldroid
i should exclude stunnel on app source ? if yes how can i exclude it…

mastering
- 21
- 1
1
vote
0 answers
Ovpn file integration with android
I have to access this file in the android studio on how to integrate this file.
I see this code on GitHub but I am not able to understand very much from this code.
Project link which I refer
Github project
anyone can help me in simple steps

Gaurav
- 171
- 1
- 13
1
vote
1 answer
Can't open ics-openvpn with android studio in mac
I clone OpenVPN project in ics-openvpn. And then I install NDK, CMake, swig(4.0.1), update git ... follow doc/README.txt and I open it with Android studio after that.
But when open the project with Android studio I can't see another package in the…

Hoa.Tran
- 935
- 10
- 26
1
vote
2 answers
Implement OpenVPN in Android
I recently bought a VPS to create a VPN application, but it looks like there isn't any tutorial anywhere about it.
I saw the ics-OpenVPN project on GitHub, but I don't have any idea how to use it!
How can I connect to a Linux server from my phone?

Sepehr Mohammadi
- 13
- 1
- 6
1
vote
1 answer
What happens to the VPN app if it gets killed?
This is a general question as I don't have enough understanding of the following scenario and unfortunately couldn't find anything on google that explains it.
Let's say I have an app that extends VPN Service, some async tasks, some threads to read…

Mike
- 147
- 2
- 16
1
vote
1 answer
Android ics-Openvpn
I'm building the open source project https://code.google.com/p/ics-openvpn/
The readme file says: "Disable Google breakcode (WITH_BREAKPAD=0 in jni/Android.mk)"
how can I perform this action?

user1071138
- 656
- 3
- 12
- 30
0
votes
0 answers
AUTH_FAILED OpenVPN
I have been OpenVPN client for about 2 years and now when I'm trying to connect it says that,
2022-03-21 13:14:13 AUTH: Received control message: AUTH_FAILED
2022-03-21 13:14:13 SIGUSR1[soft,auth-failure] received, process restarting
2022-03-21…

Thasun Baddage
- 11
- 1
0
votes
1 answer
Failed to build ics-openvpn in Windows 10
I am try to build ics-openvpn on Windows 10 by Android Studio 4.2.1. I have installed cmake, ndk and sdk and successfully run the first gradle build (Sync project with gradle files). Unfortunately, I am not able to build the main. Below are the…

Kaguya
- 21
- 2
0
votes
2 answers
openvpn LDAP authentication with Group
I have openvpn installed on ubuntu 19.04 and I am using the plugin "openvpn-auth-ldap.so" for authentication, I can authenticate users from an Organization Unit in my active directory in windows server 2012 but by trying to further restrict access…

Arturo Díaz
- 23
- 8
0
votes
1 answer
Create custom openvpn for android client to generate private key in TEE
I want to create a custom OpenVpn For Android client that satisfies my requirements. In typical mode , clients have a configuration file (.ovpn file) that they use to connect to OpenVpn server. Authentication procedure can be either…

ofskyMohsen
- 1,121
- 1
- 12
- 26
0
votes
1 answer
Error In ICS VPN Android Github Library By Kghost
I'm implementing VPN Clinet App using this link
https://github.com/kghost/ics-openvpn
I've implemented all classes and ndk, jni folder. but i'am getting the following error. Can you tell me where i am wrong, I know little bit about NDK programming.…

vimaljaingoyal
- 17
- 5