Thread
:
[BETA RELEASE] PhoneME Advanced (Java Mobile)
View Single Post
DavyP
2012-03-05 , 10:14
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#
354
Hi Folks,
New build (20120305) online with the following features:
-configuration option to turn on/off anti-aliased fonts
-configuration option for running in portrait mode
http://davy.preuveneers.be/phoneme/?q=node/10#maemo
These options are available in the "MIDlet Settings" application
(for default options), or you can specify the following command
line parameters for the cvm binary to override the ones in "MIDlet
Settings":
-portrait
-noportrait
-antialias
-noantialias
Some other useful cvm command line parameters are:
-fullscreen
-nofullscreen
-bitmapfont
-nobitmapfont
Again, note that these command line parameters do not work
for the runmidlet application (which uses the default options).
About running in portrait mode:
I don't know if there are software options or upgrades for Maemo
or MeeGo that allow the device to auto-rotate its display by using
accelerator/gravity sensors. If that is the case, the midlet
application should receive a window resize update and portrait
mode should work out of the box (this is what happens on
Android), and you should not use the above option.
However, if your device is "stuck" in landscape mode, you can
enable the above option. The Maemo/MeeGo status bars are
still in landscape mode (if you do not run in full screen), but the
midlet itself is drawn in portrait mode. There is a performance
penalty though, as I need to apply a rotation transformation step
for each window update and I also need to translate the original
x,y coordinates of a pointer event to match with the coordinates of
the rotated midlet.
Feedback is much appreciated,
Davy
Quote & Reply
|
The Following 3 Users Say Thank You to DavyP For This Useful Post:
christianko
,
Maj3stic
,
Transcend
DavyP
View Public Profile
Send a private message to DavyP
Visit DavyP's homepage!
Find all posts by DavyP