Get the MCC and the MNC of the SIM card and of the network

Hello,
We publish a network speed and quality measurement application used on desktop, tablet and smartphone.
This application is called nPerf. It is available on desktop via a web browser at www.nperf.com, on iOS at ios.nperf.com and Android at android.nperf.com.
We are currently working on porting our solution for Windows Phone / Windows. The project is a universal project using Windows RT 8.1 (Visual Studio 2013 Express Update 4).
However, the project is currently "stuck" because we lack two essential information to identify the operator of the user: the MCC (Mobile Country Code) and MNC (Mobile Network Code), at least those contained in the SIM card.
Ideally, we would also need, in order of priority, the MCC and the MNC of the active connection (in the case of roaming), a DB signal strength of type RSSI or RSRP (more accurate than the number of reception bars displayed on the phone), the id of the cell
on which the connection is established (CellId) and the cell area code (LAC or TAC).
I have reviewed all the Windows RT 8.1 APIs available, particularly the namespace Windows.Networking.Connectivity and none seems to contain this information.
We would understand that it is not possible to access all this information but the SIM MCC and MNC are really needed and are available on other systems such as iOS or Android. It would really be a pity if we are not able to continue the development of this
application simply because these two information is not available ...
Would it be possible to tell us how to retrieve this information or, failing that, to give us the e-mail address or phone of a person likely to talk with us about this and identify possible steps to take to find a solution mutually acceptable?
Thanking you in advance,
FH Sarl company

Hi Usnake,
“Mobile Network code” and “Mobile country code” has not public API to third party apps.
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/9dbeca88-be45-4708-bd2a-14766182a7eb/how-to-get-mcc-and-mnc-in-window-phone?forum=wpdevelop.
If you are asking for them, I suggest you send a request to
https://wpdev.uservoice.com/forums/110705-dev-platform.
Thank you for understanding.
Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • I keep getting "the network connection could not be established" error message when trying to update my iPads and iPhone to iOS 5.1

    I keep getting "the network connection could not be established" message when trying to update my iPad, iPad2 and iPhone4 devices using either my iMac or MacBook.  The Macs and iOS devices are apparently working correctly otherwise.  Problem started about a day ago when I connected one of the iPads to my iMac and iTunes notified my of an update for the device.  I tried and got the above message.  Tryied other iPad2 and iPhone4 and get the same message.  Also, get same message when trying to update using the MacBook. My system SW is 10.7.3 on the iMac and 10.6.8 on MacBook.  iTunes is version 10.6. Have gone thru the check list of things to check and have re-started. Would appreciate any ideas. Thanks.

    Another user named Springbk posted a fix that worked for me as I was having the same problem today:
    I Changed my DNS settings to OpenDNS
    On a Mac go to SYSTEM PREFERENCES>NETWORK>ADVACED>DNS
    change DNS by adding ( + )
    208.67.222.222
    then
    208.67.220.220
    click okay/apply after. then try the update. after the update, just delete the two open DNS server numbers. should revert back to your old one.

  • I hit Forget Network and now cannot get back onto my wireless home network. All of my other computers and iphones are fine.  How do I get the network back?  It shows in my list of networks but when I use the password and try to join it says not connected.

    I hit Forget Network and now cannot get back onto my wireless home network. All of my other computers and iphones are fine.  How do I get the network back?  It shows in my list of networks but when I use the password and try to join it says not connected.

    See if the iPad will accept the password after you restart it. It's worth a try.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    You could also try a reset as well.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Windows 7 Pro not finding network connections after boot camp installation. Is there something special we have to do to get the network (wired and wireless) set up?

    Any suggestions for getting the network connections working on Windows 7 Pro running on a Mac Min with OSX Lion?

    tim-bob wrote:
    Any suggestions for getting the network connections working on Windows 7 Pro running on a Mac Min with OSX Lion?
    If you haven't yet installed the Windows Support Software, that's probably why, so install it now.

  • Getting the network interface up in solaris 10

    Hi,
    I am a solaris newbie and am trying to get the network interface up on solaris 10. I have set the required details in
    /etc/hostname.if
    /etc/hosts
    /etc/inet/ipnodes
    /etc/inet/netmasks
    /etc/defaultrouter
    yet on the startup i get a message "failed to bring up IPv4 interfaces : interfacename"
    And when the server starts up after giving the command "ifconfig if up"
    the network interface comes up.
    I need to get the interface up on the startup itself.
    can anyone help me on this ?????
    Thanks in advance,

    ... and of course, you need compatible hardware.
    But you failed to tell anyone what Ethernet adapter you're trying to use.
    Is it on the HCL ? http://www.sun.com/bigadmin/hcl/
    If it requires third party driver software, did you install that as well ?
    You failed to tell anyone whether you're installing to Solaris x86 or to Solaris SPARC.
    ( For example, a PeeCee NIC will generally just not work in a SPARC system. )

  • Getting the Network errors

    Hello Experts,
    One of my customer has the following issue:
    Getting the Network errors when the following batch script is executed through a scheduler or through a command prompt.
    login "$1" "$2" on "$3";
    alter system kill request on application SEMPCNH;
    alter system logout session on application SEMPCNH force;
    alter system unload application SEMPCNH;
    alter system load application SEMPCNH;
    drop lock on database SEMPCNH.SEMPCNH;
    alter database SEMPCNH.SEMPCNH unlock all objects;
    alter application SEMPCNH disable connects;
    logout;
    exit;
    Log file:
    Thu 09/10/2009 10:38:16.69 BEGIN Disable_Connects.bat S1CN1HAVAS11
    Essbase MaxL Shell - Release 9.3.1 (ESB9.3.1.3.0B017)
    Copyright (c) 2000, 2007, Oracle and/or its affiliates.
    All rights reserved.
    MAXL> login "essadmin" "password" on "146.47.243.32";
    OK/INFO - 1051034 - Logging in user [essadmin].
    OK/INFO - 1051035 - Last login on Thursday, September 10, 2009 10:38:16 AM.
    OK/INFO - 1241001 - Logged in to Essbase.
    MAXL> alter system kill request on application SEMPCNH;
    OK/INFO - 1056090 - System altered.
    MAXL> alter system logout session on application SEMPCNH force;
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 50 minutes.
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 199 minutes.
    OK/INFO - 1013220 - Supervisor [essadmin] has forced user [NL034] to logout.
    OK/INFO - 1051037 - Logging out user [NL034], active for 214 minutes.
    OK/INFO - 1056092 - Sessions logged out [3].
    OK/INFO - 1056090 - System altered.
    MAXL> alter system unload application SEMPCNH;
    ERROR - 1042013 - Network error [10054]: Cannot Receive Data.
    ERROR - 1042012 - Network error [10054]: Cannot Send Data.
    MAXL> alter system load application SEMPCNH;
    ERROR - 1042006 - Network error [10061]: Unable to connect to [146.47.243.32:1423]. The client timed out waiting to connect to Analytic Services Agent using TCP/IP. Check your network connections. Also make sure that server and port values are correct.
    SESSION - 1241102 - Internal API error 1042006.
    MAXL> drop lock on database SEMPCNH.SEMPCNH;
    essmsh error: Invalid MaxL Session ID
    MAXL> alter database SEMPCNH.SEMPCNH unlock all objects;
    essmsh error: Invalid MaxL Session ID
    MAXL> alter application SEMPCNH disable connects;
    essmsh error: Invalid MaxL Session ID
    MAXL> logout;
    User essadmin is logged out
    MaxL Shell completed
    Suggestions / Action Plan:
    a) Modified the script by adding sleep command as below:
    login "$1" "$2" on "$3";
    alter system kill request on application SEMPCNH;
    alter system logout session on application SEMPCNH force;
    alter system unload application SEMPCNH;
    shell 'ping -n 30 localhost > nul';
    alter system load application SEMPCNH;
    shell 'ping -n 10 localhost > nul';
    drop lock on database SEMPCNH.SEMPCNH;
    alter database SEMPCNH.SEMPCNH unlock all objects;
    alter application SEMPCNH disable connects;
    logout;
    exit;
    b) Modified the essbase.cfg file by adding the following settings -
    SERVERPORTBEGIN 42768
    SERVERPORTEND 43768
    NETDELAY 2000
    NETRETRYCOUNT 2500
    NETTCPCONNECTRETRYCOUNT 50
    SERVERTHREADS 40
    AGENTTHREADS 40
    SAMPLINGNUMBLOCKS 20
    c) Edited Registry by adding the following -
    Add new DWORD Value named TcpTimedWaitDelay - Value = 30
    Add new DWORD Value named MaxUserPort - Value = 65534
    Add new DWORD Value named MaxFreeTcbs - Value = 6250
    But found the issue still persists. Any suggestions would be of great help.
    Thanks in advance.
    Regards,
    Sudhir
    Edited by: 637223 on Dec 23, 2009 2:30 PM

    So it's the unloading from memory of the database that causes the problem, yes?
    Have you tried:
    1) Unloading other databases -- just interactively, without the kill and logout commands? Do they error?
    2) Getting on the system at a quiet time and trying to unload the app/db?
    3) Trying to stop a different database after the kill and logout?
    4) Running a validate (whatever it's called in MaxL) on the db in question?
    My guess is that it's either a corrupt db or a corrupt essbase.sec (yeah, I know, not overly helpful) -- the above steps should help you determine which is the bad actor.
    Keep the board posted.
    Good luck,
    Cameron Lackpour

  • How to get the network details in flex4.5 web application

    How to get the network details in flex 4.5 web application
    similar to the nativeinterface in air application

    checkout this document for secure web application
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf6167e-7fff.html    

  • Everytime I try to download a movie I purchased on itunes, I get the network has timed out error

    Everytime I try to download a movie I purchased on itunes, I get the network timed out msg.  I am using my verizon internet card with my ipod touch.  For some reason, it will not recognize the wireless connection we have in places we travel to.  My computer connects to whatever wireless connection but my ipod says not found. Never lists available networks around us like my computer does. Also, I can't seem to find a number to call the itunes store for help downloading the movies I purchased. Any help would be greatly appreciated.

    I probably should add I have no problems downloading music from itunes, just the movies I purchase.

  • If I get my iphone unlocked can I buy a sim card in Spain and then use it there and get free 3g access

    If I get my iphone unlocked can I buy a sim card in Spain and then use it there and get free 3g access

    No. You can't activate any iPhone without a sim card installed. The sim card itself need not be activated, but it must be valid & present. Since you updated the software, the phone requires re-activation, thus you need a sim card. You can borrow one from someone, but bottom line, you need a sim card.

  • When i restore my backup from computer why do my minutes texts and data gets removed from my pay as you go sim card

    when i restore my backup from computer why do my minutes texts and data gets removed from my pay as you go sim card?

    As long as it's unlocked it will work with any SIM, incl. EE SIMs.
    If you buy abroad you need to ensure it is compatible with UK mobile frequencies, on which I cannot advise.

  • I am suddenly getting "the network connection could not be made"

    I am getting the error message "the network connection could not be made" and am online without any problems. Itunes etc been fine until a week ago and now can't get it to connect to the net - can someone help me with what to do!

    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Dell Inc. Dimension 5100
    iTunes 7.7.0.43
    QuickTime 7.5
    CD Driver 2.0.7.3
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 2.0.0.33
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number 84F27A17068673F2
    Current user is an administrator.
    The current local date and time is 2008-07-20 17:53:01.
    iTunes is not running in safe mode.
    Video Display Information
    RADEON X300 SE 128MB HyperMemory
    RADEON X300 SE 128MB HyperMemory Secondary
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {FA357741-DCC2-4994-B232-D8FB3AB95C51}
    Description: GlobeSpan USB ADSL LAN Modem - Packet Scheduler Miniport
    IP Address: 169.254.205.203
    Subnet Mask: 255.255.0.0
    Default Gateway: 169.254.205.203
    DHCP Enabled: Yes
    DHCP Server: 255.255.255.255
    Lease Obtained: Sun Jul 20 08:03:53 2008
    Lease Expires: Tue Jan 19 03:14:07 2038
    DNS Servers:
    Adapter Name: {294C775D-3EBF-4C83-9FC4-B8AF44B2A5F3}
    Description: Intel(R) PRO/100 VE Network Connection - Packet Scheduler Miniport
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway:
    DHCP Enabled: No
    DHCP Server:
    Lease Obtained: Thu Jan 01 00:00:00 1970
    Lease Expires: Thu Jan 01 00:00:00 1970
    DNS Servers:
    Adapter Name: {073C330F-5F60-45A9-A866-E576CAA4A8F7}
    Description: WAN (PPP/SLIP) Interface
    IP Address: 92.4.72.142
    Subnet Mask: 255.255.255.255
    Default Gateway: 92.4.72.142
    DHCP Enabled: No
    DHCP Server:
    Lease Obtained: Thu Jan 01 00:00:00 1970
    Lease Expires: Thu Jan 01 00:00:00 1970
    DNS Servers: 92.31.241.20
    92.31.241.20
    92.31.241.21
    Adapter Name: {AB8D5AB8-67B8-4A81-846F-A0ABA0CC542D}
    Description: WAN (PPP/SLIP) Interface
    IP Address: 172.200.129.209
    Subnet Mask: 255.255.255.255
    Default Gateway:
    DHCP Enabled: No
    DHCP Server:
    Lease Obtained: Thu Jan 01 00:00:00 1970
    Lease Expires: Thu Jan 01 00:00:00 1970
    DNS Servers: 205.188.146.145
    205.188.146.145
    Active Connection: dialbb 2
    Connected: Yes
    Online: Yes
    Using Modem: Yes
    Using LAN: No
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Disabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection could not be made.
    Connection attempt to iTunes Store was unsuccessful.
    The network connection could not be made.
    Secure connection attempt to iTunes Store was unsuccessful.
    The network connection could not be made.
    Secure connection attempt to iPhone activation server unsuccessful.
    The network connection could not be made.
    Last successful store access was 2008-07-06 17:03:11.
    Here's what I got. I cleared down DNS as it told me to do but still not working.

  • Trying to Get the Network Upgrade Cost Down...

    At my work, we are trying to choose between Dell and Cisco for our network upgrade.  Dell has got Cisco beat on the price and a lot of the specs too.
    Our current setup:
    Core:
         Cisco 4510
         1Gbps copper to servers
         1Gbps fiber to 4 network closets (including our server room)
    Networking Closets:
         2-4 switches per networking closet (3560s, 3550s, 1x 2960, 1x 4507)
    Our needs:
    Core:
         10Gbps fiber to networking closets
         10Gbps copper to servers
    Networking Closets:
         PoE ports for all users' phones (computers will connect through phone)
         Redundant links to the Networking closets
    What we were planning (our quote included all of the FET and SFP modules):
    Core:
         7004
         N7K-SUP2 (Qty. 2)
         N7K-F248XP-25E (Qty. 2)
         N2K-C2232T8F-E (Qty. 3)
    Networking Closets:
         2960 (Qty. 3 per networking closet (including server room))
         Stacking modules for the 2960s
    Our plan is over budget by a decent amount.  Nothing huge, but we won't be able to get the budget extended that high.  We were told that Cisco would come down from their initial price a little to help fit our budget, but they didn't budge a cent.  We had a conference call with a Cisco rep. yesterday and he just talked bad about Dell 90% of the time.  They didn't help us and they didn't offer us a better solution.  They just said that we can't afford them.  Dell has been much more helpful.
    I have never worked with a Dell network, and I'm not particuarly thrilled about the idea of it, but Dell is nearly half of the price (including warranties and and a training class).  I want to go with Cisco, but they aren't helping us at all.
    Does anyone out there have an idea on making the project cheaper?
    Thanks!

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    I image the big ticket item is the Nexus 7K core.  What about a 6500 or 4500 core?  In fact, if your 4510 is an E chassis, you might reuse it.
    I see you also mention using 2960s in the server room.  If so, instead you might reconsider reusing the 4507 you also mention.
    Also if the 4507 is an E chassis, and the 4510 is not, depending on your 10g port needs, the 4507 might be used as your 10g core.
    Of course, a Nexus 7K offers tremendous bandwidth and performance, and a huge number of 10g ports, plus some other features unique to the series, but what do you really require?  Reason I ask, you have one of Cisco's top notch data center devices, but then you're using 2960S stacks?

  • How can i get the network my iphone4 is locked to?

    how can i find the network my phone 4s is locked to..?

    Surely you must know who your carrier is?  Who bills you?

  • Get my Powerbook and Desktop G5 networked?

    I'd like to share files between my desktop and powerbook (like Safari bookmarks, etc). The back of my G5 desktop Powermac is maxxed-out - all of the cable connections are in use. I hope I can get these computers talking using my Airport Extreme (wirelessly). I have 'Personal File Sharing' turned on for the Powerbook. How can I see that on my Desktop G5? Appletalk? Ethernet? Or other soluton?
    Hardware:
    Apple Powermac Dual 2.5 GHz G5
    Mac OS 10.4.3 (Tiger)
    This Mac is connected to an Airport Extreme via Ethernet cable
    Powerbook G4
    Mac OS 10.4.3
    Connected to the same Airport Extreme via wireless
    Can I somehow get these two Macs to talk to each other? The common thread is that they are both connected to the same Airport Extreme. Can I adjust the Network or Sharing settings in the System Preferences to make a connection?
    Thank you!
    Dual 2.5 GHz G5   Mac OS X (10.4.3)  

    powermixx,
    You are very close. See this Apple article for the next steps:
    http://docs.info.apple.com/article.html?artnum=106461

  • My 3gs is getting Imessages that my 4s gets? my 3gs doesnt even have a sim card in it.

    I upgraded to the 4s, and took the sim card out of my 3gs just to use as an ipod, and it recieves all the i messages that are intended for my 4s. im stumpped

    iMessage via WiFi.  On your 3GS, go to Settings > Mesages > iMessage and turn it off if you don't want it.
    iMessages are displayed on all of your iOS 5 devices logged in to the same account.
    See page 66 of the iPhone iOS5 User Guide

  • After moving to spain from UK I can't get my phone to activate with my Spanish sim card

    I currently live in Spain after moving from UK 3 months ago.  On first arriving in Spain i bought an orange PAYG sim card inserted it into my Blackberry and all worked fine. I Recently changed from Blackberry to iphone5 whilst back in UK, on returning to Spain I went to the orange shop to change my sim to a micro sim.
    The guy in the shop used a press to reduce the size of my sim and told me to insert it as normal. On doing this the phone will not activate, the phone isn't locked to a specific network so I'm now without a phone. Any ideas?

    Dear all,
    I bought my phone from an Apple store in Exeter so it is unlocked.
    When I changed my sim in UK ( full size from Blackberry to micro for IPhone ) I had to register with Orange which involved a phone call then a 2 hour period with the phone off whilst it activated. In the Orange shop in Spain I was told I didn't need to do this.
    I will visit the Apple shop in Alicante next week and see what they say if nobody can give me the answer.
    I dont want to buy another sim if its unnecessary as I will lose my number and the credit on the account.
    Thanks to all so far, keep them coming!

Maybe you are looking for