Read-only archive of the All About Symbian forum (2001–2013) · About this archive

running app does nothing on device

1 replies · 0 views · Started 10 September 2006

i got myself a dev cert for my app.

i tried using UID3 within the range of developer UID in protected range.
i tried using UID3 within the range of v9 protected UID in protected range.

the SIS is signed and installs fine on the phone.

when i launch the app, nothing happens. no UI changes, nothing. the app
doesn't run. no error message nothing. the phone just sits there and does
nothing. am i doing something wrong here???

i am developing on an M600 and i'm quite sure the IMEI number is correct as
i copied it off the box that the M600 came in. am i using the wrong UID
number?

this is my current PKG file:
%{"MyApp"}
:"MyCompany"
#{"MyApp"}, (0x20006FF8), 3, 0, 0, TYPE=SA
(0x101F6300), 3, 0, 0, {"UIQ3SDK0ProductID"}

"\Symbian\UIQ3SDK\epoc32\release\gcce\urel\MyApp.exe"-"!:\sys\bin\MyApp.exe"
"\Symbian\UIQ3SDK\epoc32\data\Z\Resource\Apps\MyApp.mbm"-"!:\resource\apps\MyApp.mbm"
"\Symbian\UIQ3SDK\epoc32\data\z\resource\apps\MyApp_loc.RSC"-"!:\resource\apps\MyApp_loc.RSC"
"\Symbian\UIQ3SDK\epoc32\data\z\private\10003a3f\apps\MyApp_reg.rsc"-"!:\private\10003a3f\import\apps\MyApp_reg.rsc"
"\Symbian\UIQ3SDK\epoc32\data\z\resource\apps\MyApp.rsc"-"!:\resource\apps\MyApp.rsc"

; Files to remove when MyApp is uninstalled
""-"!:\Private\20006FF8\MyApp.ini", FN

this is the relevant section of my MMP file:
TARGET MyApp.exe
TARGETTYPE exe
TARGETPATH \sys\bin
UID 0x100039CE 0x20006FF8

Help????

argh my bad. overlooked something. 😊

"droll" <[email protected]> wrote in message
news:[email protected]...
>i got myself a dev cert for my app.
>
> i tried using UID3 within the range of developer UID in protected range.
> i tried using UID3 within the range of v9 protected UID in protected
> range.
>
> the SIS is signed and installs fine on the phone.
>
> when i launch the app, nothing happens. no UI changes, nothing. the app
> doesn't run. no error message nothing. the phone just sits there and does
> nothing. am i doing something wrong here???
>
> i am developing on an M600 and i'm quite sure the IMEI number is correct
> as i copied it off the box that the M600 came in. am i using the wrong UID
> number?
>
> this is my current PKG file:
> %{"MyApp"}
> :"MyCompany"
> #{"MyApp"}, (0x20006FF8), 3, 0, 0, TYPE=SA
> (0x101F6300), 3, 0, 0, {"UIQ3SDK0ProductID"}
>
> "\Symbian\UIQ3SDK\epoc32\release\gcce\urel\MyApp.exe"-"!:\sys\bin\MyApp.exe"
> "\Symbian\UIQ3SDK\epoc32\data\Z\Resource\Apps\MyApp.mbm"-"!:\resource\apps\MyApp.mbm"
> "\Symbian\UIQ3SDK\epoc32\data\z\resource\apps\MyApp_loc.RSC"-"!:\resource\apps\MyApp_loc.RSC"
> "\Symbian\UIQ3SDK\epoc32\data\z\private\10003a3f\apps\MyApp_reg.rsc"-"!:\private\10003a3f\import\apps\MyApp_reg.rsc"
> "\Symbian\UIQ3SDK\epoc32\data\z\resource\apps\MyApp.rsc"-"!:\resource\apps\MyApp.rsc"
>
> ; Files to remove when MyApp is uninstalled
> ""-"!:\Private\20006FF8\MyApp.ini", FN
>
> this is the relevant section of my MMP file:
> TARGET MyApp.exe
> TARGETTYPE exe
> TARGETPATH \sys\bin
> UID 0x100039CE 0x20006FF8
>
>
>
> Help????
>