Hi all. I've recomplied android os for mini2440 x35 screen and ported successfully. And I plug the ethernet to it to transfer my hello android apps,i used telnet and gftp but it did not work. I ping to 192.168.1.230 and it success. i followed this tutorial to port android in my mini2440 http://mini2440vietnam.blogspot.com/2011/05/install-android-for-mini2440... May be i missing something?Anyone can help?
mini 2440 x35 ethernet problem..
I've got the same problem. The work around is to use the adb tool. If you do it from Windows, you can run the following commands from cmd: > set ADBHOST=192.168.1.230 > adb kill-server > adb shell And then you will have access to the adb console commands. Cheers