Re: [android-developers] application unable to access internet on device while working properly on android emulator?

2012-03-01 Thread Chris Stratton
On Thursday, March 1, 2012 5:41:40 AM UTC-5, Jagruti Sangani wrote:
>
> Hello,
> the Internet connection is on in the device but still not work.
>

First I assume you have tested that the internet connection of the device 
works (using the web browser or something) .

What type of internet connection does the device have - mobile or wifi?

If mobile, your traffic might be being blocked by the provider.

If wifi, you have some options for locally monitoring the traffic at the 
router (or to some extent from another machine on the wifi network).  

Most android devices seem to have netstat.

Most effectively, you could load up your code with logging messages to get 
an idea of where the failure is, or even use the java-level debugger.

-- 
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] application unable to access internet on device while working properly on android emulator?

2012-03-01 Thread Jagruti Sangani
Hello,
the Internet connection is on in the device but still not work.

On Thu, Mar 1, 2012 at 3:41 PM, Chalavadi Sagar wrote:

> check the wifi connection in your device , whether it is connected or not
> to make sure that your device is enabled for the use of internet based
> services.
>
>
> On Thu, Mar 1, 2012 at 3:35 PM, Juned Khan  wrote:
>
>> hi all developers,
>>I have developed one SIP based application which does not use
>> INTERNET connection while debugging on android device. but debugging on
>> emulator it works properly.I have given all the permission in manifest.xml
>> regarding INTERNET connection. is there any other permission to use
>> INTERNET to run application on device.
>>any help and suggestion will be appreciated. thanks in advance.
>>
>>  --
>> 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

Re: [android-developers] application unable to access internet on device while working properly on android emulator?

2012-03-01 Thread Chalavadi Sagar
check the wifi connection in your device , whether it is connected or not
to make sure that your device is enabled for the use of internet based
services.

On Thu, Mar 1, 2012 at 3:35 PM, Juned Khan  wrote:

> hi all developers,
>I have developed one SIP based application which does not use
> INTERNET connection while debugging on android device. but debugging on
> emulator it works properly.I have given all the permission in manifest.xml
> regarding INTERNET connection. is there any other permission to use
> INTERNET to run application on device.
>any help and suggestion will be appreciated. thanks in advance.
>
>  --
> 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

[android-developers] application unable to access internet on device while working properly on android emulator?

2012-03-01 Thread Juned Khan
hi all developers,
   I have developed one SIP based application which does not use 
INTERNET connection while debugging on android device. but debugging on 
emulator it works properly.I have given all the permission in manifest.xml 
regarding INTERNET connection. is there any other permission to use 
INTERNET to run application on device.
   any help and suggestion will be appreciated. thanks in advance.

-- 
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