Can Flashlite send Vodaphone service request? Like this one *100#, it's time shortcut for Vodaphone network
Can Flashlite send Vodaphone service request? Like this one *100#, it's time shortcut for Vodaphone network
Ciao,
you mean via SMS?
Alessandro
twitter: biskero
Kero Mobile: www.biskero.mobi
Blog: www.biskero.org
Blog: www.biskero.com/blog
www.biskero.com
I think, USSD.
Hi elshorbagy,
Obviously, the method written in that thread doesnt work because it needs Platform Services APIs which are not available in E71. Try this instead :
It will open a USSD application in which the user types the USSD and send it. Moreover, there is no method to directly dial a USSD from Flash Lite.Code:fscommand("launch", "ussd.exe");
Best Regards,
SajiSoft
Thank you Saji, can I send parameters to ussd.exe ?
Hi Elshorbagy76,
No, you cant send parameters to ussd.exe. If u want to dial a USSD directly from flash lite then i think u have to create your own local server or a console in Symbian C++.So, best ov luck
Best Regards,
SajiSoft
Give more details or direct me to articles to read about that subject. thank youu have to create your own local server or a console in Symbian C++
Hi elshorbagy,
For extending Flash Lite with Symbian C++ , we have :
1- FLS Server (Open Source)
2- Janus Symbian (Open Source)
We have some information here :
mplementing_Communication_between_Flash_Lite_and_Symbian_C.2B.2B
Well! it actually needs a good knowledge of Symbian C++ and According to my observation,Nokia is diverting towards Qt and thus Symbian C++ will be out in the upcoming years. So, best ov luck
Best Regards,
SajiSoft
Symbian foundation has ramped down, so you can no longer find anything there (third link above). Please consider using API Bridge
Can I send USSD commands using API Bridge?Please consider using API Bridge
APIbridge allows you to talk with a native Symbian program, and that Symbian program can send USSD commands, however you must write the Symbian (C++) program, too.
More info n how to send USSD in Symbian: http://wiki.forum.nokia.com/index.ph...lient_USSD_API
You might consider going for Qt instead of Flash, if you have not gone too far in the development yet...
I cannot find this file CPhCltUssd.h within the API
Hi elshorbagy,
Try downloading this package :
S60_3rd_Ed_SDK_FP2_API_Plug-In_Pack
Best Regards,
SajiSoft