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 7681135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:16:24+00:00 2026-05-31T18:16:24+00:00

Thanks for previous replies, I tried to check the data connection through code, I

  • 0

Thanks for previous replies,

I tried to check the data connection through code, I used

final ConnectivityManager connMgr = (ConnectivityManager) this
            .getSystemService(Context.CONNECTIVITY_SERVICE);
final android.net.NetworkInfo wifi = connMgr
            .getNetworkInfo(ConnectivityManager.TYPE_WIFI);
final android.net.NetworkInfo mobile = connMgr
            .getNetworkInfo(ConnectivityManager.TYPE_MOBILE);

if (wifi.isAvailable()) {
    return true;
    } else if (mobile.isAvailable()) {
        /*
         * check.setImageResource(R.drawable.tick);
         * check.setVisibility(View.VISIBLE); noInterntet.setText("");
         */
        return true;
    } else {
        return false;
    }

But this code check the data availability from android version 1.6, when i run this code in 1.5, it never check the data availability, i always return true even i disabled GPRS and Wifi. is there anything other than this to check the data availability. Dont know where i made mistake.

  • 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-05-31T18:16:25+00:00Added an answer on May 31, 2026 at 6:16 pm

    Are you sure you want ‘isAvailable’ rather than ‘isConnected’? You could also query the enable state of the devices, i.e. WifiManager.isWifiEnabled()

    I suspect that your 1.5 device simply misreports the availablity state. I would question the need to work on 1.5 since there are very few real world devices using it. I can only think of the years-old G1 and Magic phones for which 1.6 updates were made available.

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

Sidebar

Related Questions

Thanks for previous replies, is it possible to delete the stored content from sqlite
Thanks for reading this. I am dynamically generating some data which includes a select
Thanks for previous replies I am doing application with android inbuilt voice recorder. i
Thanks to those who've answered my previous questions and gotten me this far. I
thanks a lot for helping for previous one. now another is here. this is
Thanks for previous replies, Is it possible to get Package name of camera application
Thanks for previous replies, I want to release my apk in android market, actually
Thanks to the help in a previous question , I've got the following code
Hello all Thanks for your previous replies hey i am unable to install the
Thanks to everyone for their previous help. I am going to assume that this

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.