Ticket #1006 (closed defect: fixed)
SMS stored on SIM, against framework.conf's wishes
| Reported by: | ssam | Owned by: | TAsn |
|---|---|---|---|
| Priority: | major | Milestone: | MS1 |
| Component: | SHR Image | Version: | SHR-testing |
| Keywords: | Cc: |
Description
My sim only holds 10 messages, so i need my messages stored in the sqlite database.
/etc/frameworkd.conf has
[opimd] contacts_default_backend = SQLite-Contacts messages_default_backend = SQLite-Messages calls_default_backend = SQLite-Calls dates_default_backend = SQLite-Dates notes_default_backend = SQLite-Notes tasks_default_backend = SQLite-Tasks messages_default_folder = Unfiled messages_trash_folder = Trash sim_messages_default_folder = SMS contacts_merging_enabled = 1 rootdir = ../etc/freesmartphone/opim:/etc/freesmartphone/opim:/usr/etc/freesmartphone/opim
however income SMS are still stored on SIM causing it to fill and block new messages.
maybe some of the log is interesting. i can send more, but i dont want to post personal info on the bug tracker
2010.03.13 11:29:48.190 ogsmd DEBUG (<MiscChannel via /dev/pts/0>: last communication with modem was 68 seconds ago. Sending EOF to wakeup) 2010.03.13 11:29:48.603 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: sending 11 bytes: 'AT+CMGD=1\r\n' 2010.03.13 11:29:49.763 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 14 bytes: '\r\n%CPRI: 1,2\r\n' 2010.03.13 11:29:49.773 ogsmd.device INFO org.freesmartphone.GSM.Network.CypherStatus: enabled: unknown 2010.03.13 11:29:50.812 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: got 6 bytes: '\r\nOK\r\n' 2010.03.13 11:29:50.821 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: COMPLETED 'AT+CMGD=1' => ['OK'] 2010.03.13 11:29:52.607 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 14 bytes: '\r\n%CPRI: 1,2\r\n' 2010.03.13 11:29:52.616 ogsmd.device INFO org.freesmartphone.GSM.Network.CypherStatus: enabled: unknown 2010.03.13 11:29:54.727 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 17 bytes: '\r\n+CMTI: "SM",1\r\n' 2010.03.13 11:29:54.736 ogsmd.device INFO incoming message on sim storage index 1 2010.03.13 11:29:54.756 opimd ERROR Got incoming stored message, shouldn't happen 2010.03.13 11:29:54.793 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: sending 11 bytes: 'AT+CMGR=1\r\n' 2010.03.13 11:29:55.654 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: got 16 bytes: '\r\n+CMGR: 0,,77\r\n' 2010.03.13 11:29:55.674 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: got 89 bytes: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' 2010.03.13 11:29:55.699 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: got 89 bytes: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx3\r\n\r\nOK\r\n' 2010.03.13 11:29:55.713 ogsmd.channel DEBUG <MiscChannel via /dev/pts/0>: COMPLETED 'AT+CMGR=1' => ['+CMGR: 0,,77', 'xxxxxxxxxxxxxxxxxxxxxxxxx', 'OK'] 2010.03.13 11:29:55.759 opimd DEBUG Processing entry " xxxxxxxxxxxxxxxxxxx"... 2010.03.13 11:29:55.781 opimd DEBUG Message is incoming! 2010.03.13 11:29:55.788 opimd DEBUG It's CSM! 2010.03.13 11:30:02.398 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 14 bytes: '\r\n%CPRI: 1,2\r\n' 2010.03.13 11:30:02.408 ogsmd.device INFO org.freesmartphone.GSM.Network.CypherStatus: enabled: unknown 2010.03.13 11:30:04.522 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 17 bytes: '+CMS ERROR: 322\r\n' 2010.03.13 11:30:04.531 ogsmd.device INFO sim memory full 2010.03.13 11:30:24.227 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 20 bytes: '\r\n%CSQ: 16, 99, 1\r\n' 2010.03.13 11:30:24.237 ogsmd.device INFO org.freesmartphone.GSM.Network.SignalStrength: 81 2010.03.13 11:30:32.702 ogsmd.channel DEBUG <UnsolicitedResponseChannel via /dev/pts/1>: got 20 bytes: '\r\n%CSQ: 19, 99, 2\r\n' 2010.03.13 11:30:32.712 ogsmd.device INFO org.freesmartphone.GSM.Network.SignalStrength: 86 2010.03.13 11:30:45.17 otimed DEBUG checking time sources 2010.03.13 11:30:45.24 otimed DEBUG no working time source 2010.03.13 11:30:45.37 frameworkd.controller DEBUG alive and kicking 2010.03.13 11:31:45.62 frameworkd.controller DEBUG alive and kicking 2010.03.13 11:32:15.32 otimed DEBUG checking time sources
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
