|
|
User login
Feeds |
Using RMobilePhone Class
|
|||||
| Thu, 2004-11-25 06:14 | |
Forum posts: 8
Use iName of this structure to pass it to your RMobilePhone.Open's second parameter.
Hope this helps.
Forum posts: 308
Came to know that i cannot use this class as Etelmm.h is a cut down version in Series 60 SDK and not the full version which i have to download from the net.(Its use it depricated)
Thanks
Amit
Forum posts: 8
What is it you are trying if i may ask?
Forum posts: 308
There is no API whihc provides battery strength in % and is public .(Please tell me if u know one)
See Actually this API's access is "partner only" What people are doing is taking the header from net and then using it as the DLL will be present in the phone.
But what worries me is if they change it in future OS,then it can be an issue .
I dont know the Status of Symbian 8.0 and 8.1 But if it is there in Symbian 8.0 then it is going to stay for a good time in the market.
Thanks
Amit
Forum posts: 9
Forum posts: 308
2. Also for the features it supports , it behaves differently on different phones.
3. No propoer documentation available as u have to check Sacls.h file and also some constants and TUID's are missing from it like TUID for Battery in % and also for Network Bars.
Thanks
Amit
Forum posts: 8
Not sure if you have the SDK Help and License to access these information. There must be some APIs which gets these values out; have a look at the snip below.
--- snip--
Enum TMobilePhoneSignalCaps
enum TMobilePhoneSignalCaps
Description
The mobile phone signal strength capabilities.
Notes:
Modes: Common
KCapsGetSignalStrength Phone supports requests to get the current signal strength.
KCapsNotifySignalStrengthChange Phone supports requests for notification of change in signal strength.
--snip--
Forum posts: 308
This is what i know .
I Series 80 and Series 60 SDK , ETELMM.h is a cut down version and most of the things are missing.
In UIQ , the EtelMM.h which i downloaded from net is the full version and it has TMobilePhoneSignalCaps.
So that clearly means that Symbian(or Nokia for Series 60 and 80) does not want us to these features.
Also if u have implemented it using the full version of the EtelMM.h , can u provide me with the code please..
PS : Are you on Yahoo ?
Thanks
Amit
Forum posts: 8
Its up to the UI Framework if it wants to use it or not.
Series 60,80,UIQ, or any of the UI Framework may use it or may not.
I Presume you are just downloading the SDKs for all these UI Framework's hence the confusion.
If you want to write an application on text shell (no UI Framework) and if your TSY supports underneath then you are all set to use this API.
I'm afraid if i can pass on some code as you may have rightly guessed its licensing issues.
Forum posts: 308
The Dll in the phone will be having the interfaces.But the API's have Partner only Access.
SO what people do is they download the header from the Net and use it.This is how they make it work on different UI platforms.
But have u written code for Network Strength using RMobilePhone ?
Thanks
Amit
Forum posts: 6
i want to use clase TMobilePhoneCBInfoEntryV1 (of RMobilePhone Class ) can any body help
i want to check the status & i want to bar calls (incomming or out going). can any body give some sample code how to use that class
Forum posts: 124
As for battery strength, UIQ doesnt use the battery strength indicator (it should always return zero), they use iBarsCount instead !