Thanks for answers, but using external services could cost much, because almost every nokia phone send timechange to timer every 30 minutes. And maybe couldn't connect to network at that point. But...
Type: Posts; User: Utoto; Keyword(s):
Thanks for answers, but using external services could cost much, because almost every nokia phone send timechange to timer every 30 minutes. And maybe couldn't connect to network at that point. But...
Hi,
After I restarted computer, build works.
I added these pathes
C:\Program Files (x86)\CSL Arm Toolchain\bin;
C:\Program Files (x86)\PC Connectivity Solution\;
C:\Program Files (x86)\Common...
Thanks wizard_hu_ I tried what you said but it still doesn't build.
At first it doesn't give any error but I noticed that It doesn't change anything whatever I do. then I clean the project and...
Hi,
I recently install an application to my computer, but that application delete my PATH Environment. I added some like JRE, JDK and some windows pathes, but I couldn't find what pathes added by...
Hi, my application works on 5800 but it doesn't work on phones doesn't have touch screen. And doesn't give any error code for understanding problem.
I use trace for where did it crashes,...
Hi,
I made an application, actually I edit an application of an old programmer works on my company. It doesn't work on touch screen phones before I changed. When I did some changes, I didn't do...
Thanks yucca, it solves my problems.
panic code kern-exec 3 and
TFindFile AufFolder(CCoeEnv::Static()->FsSession());
if(KErrNone == AufFolder.FindByDir(KtxBTSettingsFile, KNullDesC))
FindByDir line causes crush. I don't...
I try to change path to "\\data\\2006992D\\Settings.ini" but it crush too. It panics, KERN-EXEC 3
Thanks, it's look like I have to change a lot of thing in my code.
emulator crush at findbydir function.
Hi,
I have another problem with this application. I append a Console application to this gui applicaiton. But it crush when It try to reach ini files. I can't debug for where error occurs but I...
I solve that issue with copy empty ini files to C drive with editing pkg file like this
"empty.ini" -"!:\private\2006992D\Settings.ini"
and edit file paths like this;
Thanks symbianyucca, now it's not give KErrBadName error but it gives KErrNotFound error. Is it because it doesn't create the file? if so how can I create ini file?
FindByDir returns.
Still returns -28 error code. is it possible this error occurs because I use emulator?
Hi,
I'm trying to implement this wiki article,
http://www.developer.nokia.com/Community/Wiki/Saving_settings_with_Dictionary_store
but when I try to open ini file for saving it gives error...
Thanks, I found why error occurs. I made a mistake when I set timer, after request I didn't call SetActive() method.
I tried it, but when I do it, application crush with error e32user-CBase 46
For now, I find a solution but it's not a good solution I think,
I use that code for getting sms;
it throws error at InternalizeL I use trapd for catch error and if error occurs It means...
Hi,
I made a console application, I use it to run background and lunch my gui app. I need to open my application at specific time, I use RTimer::At() for it, and on SMS received at specific port,...
you didn't understand my problem. My application is signed, It allow me to select always allow but, when I select always allow for auto start application (for example push registry, not on boot), It...
I have signed my application, I use java verified R&D signing for testing. Result is this. If I don't sign my app, It doesn't show me always allow option.
Hi,
I wrote an application that uses push registry and network communication. It works like starts by push registry and send data to server. But when I let my phone start by push registry always, It...
Thanks I did that too, but I haven't got any reply yet then I thouht maybe someone knows about that problem here.