Is it possible to manualy lock the phone orientation in Windows phone 7 ?
Because I\'m using the accelerometer to handle buttons\' rotation with a fixed UI.
add this this.SupportedOrientations = SupportedPageOrientation.Portrait; after InitializeComponent(); in MainPage() constructor to lock the orientation in Portrait mode. It works fine for me.