I want to start my application in portrait mode, always, on a BlackBerry Storm, even then when device is in landscape mode.
How could I do that?
I know we can control the orientation after opening my app, by:
UiEngineInstance ui = Ui.getUiEngineInstance();
ui.setAcceptableDirections(Display.DIRECTION_NORTH);
but how to open the app in portrait mode?