Hello, I know that the option is present in the android settings but i need to manage this in my app. Someone know if there is a way to enable or disable programmatically the internal arduino communication on the DUAL and QUAD boards ? Thanks !
Ok i find my answer, thanks to Francesco : http://www.udoo.org/forum/threads/udoo-android-autostart.5140/#post-23604 If this can help someone, I run the command in my app via : Runtime.getRuntime().exec("setprop persist.udoo_enable_adk true"); This thread can be close.