Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Queries regarding Symbian signing??

2 replies · 0 views · Started 23 January 2006

Hi!

I have some queries regarding submission of my application.

1. My application requires a registration code to be entered as soon as
it is started for the first time after installation. The registration is
based on the IMEI number of the device on which it is being
installed. Do I need to mention this in my Readme.txt file? How can I
provide
them with the registration code without

2. Below are the test results of my application when tested with the
LowMem Tool.

Test Counts: 49
Test Failed(%) : 2 // WSERV 10
Mem Leak: 0

Do I need to raise a waiver for this?
When I get this system dialog of WSERV 10 panic and do not respond
to this dialog with the continue button, it starts showing some KERN
EXEC-3 panic system dialogs and the test failed % goes to 18%. Will
it be a problem?
It is written in the LowMem User Guide that all system and
application dialogs must be acknowledged as the test proceeds.

3. What all documents do I need to submit along with the .SIS file if
Symbian signing an application through a Publisher Certifier?

4. I have four more application that I am planning to go for Symbian
signing. Following are the results when tested with LowMem Tool:

When installed on C: drive(Internal memory)

Test Counts: 49
Test Failed(%) : 0
Mem Leak: 2

When installed on D: drive(Memory Card)

Test Counts: 49
Test Failed(%) : 0
Mem Leak: 0

Do I need to worry about the memory leaks that I am getting when
installed on C: drive?

Thanks & Regards,
Lalit Sharma


"Lalit" <[email protected]> wrote in message
news:NsvKESb5FHA.996@extapps30...
> Hi!
>
> I have some queries regarding submission of my application.
>
> 1. My application requires a registration code to be entered as soon as
> it is started for the first time after installation. The registration is
> based on the IMEI number of the device on which it is being
> installed. Do I need to mention this in my Readme.txt file? How can I
> provide
> them with the registration code without

As a courtesy to your customer? Of course. Never let your customers in the
dark on waht your app is doing when it comes to registering. After all, if
they move to a new device, they should reregister.

> 2. Below are the test results of my application when tested with the
> LowMem Tool.
>
> Test Counts: 49
> Test Failed(%) : 2 // WSERV 10
> Mem Leak: 0
>
> Do I need to raise a waiver for this?

No, you need to fix this. a WSERV 10 panic means that you are activating an
active graphics context.

> When I get this system dialog of WSERV 10 panic and do not respond
> to this dialog with the continue button, it starts showing some KERN
> EXEC-3 panic system dialogs and the test failed % goes to 18%. Will
> it be a problem?

Do you know why you are getting this panic? Is your code doing some
rendering in the appui's ConstructL()?

> It is written in the LowMem User Guide that all system and
> application dialogs must be acknowledged as the test proceeds.
>
> 3. What all documents do I need to submit along with the .SIS file if
> Symbian signing an application through a Publisher Certifier?

This is documented in the Symbian Signed docs.

> 4. I have four more application that I am planning to go for Symbian
> signing. Following are the results when tested with LowMem Tool:
>
> When installed on C: drive(Internal memory)
>
> Test Counts: 49
> Test Failed(%) : 0
> Mem Leak: 2
>
> When installed on D: drive(Memory Card)
>
> Test Counts: 49
> Test Failed(%) : 0
> Mem Leak: 0
>
> Do I need to worry about the memory leaks that I am getting when
> installed on C: drive?

Possibly, but that is impossible to tell without having your code. You could
be doing things depending on the installed drive.

--
Sander van der Wal
www.mBrainSoftware.com

Ok, thanks for replying quickly.

"Sander van der Wal" <[email protected]> wrote in message
news:%23IMa2qc5FHA.996@extapps30...
>
> "Lalit" <[email protected]> wrote in message
> news:NsvKESb5FHA.996@extapps30...[color=green]
> > Hi!
> >
> > I have some queries regarding submission of my application.
> >
> > 1. My application requires a registration code to be entered as soon
[/color]
as[color=green]
> > it is started for the first time after installation. The registration is
> > based on the IMEI number of the device on which it is being
> > installed. Do I need to mention this in my Readme.txt file? How can I
> > provide
> > them with the registration code without

>
> As a courtesy to your customer? Of course. Never let your customers in the
> dark on waht your app is doing when it comes to registering. After all, if
> they move to a new device, they should reregister.
>
> > 2. Below are the test results of my application when tested with the
> > LowMem Tool.
> >
> > Test Counts: 49
> > Test Failed(%) : 2 // WSERV 10
> > Mem Leak: 0
> >
> > Do I need to raise a waiver for this?

>
> No, you need to fix this. a WSERV 10 panic means that you are activating[/color]
an
> active graphics context.
>[color=green]
> > When I get this system dialog of WSERV 10 panic and do not
[/color]
respond[color=green]
> > to this dialog with the continue button, it starts showing some KERN
> > EXEC-3 panic system dialogs and the test failed % goes to 18%.
[/color]
Will[color=green]
> > it be a problem?

>
> Do you know why you are getting this panic? Is your code doing some
> rendering in the appui's ConstructL()?
>
> > It is written in the LowMem User Guide that all system and
> > application dialogs must be acknowledged as the test proceeds.
> >
> > 3. What all documents do I need to submit along with the .SIS file if
> > Symbian signing an application through a Publisher Certifier?

>
> This is documented in the Symbian Signed docs.
>
> > 4. I have four more application that I am planning to go for Symbian
> > signing. Following are the results when tested with LowMem Tool:
> >
> > When installed on C: drive(Internal memory)
> >
> > Test Counts: 49
> > Test Failed(%) : 0
> > Mem Leak: 2
> >
> > When installed on D: drive(Memory Card)
> >
> > Test Counts: 49
> > Test Failed(%) : 0
> > Mem Leak: 0
> >
> > Do I need to worry about the memory leaks that I am getting when
> > installed on C: drive?

>
> Possibly, but that is impossible to tell without having your code. You[/color]
could
> be doing things depending on the installed drive.
>
> --
> Sander van der Wal
> www.mBrainSoftware.com
>
>