getting in the phone profiles

Login to reply to this topic.
Fri, 2005-08-26 06:29
Joined: 2005-06-02
Forum posts: 5
hi all,
how about getting in the phone profiles programatically?
pls if any one has some idea pls share
thanx  in advance

Fri, 2005-08-26 08:00
Joined: 2004-05-26
Forum posts: 31
Re: getting in the phone profiles
You can do it with this class : CSettingInfo

#include <settinginfo.h> // platformenv.lib
CSettingInfo* NewL(MSettingInfoObserver* aObserver);
TInt Get(SettingInfo::TSettingID aID, Des& aValue);

Ben

"I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone.", Bjarne Stroustrup.

Fri, 2005-08-26 09:20
Joined: 2005-06-02
Forum posts: 5
Re: getting in the phone profiles
thanx joguet,
for ur quick response ,well i m working on series 80 and intrestingly could not find
any such class description,however in series 60 its avaible ,m badly stuck up ,
if any more assistance.......?
  • Login to reply to this topic.