help plz ;(
Type: Posts; User: yahoo2010; Keyword(s):
help plz ;(
same E32 user- Cbase 46 panic
this panic occurs when message is being decrypted.
iBufDecryptor->ProcessFinalL(buff,msgp);
when i remove descryption part ,application works fine
i think the reason is that decryption of SMS is taking longer than the time allowed for active objects and thats why stray panic generates and application exits. could u please tell if i am right and...
i have tried enough but no help. actually final description line is causing the error
iBufDecryptor->ProcessFinalL(buff,msgp);
the line above is causing the error. If i encrypt a particular...
i got it actually panic is being created by "system error" because when thisa active call doesnot repsond for long time panic is generated. But i dnt know why these lines are resulting in system...
ok i ll do that. if i donot understand i ll come over again. between these lines are also causing "System erorr"
these are line causing this panic. i Cannot figure out why these are creating a stray signal
bold lines of code causing e32user cbase 46 panic. help needed
void CSMSEnginee::RunL()
{
if(iRead)
{
yea i got it right. Thanks a lot for your help.
i hope you didnt mind, if i am not getting something right,
forgive me please, if there is something like this.
i get to this page also, but there isnt a full code mentioned there. it has added #include "rijndael-alg-symbianos.h" file, which i am unable to find. so i was the opinion that i could get the full...
sorry to bother you but, according to search this link comes http://wiki.forum.nokia.com/index.php/AES_Encryption-Rijndael_Block_Cipher_to_Symbian_OS
if i go to download link from this link then...
it redirects to this link http://symbian.newlc.com/files/rijndael-api-symbianos-2005-05-17.zip and this result in page not found
hi,
i am trying to impelement AES encryption and decryption on symbian mobile phone. I was looking for example code. but all the links to download code is expire. Could anyone please help, in...
Actualy i was trying to create anti mosquito sound. there are many applications out there, which are using the same methodology for anti mosquito(playing sound greater than 20khz) but that...
hi,
i am using the wiki code http://wiki.forum.nokia.com/index.php/How_to_play_sounds on the link to play a sound of frequency 25KHz but when i play that speakers generates the sound but according...
all the source and header file names?
and changing the last alphabet of UID will be enough?/
how to install the same application twice in the phone. eg lets say application_version1 and application_version2. because if the same application is installed phone updates existing. i want to...
CBase 46 panic....its resulting Cbase 46 panic
Symbian yuuca
i am the facing the same problem again, could u plz tell me ur email id; i ll mail you the project.
i want that extra favor, u commited
hi symbianyucaaa, i thnk that i was able to solve that memory leak problem. thanks to you. but there is still one problem that after i exit application it says "kern exec 3 error". this panic only...
i am using nokia n97 sdk for building sis files.
so these file will run on all s60v5 phones???
i ll spend one more night on it.. if i couldnt suceed, would that extra favour be possible plzzzzzz
i am scratching my head for weeks now but no success. Actually there is some memory leak somewhere. i dont have any issue that when i exit a application it gives a kern-exec3 error.
but the...
i tried declaring them
CClientMtmRegistry* iMtmRegistry ;
CSmsClientMtm* iSmsMtm;
in the function and removed theie entry from destrctor but still no luck.