|
Posted by bhavnarohra@hotmail.com on January 11, 2008, 3:21 am
Please log in for more thread options
Hi,
I am a SmartPhone developer, and want to use pimg.exe i.e. Pictures
and Videos Application.
But whenever i make an image and open pimg.exe it loads showing
Certify pimg.exe = 1 which means it has the OEM_CERTIFY_RUN signature.
But i want to run pimg.exe as a privileged application i.e.
OEM_CERTIFY_TRUST.
If pimg is loaded it should show Certify pimg.exe = 2.
This requirement is for loading a dll in pimg.exe which makes some
privileged calls, and unless pimg is not running as an privileged
application it may not be possible.
I had tried changing
; @CESYSGEN IF APPS_MODULES_PIMG
pimg.exe $(_FLATRELEASEDIR)\pimg.exe NK SCN
; @CESYSGEN ENDIF APPS_MODULES_PIMG
to
; @CESYSGEN IF APPS_MODULES_PIMG
pimg.exe $(_FLATRELEASEDIR)\pimg.exe NK SC
; @CESYSGEN ENDIF APPS_MODULES_PIMG
but of no use. pimg.exe still continued to load with OEM_CERTIFY_RUN.
I am an absolute newbie to this.
Please guide.
- Bhavna
|