Can I read a SMS message using Flashlite? I searched for this but could find an answer..
Thanks
Can I read a SMS message using Flashlite? I searched for this but could find an answer..
Thanks
Hi elshorbagy,
You have two options:
1- If you are using a 5th Edition Phone, then go for Platform Services to read the inbox.
2- If you are using 3rd edition phone, then try out API Bridge and if it working then you have to create its plugin to read SMS in Symbian C++ or have to create your own local http server to extend Flash Lite.
Hope it helps...
Best Regards,
SajiSoft
Thank you Saji, I would try API Bridge, but where can I read more about "local http server"?
Hi elshorbagy,
API Bridge is nothing but an http server which bind itself to local ip 127.0.0.1 and a port and then listen to post/get requests of the Flash Lite client and perform action accordingly. Look at these projects to have an understanding of how local http server works with Flash Lite:
Janus Symbian (Symbian)
Flyer (Python)
SWFxME (JavaME)
Best Regards,
SajiSoft