Your problem seems to be exactly this topic:
http://www.developer.nokia.com/Community/Discussion/showthread.php?238390-Lwuit-S40-Orientation-change-problem&p=906751#post906751
If not resolve, you...
Type: Posts; User: CrisSS; Keyword(s):
Your problem seems to be exactly this topic:
http://www.developer.nokia.com/Community/Discussion/showthread.php?238390-Lwuit-S40-Orientation-change-problem&p=906751#post906751
If not resolve, you...
I see this bug is repeated in various devices, including other manufacturers like Motorola for over 7 years. I think it's a bug of Java VM, it makes sense because the latest version MIDP 2.1 is quite...
This is a real bug.
I see this in the N97 phones and I gave up trying change the orientation.
I also realized that this bug affects the "tiles" of the Game Canvas, in this part of the screen they...
Most phones have "bugs" related to the display.
Specify which API you're using.
Your application is fixed in landscape or you're trying change the orientation during application execution ?
Martin, this phones have very low memory.
You can try compact your images with "RIOT" Radical Image Optimization Tool for Windows. If that is not enough, you'll have to rebuild your application...
For me the reports are stopped in 11 October.
The Breakout reports are only for who have more than 100 Euro ?
I don't receive nothing.
Visiting the topics older I discovered that it's been two years since the reports online do not work right.
I wonder developers of how many in how many time you receive payments (bank transfer)?
Is...
I am a new publisher in Nokia Store, the message of "burning platform" is very serious!
I'd like to see a convincing answer of Nokia in this forum reporting the reason
for such confusion in the...
Using the YTask I discover the consume of RAM of Symbian OS v9.4 in my N97mini : 73MB :(
And the numbers calculated is right. The images consume a lot of memory.
Thanks wizard_hu !!!
Humm......
My image is 1080x 592..... Humm..... = 639.360 pixels.
The screen of N97mini is 24bit color depth.
Each pixel have 3byte... Hummm........ 3*639.360 = 1.918.080
Each image consume...
I load 8 images of 10KB each. Using: Image.createImage("image1.png")
After the images loaded I draw they so that the Garbage Colector not discard the images. I'am using GameCanvas for draw....
Then, the OS consume almost all RAM ?
What is the minimum consumption of RAM of Symbian OS v9.4 ?
I would like to request that Nokia inform in Device Specification the following items:
*RAM available for Java aplications.
This item is very important for the Java developer, but the memories...
If this function is correct, you forgot to pass some parameter (an object, name of a file ... etc). This is generating this "NullPointer".
Even if you catch this exception, you have an error in your...
How many frame per second do you need?
Overall I think 12 FPS is the maximum that a mobile can achieve.
More than 12 FPS are few devices that achieve that performance.
Unfortunately I learned this...