SiriServerPlugins
SiriServerPlugins copied to clipboard
Object issue in smsObjects
I was trying to write a script to read your text messages and not sure if I need SmsSearch however like in your tutorial for using a plist dump, the objects have = 1 and 2; see attached code below.
class SmsSearch(ClientBoundCommand): SearchStatusReadValue = 1 <--- SearchStatusUnreadValue = 2 <---
that may not be necessarily wrong, do you have code that indicates that strings should be used here instead?
I have no code. I am trying to understand how siri gets the new text info but from what i know in the sms sqlite database, new messages are flagged with 0.
There is a alert sent which is currently uncaptured
what does that mean?
Siri notifies about new messages/email what so ever using a special command called SetAlertContext
i copied the siri objects form SiriServerCore to SiriServer and the shortMessage works fine
I nevertheless would suggest to just move to SiriServerCore, there are a lot of fixes and enhancements over SiriServer
yea but i tried SiriServerCore and i had a crypto error so i just ported everything new down to the SiriServer