Hi folks,

I have written a sensor library to support a new device I am working on. I 
have written a very simple application to get a reference to the 
SensorManager, register a listener, and get updates on changes. However my 
app never gets any updates, and upon debugging I found that the 
SensorManager thread was never getting started. It turns out that this is 
because SensorManager.SensorThread,startLocked() fails to get a data channel 
to the SensorService (service,getDataChannel()) throws a read exception.

So my question is: does anyone who is familiar with the internals of android 
know why this might be happening? Is there something that I might need to 
configured in android for my target device so that RPC works correctly? Any 
suggestions about what else to look for to get clues about what may be 
happening?

Thanks!
--
Regards, Devin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to