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: https://svn.pjsip.org/repos/pjproject/trunk@2673 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/build.symbian/symbian_ua.mmp b/build.symbian/symbian_ua.mmp
index 9bf0127..96a2cc3 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 c60a62b..32894c3 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 a0082a0..fc3fa88 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");
 
 
 ////////////////////////////////////////////////////////////////////////////