Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
Hi, can anyone check this patch? Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-portingFix compilation issue in Eclair of a2dp. Signed-off-by: Michael Trimarchi mich...@panicking.kicks-ass.org --- diff --git

[android-porting] Re: OMX Component Integration- Getting crashed at event handler callback during audio playback.

2009-12-04 Thread RaviY
You shouldn't be needing any changes in the callbacks. The callback functions are generic, and should work for all cases. Can you post the complete stacktrace? I would have expected the shared library names in the stack trace, and some address. -Ravi On Dec 4, 3:07 pm, guru guru.nav...@gmail.com

Re: [android-porting] Re: eclair patch for arm920 s3c244x family

2009-12-04 Thread Michael Trimarchi
Hi, Alexey Roslyakov wrote: Thanks, Michael, great work. Now bionic code (libc/arch-arm/*.s) is armv4-friendly. You can safely use original bionic/libc/Android.mk - optimized versions of memcpy, strlen and memcmp. Android will run faster a little bit;) I have redone a rebase and use

Re: [android-porting] Re: no response when touch the touchscreen

2009-12-04 Thread fanday
Hi Weber: We just change our code as bellow to get over it : On Dec 2, 10:01 pm, ?? ? tonypopso...@gmail.com wrote: hi,weber I got the same problem as you. It was some thing wrong with your screen driver. Maybe in your Framebuffer driver. Find the PowerManagerService.java modify the

[android-porting] Re: OMX Component Integration- Getting crashed at event handler callback during audio playback.

2009-12-04 Thread guru
HI Ravi, Below is the stack trace I/DEBUG ( 770): 407f1f2c I/DEBUG ( 770): 407f1f30 I/DEBUG ( 770): 407f1f34 I/DEBUG ( 770): 407f1f38 I/DEBUG ( 770): 407f1f3c ... .. .. I/DEBUG ( 770): 40807c34

[android-porting] Re: OMX Component Integration- Getting crashed at event handler callback during audio playback.

2009-12-04 Thread RaviY
From the stack trace, it looks like the crash is in the code that you added. You would have to debug further. Just curious, why are you trying to add a new AAC decoder library? -Ravi On Dec 4, 5:50 pm, guru guru.nav...@gmail.com wrote: HI Ravi, Below is the stack trace I/DEBUG   (  770):  

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
Hi, thanks, I'm not updated :( Michael -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: a2dp (WAS Re: [android-porting] fix alsa compilation problem Eclair)

2009-12-04 Thread Michael Trimarchi
Hi, Jim Ancona wrote: Michael, I'll try your patches this weekend. Since I assume you're willing to contribute your patches back to the AOSP, you might be better off discussing this in android-platform. Also, are you working against the eclair or master branch? I think all submissions to

Re: [android-porting] Re: no response when touch the touchscreen

2009-12-04 Thread Dianne Hackborn
All I see you is breaking an API so it no longer returns the right value. This works fine on all other devices afaik. We certainly wouldn't accept a patch like this... if you think there is a problem in the framework, you need to find out the -real- problem, not a random hack that happens to

Re: [android-porting] how to change focus on soft keyboard?

2009-12-04 Thread Dianne Hackborn
The platform currently doesn't support mouse input. And focus has no impact on touch event dispatching. On Thu, Dec 3, 2009 at 6:30 PM, abukustfan abukust...@gmail.com wrote: Hi, I use a keyboard-less device and would like use soft keyboard + USB mouse to input text. but I cannot change

[android-porting] Re: Testing OpenCore changes without linking Android

2009-12-04 Thread danny
Dear all same problem, look for help.. I also try testing video encoder with test_pvauthorengine, but it failed when parse input file. command is like this: # test_pvauthorengine -test 203 203 -source /data/ testoutput_IYUV_8k_16_mono.avi -output /data/test.mp4 -encV 0 Could anyone share me some

[android-porting] How to extract .properties files from third-party jar to apk file?

2009-12-04 Thread nowingfly
Hi All, I'm not sure if it is suitable to post this question here. I have an app with some 3rd-party jar references. When building in Eclipse, those .properties files in the jars are included in the generated apk with the help of ADT plugins. And the structure of the apk would look like as below:

[android-porting] Need Info on Porting Android

2009-12-04 Thread android_newbie
Hi All, Our ARM based embedded platform runs on linux-2.6.31 kernel version. We want to port android on top of it. We first want to boot the board with Android and then proceed with application development. After going though the android related websites the following is my understanding and

[android-porting] Re: Testing OpenCore changes without linking Android

2009-12-04 Thread danny
Dear all same problem. Looking for help... I have used test_pvauthorengine to test video encoder, but it failed when parse the input file. Could anyone share me some advice or link for how to run test_pvauthorengine correctly? Thanks in advance. Following is log, # test_pvauthorengine -test 203

Re: [android-porting] Re: no response when touch the touchscreen

2009-12-04 Thread fanday
Hi Dianne Hackborn : Our team are trying to fix this problem in kernel .But we can not get a clue .Would you give us some advise.By the way ,where can we get the DOC about Android power manager. Thanks!! fanday 2009/12/5 Dianne Hackborn hack...@android.com All I see you is breaking an API

Re: [android-porting] Re: no response when touch the touchscreen

2009-12-04 Thread dan raaka
I have ported android 2.6.25 to my s3c smdk6410,and the filesystem is donut Isn't Donut on 2.6.29 ? -Dan On Thu, Dec 3, 2009 at 7:18 PM, Weber qvbs...@gmail.com wrote: Thank you ,I have tried it but it still didn‘t work。 what do you mean by saying “fix the driver in the kernel”? My driver

Re: [android-porting] Re: no response when touch the touchscreen

2009-12-04 Thread fanday
Hi all: I reconfig my linux kernel and enable all the power manager configuration in power manager support and LCD driver .Now it works well .Android can get input event with out modifing Android's source code. Best regards! fanday -- unsubscribe: