Android: Socket connection not working in a specific phone -


 socket connection = new socket("192.168.1.200", 6000); // 6000 standard port device connecting  inputstream = connection.getinputstream(); 

socket connection implemented above not work on lgp500(android) works fine on htc desire(android). tell me wrong...and weird part used work fine in lg p500 before, stopped working of sudden...tried doing factory reset..but no use still...

i socketexception: network unreachable....

would happy if me out on this..

that ip address local subnet (probably wifi) make 100% sure phone using wifi , not 3g networking.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -