hi , i had boot android on TI8168EVM and enabled Ethernet using netcfg command .
i install Market app using ADB tool , when i trying to open Market app , i got the error massage as below
"unable to open connection to server "
Am i missing something ?
I am assuming that you are using GingerBread release.
In that case this behaviour is expected as the ethernet functionality is not well integrated with the Android Connection Manager.
--------------------------------------------------------------------------------------------------------- Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
hi ,could you please describe how to integrate ethernet function into Android Connection Manager ?
There is some work done in Linaro Android Project for this. You may wish to port the same.
Please note that we have not tried this out ourselves and so the patches may not apply directly to the TI DevKit sources.
http://android.git.linaro.org/gitweb?p=platform/frameworks/base.git;a=shortlog;h=refs/heads/linaro_android_2.3.5
http://android.git.linaro.org/gitweb?p=platform/packages/apps/Settings.git;a=shortlog;h=refs/heads/linaro_android_2.3.5
http://android.git.linaro.org/gitweb?p=platform/build.git;a=shortlog;h=refs/heads/linaro_android_2.3.5
hi ,
i refer to the page as below for add Ethernet Configuration Manager .
http://android.git.linaro.org/gitweb?p=platform/frameworks/base.git;a=commit;h=a08dc19c13967d6efa54443c21918288d5fb4178
http://android.git.linaro.org/gitweb?p=platform/frameworks/base.git;a=commit;h=82a85fb4b6e943ee3ae5ed4046263b6253f88af6
but when i re-build android filesystem , i got the error messages .
# make TARGET_PRODUCT=ti816xevm OMAPES=6.x
Did you integrate all the patches and not just the ones in frameworks/base? Did you face any problems integrating the patches?
I prefer to have a clean rebuild (delete out/ directory) when frameworks/ is modified to minimize any conflicts due to obsolete files.
Could you please explain how to integrate patches in detail ?