Re: [android-porting] Battery capacity not updated

2010-04-13 Thread ZhangJieJing
intervals t and update the same. Please let me know on this. Thanks and Regards, Arun R Murthy Thanks and Regards, Arun R Murthy On Tue, Apr 13, 2010 at 7:53 AM, ZhangJieJing kzj...@gmail.com wrote: CC the list. Hi, the BatteryService

[android-porting] Re: [PM] about late resume, when PowerManagerService write on to /sys/power/state to call late resume?

2010-04-07 Thread ZhangJieJing
Hi, Finally I found the answer of this question, and I write a post aboult the suspend and resume in android, url: http://www.thinksrc.com/2010/04/7/suspend-en.html hope this will help others. thanks. --- Best regards, Zhang Jiejing 2010/4/6 ZhangJieJing kzj...@gmail.com Hi All

[android-porting] [PM] about late resume, when PowerManagerService write on to /sys/power/state to call late resume?

2010-04-06 Thread ZhangJieJing
Hi All: At android power manage service, it have early suspend and late resume mechanism to control devices such as LCD backlight, touchscreen, when wake lock free/expired or user request suspend, the kernel will call early suspend workqueue, and execute the registered early suspend handler. when

Re: [android-porting] no sound from music players even when alsa is fully functional

2010-03-07 Thread ZhangJieJing
Hi, I think it's about your asound.conf Did you check your asound.conf config? Did your asound.conf executed ? have you tried your asound.conf by amixer manually? --- Best regards, Zhang Jiejing On Fri, Jan 22, 2010 at 7:22 PM, Rahul Soparkar soparkar.ra...@gmail.comwrote: Hi, I am trying

Re: [android-porting] Error - exec '/system/bin/sh' failed: No such file or directory (2) -

2010-03-07 Thread ZhangJieJing
make be your /system partition is successful mounted. --- Best regards, Zhang Jiejing http://www.thinksrc.com On Fri, Jan 8, 2010 at 11:19 AM, sureone sure...@gmail.com wrote: We are porting android in a new board based on Qualcomm 7K chipset. Now the init task is startup. and a android usb

Re: [android-porting] Re: wpa_supplicant issue

2010-01-27 Thread ZhangJieJing
communicates with wpa_supplicant? I believe GUI communicates with supplicant in order to get scan results or set/get network settings. correct me if I am wrong. Thanks On Wed, Jan 20, 2010 at 6:57 PM, ZhangJieJing kzj...@gmail.com wrote: can you do this ? # touch /data/misc/wifi

Re: [android-porting] Re: wpa_supplicant issue

2010-01-18 Thread ZhangJieJing
can you mail output of # ls -l /data/misc/wifi/wpa_supplicant # mount --- Best regards, Zhang Jiejing On Tue, Jan 19, 2010 at 5:36 AM, linux newbie linux.newbi...@gmail.comwrote: Any suggestions? On Mon, Jan 18, 2010 at 6:26 PM, linux newbie linux.newbi...@gmail.comwrote: Hi, I build