
18:38:23.863 +08:00 Default directory for WimFolder has been set to "H:\sources" Could in fact even do this with OSC or something but IMO SMS’s are important enough that I’d rather get them over TCP than risking UDP.18:38:17.002 +08:00 Started WOA Deployer for Lumia v2.6 I’m starting to lean toward 3) lately since the phones are cheap and I’m starting to use hostapd on the servers I run OF code on for Wifi access. There are more methods than this but something to get you started. Could do this for the iPhone too if you want.
#Phonedisk android#
Use the Android SDK to listen for incoming SMS’s, parse them, send them over HTTP to the OF instance. Get an Android phone and hook it up to a Wifi AP that the computer running OF is connected to as well. This has the disadvantage though of needing a publicly exposed IP for Twilio to hit. Use something like to get an incoming phone number for SMS’s and use that to receive to some server and then send to OF or directly to OF and parse the headers and XML inside there.
#Phonedisk serial#
Then use something like “smstools” to poll the phone via serial every X seconds, get the SMS, throw it into some Python or bash script to send it to the HTTP server running on your OF instance. Get an old Nokia phone like the 6310i and a DLR-3P serial cable for it. Now you just have to send them to the app in HTTP so that’s abstracted and you just focus on getting them there. There are really many approaches you can take but for your OF setup, I would recommend getting an HTTP Server going inside your OF app that receives messages and who they’re from via some GET or POST variables.

I’ve worked with this kind of stuff for a while. As this will be for a large public projection I would rather hook up directly to a phone instead of using a bunch of middlecompys. Though using a web service such as Notify Pro and notify.io does work by reading emails with the email addon it is way too unreliable. I think I am hitting the ceiling of my knowledge of these things and am hoping someone more knowing could possibly help me out here. Phone disk requires an unmount then remount ) but while running it will not ( so close! ). If I stop and rerun the OF program it will ( with Expandrive.
#Phonedisk update#
The problem is that the sms.db doesn’t update when new messages are sent. So to get a file path to the sms.db on the iPhone I mounted it using both PhoneDisk ( ) and through ExpanDrive ( ) and can directly query the sms.db with either! Poll it at some interval and get new messages? I ended up jailbreaking an iPhone and being able to SSH into it directly to read a sms.db file which got me thinking … wouldn’t it be awesome to be able to using the extremely handy ofxSQLite ( Roxlu ) addon to read that. The problem is that I cannot get Gnokkii to work on the iPhone and some other phones haven’t worked too well for me either. I have been cracking my head against the desk trying to get this working and whenever I get close it ends up being close enough to smell but not to tasteĪnyhow, basically I want to be able to get SMS messages into OF in real-time.
