Hi guys,

I am posting data to a url using http post in J2ME.

The code works perfectly on almost all emulators, but does not work on real devices. It works on certain devices like Nokia 6260(Series 60), MotoMing(Linux) , HTC Touch(Windows), but fails on devices like Nokia 6708(Symbian UIQ), MotoRazor V3i etc..

I am getting a JAVA IO Exception when I try open the DataInputStream .

As I have...