From ff3ea5334e94ed94b92839e61a543de67d3573fa Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 3 Aug 2015 18:17:08 +0200 Subject: For upgrade the binaries need to be called different ... --- main/src/main/java/de/blinkt/openvpn/core/NativeUtils.java | 1 - main/src/main/java/de/blinkt/openvpn/core/VPNLaunchHelper.java | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'main/src') diff --git a/main/src/main/java/de/blinkt/openvpn/core/NativeUtils.java b/main/src/main/java/de/blinkt/openvpn/core/NativeUtils.java index 27c9120a..42f5b85d 100644 --- a/main/src/main/java/de/blinkt/openvpn/core/NativeUtils.java +++ b/main/src/main/java/de/blinkt/openvpn/core/NativeUtils.java @@ -15,7 +15,6 @@ public class NativeUtils { static native void jniclose(int fdint); static { - System.loadLibrary("stlport_shared"); System.loadLibrary("opvpnutil"); if (Build.VERSION.SDK_INT== Build.VERSION_CODES.JELLY_BEAN) System.loadLibrary("jbcrypto"); diff --git a/main/src/main/java/de/blinkt/openvpn/core/VPNLaunchHelper.java b/main/src/main/java/de/blinkt/openvpn/core/VPNLaunchHelper.java index d485a687..d3a94c96 100644 --- a/main/src/main/java/de/blinkt/openvpn/core/VPNLaunchHelper.java +++ b/main/src/main/java/de/blinkt/openvpn/core/VPNLaunchHelper.java @@ -20,8 +20,8 @@ import de.blinkt.openvpn.R; import de.blinkt.openvpn.VpnProfile; public class VPNLaunchHelper { - private static final String MININONPIEVPN = "nopievpn"; - private static final String MINIPIEVPN = "pievpn"; + private static final String MININONPIEVPN = "nopie_openvpn"; + private static final String MINIPIEVPN = "pie_openvpn"; private static final String OVPNCONFIGFILE = "android.conf"; -- cgit v1.2.3