Hi,
on my Nokia 6700 Classic (S40 6th Edition), the GPS service is disabled in flight mode (at least in a Java environment), even if "Internet-A-GPS" is switched off.
The documentation says...
Type: Posts; User: schoenke; Keyword(s):
Hi,
on my Nokia 6700 Classic (S40 6th Edition), the GPS service is disabled in flight mode (at least in a Java environment), even if "Internet-A-GPS" is switched off.
The documentation says...
Hi,
If you have a number of items (in my case: subtypes of CustomItem) in several rows on a Form and you move from left to right by using the "cursor keys", the normal behavior (at least with S60...
Hi Folks,
I want to test one of my MIDlets for the new 6700 classic device. The emulator of the recommended SDK (S40 6th Edition) is based on the 6260 slide with a screen size of 320x480 where the...
Hi,
today, I ran into the same problem (error code -30471) with the S60 3rd FP2 v1.1 emulator:
After a number of test runs of my application, the emulator suddenly stopped during the MIDlet...
Hi again,
short update: I just found that the Server URL used in Connector.open() was incorrect (the ":" after "btspp" was missing). The J2SE Blue Cove Bluetooth stack I used to check my...
H r2j7,
sorry for the late response - I've been on vacation for a week...
I'm aware of KIJ000109; actually I ran into the same problem and implemented a workaround for this. However, the...
Hi Folks (especially the NOKIA experts...),
is there some special reason why I NEVER EVER get replies to my postings?
I do understand that I can't expect professional support for free but I'm...
Hi,
when trying to open a Bluetooth Serial Port Profile connection via Connector.open(<serverURL>), the MIDlet runs into an unhandled exception even though I have a try/catch block around it which...
Hi traud,
I'm not sure if I get you right about "putting something on the outputstream". Of course I put something on the outputstream on server side. However, on the client side i have to read...
Hi again,
just one more piece of information:
I just tried the same code with the BlueCove 2.0.3 OBEX/Bluetooth stack - and this worked absolutely fine (i.e. the the header was returned on...
One additional information:
Firmware of my Nokia 6110 Navigator is updated to Version 6.01; no change in behavior (method still returns null)
Hi,
I'm initiating a OBEX/Bluetooth GET operatin on a S60 3rd Ed FP1 (Nokia 6110 Navigator, Firmware Version 3.58).
After locating the server device/service and establishing the connection, the...
OK, just in case anybody with the same problem stumbles over this thread... here's what I found out by myself:
1) Response code 0x90 seems to be equivalent to 0xA0 (i.e. success) but indicates...
Hi,
I'm developing a MIDlet hat loads some data from a server via the bluetooth/OBEX "get" operation (object pulling).
However, at the moment the server-side application opens the OutputStream...
Having spent some hours of testing and debugging, I consider the problem described here as a BUG.
I condensed the code into a small demo; could anyone please try to verify/confirm?
Technology:...
Hi,
while trying to fix the problem with my hanging midlet (see http://discussion.forum.nokia.com/forum/showthread.php?t=135377), I identified some strange but reproducable phenomena:
1) If I...
OK, I got it.
In case there are other lost souls out there:
There are two places in "Window/Preferences" for setting debug and launch timeouts:
- Java/Debug and
- J2ME (main page)
The second...
Hi again,
now I found out, that I have to change parameter
"rmt_debug_delay"
in
"<EclipseWorkspace>.metadata\.plugins\org.eclipse.core.runtime\.settings\eclipseme.core.prefs"
to solve my...
Hi,
it seems that my changes to the Eclipse preference settings in "Java"/"Debug" have no effect, e.g. even if I set the debugger timeout to 60000 ms, I get a timeout message not much later than...
Hi there,
I've a strange problem with a midlet when running on the S60 3rd Edition FP2 emulator:
The application gets 'stuck' in a call of setCurrentItem() used to adjust the focus after doing...
Hi,
as you said, the TextField class has rather limited features.
My guess that you'll end up implementing a subclass of CustomItem that suits your needs...
Regards
JS
In case there are any other "late adopters" out there struggling with the same problem: The workaround described in the posting of markiv (2007-12-18) in...
Hi,
when I recently updated my EclipseME version, I ran into the problem addressed by this thread. And I have the same problem as kikoy87, i.e. the workaround described by mtolvane1 doesn't work...