The specs have always read:
Bluetooth API (JSR-82 No OBEX)
but on these phones it reads:
Bluetooth API (JSR-82)
Is this an omission or an upgrade?
Type: Posts; User: ktorimaru; Keyword(s):
The specs have always read:
Bluetooth API (JSR-82 No OBEX)
but on these phones it reads:
Bluetooth API (JSR-82)
Is this an omission or an upgrade?
Hi
I need to add chinese text to an existing midlet. Before I start do I need to add a Chinese font set to the phones? If so, where can I get the fonts?
Are there any other issues I need to...
I've been told by one of my users that they can't use there 7610 to access the web in Hong Kong because its a 3G network and the 7610 is only 2G.
Is this true and why?
CrowdSurfer is a Java Bluetooth App for social networking. Check it out at
http://SmallPlanet.net
CrowdSurfer is a java bluetooth app for social networking. Check it out at:
http://SmallPlanet.net
Does anyone know where I can find the MaximumAttributeByteCount on the Nokia 6230.
It required by SDP but don't know how to find it using JSR82
When I try to install NDS 2.2 I get the following:
Please uninstall the older version of Nokia Developer's Suite
The older version of Nokia Developer's Suite for J2ME was found. Imust be...
Hi
I'm having a similar problem.
My code dies at:
is = hc.openInputStream();
and generates:
WARNING: [MIDlet] java.io.IOException: Error in HTTP operation
Using Untrusted simulated domain
We are looking for Symbian C++ Developers in the Los Angeles area for contract porting work. Send you information to ken@smallplanet.net
I guess we are now Nokia's Lower Class Developers. Short 3,000 euros, we'll talk to you later. The Motocoder people aren't looking as bad anymore!
Correct me if I'm wrong but the default exit appears to call notifyDestroyed() rather than destroyApp(). When I use the default close my app does NOT run its cleanup routines. But if I call...
I've built a CustomItem and I'm attempting to set focus on the item by reading "traverse" and ending focus with "traverseOut".
the traverse in works fine.
traverseOut is never called.
Any...
1. Check if the music is playing, if it is - stop it!
Make sure ALL of your Player objects are stopped, remember only one Player object can be started at any given time.
2. Rewind the play...
Where can I find the Encoding and other Specs for AMR and WAV files which are readable by Nokia (3650) phones?
The pixel level collisions work very fast on the 6600 and they are definitely calling native methods. I will mostly like need to forego the pixel level collisions but you never know until you try.
Mine is very similar except I used FullCanvas.
Performance on the emulator gave no indication of what it did on a 3650. My animation is setup to refresh at 80 ms. Avg. frame rates on a 6600 is...
Has anyone else attempted porting javax.microedition.lcdui.game to Midp 1.0
This would allow you to develop for 2.0 devices and still run on 1.0 devices.
I've gotten started and have naturally...
On one of the pages you go through in the process of downloading the PDF are instructions for getting the reference implementation.
My midlet runs on the emulator but when sent to the phone via IR generates 15 "General: System error" messages followed by a "App. closed mce" message. Does anyone know what could cause this?
This...
I've built a game for the 3650 with 4 distinct sounds.
The sound is generated in a separate class which runs in a thread.
I've built the class twice once using com.nokia.mid.sound and
a...
The Player class refers to "scarce or exclusive resources like the audio device". How many audio devices can be acquired on a Series 60 phone? Is there a way of checking? prefetch doesn't appear to...
Is this annoucement correct:
http://www.forum.nokia.com/am/main/0,9057,am9048,00.html
JSR-184 on the Nokia 6820?
Ken
How can I make Java hear this?
Does anyone else have a problem with start times?
I'm finding a trivial window takes 6 to 7 seconds
to appear.
How do I block the "Information Key" from bring up the help program? My program test correctly for the Key and performs it action correctly but the Help program get activated. I've already tried to...