web runtime app coding:
.......
function download() {
var url = "http://www.xxx.com/xxx.wgz";
var urlEncoded = encodeURI(url);
widget.openURL(urlEncoded);
window.close();
}
.......
Type: Posts; User: davidoffice; Keyword(s):
web runtime app coding:
.......
function download() {
var url = "http://www.xxx.com/xxx.wgz";
var urlEncoded = encodeURI(url);
widget.openURL(urlEncoded);
window.close();
}
.......
thank
but the app is a type of .wgz, rename e:\download\a.zip to e:\download\a.wgz in the app of .wgz.
help
thank
thank
but the app is a type of .wgz.
help
thank
How to rename file in web runtime?
thank!
Hi,
I want to download .wgz file using widget.openURL(). Call the Browser with url(.wgz) in wgz application,and to go Browser ,but there is no such file in e:\download folder of 5800mobile.
But...
Thank you!
-David
To get local phone numbers in the JIL API:
Widget.Device.AccountInfo.phoneMSISDN
How to get local phone numbers in wrt?
thank you!
来电时,运行到这行代码时TInt popupOk = popupList->ExecuteLD();,程序运行提示“程序已关闭 KERN-EXE-3”。
Fp1平台上,DRAPD都没有获得返回值就弹出错误了;Mr上正常(popupOk =1或0)。
这是LD没有销毁问题,但是我这是Popuplist对话框,需要构建啊,Fp1上怎么就出错了(mr上正常)。
各位指点一下。谢谢!
程序思路:利用AO监控来电状态,来电时,启动指定程序A,在程序A中设置了程序CCoeEnv::Static()->RootWin().SetOrdinalPosition(0,ECoeWinPriorityAlwaysAtFront);,在程序A中视图container中构建了一个poplist对话框,代码如下:
poplist对话框代码:
void...
使用手机默认浏览器点击链接,下载文件(自定义的扩展名.hom),出现的现象:
mr平台(n73),正常下载,没有问题;
Fp1平台(6120c or E71),点击后,提示“无法访问”,如果链接文件扩展名改为.mp3,正常下载。
Fp1怎么才能下载自定义扩展名的文件?
谢谢!
找到了。
http://developer.symbian.org/wiki/index.php/File:Symbian_OS_Communications_Programming_2nd_Edition_Example_Code.zip
哪里可以下载到“Symbian OS Communications Programming”(Symbian OS通讯编程)这本书的随书事例代码?
原来的网址更改了https://developer.symbian.org/wiki/index.php/Symbian_OS_Communications_Programming ,不能下载到代码。
谢谢!
试了一下CAknGlobalListQuery,效果:来电弹出号码提示框,然后显示CAknGlobalListQuery,一闪而过(退到后台),回到“来电弹出号码提示框”,挂断电话后,手机几乎死机了。
CAknGlobalListQuery没有“来电号码提示框”级别高,还是不行啊!
学习中,没有来电提示框级别高
谢谢Cxt_programmer!
我将程序简化了一下,能弹出了pupuplist,具体问题在哪回去我自己再找找,但是弹出的效果与理想的有点差距。
现来电时显示情况:
1、显示来电电话号码提示框(系统的);
2、弹出自定义的pupuplist,一闪(应该是到后台了),然后切换到“电话号码提示框”;
3、接听电话后,显示刚才的“自定义的pupuplist”。
...
TRAPD(result,popupList->ExecuteLD();
然后保存result到文件。
在保存文件之前程序就退出了,没有能得到返回码。
3rd mr版:监控来电号码(活动对象),来电时弹出popuplist(顶级窗体)。
现出现情况:来电时,在显示顶级窗体popuplist时(代码详见:TInt popupOk = popupList->ExecuteLD();),程序退出。
另,单独测试“显示顶级窗体popuplist”是没有问题的。
谢谢!
监控来电号码使用活动对象:...
咱们换一下就好了,我客户使用N73测试,我的是6120c。
Mode 0 - AMR 4.75 - Encodes at 4.75kbit/s - frame 13
Mode 1 - AMR 5.15 - Encodes at 5.15kbit/s - frame 14
Mode 2 - AMR 5.9 - Encodes at 5.9kbit/s - frame 16...
1、基于S60_3rd_Ed_SDK_FP1_API_Plug-In_Pack_v2_5.zip中的APS 2.43和MMF DevSound API 插件,在fp1上开发了向upline播放声音程序,声音格式AMR 12.2,在fp1手机(6120)上播放没有问题。
2、基于S60_3rd_SDK_MR_API_Plug-In_Pack_v5_43.zip中的APS...
hi,
there is a MMFDevSoundAPI in the S60_3rd_Ed_SDK_FP1_API_Plug-In_Pack_v2_5.zip, but no MMFDevSoundAPI in S60_3rd_SDK_MR_API_Plug-In_Pack_v5_43.zip.
Where is SoundDevice.h in 3rd mr?
...
“只能本机听筒听见声音,对方听不见”这个问题困扰了2周,几乎把forum翻了一遍,只找到了
iPSettings.iSettings.iCaps = TMdaAudioDataSettings::ERoutingControl;
iPSettings.iSettings.iFlags = 0; // (CAudioOutput::ENoPreference)
...
to: Cxt_programmer
代码没有改,只是换了aps 2.3版本,又编译安装了一回,不好用。然后又换回aps2.43这回就好用了,真怪。
另外,声音编码格式有些问题,播放到upline上的声音“时段延续”,arm声音文件是按照(frame 28 - for 6.7) 进行编码的。
这个怎么能解决。
谢谢!
解决了,声音可以播到Upline上了。
谢谢!
aps 2.3 我也试了,效果一样。
哪位帮帮忙,先谢谢了。
抱歉,也是没办法啊,symbian都是资料都是英文,需要加强锻炼英文。...