Hi
I am looking for a way of communicating data between either two WRT apps, or a WRT app and a Symbian or Qt app.
Is there any way to do this (other than over the network)?
Thanks
Hi
I am looking for a way of communicating data between either two WRT apps, or a WRT app and a Symbian or Qt app.
Is there any way to do this (other than over the network)?
Thanks
Hi,
Writing preferenceForKey values is not possible. They are located in a private directory, hence one cannot access those.
You could write you data into a public folder in Qt/Symbian app and then read it from Widget (XMLHttpRequest). However this would only provide one way communication.
Communication between two widgets is not possible without network connection.
-Ilkka