Re: [android-porting] Re: Wifi fails on "Obtaining an IP Address"

2011-08-26 Thread john halewood
On 26 August 2011 16:50, weihongcsu li wrote: > Anyone knows?Any suggestion will be appreciated.I have a new logcat with > more debug msg: > click connect #3 (lots of snips) > I/ActivityManager(  200): Low Memory: No more background processe

Re: [android-porting] Beagleboard video output

2011-07-04 Thread john halewood
On 4 July 2011 12:00, Vivek Mehrotra wrote: > I have recently purchased a Beagleboard xM and am aware of its video > output as only DVI-D (with HDMI connector) and I should use DVI-D or > HDMI supported monitor. However, since I do not have such monitor > (have VGA LCD monitors) and would not want

Re: [android-porting] how to port android into arduino

2011-02-14 Thread john halewood
On 15 February 2011 00:54, diegonimus wrote: > Hello: > > I wonder if it is possible to port android to arduino board, and if it > is posible if you can help me to do it ermmno is the simple answer. Look at the specifications of the arduino board and you'll see that there's only a microcontro

Re: [android-porting] What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-07 Thread john halewood
I think you need to understand the OSI 7-layer model properly. If you remove IPV6 from the kernel then there is no support for IPV6 in the application - it doesn't make any difference to the code in the app, the support is not there at a lower level. Same way as if you remove kernel drivers for wif

Re: [android-porting] Re: attempting to build gingerbread

2010-12-22 Thread john halewood
On 22 December 2010 14:39, Kelvin wrote: > I've found that my git has a lot more files missing than first > thought. I am recommend that I re "repo init" the master branch and > not the gingerbread branch like I first tried. Hopefully I get the > files I am missing now. I will report back to mysel

Re: [android-porting] How to rebuild library in Android repository

2010-08-27 Thread john halewood
On 27 August 2010 08:30, Tung Dang wrote: > Hi all, > > I modify the libjpeg inside android repo Froyo/external/jpeg/ > > How do i rebuild the library in a faster way, rather than go to the Froyo > folder and run make to rebuild the whole system. > > I try go into the jpeg folder and run "make" bu