|
|
User login
Feeds |
Application crashes on Loading TSY
|
|||||
| Sat, 2004-12-04 09:03 | |
Forum posts: 28
One important point...you have to do StartC32() before loading TSY.
Are you doing that?
Sequence:
1.TInt nStart = StartC32 ();
2.RCommServ::LoadCommModule(ECUART)
3.Now Connect to RTelServer and Load TSY.
This should work
Suggestions:
Keep RTelServer instance, as a member variable of ur class
Is RTelServer.Connect() a success?
Is phonetsy.tsy compiled and build to your image?Check rom.oby
Before you leave, whats the return value of LoadPhoneModule?
Hope it helps.
Regards,
Dhans
Forum posts: 308
But i m oly using Phonetsy.tsy which comes in the phone .
My requirement is to Get the Battery Status in % from RMobileClass.For this i need cooomunication with RTelServer.
Also the second requirement is to keep an observer on Incoming Calls and read the missed calls.
If u know the workaround , plzzzz
Thanks
Amit
Forum posts: 28
StartC32() needs to be called before loading anyways.
Do try the sequence.It might just work.
I have loaded phonetsy.tsy in the same sequence.
Works for me.
Regards,
Dhans
Forum posts: 41
What I saw in SDK help is that StartC32() is in serial communications. But here serial communciations is not required. Even ECUART is used in serial commmunications.
I am also facing the same problem.
LoadPhoneModule says ItemNotFound.
Please help how to correct that. This is urgent.
Forum posts: 2029
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant