Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazew authored Jul 23, 2016
1 parent 8703d86 commit 7f5c3db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# VirtualSensor
VirtualSensor is an Xposed module that aims at creating a virtual gyroscope in Android. It does so by using values from both the accelerometer and the compass thus deducing the angular rate on the 3 axis.

## How to use
It's pretty straightforward, you basically just install the module and activate it. Once it's there, it just does its job. There is no (yet?) further configuration to be done.

## Bug report
I only tested this on my device, which is a Moto G 2015 (osprey) running CM13 so if it doesn't work for you, I'd be glad to help and fix it.
However, if you want to help by reporting bugs, please know that without a logcat, it is generally quite hard to understand what's going on.

## License
Please see the file LICENSE for more details. VirtualSensor is basically under the LGPL license.

0 comments on commit 7f5c3db

Please sign in to comment.