sim-card Questions
2
Solved
Starting on API Level 22, there is native support in Android for Dual-SIM devices. At the center of the APIs, there is SubscriptionInfo.getSubscriptionId().
Using these IDs, you can retrieve SmsMa...
Rational asked 16/5, 2020 at 23:12
3
Solved
Sometimes we encounter some devices which have two or more SIM cards. So my question is:
How can I determine the number of SIM cards on the device?
Actually, I am developing a field test app and ...
3
When a new SIM (never used) is inserted in a new smartphone (never used), smartphone seems to set a right APN without any manual settings.
Is there a global table (inside smartphone) with associati...
2
Solved
I was reading information on this link in regards to signing an application with carrier privileges.
I am aware of how to sign an application using a keystore for production releases, but how do I...
Spillage asked 5/11, 2015 at 17:48
4
Is there a way that I can access the other sim in my android? I have an android Cherry Mobile Orbit which is a dual sim android phone. I want to develop an SMS application for my phone, but only th...
1
Solved
As you may know, OTA messages or Over The Air messages, are specially crafted binary SMS messages which are used by mobile operators to send APDU commands to the SIM cards for managements purposes....
2
Solved
Is there any way in sdk(default) that can handle dual sims? There are many number of android phones available in market which are dual sim. What i want is programmatically change the default sim. I...
6
Solved
There are several questions about accessing dual SIM features through the Android SDK, all of which are answered with brief statements that such features are unsupported in Android.
In spite of th...
2
Solved
I want to use USSD dialog which comes after dialing any USSD code say *123# which asks user to enter option number to perform specific task(s) depending upon sim card vendors. I need to interact wi...
Rooted asked 7/3, 2016 at 9:28
6
I have an Android phone with 2 SIM card and I want to send sms using Sim1 or Sim2.By default the message is sent from sim1. But i want to send sms from sim2. Is it possible to setting to send sms u...
Pentacle asked 28/1, 2014 at 15:42
3
Solved
I developed a Java Card applet in Eclipse and obtained a cap file. Then i used jcManager – Java Secure Card Manager to load that file to my smart cards. I have two type of smart cards:
Contact, ...
4
Solved
I am using the code
TelephonyManager tMgr =(TelephonyManager)mAppContext.getSystemService(Context.TELEPHONY_SERVICE);
mPhoneNumber = tMgr.getLine1Number();
to get the phone no programatically ...
Paralysis asked 10/5, 2011 at 10:6
3
Solved
4
Solved
I want to detect whether two SIM cards are there in my dual-SIM android phone programmatically. I found one API (TelephonyManager.getSIMState()), but it is for normal single-SIM phones. Are there a...
6
I wonder if it's possible to access to the SIM card with an Android Application
2
For an app that I am currently developing we want to read data from the SIM card of the user, which works fine. We want to make it possible that the user can switch the SIM card while the app is ru...
4
I have developed a WAP application and I would like to get the MSISDN of the users that visit my site.
My operator has white listed my WAP application.
I am getting MSISDN successfully on couple ...
Countryandwestern asked 23/4, 2012 at 10:40
5
Solved
Just any old GSM compatible SIM card (bonus for 3G USIM).
I presume I need some hardware? Can anyone recommend something cheap for hobbyist, and something more professional?
I presume that there ...
1
When we run a web server in a java card 3.0 compatible card, how can we request that server or rather at which IP address do we request that server. Further more can an android app request and get ...
Mlle asked 9/1, 2017 at 17:45
2
Is there any method, function or property in iOS programming through which we can identify whether the SIM is prepaid or postpaid?
Can we use network information in any way to distinguish betweem ...
Alfrediaalfredo asked 12/10, 2016 at 4:15
3
Solved
I have several question about MSISDNs. I understand:
MSISDN is the basically the phone number
It is not IMSI
What i need to know further are:
Is MSISDN number burnt (stored) in SIM Card? If i...
Brusque asked 22/5, 2012 at 4:6
2
Solved
I was already worked with smart cards and I am familiar with APDU commands (that are defined in ISO/IEC 7816 and Global Platform specifications).
Now I want to know if there is any way to send an...
0
My goal is to test VoLTE (voice-over-LTE) settings on Android 6.0, and to do so I have to use CarrierConfig & TelephonyManager APIs.
These APIs requires Carrier authentication-level, it means...
Sypher asked 30/8, 2016 at 9:22
2
I have a smart card with the following ATR:
ATR = 3B 9E 94 80 1F 42 80 31 00 73 BE 21 10 66 54 59 53 04 4C 25 CF.
Based on the output of atr-parse.appspot.com I found that it is a MCI (Mobile Co...
Fiendish asked 1/4, 2015 at 9:27
5
I want to know user mobile number in Android. I used this code but I'm not getting number.
TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
String n = tm.getL...
Clothilde asked 27/12, 2012 at 7:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.