I am almost done building a custom VPN app. The problem is that when I
connect to the VPN server, the code seems to be starting a proxy
daemon "SProxy_mtpd" and it fails giving the following error:

05-25 05:59:34.106: E/VpnService(712): onError()
05-25 05:59:34.106: E/VpnService(712): java.io.IOException: cannot
start service: mtpd
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.DaemonProxy.start(DaemonProxy.java:74)
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.VpnDaemons.startDaemon(VpnDaemons.java:106)
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.VpnDaemons.startMtpd(VpnDaemons.java:127)
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.VpnDaemons.startPptp(VpnDaemons.java:56)
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.PptpService.connect(PptpService.java:31)
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.VpnService.onConnect(VpnService.java:137)
05-25 05:59:34.106: E/VpnService(712):  at
com.android.server.vpn.VpnServiceBinder$2.run(VpnServiceBinder.java:
120)
05-25 05:59:34.106: E/VpnService(712):  at
java.lang.Thread.run(Thread.java:1096)

I know there are custom VPN apps out in the market, and so strongly
believe the concept of "Custom VPN App" is feasible.

Does anybody have any idea how to solve this error?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to