Hello,
In S60 devices the values from Runtime.getRuntime.freeMemory() and Runtime.getRuntime.totalMemory() are not telling the whole truth. As you might know, the amount of free heap memory in S60...
Type: Posts; User: jarmlaht; Keyword(s):
Hello,
In S60 devices the values from Runtime.getRuntime.freeMemory() and Runtime.getRuntime.totalMemory() are not telling the whole truth. As you might know, the amount of free heap memory in S60...
Hello,
How about reading this document:
http://www.forum.nokia.com/info/sw.nokia.com/id/3f8c9f9e-e940-4327-8548-49ed023bfe88/MIDP_2_0_Signed_MIDlet_Developers_Guide_v2_0_en.pdf.html
The...
Hi,
Just a quick reply, you should get the amount of numbers first, like this:
int phoneNumbers = contact.countValues(Contact.TEL);
Then use Contact.getString, for getting the number(s):
for...
Hello,
Just wondering, what kind of settings you have chosen here in your N95: Menu -> Tools -> GPS data -> Options -> Positioning settings?
I have "Assisted GPS", "Integrated GPS" and "Network...
Hi,
I think you can't use contact attributes just like this. Try something like this (in case of contact having only one phone number):
int attribute = contact.getAttributes(Contact.TEL, 0);
int...
Hello,
Basically, in this case of Personal Profile apps, you can use SIS file mainly for copying files to the certain folders. You can't automatize the whole installation process. That's because...
Hello,
You are correct, you don't get any KeyEvents from the virtual cursor key. However, when you toggle virtual cursor on from the menu, you can get MouseEvents from this key. So, you could have...
Hello,
There are basically two ways to run PP applications: 1) by using JAR file and .j9 file and 2) by using JAR file, which contains a manifest file with some special attributes ( as shown by...
Hello,
It is possible to create icons for PP applications as you described, by using the tools included with the PP SDK. Another possibility is also to add a certain attribute to the PP...
Hi,
You are correct, the new Nokia Communicators have new J2ME CDC/Personal Profile implementations. They have also separate MIDP implementations with support for the APIs you mentioned. However,...