How to Enable Gyroscope on any Android device with GyroEmu Xposed module [APK]

Most Android device that fall in the mid-to-low end category don’t come equipped with a Gyroscope sensor, making augmented reality a tough challenge for these devices.

But thanks to developer Mourdraug over at xda, who is working on a Xposed module called GyroEmu that uses Accelerometer and Magnetic Field Sensor of an Android device to simulate Gyroscope output.

Here’s how GyroEmu works:

Module works by creating new Sensor instance and injecting it into SystemSensorManager sensor list after its constructor, so getDefaultSensor(Sensor.TYPE_GYROSCOPE) will return it.
Module registers then SensorEventListeners for accel and magnet sensors and does it’s calculations on accelerometers update and calls onSensorChanged of listener that uses it.

— Mourdraug

GyroEmu is still a work-in-progress project on github, you can track its developement progress over here. And if you’d like to test drive the Xposed module, you can grab GyroEmu apk from the download link below and simply install like you’d install any other Xposed module.

[icon name=”cloud-download” class=”” unprefixed_class=””] Download GyroEmu (.apk)

The module isn’t perfect yet, so test/run it on your device at your own risk. Also, if you think you can help with the development of the, make sure to get in contact with developer over at his xda profile or the project’s GitHub page.

Posted by
Shivam Malani

Shivam is our resident designer and web developer who also enjoys writing. He loves to meditate, drive on the freeways and hunt for snipers during his Call Of Duty playtime. Email: [email protected]

8 Comments

  1. gyroemu API download and installed than what to do??

  2. gyroemu API download and installed than what to do??

  3. Ive done download and still my game says no gyro. What should I do

  4. Gerard Patrick Tribucio

    Ive done download and still my game says no gyro. What should I do

  5. dose not work fake

  6. Llama LeafGAMING (leaf green g

    dose not work fake

  7. its really working thanks a lot!!

  8. Anyone tried this yet?

Comments are closed.