[android-porting] Condition compile for the Android JAVA code

2011-03-09 Thread Matt Shao
Hi guys: As a fresh man to the JAVA and Android. I wonder is there a official way to pass the BoardConfig.mk value to the JAVA source code? For instance, I have modify some code in the PowerManagerService.java and hope my modification code can be condition compiled according to the project

[android-porting] Re: android fails to mount nand yaffs2 system image

2011-03-09 Thread Srikant
Is mounting SD card using EXT3 is not required if you boot from SD card? Barry, May be the development board NAND and your NAND are both same? Check the NAND driver logs for both. Make sure the fastboot commands are passed without any errors. If your board has boot loader present already, then

[android-porting] Re: Android voice change pitch settings and key

2011-03-09 Thread Glenn Kasten
Android AudioTrack Java API, and the corresponding Android native audio OpenSL ES AudioPlayer with PCM buffer queue source, both support modification of playback rate combined with a corresponding change in pitch. But they do not support pitch correction without changing playback rate, or changing

Re: [android-porting] Kernel source for Telechips based tablets?

2011-03-09 Thread hedwin
Well the tablet manufacturer must provide the source, did you ask them? On Wed, Mar 9, 2011 at 7:02 AM, mirsev mir...@gmail.com wrote: Hello, Does anybody have the kernel source for any Telechips TCC89/91/92XX based tablet like Augen Gentouch78, BBlabs, Dawa7, or iMito iM7? Thank you.

Re: [android-porting] Kernel source for Telechips based tablets?

2011-03-09 Thread mirsev
They must but they don't. Personaly, I tried to contact bblabsusa.com without success. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Dell Latitude E5500 slow video playback

2011-03-09 Thread Chris Furlough
Hey guys. I have a Dell Latitude E5500, with Intel i915 video. I built, and installed Android without any problems, but when playing an MP4 video though a small app, I have a couple of problems. Using a simple VideoView, the video only plays in the top left of the window (0,0) in a box

[android-porting] Dell Latitude E5500 slow video playback

2011-03-09 Thread Chris Furlough
Hey guys. I have a Dell Latitude E5500, with Intel i915 video. I built, and installed Android without any problems, but when playing an MP4 video though a small app, I have a couple of problems. Using a simple VideoView, the video only plays in the top left of the window (0,0) in a box

[android-porting] Home / Menu / Back button on touchscreen

2011-03-09 Thread bryan
Hi All, My Android platform does not have any physical button except the power key. I meet a problem on porting the Home / Menu / Back button on touchscreen. I already searched the keyword to sdudy this issue in this group and found a similar discussion: