[android-porting] Re: timer_create problem

2009-03-02 Thread henry.lon...@gmail.com
Hi David: It looks like the fix is still not in the main yet. I need to have the fix ASAP. Is there anyway i could get it quicker? Thanks a lot! On Feb 20, 11:43 am, henry.lon...@gmail.com henry.lon...@gmail.com wrote: Hi David: It looks like it's still not in the main yet. Can you please

[android-porting] Re: timer_create problem

2009-02-20 Thread henry.lon...@gmail.com
Hi David: It looks like it's still not in the main yet. Can you please do me a favor to send the patch to me? Thanks! On Feb 17, 1:20 am, Girish htgir...@gmail.com wrote: Hi David, Can this bug be updated in both cupcake and open source ? Can you send the quick fix for a solution

[android-porting] HTC dream compile option for G1

2009-02-18 Thread henry.lon...@gmail.com
Hi, I tried to compile HTC dream for G1, and I found the compile option used for G1, which has -march=armv5te -mtune=xscale -mthumb. It looks like the G1 core is ARM1136J(F)-S, so should we use compile option like -mcpu=arm1136j-s for armv6 instead of armv5te? Also for application that are cpu

[android-porting] bluetooth cpu utilization

2009-02-17 Thread henry.lon...@gmail.com
When using bluetooth (bluez) to play audio mp3 file on G1, i observed that cpu utilization(from top command) is very high. The mediaserver process takes 30% of cpu. Bluez should also consume significant amount of cpu since the l2cap is in the kernel. The cpu frequency is 384Mhz, powerful enough.

[android-porting] Re: bluetooth cpu utilization

2009-02-17 Thread henry.lon...@gmail.com
, and the uart transfer uses DMA. Nick On Tue, Feb 17, 2009 at 2:57 PM, henry.lon...@gmail.com henry.lon...@gmail.com wrote: When using bluetooth (bluez) to play audio mp3 file on G1, i observed that cpu utilization(from top command) is very high. The mediaserver process takes 30% of cpu. Bluez

[android-porting] Re: timer_create problem

2009-02-16 Thread henry.lon...@gmail.com
and tested it for correctness but didn't look at CPU usage, I admit. By the way, sigev_signo isn't used with SIGEV_THREAD timers. On Mon, Feb 16, 2009 at 4:13 AM, henry.lon...@gmail.com henry.lon...@gmail.com wrote: hi, i played with timer_create routine with the following code. it seems

[android-porting] Re: timer_create problem

2009-02-16 Thread henry.lon...@gmail.com
timer implementation, I checked and tested it for correctness but didn't look at CPU usage, I admit. By the way, sigev_signo isn't used with SIGEV_THREAD timers. On Mon, Feb 16, 2009 at 4:13 AM, henry.lon...@gmail.com henry.lon...@gmail.com wrote: hi, i played with timer_create