I think the GSM do not have the standard for STK AT commands, different modems have different STK AT. Does WCDMA have a standard for STK AT? After I read the ril.h, I guess the android STK library may following the WCDMA's standard. How to implementing 2G modem's STK function in ril?
The ril.h defines: /** * RIL_UNSOL_STK_PROACTIVE_COMMAND * * Indicate when SIM issue a STK proactive command to applications * * "data" is a const char * containing SAT/USAT proactive command * in hexadecimal format string starting with command tag * */ #define RIL_UNSOL_STK_PROACTIVE_COMMAND 1013 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

