I was using Feat VPN, when suddenly it wouldn't connect anymore. I uninstalled the app and wiped its data, then tried to reinstall it and run the set-up. However it stopped and failed on TUN Device Start 2 of 2.
I then checked the log on the app. It showed 'uncaught.exception.java.lang.illegalargumentexception`.
I also checked other forums and tutorials. They said check my /dev/tun
file and make sure that its permission is set to rw-rw----
and ownership to uses= system
and group=vpn
. I did and it was already set to said permissions.
My brother and I have the same phone model. I tried to look for /dev/tun
(hoping that I could copy/paste to my phone), but his phone doesn't have a tun file. However, he also uses Feat VPN. Can someone explain to me what is happening? My phone runs on Android ICS 4.0.4.
LOGCAT: http://pastebin.com/Zd97gecr
adb logcat > /sdcard/logcat.txt
, thenadb pull /sdcard/logcat.txt
, open it up, copy paste into your question above. You need to run this at the point of running the setup of Feat VPN, to ensure that pertinent log is captured. – t0mm13b Jul 31 '13 at 14:48