View previous topic :: View next topic |
Author |
Message |
konoha88 Guest
|
Posted: Sun Mar 12, 2006 8:00 am Post subject: Storing SMS Message Sent by STK |
|
|
Hi, im new to turbo. Anyone got an idea on how can i read or store the SMS message sent by the STK? My purpose is to send directly the sms message rather than going through the SIM toolkit AT commands. Response is highly appreciated. |
|
Back to top |
|
|
pz Guest
|
Posted: Tue Mar 14, 2006 8:04 am Post subject: |
|
|
There is sim() function that allows you to access EF_SMS where messages on SIM are stored. SIM Toolkit doesn't have access to messages in internal phone memory though.
As for sending messages - there is "send_sms()" call. |
|
Back to top |
|
|
konoha88 Guest
|
Posted: Wed Mar 15, 2006 2:36 pm Post subject: Hooks |
|
|
To clarify/simplify my requirements, I want to capture the SMS message sent by an operator SIM application like mobile banking. Any hint on where should i start? I already created simple apps for turbo and i'm fluent in C. |
|
Back to top |
|
|
pz Guest
|
Posted: Thu Mar 16, 2006 8:19 pm Post subject: |
|
|
Turbo sees such messages but there is no api for application to handle them, it doesn't much sense. But if you wanted just to see them then you can use turbo programmer + e.g. lite 2 together with L1 debug kernel - you will see all communication between ME<->Turbo<->SIM. If you pushed a little then we can add something to api - we are user driven |
|
Back to top |
|
|
|