Is there a way to detect the motion sensor in the hard disk with visual basic .net? I know that hard discs has an acceleration sensor to turn the hard disk off when the computer falls from a height.

I have seen one example of this in a game using this sensor. I want to detect the sensor so that my security program can alarm and email me if lets say someone nocks my computer to the floor while im gone.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted

According to this previous thread, it appears the hard disk acceleration sensor is just not available at the OS level.

That said, some laptops have their own accelerometers that can be accessed programmatically in Windows 7. This is a lower-level API, however, and not directly mapped in .NET that I'm aware of. This blog entry helps walk you through some of the issues you'll encounter using the API in .NET

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.