[android-porting] Re: Android on the OLPC XO1 - Settings screen not working

2009-08-10 Thread Gani Bhagavathula
Thanks Shyjumon, I had tried that and surprisingly - every other message in the logcat is about being "Out of Memory"! The OLPC has 256 MB of RAM. I thought that should be OK - But Surfaceflinger runs out of memory, new programs cannot load because of being out of memory etc., I wonder if thats

[android-porting] Re: Android on the OLPC XO1 - Settings screen not working

2009-08-09 Thread shyjumon
Hi Gani For the application or services related debug you can run "/system/bin/logcat" . It will tell you exactly what is causing the issues. Also for the screen flickering issue, you have a look on the frame buffer in the kernel source. If i remember correctly you can check the "fbmem.c" file.