Poll
Question: Could someone from Kuneri, or Flash Lite developers help me to resolve that ?
option1 - 0 (0%)
option 2 - 0 (0%)
Total Voters: 0

Pages: [1]
  Print  
Author Topic: Swfpack s60 5th and EndKey(red key).  (Read 2806 times)
0 Members and 1 Guest are viewing this topic.
YeniMobile
Newbie
*
Posts: 2


« on: 30 August , 2009, 15:43:34 »

Hi everybody,
I've packaged  SIS files (for S60 5th edition) for Flash Lite application  using ForumNokia online packager Tool.
I have submitted my apps for Testing. But unfortunately the applications failed to the tests.
The applications I have submitted are now rejected because when we press to the End Key(red key) the application is shuting down and idle screen is displayed.
But just 1 second after, the application opens automatically.
The expected result is that application should quit.

The Test was on Samsung I8910, and Nokia 5800 xpressmusic.

Could someone from Kuneri, or Flash Lite developers help me to resolve that ?
Logged
KL Admin
Moderator
Sr. Member
*****
Posts: 313


« Reply #1 on: 31 August , 2009, 01:17:24 »

Hi,

Relaunching is strange problem indeed, haven't experienced that with any SIS created. In 5800 latest firmware player seem to go background, when red key is pressed. We will check if that could be changed somehow, if SS tests require so.
Logged
YeniMobile
Newbie
*
Posts: 2


« Reply #2 on: 31 August , 2009, 08:48:39 »

Hi,
An expert from ForumNokia give me a method to solve that.
this is happening in some software versions of the 5800 XpressMusic, it's not specific to the packager. Fortunately there's a workaround:

var keyListener:Object = new Object();
keyListener.onKeyDown = function() {
if(Key.getCode()=="endcall"){
fscommand2("Quit");
}
}
Key.addListener(keyListener);

This method works well. I've tested it on Nokia5800 and Samsungi8910.
On nokiaN97, result is different. Redkey must be pressed longer, then application can quit.
Logged
Pages: [1]
  Print  
 
Jump to: