tytung wrote:Did you ever repair your HD2's display panel?
I remembered that new panel is not compatible with the g-sensor driver in the kernel.
Unfortunately, no solution to this hardware trouble.
hiking3110 wrote:my HD2 display panel has not fix, why g-sensor working in winmobile 6.5? More people use hd2 tmobile has found error as above when win mobile 6.5 -> android.
If your device never had any hardware repairs I don't know why the G-Sensor would fail to work.
Generally, after some repairs (e.g. motherboard or touch screen replacement) a newer version of the hardware driver is found on the HD2. The new driver has a number of changes and improvements over the legacy version, including smaller size as I recall, however, the code is implemented differently - initial function module_init ( BMA150_init ); return i2c_add_driver (&bma150_driver); module_exit ( BMA150_exit ); i2c_del_driver (&bma150_driver); __exit && __init (Kernel built in or module) are all different. There is a list someplace detailing the complete changes and devices.
You can try a Google search for a file called
bma150_usr.zip and
instructions on how to safely replace the one on your device with the legacy version. Doing this
*MAY* fix your issue although, as I already said, without repairs I am not sure I understand how you would have ended up with new drivers.