Hi Vicsanca,
You can't access any of the built-in applications from Java. Java works in a 'sandbox', which restricts it from accessing anything outside the sandbox other than using networking to...
Type: Posts; User: pbergius; Keyword(s):
Hi Vicsanca,
You can't access any of the built-in applications from Java. Java works in a 'sandbox', which restricts it from accessing anything outside the sandbox other than using networking to...
The answer to your for first question is that scaling is not supported. You need to create separate images for each ball.
The two other questions are related to general programming or graphics...
Hello Noha,
You can find lots of documentation and examples on Record Management System (RMS) in Internet. Note that there is a 20 KB limit in most of our Java Phones for RMS storage space. This...
Hello,
Nokia supports currently integration of Nokia Developer's Suite for Java to Borland JBuilder and Sun ONE Studio for Java. MetroWerks CodeWarrior is not supported as an integrated solution....
Hello,
Nokia MMS library interfaces with an MMSC server. It's completely independent of an MMS phone. The chain of MMS transfer is as follows:
MMS Application -> MMS Interface (Nokia EAIF as an...
Hello Noha,
There is no generic support for databases in J2ME. The only persistent structure available is Record Management System, which can be compared to tables in databases.
Currently the...
Hello Francesca,
Principally you can only install MIDlets in Applications folder. The only other folder available is Games with the Nokia proprietary JAD parameter Nokia-Midlet-Category: Game.
...
Hello,
Java in Nokia phones isn't allowed to access the local file system. Hence you can't access the photos in photo album.
Regards,
Petteri / Forum Nokia
Hello,
Nokia doesn't normally announce support for any specific technology as such, but we try to support all of the relevant ones. We haven't announced any phones with MIDP 2.0, but I'm fairly...
Hello,
It actually works the other way round; The sound setting of Games folder affect the games installed there.
Regards,
Petteri / Forum Nokia
Hello Ross,
Nokia 7250 (and most of the Nokia Java phones) support Http as the only network protocol. This means that you have to create a Http-Pop gateway server. This way any protocol would be...
Hello,
As you mention "almost nothing is 100% secure". Just look at the the list of available software on any "file share" network to confirm it.
There are basically two ways to protect...
Hello,
How did you create JAD and JAR files? What is the link in your midlet to the text file?
Regards,
Petteri / Forum Nokia
Hello Wim,
Unfortunately it's not possible. Java midlets don't have access to call functionality in Nokia Java phones.
Regards,
Petteri / Forum Nokia
Hello Zal,
You should check there is no other driver trying to use the same com port.
Another option is to try to find somebody with a PC with a infrared port (normally a laptop). Then try to...
Hello,
You might be better served in Devices/Phones or Content -> Audio discussion board.
You should check the Nokia PC Composer in Nokia PC Suite for your phone.
Regards,
Petteri / Forum...
Hello,
You might be better served in the Messaging -> MMS discussion board instead of Java Sound board.
Regards,
Petteri / Forum Nokia
Hello,
This is not a right place for such questions as this discussion board is meant for Java development related questions.
You can download Nokia PC Suite for your phone and either compose...
Hello,
It is hard to determine exact cause for root overflow from the code snippet you provided. My educated guess is that you create too fast too many objects (Threads). Probably garbage...
Hello,
Nokia has two sales channels for Java games: Nokia Tradepoint and Nokia Software Market. Nokia Tradepoint is the entry point for these services. They differ in that Tradepoint is a Business...
Hello,
Nokia 7650 has a Nokia browser. There are third party browsers available.
This might not the best forum (no pun intended :) to find about PDA browsers. You might get better results from...
Hello,
Nokia phone emulators try to emulate the phone as well as possible. There is always some discrepancies between the phone and the emulator and definitely between the different emulators.
...
Hi,
They are most probably using WAV file, which contains the sound, not the notes to be played.
Regards,
Petteri / Forum Nokia
Hello Peter,
Creating a background MIDlet might not be a problem, although I guess the MIDlet will be paused if it's pushed into background. Returning back to the MIDlet will be. Series 60 phones...
Hello,
MIDP RMS doesn't impose any size limit or number of fields to each record. This means that each record has just the recordID and record contents as an unstructured byte array available to...