Sumit wrote: > > Gave me the link were you have post.. > Huh? If you're asking where your own post is, I can't help you. But I'm not sure that's what you're saying.
-- Lew Lew wrote: > >> Sumit wrote: >>> >>> Why, in my android code >>> ServerSocket ss=new ServerSocket(8085); >>> //works till here >>> Socket s=ss.accept(); >>> // block here >>> >>> why my code get blocked here at accept() call, >>> can any one gave me a solution, >>> When i make my android device as client & my Java code as Server >>> it works, >>> but does not work in reverse way. >>> please help me. >> >> >> See the answer I gave to the other post you made of this very question. >> > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

