Hi all,
Im facing few issues on symbian signing. Im working on Sdk Fp2 and the phone on which i test is 6682.
When i test my phone over LowMem tool i get "Memory Low" dialog around 5 times and my app starts.
when i test my app over AppTestLite tools, I face these issues:The summary report shows:
Test Count: 21
Test Failed(%): 0
Mem Leak: 0
This is the process_log.txt produced by LowMem tool.
RequestedFreeBytes,ExitCategory,ExitReason
40960,Kill,-4
41984,Kill,-4
43008,Kill,-4
44032,Kill,-4
45056,Kill,-4
46080,Kill,0
1) FAILED PKG-07 UID and version for platform compatibility is appropriate for the target device.
FAIL UID mustn't be in test range: 0x01000000 - 0x0FFFFFFF
My dll (my shared library dll)UID3 is 0x2000E7AB and my applications UID3 0x2000E694. Both got from SymbianSigned.com.
2) FAILED PHN-01 Service Interruption. (call, SMS, MMS, alarm, charger)
OK Application is launched.
OK Running of app. Should not terminate unexpectedly.
OK SMS notification is visible.
OK MMS notification is visible.
FAIL Alarm notification is visible.
FAIL Call notification is visible.
FAIL Charging dialog becomes visible.
I do see the Alarm Notification, the charging dialog and the call notification. But still all these fails. Why so?
3) FAILED MEM-01 Low Memory Startup
What am i supposed to do here to get this test pass.I have posted the LowMem tools summary report and the log. Please suggest. I do invoked BaseConstructL() on the start of AppUi's ConstructL().
Please suggest!!
Regards,
Priju






