View previous topic :: View next topic |
Author |
Message |
simsimmer Guest
|
Posted: Tue May 08, 2007 6:32 am Post subject: Mobile Phone Call Logging |
|
|
Hi
I searched through the forum for the answer to this but didnt get one. I hope its not a repeated question.
Can TurboSIM allow me to develop an app that logs my phone calls (number dialled and call duration)?
My current call register (Samsung D500) on saves the last call per unique number and its duration.
Any idea on what I would need to do this?
Thanks in advance
Simsimmer
 |
|
Back to top |
|
 |
pz Guest
|
Posted: Fri May 11, 2007 7:29 pm Post subject: |
|
|
You can log incoming/outgoing calls if phone supports MT_CALL_EVENT (for incoming) and CALL_CONTROL for outgoing - this gives you the number. Then CALL_CONNECTED/DISCONNECTED events give you start/stop. There is provide_date() STK call using PROVIDE_LOCAL_INFO to get time, may not be too precise. |
|
Back to top |
|
 |
simsimmer Guest
|
Posted: Mon May 14, 2007 12:49 pm Post subject: |
|
|
Thanks pz
I guess this means I will need to set a trap of sorts that captures the events and writes them into some sort of file. I can then export that file from the phone onto my computer for further analysis. Im I correct in assuming this?
Please let me know what I would need to buy from Bladox to enable me to do the above.
Rgds
Simsimmer |
|
Back to top |
|
 |
pz Guest
|
Posted: Thu May 17, 2007 7:54 am Post subject: |
|
|
How many calls do you want to store? How do you want to send the log to PC? |
|
Back to top |
|
 |
simsimmer Guest
|
Posted: Thu May 17, 2007 8:01 am Post subject: |
|
|
Hi
I want to be able to store up to 50 calls on the TurboSIM. I then want to transfer the log file through infrared/bluetooth to my PC. I should have an option of then clearing the file to allow new calls to be stored. If possible, the system should indicate that I am approaching the 50 call limit and so I should perform the transfer to PC.
Is that asking for too much?
Regards
Simsimmer |
|
Back to top |
|
 |
pz Guest
|
Posted: Sat May 19, 2007 7:46 am Post subject: |
|
|
simsimmer wrote: | Hi
I want to be able to store up to 50 calls on the TurboSIM. I then want to transfer the log file through infrared/bluetooth to my PC. I should have an option of then clearing the file to allow
|
Let's say 20 byes per item -> 1000bytes of EEPROM, doable. As for transfer you would need some SMS based trick, i.e. reading it as EF_SMS record.
Quote: |
new calls to be stored. If possible, the system should indicate that I am approaching the 50 call limit and so I should perform the transfer to PC.
Is that asking for too much?
Regards
Simsimmer |
No, it can be done. |
|
Back to top |
|
 |
simsimmer Guest
|
Posted: Thu May 24, 2007 9:53 pm Post subject: |
|
|
Hi pz
Thanks for all the help. Please let me know what I need to buy from bladox to enable me to do what you have described.
Kind Regards
Simsimmer |
|
Back to top |
|
 |
pz Guest
|
Posted: Tue May 29, 2007 9:54 am Post subject: |
|
|
For development the best is combination of Turbo Lite 2 and Turbo Progammer 2. Then either Turbo SIM or Turbo Mini for deployment. |
|
Back to top |
|
 |
|