Ok. I have not played with 2nd Ed, but i can guess another way (Attaching to the epoc.exe process). Try the following.
(I'm assuming you are using VS.Net 2003)
1. Start the emulator outside of...
Type: Posts; User: pbmau; Keyword(s):
Ok. I have not played with 2nd Ed, but i can guess another way (Attaching to the epoc.exe process). Try the following.
(I'm assuming you are using VS.Net 2003)
1. Start the emulator outside of...
IMHO. Make it easy on yourself and use an active object for the task )
Yes ! I have found there is.
In VS.Net in the project settings -> Debugging ->Command there is the $(TargetPath) value. Change this to point to the emulator exe epoc.exe like ...
Hi Uriah....I was in exactly the same position then I figured out you could do this in the main apps 'activate' event..i.e
AppUi::HandleForegroundEventL(TBool aForeground)
is called when the...
Also, be careful of explicitly using c: drive, your app might have been installed on another drive. I would say look at CompleteWithAppPath but i dont think it works in console apps, instead i use.
...
Download the Symbian SDK, there is an emulator in there. I'd have to say though that eventually you will have to test your software on the actual device.
THanks..always useful to have alternative.
Ok. Thanks. Was hoping for a less 'hacky' way of doing this, but i guess that will do the job )
Guys,
I want to achieve OTA upgrades of application components.
I've checked all the pkg format options for this (FR,RI), but havent found anything. What I'm doing at the moment is :
1....
Yep..thanks..was already sorted, was the secureid as above.
Further on this (amazing how little details make a difference to newbies). This UID is sourced from symbiansigned.com and is in the 'protected range'. When Carbide first creates your project it...
Ok..further on the "Unable to install". I changed the secureid in the mmp file to be the same as UID3. As below :
BEFORE
UID 0x0 0x2000C7D9
SECUREID ...
Ok...I have found the problem. When I was requesting the Dev. Cert I had specified ReadDeviceData/NetworkServices instead of ReadUserData/NetworkServices (time to step away from the code!).
So in...
Thanks guys..I will double check stuff, although i'm pretty certain my IMEI is correct.
Yes..i have seen that page ) Thanks.
Here is my package file
; MSCAS.pkg
; Languages
&EN
Is there any way to confirm the IMEI info embedded in the certificate ??
I found out by using *#06# on the 3250 )
Absolutely. I even requested another dev cert to make sure. No difference (
Guys,
You've probably heard this a 1000 times before. I've tried to research this, but with no joy.
I have acquired a developer certificate which is bound to the IMEI using DevCertRequest.
I...
Use RunAppShutter();
Thanks Mr Davies.
Only thing is that when i go into Settings -> Security -> Certif. management I get a crash System Error (-1) which is KErrNotFound, so I'm not quite sure what it is looking for...
Guys,
Objective : To create and install a WINSCW sis file on the emulator.
I am following instructions found at http://discussion.forum.nokia.com/forum/newthread.php?do=newthread&f=124 here and...
See
http://discussion.forum.nokia.com/forum/showthread.php?t=110777&highlight=emulator
Thanks Mr Davies )
Hi VinodRaut
1. Set up an HTTP server with your update files.
2. Test download by using your desktop and submitting an http request that
returns XML containing details of all files available...