Hi, we are facing similar problem of OutOfMemory Error when we create the original image object. The code in this thread works when the original image is not very large, but in many cases we get an...
Type: Posts; User: ddbhasin; Keyword(s):
Hi, we are facing similar problem of OutOfMemory Error when we create the original image object. The code in this thread works when the original image is not very large, but in many cases we get an...
Hi - have you been able to resolve this issue? We have a J2ME app that also does video and playback within the app, and although we have not explicitly tested on 6300, we are worried we will see...
We have tried to get the Cell-ID information on various phone models - N95, 5310 music Xpress, N72 and N73 using the system.getProperty. We used the code from the link below:...
Before doing that, we rebuilt the J2ME application (without any changes) and tried re-installing. It installed fine on all the phones - N72, N95, N73.
So it is quite a mystery what was giving the...
Thanks for the reply. Please find my answers in blue below.
Hi,
We have a J2ME app signed using Verisign certificate. We have been running it on various phones such as N72, N73, N95. We now made some upgrades and rebuilt the application and signed it....
How would you turn the light off yourself? What function would be used to do that?
thanks.
It happens on many differnt phones - N72, N73, N95 etc.
Is there anyway to send multiple requests to a server and wait for their responses instead of the request-response scenario? Basically can...
Hi Ian,
We have been having this issue of fetching multiple PNG's (or JPG's) in our midlet. It takes very long time for them to be fetched sequentially.
Would you be able to share the...
Thanks, yes it did build with S60 3rd edition SDK.
Now, the issue is - will it work on S60 2nd edition phones, and on non-Nokia Symbian phones?
Also, when we use SetLights(0,100) on the N73,...
I have a Java app (MIDP 2.0) where I need to periodically turn the backlight of the phone on (based on certain events). Is there any function I can use to do that?
I have tried using the...
I don't know if this is the correct place for this question. Apologies if it isn't.
I am invoking the phone browser and calling a jsp where I want the user to enter a numeric entry. I use the...
I have changed the extension to jpg, but still the file is not viewable. Even if I copy the thumbnail from the phone to the PC using Nokia PC Suite, the thumbnail is not viewable in Paint or...
Hello,
I have a J2ME app that transfers some thumbnail images from the user's photo gallery to a server (after user permission). But these are not view-able on the server machine. The filename has...
Could you please send the link to the source code for the chat client in J2ME? We are also looking to get some simple chat implementation developed. Thanks.
Found some good practical information here: http://blog.javia.org/?p=42
I think these are the most popular for MIDlet signing:...
I have a J2ME application that runs over GPRS to provide content to the mobile phone user. It sends images in real time and displays some textual information alongwith. I am using bitmap fonts for...
Thanks everyone for your prompt input.
Would have been nice if J2ME had a way to do it - my app is used by very non-tech users, and to expect them to make the effort to find the App Manager (on...
It is signed but not Java Verified.
My understanding is that with signed apps the pop-ups stop coming after the app manager settings are changed. With Java-verified apps, the pop-ups do not come...
Hi, is there a way to change the App Mgr settings from within a J2ME app?
I have an app that is signed using a Verisign certificate. My app often accesses the phone's PIM and also sends SMS'es on...