I am trying to check Internet connectivity on Android using the following method. I have a Wi-Fi connection.
private boolean checkInternetConnection() {
telnet localhost 5554 (or Android emulator number)
telnet localhost 5554
Internet enabled:
gsm data home
Internet disabled:
gsm data unregistered
You can use my library, available on http://www.cristianmarquez.com.ar.