Re: [android-porting] disable the hardware overlay in android

2011-11-14 Thread ESL_Phani RajKiran
> > Hi Saurav You can disable h/w acceleration by setting the system property debug.sf.hw to 0. 125 // debug: disable h/w rendering 126 char property[PROPERTY_VALUE_MAX]; 127* if (property_get("debug.sf.hw", property, NULL) > 0) *{ 128 if (atoi(property) == 0) { 129 LOGW("H/W composition disabl

[android-porting] disable the hardware overlay in android

2011-11-14 Thread Saurav
> Hi fellows, > > Is there any way to disable the hardware overlay in android phones and do > the rendering of videos as is it done for other applications using > framebuffer. I have source code of GingerBread but not sure how to go > about it. Any idea or clue will be of uttermost help !! > > > T