Reply
Thread Tools
Posts: 225 | Thanked: 64 times | Joined on Feb 2010
#1
I upgraded to PR1.2 without my sim in. I've taken steps to disable MNokia/cherry/libcherry but I'd like to take a look to see if it's written an SMS to sign me up to MyNokia, and filed it into the outbox ready to send when I put my sim in..

Assuming the outbox is a sqlite db, I was hoping to copy it to a PC and take a look in it.. Where can I find it?
 
pH5's Avatar
Posts: 138 | Thanked: 374 times | Joined on Aug 2009 @ Berlin
#2
Have you checked /var/spool/sms/outgoing?

I think the sqlite3 db in $HOME/.rtcom-eventlogger/el-v1.db only logs messages after the fact. A
Code:
SELECT * FROM Events WHERE event_type_id = 7 AND outgoing = 1;
doesn't show the SMS message sent by MyNokia/(lib)cherry here.
 
Posts: 225 | Thanked: 64 times | Joined on Feb 2010
#3
Hmm.. There's nothing in that folder. Still with no sim in, i sent a message and it's gone to pending.. And it has appeared in the spool folder so either:

cherry hasnt sent an sms on my phone
cherry sends via some other means


There's a file called regs_out.txt on my device, in /var/spool/sms
It contains:
ba212ae1-4c16ad3a-1-/com/nokia/phone/SMS/ba212ae1

Have you got that also?
 
pH5's Avatar
Posts: 138 | Thanked: 374 times | Joined on Aug 2009 @ Berlin
#4
Except that the -4c16ad3a-1- part is different, yes, I do.
Looking at /usr/bin/cherry, it does seem to use the com.nokia.phone.SMS D-Bus interface to send:

Code:
e0dc:  e59f3114     ldr     r3, [pc, #276]  ; "send"
...
e0ec:  e59f1108     ldr     r1, [pc, #264]  ; "/com/nokia/phone/SMS"
e0f0:  e59f2108     ldr     r2, [pc, #264]  ; "Phone.SMS"
e0f4:  e59f0108     ldr     r0, [pc, #264]  ; "com.nokia.phone.SMS"
e0f8:  e50bc020     str     ip, [fp, #-32]
e0fc:  ebfff24d     bl      aa38  <dbus_message_new_method_call>
Not sure who does handle this. sms-manager?
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#5
Originally Posted by pH5 View Post
Not sure who does handle this. sms-manager?
I suspect CSD, through /usr/lib/csd/plugins/libcsd-sms.so. From its strings, I presume it's the one registering the com.nokia.phone.SMS interface.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 16:45.