iOS has that nice new method which you can use to directly fetch device's attitude with true north as reference frame. See my other question.
Since this is available only on iOS5 I would like to support iOS4 also but I am not good with math in background.
So the question is:
From the mathematical point of view, how to calculate device's attitude relative to true north? I know that I need at least one recent GPS location for that calculation but that's it.