[android-porting] Re: Try low-latency on Android AudioFlinger

2012-09-21 Thread Zingo Andersen
Here is someone that all so played with this: http://arunraghavan.net/2012/01/pulseaudio-vs-audioflinger-fight/ Den fredagen den 21:e september 2012 kl. 11:44:11 UTC+2 skrev czheng: > > Hi guys, > As we know, android audio passthrough latency is not good, many devices > have 150ms-250ms total la

[android-porting] Re: Customising Splash Screen in ICS

2012-09-21 Thread Luccio
Hi, i have the same problem, any issues? Thanks for help Best Regards Le mardi 18 septembre 2012 07:35:17 UTC+2, Shivan a écrit : > > Hello All, > > I would like to customize splash screen , in ICS over snowball. > Can anyone help me , where to make modifications in android source code, >

[android-porting] Re: Porting a touchscreen to JB

2012-09-21 Thread Weston Weems
Are you sure the driver is sending up the correct events? Fire up get event with: adb shell su -- getevent -lt /dev/input/event1 make sure the commands that are comming in, are what your idc/keymap are expecting... more info on that here: http://source.android.com/tech/input/getevent.html Westo

[android-porting] Re: Porting a touchscreen to JB

2012-09-21 Thread ffxx68
Hi cnet, yes, that's what I've also done. Indeed looks like the kernel driver isn't the main problem, I think... Here's what I've achieved so far. I've introduced the .idc file for the touch device, so it gets recognized as an actual "touch" screen, not as a "pointer" pad. Then I've set the "s

[android-porting] Try low-latency on Android AudioFlinger

2012-09-21 Thread 郑诚
Hi guys, As we know, android audio passthrough latency is not good, many devices have 150ms-250ms total latency. This is unacceptable on realtime applications. And I heard Fastmixer in JB didn't get dramatically improvement on it. So, I tried some ways on ICS to make audio flinger more stable an

[android-porting] CM10 Builds Have No ADB

2012-09-21 Thread Matt Bloomfield
Hi everyone I'm new to building and Linux etc, but am starting to learn all the basics! I have built CM10 and Evervolv from source, both of which have no ADB functions. The cmd comes up with when trying to run logcat, and when adb devices I get an empty list of devices. I have also built Para

[android-porting] Re: Porting a touchscreen to JB

2012-09-21 Thread cneth
You need to add a .idc file for each TouchScreen that defines it's characteristics: http://source.android.com/tech/input/input-device-configuration-files.html -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting