I'm using FlashLite 2.1 & 3. How can I reboot my phone?? F.e. in Symbian 2.0 Fp2 y execute a file of the system with reboot my phone.
Thanks.
I'm using FlashLite 2.1 & 3. How can I reboot my phone?? F.e. in Symbian 2.0 Fp2 y execute a file of the system with reboot my phone.
Thanks.
I don't think that's possible via Flash Lite. You should be able to do it by executing a 3rd party app.
cheers,
Ugur.-
Follow me on Twitter [url]www.twitter.com/ugurkaner[/url]
Create sexiest Symbian apps faster & easier [url]www.kunerilite.net[/url]
Turn your Joomla! website into a mobile site instantly [url]www.mobilejoomla.com[/url]
So, does FlashLite able to launch oter apps?? For example I've an app with reboot phone when I launch it.
Other thing, could I send commands to a python console or execute any sript using FlashLite??
Thanks!!!
On S60 2nd edition you can launch any application using fscommand launch, whereas on 3rd edition you can launch only native applications with standalone Flash Lite player.
Nick has a nice post out there, I would recommend you to check;Code:fscommand("Launch", "browser.exe");
http://device54.com/blog/2007/03/dea...nd-launch.html
If you want to launch any 3rd party application with any arguments on 3rd edition, you need to use 'Open' command of KuneriLite System Plugin.
http://wiki.kunerilite.net/index.php...em_plugin#Open
cheers,
Ugur.-
Follow me on Twitter [url]www.twitter.com/ugurkaner[/url]
Create sexiest Symbian apps faster & easier [url]www.kunerilite.net[/url]
Turn your Joomla! website into a mobile site instantly [url]www.mobilejoomla.com[/url]