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.
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
-
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