Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8263453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:06:27+00:00 2026-06-08T04:06:27+00:00

I have two dev devices one an android 2.2 phone and the other a

  • 0

I have two dev devices one an android 2.2 phone and the other a Nexus7 tablet (no phone).
Both have wifi. If the code below is executed on the 2.2phone it detects whether Wifi or Mobile Data is on and working. If I put the same code on the Nexus7 tablet it returns that there is no internet connection even though wifi is on. What do I have to do to make it work on both devices?

   public boolean isOnline()
   {
ConnectivityManager connMgr =  (ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE);
    NetworkInfo networkInfo = connMgr.getActiveNetworkInfo();
    return (networkInfo != null && networkInfo.isConnected());
   }  
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T04:06:29+00:00Added an answer on June 8, 2026 at 4:06 am

    isConnected will return true when the WIFI connection is established to a router. Are you sure you have the connections setup exactly the same on both of the devices?

    you could also try isConnectedOrConnecting() which is pretty much the same except it returns true even when a connection is not yet established to the ISP but in the process of being established.

    Also check if maybe some of the permissions have changed for jelly Bean for allowing you to check for connectivity.

    Other than that i see no reason for this method to act differently on different devices.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two xml files, one of them is dev.xml which has this code
I am new to Oracle, I have two tablespaces one for dev and one
I have two dev machines. My code is synced between the two with dropbox
I have two dev servers, one is PHP version 5.3.1 which is on my
I have two Visual Studio database projects. Both build fine on my local dev
I have two apps: frontend and backend, both require different credentials for one to
Imagine the following situation: I have two branches: DEV and MAIN. I'm working on
I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always
Have two actionsheet buttons and one modalviewcontroller on mainviewcontroller in application. Now for two
I have two classes (MVC view model) which inherits from one abstract base class.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.