[android-porting] Re: Media Framework

2010-03-30 Thread praj
A brief answer: Grep for this UUID in opencore dir "0x1d4769f0,0xca0c,0x11dc,0x95,0xff, 0x08,0x00,0x20,0x0c,0x9a,0x66" Eg in pvplayer.cfg (libopencore_rtspreg.so <- opencore/modules/ linux_rtsp/node_registry) Also grep this "PVMF_MIME_DATA_SOURCE_RTSP_URL" libopencore_rtspreg.so loads into mem:

[android-porting] mimetypes

2009-12-14 Thread praj
Hi, Does anybody know the mimetype for G722 encoder in AuthorEngine ? The codecs are loaded through a .cfg file in /etc folder. Is there a way to list all available codecs? -praj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

[android-porting] Re: Mounting SD card in Android 1.6 for OMAP3530

2009-12-01 Thread praj
Try these after mounting manually- setprop EXTERNAL_STORAGE_STATE mounted am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard On Nov 30, 9:48 am, Fasil wrote: > Hi, > > I have ported Android 1.6 on OMAP3530 and seems I getting a > weired problem with auto

[android-porting] Re: Gallery: "Low Memory: No more background processes."

2009-11-25 Thread praj
Try booting in VGA resolution. Gallery should work fine atleast in that mode. On Nov 25, 12:17 pm, Dianne Hackborn wrote: > I strongly recommend you not change those values unless you know what you > are doing. > > Look in the kernel log to see if the Android out of memory killer is killing > th

[android-porting] Re: PV Architecture Question

2009-11-18 Thread praj
Hi, My understanding is that the PV engines (author/player) have a max of 3 nodes possible. Depends on whether Jeff wants to use the engine as it is or does he want to implement a new/modified engine with any number of nodes in it. regards. On Nov 17, 8:14 pm, RaviY wrote: > That is incorrect

[android-porting] Re: how to test sample applications

2009-10-27 Thread praj
Use 'am start -a ... -n ...' command to run the apps. You should know package name and name of the activity class. On Oct 27, 9:44 am, superspirit wrote: > hi Isaac, i know commands to install a application i.e  adb install > . > i want know how can i invoke a application from command line (adb

[android-porting] Re: V4L2 Camera interface

2009-10-01 Thread praj
Hi Harish, I'm trying out something similar. I'm able to see /dev/video0. Can you pass me a link to the V4L2 patch? Thanks in advance. On Sep 13, 1:55 pm, Harishkumar V wrote: > Hi, > i am using logitech webcam > > Thanks and Regards, > HarishKumar.V > > On Wed, Sep 9, 2009 at 4:00 PM, deepa