Re: [android-porting] Re: Ethernet DNS

2009-11-02 Thread Prabhu Srivastava
: [android-porting] Re: Ethernet DNS To: android-porting android-porting@googlegroups.com Date: Sunday, November 1, 2009, 5:06 PM Hi, Would you mind telling me more detail? Thanks and Regards, King.S On Oct 30, 3:39 pm, Prabhu Srivastava p_srivast...@yahoo.com wrote: There are two ways

[android-porting] Re: Ethernet DNS

2009-10-30 Thread Prabhu Srivastava
There are two ways to debug this problem. a) Enable LOG in libnetutils: I did by changing LOGD message to printf. and do recompilation. ( not sure about better way) b) Attach wireshark and sniff for DHCP message Using about two methods of sniffing; check for DHCP REPLY message and make sure

[android-porting] Re: Compilation issue while adding library in external folder

2009-10-29 Thread Prabhu Srivastava
Manish, I do'nt see any reason why it is not compiling; i have done same in past; make sure you give correct name for lib. Prabhu --- On Thu, 10/29/09, Manish Sharma manishsharm...@gmail.com wrote: From: Manish Sharma manishsharm...@gmail.com Subject: [android-porting] Compilation issue while

[android-porting] Re: Browser download hangs

2009-10-29 Thread Prabhu Srivastava
I have got brower working on beagle board with different setup; Could you please share log from adb shell? Thanks Prabh --- On Thu, 10/29/09, Jesper Nordenberg megagu...@gmail.com wrote: From: Jesper Nordenberg megagu...@gmail.com Subject: [android-porting] Re: Browser download hangs To:

[android-porting] Re: how to create sdk from source code

2009-10-27 Thread Prabhu Srivastava
Below are steps required in case you want to compile individual application package in Android SDK. Steps === Go to build directory under Android cupcake directory Execute source source envsetup.sh Go to corresponding application directory Issue mm command to build the application only

[android-porting] Re: how to test sample applications

2009-10-27 Thread Prabhu Srivastava
you can use adb push to tranfer the files to your OMAP-BB. and run the application from minicom. Thanks Prabhu --- On Mon, 10/26/09, superspirit superspiri...@gmail.com wrote: From: superspirit superspiri...@gmail.com Subject: [android-porting] Re: how to test sample applications To: