[android-porting] YUV to MPEG image conversion

2011-01-31 Thread maya
Hello , Presently i am working on YUV to MPEG type conversion of a image captured.How to do this by using the V4L2 api?i am working on mydonut version of Android. Thank you, Maya -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Reg: Develop Android Device Driver for s3c2440

2011-01-31 Thread Nimmi
Hi, I am new to develop android device driver for s3c2440 samsung board. What should i know before developing android driver. In my system installed Linux 2.6.21.5 version and I am having arm cross compiler. In this (s3c2440) board already uboot is loaded. Please Let me know the procedure to

[android-porting] Re: Reg: Develop Android Device Driver for s3c2440

2011-01-31 Thread nirmala.a
Nimmi wrote: Hi, I am new to develop android device driver for s3c2440 samsung board. What should i know before developing android driver. In my system installed Linux 2.6.21.5 version and I am having arm cross compiler. In this (s3c2440) board already uboot is loaded. Please Let me know the

[android-porting] Re: Failed to get froyo

2011-01-31 Thread koby.fr
Hi. I've seen the same questions about froyo and other un-repo-init-able branches, since the beginning of 2010. Always the same answer repo init -u ... -b froyo, which of course, is not working anymore. Has anyone an answer? How do I get a list of gittable/initable android branches/tags/

[android-porting] Re: Failed to get froyo

2011-01-31 Thread koby.fr
I think I got it. See the list of heads in http://android.git.kernel.org/?p=platform/libcore.git;a=heads I've selected -b froyo-plus-aosp, and repo init + repo sync seem to be working. Good luck Koby On Jan 30, 11:30 pm, lakshman.b...@gmail.com wrote: Hi All, I'm trying to do fresh checkout

[android-porting] PIN / Password screen has no forgot password button

2011-01-31 Thread Soumya
Hi, Recently what I have been wondering is that why forgot password button has not been added onto PIN Password lock screens. Thought that they would be supported in Gingerbread but I guess it is not done too here. Can someone please state the reason as to why such a stand has been taken by

Re: [android-porting] problem with use /system/bin/rild dynamically

2011-01-31 Thread Hamilton Vera
Please make sure that these devices are able to understand AT commands. []'s Hamilton Vera On Mon, Jan 31, 2011 at 8:06 AM, Acmee acmees...@gmail.com wrote: Hi All, i have a 3th party ril, and have used it's switcher to load this xxx_ril.so succesfully. and i use: # /system/bin/rild -l

Re: [android-porting] problem with use /system/bin/rild dynamically

2011-01-31 Thread PingZhen Zhang
My Devices is G1, rooted, and there is another App could switch ril . So, i think my device is ok. On Tue, Feb 1, 2011 at 2:28 AM, Hamilton Vera hamilton.lis...@gmail.comwrote: Please make sure that these devices are able to understand AT commands. []'s Hamilton Vera On Mon, Jan 31,

[android-porting] Re: Failed to get froyo

2011-01-31 Thread freakingtux
Hi, On Monday, January 31, 2011 2:43:58 PM UTC+1, koby.fr wrote: I think I got it. See the list of heads in http://android.git.kernel.org/?p=platform/libcore.git;a=heads I've selected -b froyo-plus-aosp, and repo init + repo sync seem to be working. But how to you know if this the

[android-porting] How to start pppd in froyo?

2011-01-31 Thread lnxarm
Hi, Google removed PPPD in froyo. So how to start pppd? I know one way is pppd + chat, is this regular way? When I ported reference-ril.c, i can see all the AT commands are executed. And the last one is ATD*99***1 and return Connect 384000 Here is the logcat: D/AT ( 2487): AT ATD*99***1#

Re: Re: [android-porting] problem with use /system/bin/rild dynamically

2011-01-31 Thread lnxarm
-d /dev/socket/rild is wrong. try /dev/ttyUSB(*) make sure your device driver is loaded. 2011-01-31 lnxarm 发件人: PingZhen Zhang 发送时间: 2011-01-31 15:20:36 收件人: Hamilton Vera 抄送: android-porting 主题: Re: [android-porting] problem with use /system/bin/rild dynamically I have