Re: [android-porting] Camera preview frame rate very low

2011-03-04 Thread HR Staffing IEL
*REPLY BACK WITH YOUR UPDATED RESUME IF INTERESTED.* * * *INFOTECH ENTERPRISES LIMITED,* *ELECTRONICS CITY,* *BANGALORE.* * * * * *Embedded Software Requirements for Bengaluru* * * *Position: Engineers/Leads* *Job Location: Bangalore.* * * B.E/B.Tech or M.E/M.Tech in ECE/EEE/CSE with 3

[android-porting] Re: How to setup oprofile for the emulator?

2011-03-04 Thread 某因幡
The log looks like: qemu: fatal: Unimplemented cp15 register write (c9, c12, {0, 0}) R00= R01=1791a2cf R02=c0028000 R03=000e R04=c0028000 R05= R06=002eda00 R07= R08=c01ed584 R09= R10= R11=df3ebe0c R12=df3ebe10 R13=df3ebdd0 R14=c01ee4e4 R15=c01eecac

Re: [android-porting] How to run insmod during boot-up?

2011-03-04 Thread Amit Pundir
On Fri, Mar 4, 2011 at 11:48 AM, Lay lightai...@gmail.com wrote: Hi Android Porters, I would like to insmod 2 driver modules during boot-up. I tried adding the following lines to init.rc insmod /system/lib/modules/rt2x00lib.ko insmod /system/lib/modules/rt2x00usb.ko They do not seem to

Re: [android-porting] How to run insmod during boot-up?

2011-03-04 Thread Sean McNeil
Most likely, you are attempting to do them in the init.rc before the /system volume is mounted. On 3/4/2011 3:23 PM, Amit Pundir wrote: On Fri, Mar 4, 2011 at 11:48 AM, Laylightai...@gmail.com wrote: Hi Android Porters, I would like to insmod 2 driver modules during boot-up. I tried adding

Re: [android-porting] Re: RIL Issue for Making GSM call

2011-03-04 Thread animesh arora
Hi Arrin/Moffiou Please tell me clearly i what i need to comment out,are you telling about to comment out the particular SIMIO related AT Command. Tell me is there possiblity of blocking GSM AT interfaced channel,so i am not able to call.If yes tell me how we can test it out wheather it is got

Re: [android-porting] Re: RIL Issue for Making GSM call

2011-03-04 Thread arindam das
animesh, i could not see any AT log please enable the logs first and collect one second thing is comment out sim_io On Fri, Mar 4, 2011 at 5:58 PM, animesh arora animesharora...@gmail.comwrote: Hi Arrin/Moffiou Please tell me clearly i what i need to comment out,are you telling about

Re: [android-porting] Re: RIL Issue for Making GSM call

2011-03-04 Thread animesh arora
where we can enable AT log message by default it is coming for RIL layer,i dont know where we can enable for JAVA layer which i am getting after pressing the call button. On Fri, Mar 4, 2011 at 6:04 PM, arindam das das.ar...@gmail.com wrote: animesh, i could not see any AT log please enable

[android-porting] How add my own new codec to Android

2011-03-04 Thread Akash Guttedar
Hi I'm very new to Android. Now i need to work on Adding my own codec to Android.I mean, I want to know what all the steps i need to take to add my own codec to android. I'm very fresh to this i need some basic things, so can someone please explain the steps I need to take in order to add a new

[android-porting] Re: RIL Issue for Making GSM call

2011-03-04 Thread Maffiou
Hello Ani. I'm assuming your using the reference ril... The simplest way of removing sim ios is to comment the case RIL_REQUEST_SIM_IO in onRequest in hardware/ril/reference-ril/ reference-ril.c Not sure it will solve your issues, but I think it is worth a try. M. On Mar 4, 12:28 pm,

[android-porting] Re: How add my own new codec to Android

2011-03-04 Thread Glenn Kasten
codec has many meanings (see http://en.wikipedia.org/wiki/Codec ), so I'll assume you mean a lossy or lossless codec for audio/video media such as MP3, AAC, H.264, etc. I don't have a step-by-step checklist, but recommend reading this code in frameworks/base/media/ libstagefright/ :