Hi, I was able to install Android 2.3 on my mini6410 but I haven't managed to get ADB running. Can you help me? Thanks, Markus
Anyone who got ADB working on the mini6410?
Hi Markus, I have Android 2.3 running on my Mini6410 and can debug apps with Android Eclipse. Which OS are you using? I have this running with Linux and have not tried Windows yet. I know with Windows you need to install the Google USB drivers that you can download with the ADT pluging in Eclipse. Cheers Dave...
Thanks for your reply. Indeed I got another board working without any issues. Maybe it's just that board that is broken.
hi, i had the same problem, so i created a script that lets the ADB listen on tcp port 5555 and restart the Ethernet connection: setprop service.adb.tcp.port 5555 stop adbd start adbd netcfg eth0 dhcp ifconfig eth0 down ifconfig eth0 up
hi I plan to buy an mini6140. But before doing this I would like to know if the "adb" is working with the default kernel provided for android? Thanks,