Re: [android-porting] Getting problem in keypad

2010-09-27 Thread xingchao wang
2010/9/6 amar nath > Hi, > > I am using eclair on samsung s3c6410 platform. keypad driver got loaded > while running kernel > > android init > mice: PS/2 mouse device common for all mice > input: keypad as /class/input/input0 > keypad keypad: Keypad Interface d

Re: [android-porting] Re: ALSA and Audio: Unable to attach mixer to device AndroidOut: No such file or directory

2010-09-13 Thread XingChao Wang
2010/9/13 yogi > Its playing sound properly, actually my asound.conf was not proper as > I am using external audio driver. > > Hi yoji, would you please show us what exactly the root cause? I want to check whether it's the same problem with mine. --thanks wxc200 > > On Sep 13, 8:21 am, ani

Re: [android-porting] Re: Froyo source code

2010-06-12 Thread xingchao wang
i heard some Companies already got source code. --xingchao. 2010/6/4 Soumya > Yeah I guess we need to wait for Google to release the Froyo code > base. I tried repo with Froyo tag but its not present. As of now the > latest updates that are available are I guess for Eclair 2.1 Update 2. > > On J

Re: [android-porting] Re: ADB push Multiple Files/Directory

2010-06-12 Thread xingchao wang
2010/6/12 fastludeh22 > > > On Jun 11, 12:16 am, xingchao wang wrote: > > Hi, > > > > i wrote this patch to make adb enable this function. > > > > You can compile it and replace the host adb tool. > > usage: > > adb push a b c d > > Note:

[android-porting] Re: ADB push Multiple Files/Directory

2010-06-10 Thread xingchao wang
Hi, i wrote this patch to make adb enable this function. You can compile it and replace the host adb tool. usage: adb push a b c d Note: adb will push a b c to directory d,a, b,c can be file or directory. --wangxingchao 2010/6/11 xingchao wang > Hi all, > > Is there any patch to su

[android-porting] ADB push Multiple Files/Directory

2010-06-10 Thread xingchao wang
Hi all, Is there any patch to suuport adb to push multile files/dirs to phone? ex: adb push a b c d note: push file a, b, c to dir d. Just like Linux Shell. --wang xingchao -- A Linux Kernel Android Developer -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups

Re: [android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-10 Thread XingChao Wang
sion denied > E/AudioHardwareALSA( 1591): Unable to attach mixer to device default: > No such file or directory > > > Thanks, > Pramod > > On Jun 9, 8:08 pm, XingChao Wang wrote: > > hi, > > > > i also met such issue,use latest alsa-lib and make sure /dev/snd

Re: [android-porting] Re: Help need for writing the asound.conf file Sigma 8654

2010-06-09 Thread XingChao Wang
hi, i also met such issue,use latest alsa-lib and make sure /dev/snd/* right permissions. thanks --wang xingchao 2010/6/9 pramod > After changing the asound.conf slightly i am getting a permission > denied error now. > > Can anyone please tell me how to change the "group" field of the > softl

Re: [android-porting] what is the kernel process to manage the device i/o ctrl?

2010-05-19 Thread xingchao wang
hi, 2010/5/17 chungae9ri > Hi, all. > Kernel is composed of many processes like kthreadd, ksoftirqd, ... > so what is the process(task) of kernel which respond to the driver I/O > control which is called from user space app? > > That's a mistake concept. User space App communicates with Kernel d

[android-porting] [patch]Android Support LCD 32BPP

2010-05-19 Thread xingchao wang
Hi, There once be a similar patch( http://code.google.com/p/patch-hosting-for-android-x86-support/downloads/detail?name=32bpp.patch) but not for Android 2.1. Android 2.1 has changed much so i rewrote a patch to make Android Support 32bpp mode. If you want to use default 16bpp, redefine the HAVE_A

Re: [android-porting] Booting Android from NAND

2010-04-28 Thread xingchao wang
hi , generally speaking there're BSP specific tools to flash Filesystem images to NAND. You have no such tools at hand? 2010/4/28 hadhami riahi > Hello, > I'm trying to boot Android from NAND. > I was able to write the kernel to NAND but I don't know how to write > the Android file system to NA

[android-porting] Re: problem about using gprs to connect to internet with multiplexing

2009-07-08 Thread XingChao Wang
2009/7/8 hailong zeng > > hi all! >    recently,I have been porting android to target board(ap is marvell > pxa310, base band is mtk 6235), i found a difficult problem about > using gprs to connect to internet with multiplexing. >    described as below: >    the ttyS0 is communication serial port