The following code throws "java.net.BindException: bind failed: EACCES (Permission denied)" on a rooted tablet:
DatagramSocket ds = new DatagramSocket(67);
I thought binding to privileged port 67 was allowed on a rooted device. Could anyone shed some light on this?