Hi
I am trying to get whatsapp content into vvvv. For the images it is pretty easy as they get automatically downloaded to a folder but the text is a bit tricky.
Android stores the text in an encrypted DB, i haven t checked yet whether the strings are automatically stored upon receive or they are saved only when the conversation is closed.
There are a few possibilities laying around:
Androd SDK to launch apps in a PC
http://bluestacks.com/ same as SDK but way easier to setup
https://github.com/venomous0x/WhatsAPI promising but at a very early stage
http://javazkript.blogspot.com.es/ this application do work and nicely but has not text storage support, doh!
Any idea ?
tx
Simone