[android-developers] How to connect android device with local network

2011-09-21 Thread Gold
Hi all,

I am using android 2.2 for application development..!

Now I want to communicate with Webservice. The webservice running on
My laptop and ip is 192.168.1.15..!

But device not communicate.it..

How to communicate with local network..!



Thanks in advance,
A. Thangadurai

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to connect android device with local network

2011-09-21 Thread ashok chakravarthy
run some webserver like tomcat on your local machine, then you can able to
connect to your machine provided both your machine and phone are in same
network

On Wed, Sep 21, 2011 at 5:48 PM, Gold thangadura...@gmail.com wrote:

 Hi all,

 I am using android 2.2 for application development..!

 Now I want to communicate with Webservice. The webservice running on
 My laptop and ip is 192.168.1.15..!

 But device not communicate.it..

 How to communicate with local network..!



 Thanks in advance,
 A. Thangadurai

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to connect android device with local network

2011-09-21 Thread MComputing Lab
Try usb tethering
On 21 Sep 2011 17:49, Gold thangadura...@gmail.com wrote:
 Hi all,

 I am using android 2.2 for application development..!

 Now I want to communicate with Webservice. The webservice running on
 My laptop and ip is 192.168.1.15..!

 But device not communicate.it..

 How to communicate with local network..!



 Thanks in advance,
 A. Thangadurai

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to connect android device with local network

2011-09-21 Thread Ravi Sharma
If Emulator is working that means uc ode is code..
may be you should troubleshoot ur network
1) Confirm that both device computer and android definitely in same network
2) find out ip address of both
3) See if you have added permission in ur android config file to use
Internet(i assume its there as emulator is working(
4) try to ping android phone from computer

On Wed, Sep 21, 2011 at 2:46 PM, MComputing Lab 
mobilecomputing...@gmail.com wrote:

 Try usb tethering
 On 21 Sep 2011 17:49, Gold thangadura...@gmail.com wrote:
  Hi all,
 
  I am using android 2.2 for application development..!
 
  Now I want to communicate with Webservice. The webservice running on
  My laptop and ip is 192.168.1.15..!
 
  But device not communicate.it..
 
  How to communicate with local network..!
 
 
 
  Thanks in advance,
  A. Thangadurai
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en