About music recording

2009-04-09 Thread John Cola
When I record an audio(file name:recording22110.amr), the file can save into SD card via Android default application MMS-menu-Attach- Record Audio, I can record this audio and play it!! But when I go back to Music List, I can't find it in the music list. After re-insert SD card I still can not

Re: openCore and run_pe_test unit tests

2009-04-09 Thread raj.10788
Hi All, I build the whole Android source and replaed my SDK built images with my custom bilt images. Now I can able to run the test cases. But I can;t able to play the dat files in the Media Player. Thanks raj On Apr 8, 5:00 pm, Girish htgir...@gmail.com wrote: Paste the logs so tht ppl can

how to see the open core unit test case results from output dat files.

2009-04-09 Thread raj.10788
Hi, I successfully executed the Open core unit test cases given in the open core. as per the given guide it is creating the .dat file in the working directory. When I try to play that file in the yup viewer I can able to see some colors. There s no audio and there is no video in that...

how surface flinger support MSM7210 BGRA8888 format

2009-04-09 Thread tom
my h/w platform is MSM7210 which has BGRA format, not RGB565, however surface flinger only support RGB565 format. how do I get it work? and more, how does the color conversion work? it is in copybit? or in pixelflinger? thanks --~--~-~--~~~---~--~~ You

Re: About music recording

2009-04-09 Thread chrisk
The media scanner (AFAIK) only scans at boot time. This is probably why you don't see the recorded file appear until later. I will defer and let somebody more knowledgeable answer for sure. -Chris On Apr 9, 4:31 am, John Cola jt...@marvell.com wrote: When I record an audio(file

Re: CONTROL_LOCATION_UPDATES permission failure

2009-04-09 Thread Mike Lockwood
The CONTROL_LOCATION_UPDATES permission has: android:protectionLevel=signature, which means only applications built into the system image can have this permission. Mike On Thu, Apr 9, 2009 at 2:17 PM, alexdonnini alessdonn...@gmail.com wrote: Hello, Although the manifest file in my

premultiplied alpha

2009-04-09 Thread hackerEnthusiast
Hey there, Is it possible to have the android framework output unmultiplied alpha? If so, could it be done in the current framework by simply changing the config? I understand that this change would mean a big hit in performance, just wondering how flexible is the current framework. Thanks!