MisterTonker
MisterTonker

Reputation: 89

Android: Disable mandatory restart when changing SIM-cards

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 running. While doing this the OS request a device restart and we cannot seem to suppress this message.

Is there a way to make it able to insert a SIM card while the app is running without restarting the device. I'm open for all options (rooting, custom rom, etc...)

Upvotes: 8

Views: 13356

Answers (2)

THABi98
THABi98

Reputation: 1

I found a method but i don't know if it'll work with other devices.

Device:Sony E4g(2003)
Android:4.4.4
Root required :yes
Apps Needed :Romtoolbox pro

First open rom toolbox and go to app manager, then search for "Sim Detection" it is a system app, then click it and go to "advanced freeze option" then You Disable "SimDetectionReciever" and you're Done.

Hope this helps

Upvotes: 0

mlepicki
mlepicki

Reputation: 401

I don't think it's possible - I never saw any option in phone settings allowing to turn on or off this feature. What might interest you is that for some phones - for example Sony Xperia Z as far as I remember - phone allowed changing SIM card without restart.

Upvotes: 0

Related Questions