I have an application that I just would like to use in portrait mode, so I have defined android:screenOrientation=\"portrait\" in the manifest XML. This works OK for the HTC
In the AndroidManifest.xml file, for each activity you want to lock add the last screenOrientation line:
screenOrientation
android:label="@string/app_name" android:name=".Login" android:screenOrientation="portrait" >
Or android:screenOrientation="landscape".