When I give run the enumlator is starting and nothing is happening... I have have run an applicaton in the enumlator from commandline... For that what should I do...
When I tried to give commands there and execute this error:
you are not supposed to give commands there
after you do epoc from command line, emulator comes up and there you would see 'installed' folder inside that is your application(atleast supposed to be)
Forum posts: 93
hi,
Simply click on Run..... u run your Application.......
Thanks & Regards,
C Singh
Forum posts: 37
When I give run the enumlator is starting and nothing is happening... I have have run an applicaton in the enumlator from commandline... For that what should I do...
Forum posts: 93
hi,
u search in ur sdk---- "Build and Run from the Command Line"
Anyway u use like this....
To run the application:
At the command prompt, navigate to the folder that contains the <AppName>.exe application, e.g.,
\Symbian\7.0s\Series60_v20\Epoc32\Release\wins\udeb
At the command prompt, type:
<AppName>
I thinks its help u ... and check that JRE is installed...
Thanks & Regards,
C Singh
Forum posts: 732
Go to the group folder from the command, type:
bldmake bldfilesabld build winscw udeb
Once the build process has completed enter:
epocDo remeber to set the devices and EPOCROOT path before starting.
Forum posts: 37
Thank u... The console came up... And I got an error like :
error ekern.cpp:1436
Is this something related with enumlator...? I dint find any file like this in my appliction......
Forum posts: 732
When did you exactly get this error? Is it after entering the abld build ... command?
Forum posts: 37
bldmake bldfiles
abld build winscw udeb
Took place successfully.....
When I gave epoc in the command-line and the console also came up... When I tried to give commands there and execute this error:
error ekern.cpp:1436
came.....!!! What is the problem..?
Forum posts: 732
I'm totally confused :<, you mean to say that after entering epoc on the command prompt you got that error? It's weird then.
Forum posts: 463
you are not supposed to give commands there
after you do epoc from command line, emulator comes up and there you would see 'installed' folder inside that is your application(atleast supposed to be)
Forum posts: 37
Ok.... Then C:\> prompt is coming in enumlator... Where will be the installed folder?? If I give
c:\>cd Symbian
Path not found
So how do in navigate? Is it the same cd command as in Dos-prompt?
Forum posts: 463
Never came accross this. Are you trying to run a console based application?
Forum posts: 37
Ya.. I am trying to run a console application... Where will my application be??
When I gave dir in C:\> the following files and folders where there...
resource
sample.wav
smsout
sys
system
testframework
and rest of them got scrolled... I could't see!!
Can U please tell in which folder my application will be there!!!
Forum posts: 463
check in \epoc32\data\epoc.ini
textshellyou can delete that line or put # there like this
#textshellForum posts: 463
I havent done any console based apps really. but I dont think you are doing it right. Check
http://forum.nokia.com/info/sw.nokia.com/id/a2c99a4a-eac4-479c-995f-fe2bf4af302e/Symbian_OS_Basics_Workbook_v2_0_en.pdf.html
That should have a very step by step instruction of console based application
Forum posts: 37
No I need to run console based application...!!! For that I need to have textshell in echo.ini... Am I right? Or Why should I take that off ?