Hi,
Thx 4 Your help! I did some progress. I tried to make a transmission between two mobile (N96 and E51). And it works nicely. So the problem must be on the PC side... :-(
I found a strange...
Type: Posts; User: Procyon lotor; Keyword(s):
Hi,
Thx 4 Your help! I did some progress. I tried to make a transmission between two mobile (N96 and E51). And it works nicely. So the problem must be on the PC side... :-(
I found a strange...
Dear traud,
THX, but this was exactly the 1st thing I tried to do (see #7). Of course after reading JSR-82 and checking some sample code. I generated uuid calling "UUID("1101", true);". It gives...
Hi,
Thanks You for trying to help! My basic goal is to send data from N96 to my PC. The first try was sending UDP packages and it worked well on my Desktop PC. Unfortunately the laptop I use...
Dear traud,
I tried to implement the BT inquery functions. I printed the getConnectionURL(false, true). I got the following string:
...
...and if bluetooth is not switched on the mobile it gives
"IOE: SymbianOS Error = -44 : General: System error".
I tried to use the CommConnection object without luck. At first I get the list of all supported comm port calling System.getProperty("microedition.commports"). There was USB2,COM1,IR1,USB2,BT1,...
...
Actually the "Data Transfer" element is in the list from the beginning. Even if I do not start anything on my mobile. Its state is "Not Connected". If I double-click on it it writes "Status:...
Hi,
I have a simple bluetooth device which sends GPS data thru SPP. On windows side I just have to read com6.
This is what I tried to implement on my nokia N96. When I turn on bluetooth on the...
Hi All,
I think I have solved my problem! I implemented LocationListener in my class. Now it does not hangs after 126 calls. Maybe there is some kind of default maxage?
It works nicely now!
Hi everyone,
I have a weird problem. I have written a small java midlet. It collects GPS data (in NMEA form) and writes to the display in a thread. It calls DeviceControl.setLights(0, 10)...
Thanx for Your answer! I set as Library & resources in File/Project Properties. The package checkbox must not set. And works!
THX!
Dear All,
I'm just getting familiar with the JavaME programming. Now I have the same problem! And I'm pretty desperate, because I can not compile my fairly simple class.
I use "Product Version:...