
情景模式/铃声
文章平均质量分 69
程序员丹尼尔
Coding is not life
展开
-
symbian s60 3rd 铃声设置问题
zhuwanglove (月光) 等 级: 结帖率:86.96% 楼主发表于:2009-08-06 17:13:11symbian s60 3rd 请问一下,我在调试器上能设置铃声,但他真机上设置不了? 代码如下: //设置当前情景模式与铃声 const TUid KUidSound = { 0x101f8798 };转载 2010-03-15 17:10:00 · 533 阅读 · 0 评论 -
如何打开电话本选定联系人-设定其来电铃声
参考以下两篇博文:================================ 如何从电话本添加联系人http://blog.youkuaiyun.com/dymx101/archive/2010/03/17/5388302.aspx 设置联系人铃声http://blog.youkuaiyun.com/dymx101/archive/2010/03/15/5382709.aspx原创 2010-03-19 12:22:00 · 1009 阅读 · 0 评论 -
代码共享:监控系统来电事件。可以来电时播放自己的铃声
监控系统, 铃声, 来电, 代码, 播放#include #include #include #include #include #include #include "ImyAppUi.h"CmyTelephoneWatcher* CmyTelephoneWatcher::NewL(CMyRingToneAppUi* aAppUi) { C转载 2010-03-19 09:43:00 · 1092 阅读 · 0 评论 -
使用CRepository设置来电铃声及情景模式
发布:2009-12-29 21:40 | 作者:dodge_dsz | 来源:本站 | 查看:197次 | 字号: 小 中 大symbian 来电铃声及情景模式设置(2009-12-09 10:37:55)标签:杂谈 下面是自己编写symbian情景模式设置的一点心得,以代码提供.可运行在3rd上.#include "RingManager.h"CRingManager::CRingManage转载 2010-03-19 09:40:00 · 1897 阅读 · 0 评论 -
转贴——S60不用插件获取情景模式与铃音文件的方法
[精华区] 情景, 模式, 插件, 文件, 获取本文出自qxiaoyuan哥。一直以来为了读取/设置到用户的情景模式, 短信提示音, 都是很郁闷的使用nokia提供的mr的plugin api和fp1自己的api, 因为不同, 所以必须发布2个版本, 提交express时浪费了无数的money和精力(维护, 验证, 测试).后来, 读到子腾大侠的无敌吸星大法, 才知道还有种方法敲开symbia转载 2010-03-16 15:08:00 · 848 阅读 · 0 评论 -
如何在3版FP1上使用情景模式引擎类改变铃声?
How to set the ringing tone 3rd edition, FP1 using the Profile Engine Wrapper API?Header Requierd: #include #include #include #include Library Needed: LIBRARY ProfileEngine.libCapability Required: Ca翻译 2010-03-15 19:07:00 · 1202 阅读 · 0 评论 -
情景模式UID API
Profile UID APINote! This API is not part of the public SDK. It can be found in the SDK API Plug-in. The Profiles UID API plugin provides keys using which we can query default ringing tone,message a翻译 2010-03-15 19:01:00 · 839 阅读 · 0 评论 -
设置联系人铃声
Setting contacts ringtone设置联系人铃声Reviewer Approved Following function shows how to add a ringtone for a specific contact stored in contacts database. aRingtone is the full name (with drive, path,翻译 2010-03-15 18:18:00 · 1327 阅读 · 0 评论 -
情景模式引擎 API
Profiles Engine APIReviewer Approved Note! This API is not part of the public SDK. It can be found in the SDK API Plug-in. 非标准APIProfileEngine APIs are mainly used to get the list of availabl翻译 2010-03-16 14:40:00 · 1401 阅读 · 1 评论 -
情景模式引擎API
Profiles Engine APIReviewer Approved Note! This API is not part of the public SDK. It can be found in the SDK API Plug-in. ProfileEngine APIs are mainly used to get the list of available profil翻译 2010-03-15 19:03:00 · 637 阅读 · 0 评论 -
如何使用CRepository得到活动情景模式的偏好
How to get preferences of active profile using CRepositoryReviewer Approved Note! This API is not part of the public SDK. It can be found in the SDK API Plug-in. The following code snippet expla翻译 2010-03-15 18:53:00 · 705 阅读 · 0 评论 -
情景模式及连接状态
2010-01-08 10:37How to know Flight mode statusFrom Forum Nokia WikiThis is done using GetFlightMode() function from CTelephony class.• Asynchronous call; so to cancel it use CTelephony::EGetFlightMo翻译 2010-03-23 14:00:00 · 1360 阅读 · 0 评论