Kaj Toet

Results 34 comments of Kaj Toet

I'll build a test version tomorrow. I'm hoping you're willing to run it, as I don't have KitKat anymore. My guess is that there needs to be filtered on package,...

Can you try the code I added in the "cardboard"-branch? I tried to install Cyanogenmod, but it uses Lollipop and there is no KitKat version available for Moto G 2014....

Is it possible to chat on IRC? I'm on freenode #xposedgyrofix if you can. I think I've had this problem before. I started solving it by printing all the package...

Hooking is a very delicate process. You can create a successful hook for one application and then it might not work in the other. Hooking in an external library is...

Take a good look at the Android source: https://github.com/android/platform_frameworks_base/tree/master/core/java/android/hardware . As you can see I originally placed a hook in SystemSensorManager which extends SensorManager. In the Durovis Dive SDK only...

onSensorChanged in android.hardware.SensorListener and/or android.hardware.SensorEventListener. First parameter is the type of sensor which you compare to GYROSCOPE as usual, second parameter is array of gyro values, also same as before....

The hook to getRotation in SensorManager should work with Durovis Dive sdk. I think you shouldn't put in more time, it's kind of as good as it gets.

Ah, okay, well you already contributed a lot, so that's cool :)

That solution might work indeed. Only downside is that you'd have to supply tracking fusion from start to get it working, or hook into the creation of tracking fusion as...

About the first solution, I might not be right about that have to revisit it later on.