Stephen Karl Larroque

Results 502 comments of Stephen Karl Larroque

The hooks are working correctly, so this is not an issue with hooking, but only about where to hook and what to do with that hook. Ok for IRC, I'm...

A last update about this issue: so with your code and some more work, I could make the hook work on Eye.getEyeView(), and this fix the issue for most Cardboard...

Found it: it's only Unity3d projects using the Durovis Dive SDK: https://www.durovis.com/sdk.html More specifically, there's a lib that is called: /mnt/asec/com.divegames.diveDemo-1/lib/libdivesensor.so. I don't know where to find it, it showed...

Might also be of interest: http://stackoverflow.com/questions/30046425/how-can-i-find-the-rotation-of-the-head-in-google-cardboard-unity3d 2015-09-24 3:13 GMT+02:00 Stephen LARROQUE [email protected]: > Found it: it's only Unity3d projects using the Durovis Dive SDK: > > https://www.durovis.com/sdk.html > > More...

And here's another head tracking SDK that is not supported by our module: http://forum.unity3d.com/threads/gyrodroid-access-each-and-every-sensor-on-android-devices-released.101279/ With demo app here: https://play.google.com/store/apps/details?id=com.prefrontalcortex.gyrodroid 2015-09-24 3:18 GMT+02:00 Stephen LARROQUE [email protected]: > Might also be of...

This last one is more interesting than the Durovis Dive SDK, because here we get to see a new class named "com.pfc.sensors.SensorClass.class". Here's the source code: http://pastebin.com/N4eYM3P0 It's basically calling...

Ok that's what I thought, but I needed your confirmation (that using SensorManager bypass SystemSensorManager). About SensorListener, what method do you advise me to take a look at? 2015-09-24 10:29...

Ok thank's, I'm going to try that today :) 2015-09-24 13:01 GMT+02:00 Kjos [email protected]: > onSensorChanged in android.hardware.SensorListener and/or > android.hardware.SensorEventListener. First parameter is the type of sensor > which...

I tried the hooks you suggered, but to no avail. However, when I remove the if condition of the SystemSensorManager hook (ie, it gets applied to all sensors), it seems...

No it does nothing with the Durovis Dive SDK, the getRotation hook never gets called... Yes I'm already happy with the state of the project. If someone ever finds a...