kiah2008 / android-openvpn-installer

Automatically exported from code.google.com/p/android-openvpn-installer
0 stars 0 forks source link

Incorect binary installed after gui selection #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After selecting to install openvpn binary configured tu use 
/system/xbin/ifconfig from gui, wrong version is installed (in logs there are 
"/system/xbin/bb/ifconfig not found" errors).

There is typo error in OpenVPNInstaller.java file - wrong binary files in "case 
1:" and "case 2:" lines #173 and #177. Correct values are shown in lines #159 
and #160.

https://code.google.com/p/android-openvpn-installer/source/browse/src/de/schaeuf
felhut/android/openvpn/installer/OpenVPNInstaller.java#156

Original issue reported on code.google.com by tslo...@gmail.com on 2 Dec 2012 at 11:06