Shadytel / sim-tools

191 stars 67 forks source link

Local SIM tool on Android #1

Closed E3V3A closed 10 years ago

E3V3A commented 10 years ago

Hi, we need to access our SIM filesystem for our IMSI-Catcher Detector AIMSICD application. Would you have any insight as what we need to do to make this possible. Can we use your tools for this purpose?

SecUpwN commented 10 years ago

Maybe any of the contributors such as @supersat, @codebutler or @chronomex can add to this?

supersat commented 10 years ago

You might be interested in https://code.google.com/p/seek-for-android/. Unfortunately there's no standard way to directly access the SIM on Android since the SIM connects directly to the baseband processor. There are some Remote SIM Access apps, but those installed a modified rild library and protect the extra API with some handshake. You might be able to reverse engineer those.