[android-porting] Setting default screen-orientation

2011-01-13 Thread Dudero
Hello, I have nowhere found how to set the inital screen-orientation of an android-build. I know that this is possible in an Android-Activtiy or directly by manipulating the Android-source... But I think it should exists a "clean-solution" like a property which can be set in "init.rc"-file? In a

Re: [android-porting] Setting default screen-orientation

2011-01-17 Thread Dianne Hackborn
It is assumed that the screen's native orientation is the default orientation. That is, the default orientation is whatever get when the software rotation of the screen is 0. If you need to make your default orientation a rotation of the screen's natural frame buffer, you will need to modify Phon