On Nov 30, 9:07 pm, James Black <[email protected]> wrote: > Is your code running on the UI thread? >
No, my code is running on a separate thread created by my VpnService class. However, I figured out what was wrong. Turned out my ICS version does not insert tun.ko automatically. When I did the insmod myself and ran the application, it all worked perfectly. -Kristian -- 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

