|
|
User login
Feeds |
How to change a ringtone programatically
|
|||||
| Fri, 2003-08-01 14:32 | |
|
|
|
Forum posts: 31
If anyone knows how to control the ringing tone volume, I'll be interested to know how to.
Forum posts: 363
Best Regards,
Pawel
Forum posts: 31
Forum posts: 2025
To use the lib, I assume:
- I have to reconstruct a header file based on the info I can found in it (class, function name and parameters)
- use h and lib like "standard" files
- try and guess how I can use the API
am I right ?
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 31
Forum posts: 29
Forum posts: 2025
sorry for this.
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 67
Eric you can @least give us some pointers as to how to do it
Regards,
Ashish Bhatia
Forum posts: 2025
As the dev is for a customer which intend to launch an innovative product based on this development, I cannot comment on this so that they keep a competitive advantage and buy more development from me. Maybe I will make some things public one day but not before 2004.
Sorry for this but I also have to earn money !
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
1. Get your program to write an SMS which tells the phone to use xyz ringtone. Put this SMS into the inbox and let the phone do the rest
2. The ringtone of the currently active profile will most likely be held in a database somewhere - find this database and just change it
Forum posts: 2025
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 29
Again - I'm assuming I want to open it via the DBMS rather than the file server so that other programs will correctly get modification notifications?
hum ... so close but so far ;(
in CProfileAPI REngg is very difficult, and i m also getting the same -5 error code as return value. Any help is well appreciated, i need some consultancy on this issue any one who can help me out can mail me at the following address, pricing is negotiable.
my email id: dveez <at> yahoo <dot> com
cheers,
Pradeep Sharma
Forum posts: 29
Also - need to remember that the wins target (emulator) doesn't appear to have all the profile stuff on it - so we might not be able to open this database on the emulator - but only on a real device.
The database is definitely not encrypted (look at it in a hex editor)
hum ....
Forum posts: 29
What is a type of the communications database called? This is encapsulated using the CCommsDatabase class - maybe something like this could help?