The connectivity tag has no wiki summary.
0
votes
0answers
23 views
SSIS 2008 shared data source for attunity
I am using Attunity (V 1.2) connection for Oracle in my SSIS 2008. Our Oracle DBAs are often changing the passwords and I have to change all my SSIS connections one by one accordingly. Is there a way ...
1
vote
4answers
52 views
How to check internet access?
So, my question is how to check if I am receiving any data or not. The scenario is that I am connected to a wifi network such as Starbucks wifi (which user should first connect to the network and then ...
1
vote
1answer
47 views
Finding all edges (and nodes) within X steps from a chosen line in an adjacency matrix in MATLAB
I have a nx2 matrix of to-from nodes for a large network structure. I have used this to create a sparse adjacency matrix which I can plot using BIOGRAPH. My systems varies in size, the largest ones ...
0
votes
2answers
42 views
Check network available in android
I have to develop one android application.
Here i have to develop one twitter integration android application.
i have using below code:
public void onClickTwitt() {
if (isNetworkAvailable()) {
...
0
votes
2answers
44 views
WebView Fails w/ Good Connection
I have a BroadcastReceiver that monitors the network connection, and what I'm trying to do is reload a web view when an internet connection becomes available.
However, when ...
0
votes
0answers
20 views
How to detect when a mobile connection type has been overriden by another connection type ?
The context :
In an Android app, I want to display an icon corresponding to the current state of the mobile connectivity : wether it's on, off, connecting or disconnecting.
The problem :
I've ...
0
votes
4answers
67 views
Checking Network Connectivity before dismissing Alert Dialog - RESOLVED
So I have a webview based app. My question is that when OnReceivedError is called when there is internet loss, I'd like to
When the user clicks "OK" on the dialog for it to check for connectivity,
...
0
votes
1answer
42 views
How to find a path from source to destination by adding edges with minimum total weight
I have about 100 atoms in a 3-D space. Each atom is a node. Edges are added between two nodes when they are closer than 0.32 nm with weight equals distance. I want to find a path from source node to ...
1
vote
1answer
68 views
How to detect in Android that WIFI is ON, but unreachable?
Does anyone know how to programatically detect in Android that wifi is unreachable?
I've got an app running where I am able to easily detect type of network connection and whether is on or not ...
0
votes
1answer
136 views
HTTP calls blocked from SQL Server CLR, even though other apps on the same server are able to hit the same URL
We have a stored procedure that retrieves stock quotes from our own webservice. We have a .NET dll that makes the HTTP call and returns the data to the stored proc. The dll is registered with the SQL ...
1
vote
0answers
41 views
How can I know if an android app is requesting a data connection?
I want to create a service to monitor app data usage and log whether the data request can be serviced or not based on the availability of a mobile-data/WiFi connection.
I think I can use the Traffic ...
1
vote
1answer
68 views
Android connectivity/network configuration
I have a WebService running in a remote VM inside my company's network.
I can see the JSON response using Chrome on my laptop by typing the url in the address bar (http://VMaddress/servicename/).
...
0
votes
1answer
295 views
how to connect external database with joomla website on wamp server
i am beginer with joomla cms and unable to connect joomla site with my wamp server database, i found every time this error...Serever error
here is my configuration file, i think my $log_path is wrong
...
0
votes
2answers
196 views
How do I Display Currently Connected WIFI SSID?
I'm trying to display the current SSID (and eventually capture it so I can use it at later date)
This far I've been able to compile the following code - but I can't get it to display and the ...
4
votes
0answers
118 views
Couchbase bad connectivity (TIMING OUT) in AWS VPC
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 ...
2
votes
3answers
168 views
Connection string for SQL Server?
I am working with SQL Server. I used all connection via :
SqlConnection con = new SqlConnection("data source = .; database = xyzDatabase; integrated security = true");//developed with developer ...
0
votes
1answer
51 views
How to I test if internet connectivity and otherwise load local core data data?s
I have an app that on the AppDelegate calls a SyncEngine. This kicks off a process of fetching data from parse.com and parsing that data into local objects and storing that info in a core data db on ...
0
votes
1answer
36 views
c# app connectivity issue
I am new to C# and would be really grateful if someone could provide some insight on the following problem: I have written a c# app that gets the html content of a website, quite simply using a ...
0
votes
0answers
75 views
How to connect the nodes of a random geometric graph using Matlab?
I need help with the above question, all I have so far is creating random nodes on unit square area and a bad attempt to connect them; as can be seen from the following code:
enter code here`
...
0
votes
2answers
97 views
Boost-ASIO simple echo client-server cannot establish connection?
I'm using BOOST-ASIO for a simple echo client-server (there is a separate link for the client and server). When I try to run the server I use this async_tcp_echo_server 4000. For the client I use ...
0
votes
0answers
79 views
How to send data (list of integers) from computer to arduino serially using JAVA?
I have a list of numbers, which have to be sent AT ONCE (together), and the arduino must process the numbers ONE BY ONE.
It's for my project, a robot taking items from a shelf. The locations in the ...
2
votes
0answers
60 views
Why does changing turning WiFi off then on kill my iPad app that is running in the background?
I'm trying to figure why my iPad app is being killed by the OS whenever I make the app go into the background then turn WiFi off then on in the Settings app.
Once I turn WiFi off then on, then go ...
0
votes
2answers
87 views
Getting column count of the MySQL output with Java
I want to know how to get the column count of resulting output in MySQL.
I searched this site for the same question but i'm little different.
I want to get the column count of resulting output not ...
-2
votes
1answer
74 views
Accessing db created in mysql trough LAN? [closed]
I want to assess the mysql database through other PC connected with my PC in LAN , in windows ....
Do i need to install any third party software for accessing db in other PC (connected with my PC in ...
1
vote
1answer
195 views
c# server and android client,connectivity
i am trying to develop an application in c# which acts as a server for an android phone.i am using 32feet.net for bluetooth in c# and i have a server running in android, which simply sends a socket to ...
0
votes
1answer
106 views
How do I resolve this connectivity issue with viewing an SSRS report on Internet Explorer?
I'm working on integrating a report into a browser, and I get this error:
An error has occurred during report processing. (rsProcessingAborted)
Cannot create a connection to data source ...
1
vote
2answers
186 views
RequestRouteToHost doesn't work
I need to check if the route to host exists for my Android app. Here is my code:
private void ensureRouteToHost(String proxyAddr) throws IOException
{
ConnectivityManager connMgr = ...
1
vote
0answers
58 views
Android ICS has a delay with detecting network loss. Is there a way to fix this?
When using Android with ICS there is a delay of about 3-4 seconds with BroadcastReceiver response.
Although I disconnect 3G and wifi a http request which happens right after occurs before ...
1
vote
0answers
375 views
Using Proxy for WebRequest in Powershell
I use WebRequest in a script powershell for check url is valid and detect webservice is available.
My script WebRequest
$request = [System.Net.WebRequest]::Create($WebServiceSSRSRDL)
$request.Method ...
0
votes
1answer
157 views
NetworkInfo TYPE_MOBILE_MMS feature
I want to send a MMS using the stock MMS source. Before more explanation, I want to say that it does work on some android versions but 4.0.3 and 4.0.4.
In my service, I ask the device to enable the ...
0
votes
1answer
154 views
how to filter External List programmatically?
I've developed custom Business Data Connectivity solution using .NET Assembly Connector. It does have Comparison type filter for Finder method.
I can now create External List and use Data Source ...
1
vote
3answers
307 views
Android regular check for internet connection
I'm running an android app that displays a webview on specific URL, I want to check if the application server I'm accessing is alive and that I can view HTML, if failed I should terminate the webview, ...
0
votes
0answers
279 views
Use of getActiveNetworkInfo() as an alternative to deprecated ConnectivityManager.getBackgroundDataSetting() does not honor it
Use of getActiveNetworkInfo() as an alternative to deprecated ConnectivityManager.getBackgroundDataSetting() for Android 4.0 and above does not honor the background data setting when ...
1
vote
0answers
188 views
Android Broadcast receiver for RJ45 ethernet cable
I am creating a sample code, for detecting whether the RJ45 cable is connected or not. I have written a broadcast receiver for the detecting.
@Override
public void onReceive(Context context, Intent ...
4
votes
1answer
99 views
Algorithm to find the largest land-mass a city is connected to?
I have a black and white picture of the world map.
I convert the pixels to a grid of binary values (0 for water, and 1 for land) indexed by coordinates (i, j). Now, say I randomly pick a point on ...
2
votes
3answers
789 views
How to check for unrestricted Internet access? (captive portal detection)
I need to reliably detect if a device has full internet access, i.e. that the user is not confined to a captive portal (also called walled garden), i.e. a limited subnet which forces users to submit ...
-1
votes
1answer
103 views
How to check internet availability
I have been trying for a long while to implement an internet availability code, but there were always wrong results. I tried using Ping, ConnectivityManager class, TelephonyManager class, and more.
...
2
votes
1answer
63 views
Android Connectivity
I've created an app which needs to be connected to a remote socket server at all time.
i'n order to do so I've registered a BroadcastReceiver for connectivity changes.
Every time the Receiver fires ...
0
votes
0answers
45 views
wi-fi enabled in android how to use activityonresult
I want my app to use Internet. Therefore, if the user loads the app but there is no Internet connection a dialog box appears and prompts him to open the wi-fi or 3g. Then I open the option the user ...
0
votes
2answers
189 views
Timeout for UnknownHostException with established connection but no internet
I have an interesting issue.
I have an application where inside of it, I'm trying to account for the condition where the phone is connected to a router, but that router is not connected to the ...
0
votes
0answers
75 views
Request Route to Host in undefined Android
I'm trying to check if my host is reachable, so I using this code:
check = requestRouteToHost (ConnectivityManager.TYPE_WIFI, lookupHost("hostname"));
However I get an error that "the method ...
0
votes
1answer
77 views
voxels inside a 3D convexhull
I have a cubic matrix of voxels of value 1 (the rest is zero). I need a matrix of the same size where the voxels INSIDE the convex hull are all of value 1. I seen a similar example here and adapted ...
0
votes
4answers
163 views
How to know whether device has data connection?
I'm trying to detect whether a device has a wifi or 3g connection. If it has a connection it will display the MapView, but I'm having problems with my conditional statement when neither of the two is ...
0
votes
0answers
60 views
Observe change of background data availability for own app in andorid
From 4.0 onward, android allows user to disable background data for individual app. So is that a intent filter for me to observe the change?
I tried CONNECTIVITY_ACTION, but it does not fire when ...
2
votes
1answer
285 views
intermittent “unable to connect to remote server” error
I'm running a windows service which downloads RSS feeds using the following code:
XmlReaderSettings settings = new XmlReaderSettings() { DtdProcessing = DtdProcessing.Ignore };
string feedXml = ...
0
votes
0answers
69 views
how to use jdbc:sqlite driver in android
public class ConnectionActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState)
{
try {
Class.forName("SQLite.JDBCDriver");
...
0
votes
2answers
830 views
Using mysql from Xampp for java jdbc program
I have Xampp installed on my pc with mysql database. now i wish to use this mysql database for my java JDBC program. For that i have writen following program.
package mysqltype4driverdemo;
import ...
0
votes
1answer
39 views
How to Notify user whenever the connectivity gets lost or regained?
My application has to update the server frequently, so, I run a service which checks whether or not the device is on coverage area, using ConnectivityManager and NetworkInfo, in every 3 minutes. It ...
1
vote
0answers
35 views
Boundaries connectivity
I would appreciate it if you could help me with the following.
I have a set of images (I cannot send an attachment with a small sample of those images). They are flowing marbles. I need to get the ...
0
votes
1answer
169 views
onDataConnectionStateChanged state param is always 0
I am trying to use PhoneStateListener to handle connection state changes. I've registered the listener inside onCreate method of a service. The overriden method onDataConnectionStateChanged(int state) ...





