hi All,
This time I need to open a socket on Nokia7650,
here's my code sniplet:
c = (StreamConnection)Connector.open("socket://192.168.0.2:8000"
os = c.openDataOutputStream();
but it throws a ConnectionNotFoundException, meantime, the same code works well with motorola's emulator(and real phone)
Is there anybody could tell me, is it because Nokia doesnt surpport socket protocol , or I made mistakes somewhere?
THX in advance
Best Regards,
jigsaw

;
Reply With Quote

