Hi, I want to be able to msg my phone so it takes some pictures and mms them back to me
so far this is what I have seen on this and it starts to work
===
Create Variable %StolenFilename as Stolen
Create Variable %Shots as 1
Create a task
(Task) For %Shots items 10
(Variable) Variable Join %StolenFilename %Shots
(media) Photo - under filename put %StolenFilename
(Phone) Compose MMS (number is whoever you want to get pictures) Attachments %StolenFilename
(task) wait 1 second
(Task) end for
sends 10 mms pictures (change the number of items for more or less)
==
so it takes for some reason 1 picture but names it %StolenFilenamethen looks for it in my sd card location and give an error like
location not found: sd/dim/%StolenFilename
so i kind of get it, the reason I dont think its taking more than one pic is becuase its naming them %StolenFilenamenot different names?
can anyone figure this out, even it I could get one image sent back via mms would be a great start?
thanks
so far this is what I have seen on this and it starts to work
===
Create Variable %StolenFilename as Stolen
Create Variable %Shots as 1
Create a task
(Task) For %Shots items 10
(Variable) Variable Join %StolenFilename %Shots
(media) Photo - under filename put %StolenFilename
(Phone) Compose MMS (number is whoever you want to get pictures) Attachments %StolenFilename
(task) wait 1 second
(Task) end for
sends 10 mms pictures (change the number of items for more or less)
==
so it takes for some reason 1 picture but names it %StolenFilenamethen looks for it in my sd card location and give an error like
location not found: sd/dim/%StolenFilename
so i kind of get it, the reason I dont think its taking more than one pic is becuase its naming them %StolenFilenamenot different names?
can anyone figure this out, even it I could get one image sent back via mms would be a great start?
thanks
could you help me on doing this? as that kind of works but needs to be able to name each image different and find the images to send?
I will add the profile now