Hi Gn,

     I also have been trying to setup a Droid to Droid 3G connection.
I can confirm that all works great in wifi mode.  The Droid can make
connection requests (Http, Telnet, raw sockets) in 3G, but I cannot
get the Droid to accept a socket connection in G3 mode.  I was told by
Verizon that a special license was needed to accept socket connection
requests and they would send me some information.  So far none has
been received.  If anyone knows how to program the Droid to accept
socket connection requests over 3G, please respond.

Thanks

jed


On Jan 20, 12:35 am, Na Gu <[email protected]> wrote:
> Dear all,
>
> I am trying to use an android phone to send a file to my laptop, the
> program works well under wifi network, but it does not work if i use
> 3G network...How to solve this problem?
>
> my socket is very simple:
> server side:    adr1 = new ServerSocket(3108);
>                 Socket server = adr1.accept();
> client side:                Socket client;
>                                 client = new Socket("10.217.137.110",
> 3400);
>
> I tried to use a socket with remote ip, remote port, local ip and
> local port, this method does not work for both wifi and 3G network....
>
> Thanks a lot!
> gn

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to