[android-kernel] [Android-porting] The time in status bar can't update automatically

2011-05-06 Thread JakeLian
I ported Android 2.3 (GingerBread) to TI OMAP DM3730 and system can bootup to home screen. But I found that the time in status bar can't update automatically, and I had cancel the "use network-provided values" option. Anyone know how to solve this issue? -- unsubscribe: android-kernel+unsubscr.

[android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-25 Thread JakeLian
Dear Dan, Thanks for your suggestions and responses. Regarding to my question, I have the solution and implement done. My solution is writting a function to get sensor output data from sysfs and report it to the framework, then we can monitor it via some sensor related apk. Best Regards Jake -

[android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-25 Thread JakeLian
Sorry, I have another question about driver implementation for sensors. The above discussion are all base on "input dev" mechanism, right? If I implement a driver and base on "sysfs" mechanism (include get sensor output value and set output data rate for sensor), how can I report the sensor outpu