I want to create an application that runs on Android and uses Raw Sockets. I see there isn\'t any raw socket support in the java.net.* or the android.net.* libraries. Are
As far as I know it's not possible on Android. Not in java nor c/c++ due to security reasons(I guess), the only possible solution would be through some hack with root access. I've been searching for a way as well but never found anything.