Re: [android-porting] running a script from init.rc

2012-04-25 Thread Harish V
Hi Matthias, Thanks for your response. I got the syntax sorted out now: service my_sh /system/etc/my_sh.sh class main #user root #group root oneshot With this, I do see the service kicking in. The next challenge is how do I get the script to work. Say if I want to cd

Re: [android-porting] Need info on stagefright codecs

2011-06-22 Thread Harish V
Start by looking into OMXCodec.cpp and follow any codec... On Wed, Jun 22, 2011 at 8:58 AM, James Coggan james.cog...@gmail.comwrote: Guys, Help me out here, Im porting cyanogenmod to a gingerbread already tablet, ive got everything working but the codecs How to make stagefright loads the

Re: [android-porting] UUID association problem

2010-05-03 Thread Harish V
Hi Deva, Yes, sorry I forgot to respond. This is *solved* yes I had misread the .pdf which explicitly says that I have to use that OMX_INTERFACE_ID. I'm past this problem and tackling another one (not able to get my OMX_Init( ) function pointer). btw, is there a way to close an issue? Thanks

Re: [android-porting] UUID association problem

2010-05-03 Thread Harish V
at http://git.omapzoom.org/?p=platform/hardware/ti/omx.git;a=tree;f=core_plugin is there a way to close an issue? you meant OMX_Init() issue or UUID issue?? On Mon, May 3, 2010 at 9:15 PM, Harish V harishv.athr...@gmail.com wrote: Hi Deva, Yes, sorry I forgot to respond. This is solved