connectivity Questions

2

Solved

Since approx. 72h I'm getting The job exceeded the maximum time limit for jobs, and has been terminated. on TravisCI which seems to be related requesting artifacts from mvnsearch.org, e.g. https://...
Wells asked 22/8, 2017 at 12:9

2

I am having an issue getting ConnectivityManager: ConnectivityManager connectivityManager = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE); I am using the applicati...
Displant asked 27/10, 2014 at 13:9

1

Solved

I have a VM instance running COS version 'cos-dev-61-9733-0-0' on a f1-micro instance. I have configured an external IP address 146.xxx.xxx.106 and assigned to this instance. I'm trying to test the...
Idempotent asked 20/7, 2017 at 21:6

4

I am making an app where a user is uploading information and files to my server on a somewhat frequent basis. This is done in new threads through a dedicated uploader service. I know from t...
Weiweibel asked 29/5, 2011 at 16:56

3

Solved

I am using the following code to check for the internet connection through out my app. public class ConnectionChangeReceiver extends BroadcastReceiver { @Override public void onReceive( Context ...
Dumbwaiter asked 21/3, 2013 at 11:50

1

Solved

I created a simple ASP.Net Core application with user authentication (so all the Entity Framework has been preloaded into the web app template). It is connecting to my database with the connectionS...
Anyaanyah asked 16/3, 2017 at 17:48

1

Solved

I'm trying to implement a ZeroMQ pattern on the TCP layer between a c# application and distributed python servers. I've gotten a version working with the request-reply REQ/REP pattern and it seems ...
Heterochromous asked 4/11, 2016 at 13:24

3

Solved

My app connect directly to a hardware device that act as an access point (with no access to internet). I can't connect because Android 5.0 automaticcaly switch to a valid internet connection, so ...
Stoss asked 17/11, 2014 at 21:59

3

Solved

I have a site which is a white label (Multiple versions of the same site) which I've launched recently. There isn't a great deal of traffic yet - mainly bots but probably 800 users per day. It is h...
Raindrop asked 6/9, 2013 at 10:6

2

Solved

Im trying to receive BroadcastMessages from CONNECTIVITY_ACTION: // register BroadcastReceiver on network state changes final IntentFilter mIFNetwork = new IntentFilter(); mIFNetwork.addAction...

7

Solved

I am developing an application which connects to the server. By now the login and data transmission works fine if theserver is available. The problem arises when the server is unavailable. In this ...
Whittemore asked 18/9, 2009 at 8:10

2

Solved

I am using Apple's reachability code, and am setting up both initial notifications on when network reachability changes and prior to initiating a server connection. The code works when I am on wi-f...

1

Solved

I noticed that while streaming audio from a remote server through 3G (mobile) connection and while the WIFI is disconnected or OFF, as soon as WIFI is activated and connected, connection through 3G...
Prostatectomy asked 23/4, 2015 at 22:10

2

Solved

array A = 2 3 2 5 4 8 5 6 7 8 I'd like to get the result as 'conidx = [2 3 5 6] and [4 7 8]'. One of the values of [2 3] exists in the 2nd row, One of the values of [2 5] exists in the ...
Dibucaine asked 2/6, 2013 at 13:49

5

I'm writing an application which is supposed to dump data on the SD card and then another application on a pc which should read the data when the device is connected to the pc (in disc drive mode)....
Undamped asked 18/1, 2011 at 9:42

3

I need to get the network from which device was disconnected. Now I use: NetworkInfo ni =intent.getParcelableExtra(ConnectivityManager.EXTRA_NETWORK_INFO); And check: ni.isConnected() if thi...
Homophile asked 8/11, 2012 at 16:26

0

This is about network Wifi how to connect it under android. But the question is which one is the best practice between the Code shown at here. And... this below? Because two of the source code gi...
Prevenient asked 19/7, 2014 at 6:12

3

Solved

The question is pretty clear. Can I fetch a fake event for of Wi-Fi or 3G connected. Even for rooted phones will do. Googled a lot but could not find any answers. But I believe that this is possibl...
Wale asked 26/7, 2013 at 8:13

2

Solved

I am using the BroadcastReceiver to check the network connectivity while my app is running.I have binded the BroadcastReceiver with the Activity inorder to bring few controls like AlertDialog while...
Gingras asked 30/5, 2011 at 12:58

2

I would like to test my iOS application with all the network conditions possible, including quality of the connection (offline, poor, good) and carrier (WiFi, 3G). For the former, others have alrea...
Tiatiana asked 22/6, 2012 at 10:14

2

Solved

I've been researching this for a couple of days now and looks like it's not possible to keep bluetooth connection alive while the phone goes to sleep or if the app is in the background. However, I ...
Clasping asked 10/1, 2012 at 2:57

1

In an iOS application if you had to access corporate remote services, through VPN, what would be your pattern to ensure you have connectivity and inform the user if that's not the case: check tha...
Tapioca asked 7/9, 2013 at 9:33

2

I'm using the reachability API to detect my current connection, but I can only distinguish between WIFI and 3G. I get the following flags: LTE: kSCNetworkReachabilityFlagsIsLocalAddress|kSCNetwor...
Wolford asked 15/4, 2012 at 2:53

1

I am experiencing a connectivity problem which is a bizarre in a private virtual vpc in Amazon environment (AWS). My context is like this i have subnet in in this subnet i have 2 machines a client ...
Taproom asked 13/3, 2013 at 5:31

3

Solved

getting a null pointer problem in the code shown here. usually a null pointer is a simple and easy thing to fix, however in this case I am totally lost on the cause. the nullPointer is on the this...
Kurman asked 11/9, 2013 at 7:42

© 2022 - 2024 — McMap. All rights reserved.