ajocius
January 8th, 2008, 02:19 PM
I have come accross MyPhoneExplorer about a year ago. This is free, third party tool to use many SE phone models to connect to PC. After connecting, one can copy files, contacts, etc to and from mobile, send SMS, see who is calling on screen etc. Connection can be made via USD or bluetooth
And it took me just a year to figure out that this would be great option to combine that with Girder. There is a simple command line interface to send SMS (MyPhoneExplorer.exe action=sendmessage savetosent=1 number=0123456789 text="Hello, this is test text"). I have tried this syntax by adding it to *.bat file and running it and it works fine. So I gues it would be possible to create an action in Girder that would send SMS, and then this can be used with various events (probably event name could be added to SMS).
It seams that there is syntax to use this program to fire up event as well. If so, this can be used, for example to increase heating at home, once you are coming back from a trip, or do something else. Here is a code I found to initiate event:
[EventHandlers]
OnMissedCall=C:\Test.exe missednumber="%number"
OnAcceptedCall (%number|%user)
OnOutgoingCall (%number|%user)
OnIncomingCall (%number|%user)
OnEndedCall (%number|%user)
OnAutomaticConnect (%user)
OnManualConnect (%user)
OnIncomingMessage (%number|%text|%pdu|%user)
Since my mobile provider gives me free SMS to family members, all it will take is to find some SE mobile phone and connect it permanently to Girder Server (with separate "family" number). My Girder will be mobile then :)
Program itself could be found here:
http://www.fjsoft.at/en/
Discussion about command line syntax I only found in German and I do not understand it myself... but syntax is syntax in all languages:
http://www.fjsoft.at/forum/viewtopic.php?t=373
Sorry, if there is other easy way to send SMS and/or initiate events. Quick search in this forum didn't give me flexible solution to the extend I expect MyPhoneExplorer can be.
And it took me just a year to figure out that this would be great option to combine that with Girder. There is a simple command line interface to send SMS (MyPhoneExplorer.exe action=sendmessage savetosent=1 number=0123456789 text="Hello, this is test text"). I have tried this syntax by adding it to *.bat file and running it and it works fine. So I gues it would be possible to create an action in Girder that would send SMS, and then this can be used with various events (probably event name could be added to SMS).
It seams that there is syntax to use this program to fire up event as well. If so, this can be used, for example to increase heating at home, once you are coming back from a trip, or do something else. Here is a code I found to initiate event:
[EventHandlers]
OnMissedCall=C:\Test.exe missednumber="%number"
OnAcceptedCall (%number|%user)
OnOutgoingCall (%number|%user)
OnIncomingCall (%number|%user)
OnEndedCall (%number|%user)
OnAutomaticConnect (%user)
OnManualConnect (%user)
OnIncomingMessage (%number|%text|%pdu|%user)
Since my mobile provider gives me free SMS to family members, all it will take is to find some SE mobile phone and connect it permanently to Girder Server (with separate "family" number). My Girder will be mobile then :)
Program itself could be found here:
http://www.fjsoft.at/en/
Discussion about command line syntax I only found in German and I do not understand it myself... but syntax is syntax in all languages:
http://www.fjsoft.at/forum/viewtopic.php?t=373
Sorry, if there is other easy way to send SMS and/or initiate events. Quick search in this forum didn't give me flexible solution to the extend I expect MyPhoneExplorer can be.