Hi,
I'm embedding a sisx file into my app and specified in the package file using the following lines:
; Embedded sis
IF not(package(0x23456789))
@"depend.sis",(0x23456789)
ENDIF
;...
Type: Posts; User: kksl; Keyword(s):
Hi,
I'm embedding a sisx file into my app and specified in the package file using the following lines:
; Embedded sis
IF not(package(0x23456789))
@"depend.sis",(0x23456789)
ENDIF
;...
The program that I'm looking at is already compiled and packed as a SIS file, so it wouldn't be possible to change the UID.
Anyway, after some help from colleague, found the following wiki which...
Thanks. Nothing interesting after a prelim search on DiBo. Will try harder tonight.
I've tried the following on two different handset and this is what happened:
1. Install one application...
Hi all,
A quick question. I'm planning to submit an application for symbian signed that uses the camera API provided in the latest camera example by nokia. I am packaging "camerawrapper.sisx"...
Thanks. Much appreciated.
Hi all,
Got a strange problem here.
Trying to play a wave file upon certain event using CMdaAudioPlayerUtility::PlayFileL. Say the name of the sound file is test.wav. If I packaged the file...
I am looking for the solution to this problem as well, although the video file is a live stream in rtsp.
With method 3, you can have a look at this thread...