summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-05-05 10:46:51 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-05-05 10:46:51 +0000
commitef7bd0d4d5646b60cfcd968c88e4c1a9b4bb05cf (patch)
tree4b5a1d89f08ee1ed09c8007084e3e395242be4c2
parentebb7fd30a96ab0cf3312181ab2add09f6cc5707e (diff)
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
-rw-r--r--build.symbian/symbian_ua.mmp3
-rw-r--r--build.symbian/symbian_ua.pkg3
-rw-r--r--pjsip-apps/src/symbian_ua/main_symbian.cpp3
3 files changed, 6 insertions, 3 deletions
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"}
diff --git a/pjsip-apps/src/symbian_ua/main_symbian.cpp b/pjsip-apps/src/symbian_ua/main_symbian.cpp
index a0082a02..fc3fa88f 100644
--- a/pjsip-apps/src/symbian_ua/main_symbian.cpp
+++ b/pjsip-apps/src/symbian_ua/main_symbian.cpp
@@ -29,7 +29,8 @@
CConsoleBase* console;
// Needed by APS
-TPtrC APP_UID = _L("200235D3");
+//TPtrC APP_UID = _L("200235D3");
+TPtrC APP_UID = _L("A000000D");
////////////////////////////////////////////////////////////////////////////