[android-porting] Re: validating the CDD section 5.3 requirements

2011-04-14 Thread Jackie
of input and output latencies. Note that this method does not isolate the individual input output components, nor does it distinguish the various kinds. For that you need to use one of the more accurate methods mentioned. On Apr 13, 10:50 pm, Jackie jackie...@gmail.com wrote: On Mar 15, 11

[android-porting] Re: validating the CDD section 5.3 requirements

2011-04-13 Thread Jackie
On Mar 15, 11:05 pm, Glenn Kasten gkas...@android.com wrote: For more accurate measurements of audio output latency, one method is to send an impulse through audio out at same time as a known low latency path (for example a level change on a GPIO parallel output pin), and compare the times

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-02-12 Thread Jackie Wu
2.6.25 and 2.6.27 on Eeepc1000h. I don't have 900sd so can not have a try. Thanks Jackie On Wed, Feb 11, 2009 at 8:59 PM, brian pang brianpan...@gmail.com wrote: But my i915 driver doesn't have modeset param. Besides, all the drivers in vendor/asus/eee_701 are inconsistent with my kernel. Is your

[android-porting] Re: about epc android driver

2009-02-11 Thread Jackie Wu
will encountered problems when you build image. The audioflinger needs libaudio.so, which should be created by the alsa_sound. You can follow to solve them one by one. Thanks Jackie (Weihua) Wu On Wed, Feb 11, 2009 at 2:25 PM, bo wang wangbo...@gmail.com wrote: Dear jackis , I think i have use

[android-porting] Re: about epc android driver

2009-02-10 Thread Jackie Wu
a CameraHardwareInterface (generate libcamera.so) to make camera work. You need to refer to the CameraHardwareStub.cpp Thanks Jackie(Weihua) Wu On Tue, Feb 10, 2009 at 11:34 AM, android-porting-epc wangbo...@gmail.comwrote: hi all, i porting android to epc 701sd , but sound cannot work

[android-porting] Re: Backlight adjustment on Eee PC and other platforms

2009-01-14 Thread Wu, Jackie
searching for some of them. How about symbol link? But in userspace, it seems not be able to create symbol link under /sys. Thanks Jackie It might not be unreasonable to have the generic power code check for /sys/class/backlight/... (scan, not look for hardcoded names like eeepc) and if it doesn't