hi i have written a midlet that reads some values from an internet site and shows it in the mobile phone. it works fine in j2me emulators,Nokia 6230,Nokia 3230 but when i try to run it in S60 Emulator Device or deploy it in Nokia 6600, it asks for permission to connect to internet and when u say yes, it just turns to white and nothing happens.
the error is here
plz help!Code:java.io.IOException: -5120 - com.symbian.midp.io.protocol.http.HttpConnectionNative.throwIOException(), bci=5 - com.symbian.midp.io.protocol.http.HttpConnectionNative.waitForTransaction(), bci=33 - com.symbian.midp.io.protocol.http.HttpConnectionNative.sendRequest(), bci=309 - com.symbian.midp.io.protocol.http.HttpConnectionNative.ensureResponse(), bci=37 - com.symbian.midp.io.protocol.http.HttpConnectionNative.openDataInputStream(), bci=29 - com.symbian.midp.io.protocol.http.HttpConnectionNative.openInputStream(), bci=1 - Http.getViaHttpConnection(), bci=22 - Veri.start(), bci=26 - BorsaMain.startApp(), bci=4 - javax.microedition.midlet.MIDletInvoker.invokeStartApp(), bci=1 - com.symbian.midp.runtime.MIDletScheduler.startMIDlet(), bci=26 - com.symbian.midp.runtime.MIDletScheduler.run(), bci=14

Reply With Quote


