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

  • Home
  • SEARCH
  • 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 6233399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:17:30+00:00 2026-05-24T10:17:30+00:00

i i am checking network type by calling this function ConnectivityManager cm = (ConnectivityManager)

  • 0

i i am checking network type by calling this function

        ConnectivityManager cm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
        NetworkInfo Info = cm.getActiveNetworkInfo();
        if (Info == null || !Info.isConnectedOrConnecting()) {
            Log.i(TAG, "No connection");
        } else {
            int netType = Info.getType();
            int netSubtype = Info.getSubtype();

            if (netType == ConnectivityManager.TYPE_WIFI) {
                Log.i(TAG, "Wifi connection");
                //Need to get wifi strength
            } else if (netType == ConnectivityManager.TYPE_MOBILE) {
              Log.i(TAG, "GPRS/3G connection"); 
               //Need to get differentiate between 3G/GPRS
            } 
        }

i do not want to poll wifi strength regularly,but when i do some network stuff i need to check connected wifi strength which i am unable to get.
Secondly when i get netType() as MOBILE how can i determine its 3G/GPRS form netSubType, i mean what are the integer values for 3g/Gprs etc.

Please anyone have idea how to do this.

Thanks

  • 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-24T10:17:31+00:00Added an answer on May 24, 2026 at 10:17 am
    ConnectivityManager cm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE);
            NetworkInfo Info = cm.getActiveNetworkInfo();
            if (Info == null || !Info.isConnectedOrConnecting()) {
                Log.i(TAG, "No connection");
            } else {
                int netType = Info.getType();
                int netSubtype = Info.getSubtype();
    
                if (netType == ConnectivityManager.TYPE_WIFI) {
                    Log.i(TAG, "Wifi connection");
                 wifiManager = (WifiManager)context.getSystemService(Context.WIFI_SERVICE);
                     int linkSpeed = wifiManager.getConnectionInfo().getLinkSpeed();
                //Need to get wifi strength
            } else if (netType == ConnectivityManager.TYPE_MOBILE) {
              Log.i(TAG, "GPRS/3G connection"); 
               //Need to get differentiate between 3G/GPRS
            } 
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am just checking out F#, so apologies if this is a silly question,
I am checking to see if my app has a network connection: public boolean
Let's say we have a system like this: ______ { application instances ---network--- (______)
Sometimes checking of arguments in Python is necessary. e.g. I have a function which
Can anyone please tell me method for checking oracle data base network status?
I am checking network reachability in applicationDidFinishLaunching: [self performSelectorInBackground:@selector(performReachabilityCheck) withObject:nil]; Background thread -(void)performReachabilityCheck{ NSAutoreleasePool
Possible Duplicate: How to check network type in iPhone app I would like to
I'm currently developing a Java-based library for network coding (http://en.wikipedia.org/wiki/Network_coding). This is very CPU-intensive
Checking the HTML source of a question I see for instance: <a id=comments-link-xxxxx class=comments-link>add
Checking to see if __name__ == '__main__' is a common idiom to run some

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.