sim-card Questions
1
Solved
I want to start working with cell-phones and SIM cards. I searched a lot in the internet but still I have some problem!
I want to know :
1. What is the difference between (U)SIM cards and Smart ...
3
Solved
I use the TelephonyManager to get the phone number, in the SDK all works perfectly, on some devices like my hero with 1.5 it returns null, on the tattoo with 1.6 it works but on some other ta...
2
Solved
I'm trying to write a program that change default SIM card on my dual-sim android, what functions do I need for this?
3
Solved
I have an Android phone with 2 SIM card and I want to detect the target of the incoming call — is it for SIM 1 or for SIM 2. Is it possible to get the target number from call info?
Outweigh asked 28/1, 2014 at 4:47
3
I would like to access the SIM menus on an Android phone using STK.
I am trying to write an APK that shows the SIM Menus and perform operations on it. However, since the software would be used by ...
Buccaneer asked 10/2, 2012 at 12:24
1
I know about the SEEK solution, but it does not fit my req.
I know there are some internal APIs that can do some, but it limits the functions.I need to send evenlope APDU to SIM and get the respons...
2
I do not have a real android device. I completely depend on emulator. So, for the sim contacts, changing sim cards and other purposes regarding sim, i want a simulator for SIM. I didn't find any th...
Pure asked 4/8, 2011 at 13:50
1
I am working with Android phones that have 2 SIM card slots. I want to know if there is a way to use one of these slots to read another type of card, like JavaCards?
0
I have made an App (in android 2.3.6) that runs automatically at boot and doesn't allow users any use of the phone except for my app. To make this work I have changed the default launcher with my a...
Dinadinah asked 5/11, 2013 at 22:26
3
I am trying to use this query to read the contacts on the SIM.
cur = managedQuery(Uri.parse("content://icc/adn")
,null
,null
,null
,null
);
The application has READ_CONTACTS and WRITE_CONT...
3
Solved
I am developing a NFC application. My application will process secret information and I want to store that data on the SIM card. Is it possible, and if it is possible, how can I do this?
My phone's...
1
Solved
I'm doing some research on the way to use a certificate from a SIM Card (in order to keep the service provided, if the user wants to change his phone).
In Android, it seems OK, but I can't find an...
Neman asked 3/10, 2012 at 9:31
2
Solved
All smartcards have embedded crypto capabilities and computation power.
Is is possible to take advantage of this with developed android application? For example, would I be able to sign a file usi...
Bionics asked 24/10, 2011 at 14:37
1
I´m going to give away phones (Android) to clients (mostly kids) and want to create a ´lock´-app.
I don´t want the clients to bother with the pincode for the phone, but when you turn on the device,...
2
Solved
What would be the best Data Type to use for storing an MSISDN (phone number).
Need to be able to store any phone number in the world.
Does anyone know the maximum possible MSISDN length, includi...
Southwestward asked 21/6, 2012 at 7:52
1
Solved
We have a product where the user registers by providing their phone number.
However after they register they could potentially change their sim.
Is it possible to programatically determine if the...
Requirement asked 3/6, 2012 at 16:44
1
My app needs to check the pin inserted by a user with the SIM card pin and that Android has to answer me if the pin inserted is correct. I only need to check, never change the code pin.
It is poss...
1
Solved
Is it possible to detect SIM number using TelephonyManager in android at boot startup ,using Service at bootup...
TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVIC...
2
Let’s share on a common place ideas about the NFC development, technology… I warmly welcome any comments you might have – either about the Android or Symbian SDK or about the NFC in general.
From ...
1
Solved
I searched for a question similar to this one, but no luck.
I'm writing an app which, in order to correctly authenticate the user, it should ask him to input the correct SIM Card. Is it possible, ...
1
Solved
Possible Duplicate:
How to fetch own mobile number in android
How to get the telephone number associated with the SIM in a GSM phone?
Renvoi asked 2/3, 2011 at 5:37
1
Solved
It is possible to do it in one query?
As far as I know content uri of sim contacts is content://icc/adn
3
I am writing an application which writes contacts in the SIM card of an Android phone. I am stuck at the point where the phone number is added: an exception occurs with no apparent reason.
Here is...
© 2022 - 2024 — McMap. All rights reserved.