Hello,
is it possible to read mobile contacts numbers with flashlite? Even with APIbridge, or Message service API?
Hello,
is it possible to read mobile contacts numbers with flashlite? Even with APIbridge, or Message service API?
If you are using a S60 5th Edition phone, then Yes! it is possible using :
Contacts Service API
Here is practical application :
Contacts Demo – S60 Platform Services API example with Flash Lite
Regards,
SajiSoft
No I'm developing for S60 3th Edition. So, there no way to do this using Flashlite on S60 3th edtion, even thorugh Flash_Lite_Contacts_Component?
Last edited by elshorbagy76; 2011-01-18 at 12:44.
Hi elshorbagy,
Flash Lite Contacts Components do nothing but use Contacts Service API which only works with 5th and Symbian^3 phones. If you want to read contacts in 3rd edition, you have to either create an API Bridge plugin in Symbian C++ or create your own local server in symbian c++ to extend flash lite, or go for flyer if u interested in Python. In short, you have to extend Flash lite with any of the available language that provides reading of the phone contacts because i dont know of any ready made solution that can read phone contacts via Flash Lite in 3rd edition phones.
Best Regards,
SajiSoft