Re: [android-porting] share via bluetooth option in IceCream Gallery

2012-10-10 Thread Pavan Savoy
On Wed, Nov 30, 2011 at 3:34 PM, Pavan Savoy wrote: > On Wed, Nov 30, 2011 at 3:31 PM, Jaikumar Ganesh wrote: >> This is a problem with the Gallery apk. The Gallery folks are aware of the >> issue. This seems to exist even on JB release, any ideas as to why this seems to happen ? with the 1st ap

[android-porting] Re: Jellybean release for Beagleboard and Beaglebone

2012-10-10 Thread Wendell Gong
Hi, I want to enable DSP to accelerate video playback. I find the "DSP Stack Integration" for gingerbread http://code.google.com/p/rowboat/wiki/DSP. Is there an instruction for JB? Thanks! On Monday, August 20, 2012 6:51:05 PM UTC+8, khasim wrote: > > Hello all, > > We have released a pr

[android-porting] Re: Stop Android resetting system time on power up

2012-10-10 Thread BenH
OK problem solved. Was easier than I thought, just needed to remove "sysclktz 0" from init.rc -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Is there a way to programmatically(Java or C/C++) enable/disable the second cpu core?

2012-10-10 Thread Glenn Kasten
No, there's no API that I'm aware of. It's the job of the governor / power management system to spin up the right number of cores and configure voltages and clock frequencies depending on workload, battery status, charger status, etc. On Tuesday, October 9, 2012 1:27:31 AM UTC-7, Zheyu Jin wro