The internet-connection tag has no wiki summary.
0
votes
2answers
54 views
Android no internet connection detection not changing
In my android application I am checking whether internet connection is present like this in my main activity. Once internet ( data ) connection failure, then it will show error correctly.
But when I ...
0
votes
0answers
53 views
Controlling network connectivity from WPF application
I have a WPF (not Windows Store) program written for .NET 4.0 in C#, which was ported to Surface Pro tablets. I need add the functionality to control network connections directly from the application ...
0
votes
3answers
65 views
Implement Broadcast receiver inside Service
I want to check internet connection through out the run time of my android application. I tried using services but seems like it is not the best option. is there any possible way for me to implement a ...
-4
votes
0answers
33 views
Why my ISP can't change my IP address? [closed]
My ISP is using dynamic IP addresses, now I have problems with my IP (it seems to be blocked somewhere) and want it to be changed. My ISP says to me that they can't assign a new IP for me, can that be ...
0
votes
2answers
36 views
How to test how a program behaves when it can't connect to the internet?
I'm writing an RSS reader, and I want to gracefully handle situations where the internet connection is unavailable. What's a good way (on linux) to test program behavior in the absence of internet ...
0
votes
0answers
4 views
Is it possible use the connection of the master node of a cluster on a slave node?
I'm working on a slave node (Centos 5.5) of a cluster where I need to install several programs. This node doesn't have an internet connection and is quite difficult to manually install all the ...
0
votes
1answer
219 views
Checking internet connection in delphi
How, i've made a program that uploads files on ftp server, the thing is that whenever i don't have access to the internet, it appears me an error, which stops running the program and says that i am ...
0
votes
0answers
40 views
What parameters should I modify for MacBook Air Connectivity on Wifi Router
I have a 2011 macbook air with all the latest updates.
I have the same ISP (1) at home, (2) office, (3) inlays, (4) parents & (5) friends house.
I only have a problem at home with my MacBook ...
0
votes
0answers
61 views
Slow Internet speed while browsing or downloading but works fine with Youtube videos and some websites [closed]
I have a 5 MBPS wireless Internet connection which has been working fine till today but suddenly something weird happened to it.
I can watch youtube videos (1080) without any problem or buffering ...
1
vote
2answers
51 views
WP7 - Fast app switching and Internet Connection
Example:
My application is doing a HTTP Connection.
If I change to home screen using Home Button (fast app switching) the connection that my application was doing is canceled.
Why?
Are there some ...
-1
votes
2answers
53 views
Downloading data from internet - pay attention to what?
In my application I'm downloading data from a website with a xml reader. After that I build an sqlite database with them. All works fine, but I'm afraid that something in the download process can ...
0
votes
0answers
19 views
How to query which apps are currently using the internet or are active?
As a part of an app that checks the situation of other running apps & processes , I would like to have the ability to check which apps are currently active and/or using the internet .
What can I ...
1
vote
3answers
179 views
Best way to check internet connection in whole app
I want to check internet connection in whole app. I've googled for it, but the result was everyone creates an instance method in each class and tries to check the internet connection. My plan is to ...
0
votes
0answers
99 views
blocked internet connection on terminal has internet in webbrowser?
I have a problem in my windows forms application. First of all you need to now that the client is working on a terminal where no internet connection can be made this is blocked by the network ...
0
votes
2answers
75 views
How to check the availability of internet in classic asp?
I am calling a webservice in my code. I want to add a validation to check whether internet connection is available or not.
If internet connection is not available then it should prompt that internet ...
-2
votes
1answer
49 views
Internet conection not working after Apple review [closed]
I just uploaded a new update of my App to the AppStore and they accpet it. If I install it from my PC with Xcode to the device, it works perfects. But, if I download the App from the AppStore and run ...
0
votes
2answers
247 views
App Crash on slow internet connections
Whenever there is a connection problem, a slow connection on 2G , etc., my app crashes with the following log:
What I can get from the log is, that it crashes on sendSynchronousRequest method of ...
0
votes
2answers
493 views
Http response error android
I am making a HTTP request to a cgi php server from android application to get json reponse.
My application is validating whether the Internet connection is available or not before making HTTP ...
2
votes
5answers
202 views
Inetrnet connection checking thread Android
In my main activity , there is a internet status TextView . In that TextView I want to show whether the internet connection is enabled or not. I have to refresh the status in every 10 sec.
I know ...
0
votes
0answers
96 views
How to programmatically check availibilty of internet connection in a time intervall in Android?
I want to check availibilty of internet connection after some times. Is it available or not.
If yes then it will perform a action if not then other action.
And it will be occur for every activity.
...
1
vote
2answers
2k views
Windows Phone 8 emulator doesn't show the actual state of its OS
Problem:
When I start Windows Phone 8 emulator it launches a virtual machine in Hyper-V. After a few minutes Windows Phone OS gets loaded (I can connect to it through Hyper-V manager (it's ...
0
votes
1answer
36 views
Run service after succesfull connected to internet because of updating data for widgets
Is there any better idea how to check if my device is connected to the internet? Or is the only solution use alarm manager or something like that, that checks with the method checking internet ...
0
votes
2answers
96 views
Android: Queue a post until there is a connection
hi this is a very simple question but a complicated answer I suspect:
It's called the "mineshaft scenario"
Let me explain : imagine a simple scenario where you had to make a app that can httppost to ...
-3
votes
2answers
645 views
No internet access in Android emulator
I am not able to access internet in my emulator. It doesn't even connect to google on emulator browser. I have already checked Settings. Data Enabled checkbox is checked.
I referred to a few SO ...
1
vote
1answer
127 views
Without internet connection, how xmlns attribute can work and understand by browser?
A simple XHTML document, with the minimum of required tags: and xmlns attribute has a http link.
If i am working on localhost and if i have not internet connection can't i work on XHTML?
<html ...
2
votes
1answer
115 views
Control internet connection
I am trying to develop an application (C++/Qt preferably for multi-platform) that controls and filters the data stream entering and leaving the network (mainly internet), and restricts access to ...
2
votes
2answers
284 views
Android 2.2 Emulator can not connect internet but 4.0.3 emulator can connect
When i try to connect internet with android 2.2 from emulator can not connect. But, if i try to connect internet with 4.0.3 from emulator immediately i will success..
I have changed from eclipse, ...
0
votes
2answers
136 views
Possible bug in CFNetDiagnosticCopyNetworkStatusPassively? Returning kCFNetDiagnosticConnectionDown over 3G/4G only.
Got a weird bug here. This only manifests when the iOS Device is being used exclusively on 3G/4G networks. i.e. if over WiFi - no bug and it all works fine.
- ( BOOL ) isInternetAccessAvailable
{
...
0
votes
1answer
84 views
Find Active Internet Connection Using libpcap Mac
I'm trying to monitor packets for current active internet connection using pcaplib. But I'm not sure how can I find current active internet connection. I know pcap_findalldevs() will return list of ...
1
vote
1answer
176 views
phonegap: store data until network is detected
I'm writing an App that allows a user to describe something in a few form fields then take a picture of it. The data and photo are saved on our server so it can be viewed in real time, anywhere. If ...
1
vote
4answers
339 views
Check for Internet in UIWebView App on jQuery .click()
I use this code to check for internet when the app opens for the first time:
//No Internet Connection error code
-(void)webView:(UIWebView *)webVIEW didFailLoadWithError:(NSError *)error {
...
-2
votes
2answers
726 views
NetworkOnMainThreadException While I see if I have internet connection [closed]
I am trying to check if my mobile device has internet access but I get the following error:
08-13 14:20:48.990: E/AndroidRuntime(2546): FATAL EXCEPTION: main
08-13 14:20:48.990: ...
2
votes
0answers
60 views
mocking bad internet connection
I'm developing an embedded device which has access to the internet through LAN. I'm in testing phase now, and I would like to test how does the device perform when the connection to the internet is ...
12
votes
4answers
598 views
Simulating a bad internet connection
I'm developing an embedded device which has access to the internet through LAN.
I'm in the testing phase now, and I would like to test how the device performs when the connection to the internet is ...
0
votes
2answers
296 views
How do I get a List of programs connected to internet in linux?
In linux, how can I get a list of programs that are currently connected to (and are receiving data) from the Internet?
Commands like iftop are good but does not show statistics based on process.
0
votes
1answer
300 views
Creating Hotspot without proxy authentication from a ethernet internet with proxy
I need to create a wifi hotspot in my laptop which does not require proxy to configured by wireless clients (Android phone). What i have is an ehternet connection, through which internet is accessible ...
0
votes
1answer
634 views
checking if internet is active using jquery
I have the following listener for checking if the user has an active internet connection:
$(function() {
$( window ).bind(
"online offline",
function( event ){
...
0
votes
1answer
173 views
How to check Blackberry device is connected to internet connection?
In Android, checking internet connection is like that.
public boolean isOnline() {
ConnectivityManager cm = (ConnectivityManager) activity
...
1
vote
1answer
130 views
How to detect the internet connection when I close my modem while keep the router open?
I use Reachability from App Developer Library to check the internet connection, the code is as below:
+(BOOL)reachable {
Reachability *r = [Reachability reachabilityForInternetConnection];
...
0
votes
2answers
1k views
How do I check if an ftp server is online and get the error that it generates if it is not connected?
I am new to programming in vb.net. I have come a long ways in my development and understanding of vb, but there is one hurtle I can not seem to fix. I am hosting an ftp server on my pc and I am making ...
0
votes
1answer
95 views
How to know internet become active after disconnection in iPhone app
I have created an tableview that shows RSSS. I check for internet connection then get RSS feeds to load into tableview and if internet is unavailable it shows network error alert ands empty tableview ...
1
vote
3answers
1k views
iOS Reachability test
For our app, we use the following code to check for internet connection whenever the app user is trying to post a message. When we test the feature, it works fine when turning on the airplane mode. ...
0
votes
2answers
81 views
ProgressDialog Dismiss and AlertDialogShow if there isn't a internetConnection
I am using a web service for my application.The data are fatcing in the method callWebService().I am showing ProgressDialog while populating my ListView.Also I like to check if there isnt a network ...
1
vote
1answer
521 views
Best Practise to check Internet connection in javascript
I am using Ajax to check my internet connection after every few second for my application which is using IE instance. But due to low bandwidth my internet explorer is crashing.
What best practise ...
1
vote
0answers
315 views
Information about gtalkservice
I'm trying to find more information about keeping a open internet connections for push trough messages or data. I've read that the xmpp protocol could be suitable for this, and that it's replaced by ...
0
votes
3answers
2k views
How to check for internet connection availability if device is connected to a router?
How do you check if an Android device is connected to an internet connection? Currently, I am using the code below:
ConnectivityManager connectivityManager = ...
0
votes
2answers
981 views
how to display the alert box if there is no internet connection using Phonegap?
function checkConnection() {
var networkState = navigator.network.connection.type;
var states = {};
...
3
votes
2answers
1k views
Dialog box if there is no internet connection using jquery or ajax
If there is no internet connection ,it will show some error message using dialog box like " No internet connection" without using java .I need to display using jquery or ajax script alert...
2
votes
1answer
330 views
Dialog box if there is no internet connection
If there is no internet connection ,the user click the button ,it will show some error message using dialog box.here i tried navigator.online in my android mobile webview.its not working.how to show ...
0
votes
1answer
1k views
No internet connection on Android emulator
When i use an AVD with Android 4.0.3 specified as target I can use the browser and view the pages. But when I use Google API as target I have no connection(i get the next error: "This application ...




