Hello,It might be of interest that I found out that you cna connect to the ADB running on your device (Eken M001 and M003 should work) vir the following commands:adb connect <IPofDevice>:5555after that you canadb shellto have a shell or any other adb command.even DDMS wich enables you to view the logcat.I hope this helps the developers here.