— Nope, nothings with Touch.xxx
but, work with emulated.
Do you mean the "emulated gyroscope" values? They're working on your phone?
If so to obtain your device inclination try to use those expressions:
alpha = atan (touch.AccelerationXWithG / sqrt(touch.AccelerationYWithG*touch.AccelerationYWithG +touch.AccelerationZWithG*touch.AccelerationZWithG))
beta = atan (touch.AccelerationYWithG / sqrt(touch.AccelerationXWithG*touch.AccelerationXWithG +touch.AccelerationZWithG*touch.AccelerationZWithG))
gamma = atan (-touch.accelerationXWithG/touch.AccelerationZWithG)