Hello at All;
Can you offer me 3rd party program that runs console symbian applications.
Thanks in Advance
Best Regards
Hello at All;
Can you offer me 3rd party program that runs console symbian applications.
Thanks in Advance
Best Regards
Releated Mobile Development to My Blog
http://blog.erayince.com
I am not aware of any third party application who start console app, but if you have problem to run console application, than you can just add app icon to it and launch it.
http://wiki.forum.nokia.com/index.ph...ons_on_Devices
I have tried it two times but i couldnt see the icon on my phone. I
Also I have found that http://www.gosymbian.com/fexplorer_new.php
and installed application at device but i couldnt run application because it is c:\sys folder so it cannot permit it.
Releated Mobile Development to My Blog
http://blog.erayince.com
you can try my example, it is generate by vs2003, and I only add a reg.rss
Thanks for your email, I have tried it and it success for your application. (you have created reg.rss file on group folder but wiki says create reg.rss under data folder.)
Now I create also reg.rss file under group folder as Console_MSGAPI_reg.rss
But i cannot see it on my application folder at device.Code:#include <appinfo.rh> UID2 KUidAppRegistrationResourceFile UID3 0xE218A189 RESOURCE APP_REGISTRATION_INFO { app_file="Console_MSGAPI"; }
I use Carbide C++ 2.0
Releated Mobile Development to My Blog
http://blog.erayince.com
Is there any idea guys, It is so important!!!
Releated Mobile Development to My Blog
http://blog.erayince.com
What is in your .pkg file?
Hello wizard_hu
I copy paste my codes:
Thanks For your ReplyCode:#{"Console_MSGAPI EXE"},(0xEC3863BC),1,0,0 ;Localised Vendor name %{"Vendor-EN"} ;Unique Vendor name :"Vendor" "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\Console_MSGAPI.exe" -"!:\sys\bin\Console_MSGAPI.exe" "$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\Console_MSGAPI_reg.rsc" -"!:\private\10003a3f\import\apps\Console_MSGAPI_reg.rsc" "$(EPOCROOT)Epoc32\data\z\resource\apps\Console_MSGAPI.rsc" -"!:\resource\apps\Console_MSGAPI.rsc" "$(EPOCROOT)Epoc32\data\z\resource\apps\Console_MSGAPI.mif" -"!:\resource\apps\Console_MSGAPI.mif"
Best Regards
Releated Mobile Development to My Blog
http://blog.erayince.com
It seems to be fine, are you sure about that your .sisx file has been re-generated?