Sorry, Nime5ter -- I meant the slightly modified iphonepager.py from Hadood.
Jitterjames -- I figured it out! For some reason, the plugin files in the PY folder were deleted in my backup configuration. The only thing left was the options.xml. I have no idea how that happened, since I never go in to tinker with the files in there, but it did. I knew it had to be user error! So yeah, that was the problem.
Anyway, got python working again (at least I know it works with weatherday.xml), but on this one I got "[plugin] System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace --- " in the log.
Hi Kalle ...
late reply due to time differences
there is not much require explanation ...
just place the Python script in PY folder in voxcommando (I am attaching the modified one) then you can call
PY.ExecString iPager("icloud user name usualy email","icloud password", deviceID)
PY.ExecString iLock("icloud user name usualy email","icloud password", deviceID, PassCode)
Device ID is an integer starting with 0, the sequence is the same ... if you are not sure which is which start iPager with 0 and increment and see which device rings ...
PassCode in the iLock has no effect ifyou already have a passcode enabled ... otherwise PassCode will be the new setting ...
as for iLocate & iWipe ... I have not enabled these functions yet ... iWipe is pretty easy to set, the only problem I do not have a device that I can afford wiping ... iLocate will require some research for mapping services to display the coordinates
hope that helps