Im trying to get the direction of the vector pointing out of the camera, with respect to magnetic north. I\'m under the impression that I need to use the values returned fro
Because I was new to android I was using toast to display the information on the screen. I changed it to just update text on a view and that seemed to fix it. I also figured out that what I assumed the orientVals actually were is correct. For what I need the roll is not used. Also didnt realize there was a way to convert from rad to deg built in so I just used that.