Cbsoftware / PressureNet

Android-powered barometer network
Other
44 stars 17 forks source link

Fix sensor support for custom roms #208

Closed ct2034 closed 4 years ago

ct2034 commented 10 years ago

The program seems to be unable to access sensor on rooted / modded devices. See here: https://play.google.com/store/apps/details?id=ca.cumulonimbus.barometernetwork&reviewId=Z3A6QU9xcFRPSEFqWHI2bmVWRjU3eWNGX1J1Vl9FejQ0aHpHTU9wY19zbW9SZm8xSVk0dkV3aXpRT3JRSmg1aF85aG9pdF9JdVJvV0Zqa2pRbXU3Q1lTbnc As I personally have such a device, too I might look into this.

JacobSheehy commented 10 years ago

Acknowledged. I don't have a test device at the moment but when I do I'll look into it. Most sensor code in the PressureNet app is actually in the SDK project: https://github.com/Cbsoftware/pressureNET-SDK. I haven't investigated yet, so it's possible that the bug exists only in one but not the other?

The app only displays data. The SDK does the actual recording, logging, transmission. Thanks for the bug report.