Try this, the Listener changed in API14, so the attached lib provides OnGenericMotionListener for API 12 & 13, and OnHoverListener for Api14+.
It works on my Hydro X tablet, I don't have anything else to test it on though.
Download, unzip and copy the jar & xml file to your addl libs folder, in the libs tab, the library is called onHover.
The demo app just logs the throughput. ACTION_HOVER_MOVE is 7. 9 is ACTION_HOVER_ENTER,10 is ACTION_HOVER_EXIT.
Try it out and let me know if it works OK.