Hi,
According to http://www.forum.nokia.com/devices/5800_XpressMusic/ JSR-256 should be available "From firmware version 21.0.025 onwards". I have firmware version 31.0.101 but when I try...
Type: Posts; User: WebSeed; Keyword(s):
Hi,
According to http://www.forum.nokia.com/devices/5800_XpressMusic/ JSR-256 should be available "From firmware version 21.0.025 onwards". I have firmware version 31.0.101 but when I try...
Isn't DELETE essential for a lot of RESTful APIs? (along with POST, GET and PUT). Would be good to see this implemented sometime in the near future.
You will probably need to encode your data to Base64 (incurring a 4/3 file size overhead). Otherwise your data might not make it through the mobile gateway.
Surely with newer devices (i.e. those that support file access through the FileConnection) the mechanism (and hence speed etc.) is the same as writing a file to/from internal/card memory?
I'd bet good money that the unhandled exception you're getting is an OutOfMemory throwable - I've been having real trouble with the N95 camera access through J2ME and memory problems.
I've updated the firmware to v11.0.026 and everything still works fine for me.
Try running just the threaded example code provided by Nokia in the API spec.
Hi,
Try using the default parameters i.e. setLocationListener(obj, -1, -1, -1), this works fine for me on the N95 (on older firmware than you list) and you should also receive updates at...
I think I'm experiencing similar. Although the sizes listed in the "Using Icon in MIDlets v1.0" accurately list the displayed pixel sizes, matching those sizes to your own icon images (regardless of...
Has no-one else had this problem? If it's not something that I'm doing wrong, then surely it's quite a nasty bug in 2nd Edition FP2 S60 handsets.
I also tried the application on an Nokia N93 with...
Hi,
I'm experiencing a memory leak on Series 60 2nd Ed. handsets using multi-part HTTP POST (tested on Nokia 6630 and 6680 with latest firmware). The same application works fine on a 3rd Ed....
Hi Kapil,
Try upgrading to the new Polish 2 Beta 2. I was having the same problem, but this seemed to fix it (the .jad file now has the correct certificate values).
Will
Wow, that was quick! Thanks ivey, will try your suggestions.
Hi, can anyone think of a good way to lose phone signal short of investing/creating some sort of faraday cage?
I need to test what happens to my application outside of the emulator when loss of...
Thanks for your response,
Reading one byte at a time and forcing a Thread.sleep() on the GPS reader thread (for at least 1ms) seemed to help in my application.
I'm getting the same problem with my Nokia 6630 - can read GPS data for up to a few seconds (1-8 seconds), then the phone crashes out of the midlet.
This problem occurs with commercial J2ME GPS...
I have the same problem with the Text component in my application. This happens on the phone itself (Nokia 6630) - not tested in the emulator.
OS Version: 1.2.438
SW Version: 3.45.113
...
Yep, I get the exact same problem.
Even specifying font=u'LatinBold12' for canvas , even though this is the default font, causes a memory leak. Leaving the font unspecified fixes the problem.
...