Hello,
I am currently developing an application for the Samsung t469 device and have run into trouble with the device being stuck in portrait mode. After much research I discovered using the jad parameter:
MIDlet-Landscape-Support: TRUE
that enabled a similar device, the t459, to allow size change calls in the app. Sadly this parameter does not appear to work for the t469.
Should this parameter work? If not then is there a necessary parameter for the t469?
Thank you ahead of time.