-
```
What version of the product are you using? On what operating system?
Codename One Live 1.0, Symbian 9.1 FP2 on Nokia E71 device.
Please provide any additional information below.
On the Android v…
-
```
UDPDatagramConnection udpServer = (UDPDatagramConnection) Connector.open
("datagram://:");
This line should create server mode UDPDatagramConnection, bound to system
assigned port. Instead I ge…
-
```
I'm not seeing results for Blackberry. I wonder if it's because BS is not
parsing it correctly. I don't have a Blackberry (someone else ran the test), so
I can't go to BS and see how it's curren…
-
```
The Cookie class and the Codenameone handling of cookies doesn't seem to handle
some important cookie features such as secure cookies, httponly cookies, and
cookie paths. The secure cookie feat…
-
```
What steps will reproduce the problem?
javax.bluetooth.BluetoothStateException: BlueCove library bluecove not
available at
com.intel.bluetooth.BlueCoveImpl.loadNativeLibraries(BlueCoveImpl.java:37…
-
```
What steps will reproduce the problem?
javax.bluetooth.BluetoothStateException: BlueCove library bluecove not
available at
com.intel.bluetooth.BlueCoveImpl.loadNativeLibraries(BlueCoveImpl.java:37…
-
```
1.how to connect with facebook using j2me and restfb?
2.how can I obtain my auth_token via j2me app without opening mobile browser?
need code example !!! Urgent !!!
implementing the following th…
-
```
On writing the data to the datagram the exception occurs when the data length
is exactly the size of the datagram:
DatagramConnection con = (DatagramConnection) Connector.open("datagram://12…
-
```
What steps will reproduce the problem?
1.download opera mini midlet
2.
3.
What is the expected output? What do you see instead?
problem is i cant access filesystem, to save pages for ex. , but th…
-
```
UDPDatagramConnection udpServer = (UDPDatagramConnection) Connector.open
("datagram://:");
This line should create server mode UDPDatagramConnection, bound to system
assigned port. Instead I ge…