Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
142 views

Android SIM change

Is it possible to detect SIM number using TelephonyManager in android at boot startup ,using Service at bootup... TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE); ...
3
votes
2answers
1k views

Android and Symbian NFC mobile development questions and answers (FAQ)

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 my ...
3
votes
1answer
456 views

How to simulate a SIM card for android

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 thing ...
3
votes
1answer
292 views

SIM Application Toolkit Creation

I want to create an STL or Sim application toolkit, which will create a menu in SIM card and you can set to send USSD data when a menu created. I tried everything on google, nothing works. I have ...
3
votes
2answers
1k views

How to get all android contacts but without those which are on SIM

It is possible to do it in one query? As far as I know content uri of sim contacts is content://icc/adn PS. I am still learning English, however sometimes I am making stupid mistakes. I am doing ...
3
votes
4answers
2k views

Android: how to add a contact to the SIM using the SDK?

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 a ...
3
votes
1answer
468 views

Sim Based application

Hi I have to design a simple application which has to reside in the SIM card of a GSM mobile. But I dont have any idea how to get started. Till now I have only designed apps using J2ME. Do I need Java ...
2
votes
0answers
17 views

Is it possible to use SIM card to mutual authentication on access to a secure web server with Android?

My intention is to use Android (browser) to mutual authenticate on a web server. For that would be nice if the Public Cert from the SIM card could be use and the signing operation from the SIM card ...
2
votes
1answer
138 views

Can't access/read SIM phonebook in Nokia

am trying to access both the Phone's phonebook and SIM phonenook on Nokia 5130c-2 XpressMusic. The app runs without errors but it only returns the numbers from the phone's Phonebook. When I list the ...
2
votes
2answers
181 views

how to get My phone number in Android 2.2

I'm programming Apps in Android 2.2. I tried to get my phone number in Android but can't... As below , this is my code for get phone number : ( device for Apps - SamSung Galaxy Plus ) public static ...
2
votes
1answer
114 views

SIM state detection issue on LG-P500

My app needs to check SIM card status before performing an action. So for that I use the TelephonyManager.getSimState () . If app see state as SIM_STATE_READY then it proceeds else show error to the ...
2
votes
1answer
146 views

Dual Sim Android

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 the ...
2
votes
1answer
591 views

accessing the sim card contacts in android

i need to access the first 10 sim card contacts on my phone. the code i used is the following: public class simcontacts extends Activity { /** Called when the activity is first created. */ @Override ...
2
votes
0answers
246 views

Programmatically check if PIN lock is active in Android

Here's the thing - I'm doing a security app that needs to be able to check if the PIN code is set or not. The official API returns the same value regardless of the PIN state, and I've been ...
2
votes
3answers
212 views

which mobile phone SIMs actually support javacard today?

i wonder on which smartcards i can actually run javacard? afaik it requires the "open platform" OS, but: which USIM-cards for mobile phones today (especially in germany) do actually support this?
2
votes
3answers
3k views

getLine1Number return null but not always

I use the telephony manager 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 tattoos ...
2
votes
0answers
425 views

JSR 177 Support on Blackberry

I have been trying to interact with SIM application through APDU exchanges. For exchanging APDUs, I had to create an APDUConnection through Connector.open() API, but this particular API throws up an ...
2
votes
2answers
3k views

SIM Application Toolkit development

I'm designing a client/server cellular application, and am considering using SIM Application Toolkit for part of it. Where are there good resource to get started with learning the technologies ...
1
vote
0answers
120 views

How to synchronize SIM contacts with android database?

In my application I am getting contacts stored in phone, all the updates and queries are also (according to data) stored in contactscontract.contacts table in android. Now for getting SIM contacts too ...
1
vote
1answer
65 views

subscriberCellularProviderDidUpdateNotifier doesn't work

I wrote a Hello World app, and put the following code in ...ViewController.m: - (void)viewDidLoad { [super viewDidLoad]; CTTelephonyNetworkInfo *networkInfo = [[CTTelephonyNetworkInfo alloc] ...
1
vote
1answer
93 views

What is the purpose of the EFADN (abbreviated Dialing Number) file on SIM Card

When I was reading the book Smart Card Applications by Wiley and I came across the "EFADN file". The EFADN (abbreviated dialing number) file of a SIM can be used here as a typical example. This ...
1
vote
1answer
147 views

Can SIM Cards be read by a Smart Card Reader [closed]

This isn't really a programming question but it relates to Java Card. If you attach a SIM card to a strudy card. Could you read that with a standard smart card reader/through JavaCard? [Note: If this ...
1
vote
0answers
86 views

Blackberry Playbook Simulator Closes Immediately

I have successfully created a .BAR file using Command line syntax, and the same is installed successfully on Simulator, but when I try to start it, it opens up and closes immediately. I have used ...
1
vote
1answer
206 views

When SIM is not available how should we handle MFMessageComposeViewController

I am using MFMessageComposeViewController to send text message via my App. But I have a problem when we remove the SIM and try to send message. Is there any delegate available to track whether the ...
1
vote
1answer
536 views

Matlab - Use trained net for testing other images

I have trained ancient coin images using feed forward neural network. Now, I want to use that trained network to use for testing images. I did as follows; load net.mat; load Features.mat; %this is ...
1
vote
0answers
496 views

How can I send APDU to SIM card in android applications?

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 response. ...
1
vote
3answers
648 views

Can you access sim contacts from J2ME?

Hi I am developing a mobile application where I need to access the phonebook of the users, SIM and phone contacts. Is this possible?
1
vote
2answers
707 views

Getting the TMSI from the SIM card

Is it possible, in Android or any other mobile OS, to access the encrypted information passed from the SIM card to the cellular network? I mean the mobile signature, or the TMSI number. I need this ...
1
vote
3answers
555 views

Get formatted SIM card number on BlackBerry

In my application I need to get the SIM card number. I am getting that with SIMCardInfo.getIMSI(), but in some other format. My SIM number is 89919400002018929130, but I am getting: ...
0
votes
0answers
21 views

How to disable a SIM PIN for a specific android device but require it if removed and used elsewhere?

I want to set a sim pin for a phone (a specific IMEI) but create an application that ignores the sim pin, or enters it automatically so that the user of the device does not have to. I need the sim pin ...
0
votes
1answer
32 views

Apple Push Notification service (APNS) SIM change

Will Apple still push notifications to an iPhone device even though the SIM card and phone numbers changed? I am developing an iPhone app (my first) that relies on Apple Push Notification service. My ...
0
votes
1answer
39 views

Testing USA SIM & Mobile Phone Number from UK

I'm a UK based IOS / Android developer and want to test SMS capability to a US mobile phone number(e.g. many google services offer SMS capability only to US numbers) Does anyone have a recommended ...
0
votes
1answer
68 views

How to dected IMSI number in Blackberry using programming

I want to detect IMSI number in Blackberry using java programming. I think Blackberry and Android almost support API to get IMSI number of SIM card but I don't find it. Please help me if you known ...
0
votes
1answer
80 views

Check balance amount using AT Command

Is it possible to check balance amount of my SIM card using AT Command? Or is there any other way to do this without taking out the SIM card from GSM modem?or using PHP script..? Thank you.
0
votes
1answer
115 views

How to store data on javacard?

I'm experimenting with applet for JavaCard - it's very simple SCWS serverlet(basically template from Gemalto Dev Suite). I want it to store some data on card - how to do it? I found only some ...
0
votes
2answers
158 views

Detect the status of two SIM cards in a dual-SIM Android phone

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 any ...
0
votes
2answers
189 views

wp7 access SIM programmatically

I am attempting to download a contact from a webservice and want to save it to the SIM card as a .vcf file in order to use the 'import from sim card' functionality on wp7. I am not seeing any access ...
0
votes
2answers
107 views

What is the value of SIM state when “airplane mode” is turned on

I wonder what is the value of SIM state returned by TelephonyManager.getSimState() when "airplane mode" is turned on? This seems to be not directly specified anywhere in the SDK specification. ...
0
votes
0answers
60 views

The very beginning of creating a sim card [closed]

I've just bought this SDK: http://acs.com.hk/index.php?pid=product&prod_sections=0&id=ACR38-CCID-SDK I would like to begin learning how to develop sim cards for use in cell phones. My first ...
0
votes
1answer
140 views

How to get data of transaction from Relay Response URL (SIM) Authorize.Net asp.net but it says this kind of request is not supported ??

HttpWebRequest req = (HttpWebRequest)WebRequest.Create(@"https://test.authorize.net/gateway/transact.dll"); byte[] param = ...
0
votes
1answer
515 views

How to get your own phone number in Android

I am trying to develop an application that needs the phone number of SIM Card every time a new SIM Card is inserted in the phone....Then i will use that phone number to get the user subscribed to an ...
0
votes
0answers
439 views

Android Sim/Network/carrier unlock code based? [closed]

Does anyone knows where is network unlock code based in Android any tips how it can be exploited? I mainly require this for a research i am doing.
0
votes
1answer
100 views

How to access STK application from J2ME

I've been through this site and many others multiple times but to no avail. So am forced to post a fresh new question here. Is it possible access a SIM loaded STK application from a j2me app running ...
0
votes
0answers
169 views

Question regarding Vending.apk

On the latest release once the phone powers up I see that Vending.apk erases the contents from /cache partition on receiving the intent android.intent.action.SIM_STATE_CHANGED or ...
0
votes
0answers
172 views

What are the conditions when TelephonyManager.getNetworkCountryIso() return different value from TelephonyManager.getSimCountryIso()

What would getNetworkCountryIso() return if the device is in country other than that of origin ? Would it return the current network ISO of the country of its presence or country of orgin. Would ...
0
votes
3answers
2k views

to get phone number programatically in android

I am using the code TelephonyManager tMgr =(TelephonyManager)mAppContext.getSystemService(Context.TELEPHONY_SERVICE); mPhoneNumber = tMgr.getLine1Number(); to get the phone no programatically ...
0
votes
2answers
193 views

Nested struct definition

I'm dealing with sim for computer architecture course. I try to compile package with MSYS1.1/MinGW with gcc v4.5.2. Makelog: In file included from sim-outorder.c:107:0: bpred.h:214:5: ...
0
votes
1answer
212 views

Why is Authorize.net throwing an error when my relay response URL points to a CodeIgniter controller and not otherwise?

I'm not typically a web developer, but I'm a decent enough coder that I felt comfortable accepting a proposal from a friend to develop his brother's small business website. I'm nearly finished and ...
0
votes
0answers
58 views

DUAL SIM CUSTOMIZATION [closed]

How do i create a Emulator for Dual Sim development, i will have API support from framework - How does google want me to start working
0
votes
1answer
1k views

how to detect if PIN code is required to unlock sim?

There is a "SIM card lock" option in android "setting/Location & security settings" page. It's necessary to input a PIN code after booting if the option is set. Is there any programmatic method ...

1 2