unable to send message using RSendAs
| Tue, 2008-04-01 14:50 | |
|
I'm workin on an application (3rd edition) which sends the cell id along with some other information through an SMS. My code for retreiving the cell id is more or less based on the snippet posted on the nokia forum wiki : http://wiki.forum.nokia.com/index.php/Find_Out_Cell_ID_in_3rd_Edition the above code catches the cell id through an active object. Now to send the cell id via an sms, i'v written the SMS sending logic in the runL method : void CNetworkInfo::RunL()On execution I get a promp which says "unable to send message". On checking the outbox folder, i get the exact message i wanted to send as a failed message which i am able to successfully resend, but why not through my application?? I have added all capabilities. plz help |
|






Forum posts: 20
id.Num(TInt(iNwInfo.iCellId));
Forum posts: 20
p.s: @newLC administrators
on including the above line in my original first post, i got a strange error:
Method Not Implemented
POST to /node/add/forum/233 not supported.
i removed it and then could post... some magic line of code i guess.