I have been looking for a way to use the point to point protocol in an android application, but I didn't succeed. I firstly checked if the module is supported by my tablet kernel, and so, I executed "pppd" with the right parameters after connecting through USB with my PC (adb). The android kernel did recognize the command but it displayed this message :
This system lacks kernel support for ppp
So I looked for a Java implementation of the point to point protocol and I was surprised that I couldn't find it (apart for an implementation on TINI). I so have two questions: the first one is if there is any way to use the ppp daemon on android without the need to root it or use the NDK. The second one is if there is a Java implementation of this protocol. Thanks for all your help, I really need it.