level of control of the os on the phone hardware

Posted by gurnisht on Stack Overflow See other posts from Stack Overflow or by gurnisht
Published on 2011-01-11T21:14:33Z Indexed on 2011/01/11 21:53 UTC
Read the original article Hit count: 114

Filed under:
|
|

Hello. I am new to Android and mobile phones development. I want to develop an application that needs to have a total control over the "phone" of the smartphone, i.e. controlling all the communication of the GSM chip with the cellular system, accessing the SIM card identity that it sends (encrypted) to the cellular system, disabling the cellular antenna and resuming it back, and more of that kind... Can it be done with Android? Does the software (OS) have control over all of the phone components in a smartphone, or there are some parts that are done in the hardware level only? (I guess that the Android API won't enable me to do everything i want, but even theoretically is it possible if I recompile the OS after making the changes there?) Thanks!

© Stack Overflow or respective owner

Related posts about android

Related posts about Hardware