Tilt motion on Android

For a 1st person racing game, I want to control left/right movement of spaceship using Tilt motion.
I test it on Android but only got values on X and Z-axis. The value on Y-axis seems to be always Zero.

How do I convert the values back to Roll/Pitch/Yaw angle? Thanks