From ef7bd0d4d5646b60cfcd968c88e4c1a9b4bb05cf Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 5 May 2009 10:46:51 +0000 Subject: Ticket #772 (misc fix): Reverted back symbian_ua app UID to use unprotected/development UID range to avoid installation problem when installer is self-signed. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2673 74dad513-b988-da41-8d7b-12977e46ad98 --- build.symbian/symbian_ua.mmp | 3 ++- build.symbian/symbian_ua.pkg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'build.symbian') diff --git a/build.symbian/symbian_ua.mmp b/build.symbian/symbian_ua.mmp index 9bf01277..96a2cc33 100644 --- a/build.symbian/symbian_ua.mmp +++ b/build.symbian/symbian_ua.mmp @@ -4,7 +4,8 @@ TARGET symbian_ua.exe TARGETTYPE exe -UID 0x0 0x200235D3 +//UID 0x0 0x200235D3 +UID 0x0 0xA000000D SOURCEPATH ..\pjsip-apps\src\symbian_ua diff --git a/build.symbian/symbian_ua.pkg b/build.symbian/symbian_ua.pkg index c60a62bb..32894c38 100644 --- a/build.symbian/symbian_ua.pkg +++ b/build.symbian/symbian_ua.pkg @@ -4,7 +4,8 @@ &EN ; Header -#{"symbian_ua"},(0x200235D3), 0, 1, 1 +;#{"symbian_ua"},(0x200235D3), 0, 1, 1 +#{"symbian_ua"},(0xA000000D), 0, 1, 1 ; Platform compatibility [0x101F7961], *, *, *,{"Series60ProductID"} -- cgit v1.2.3