I find the problem, that if you use the Qt Creator to deploy the deb and run ,then some function 's behave is strange.
You can use the xterm to run it in the N900 , it works ,but SDK has some fault...
Type: Posts; User: zuo3diao; Keyword(s):
I find the problem, that if you use the Qt Creator to deploy the deb and run ,then some function 's behave is strange.
You can use the xterm to run it in the N900 , it works ,but SDK has some fault...
Ha , I can use this apn to surf the internet , so ,I think it must be the sdk 's flaw.
I use your code snippet into my app , got the same result , console print below:
I use the follow code to get the APN config
the N900 console print
The first line mean? I use the China unicom 's SIM card, according to n900 system network config ,it should be IAP...
It looks like happen to my status follow your url link.
Thank you for your patience, and where it is submit to ? Obviously It is not qt 's bug, it is SDK 's.
I think I code app and config the IDE and SDK all right ,but some function of messaging api was not worked at my N900 yet.
Do you have some other reasons ,env or config problem that cause the...
Windows 7 ,It should be supported very well. I cannot find any problem.
I use Nokia QT SDK 1.0 Release, that suit include Qt Creator. I create the simple project , modify main.cpp with your content, set N900 and IDE connect and run.
I can run app in IDE directly ,and ...
I add your code in my app here.
and the console print
what 's mean ? As...
hi , I execute the command of your support. The snap screen image is below .
http://picasaweb.google.fi/lh/photo/RtrP66wW9O3ZzlAiX6hKzQ?feat=directlink
These infomation are right?
New problem is QMessageManager::message(id) conn't get the message object. code is copy below:
The console print like that:
Did not get the message property! Help!
apt-cache show libqtm-messaging
./libqtm-messaging_1.0.0-maemo1+0m5_armel.deb
version is correct?
hi ,how to check the qt mobility 's version ? and how to update it ?
It don't work in my N900 to use your code snippet too.
I found another problem. code:
prompt print
I cannot get the message ,only get the id? help me!
I comfirm that not work in 19-1 image (PR1.2), but change it to work fine. I restart the devices before test.
Yeah, I tested in N900 at PR1.2.
qt simulator I use it only for designer.. it is not suiltable for the maemo5 dev. The menu for maemo5 cann't be show in the simulator.
I got the problem, that wiki page may test the not test
So...
It looks like TpSession have some bugs. TpSession can print some infomation but qt mobilty not emit out.
ModestEngine::ModestEngine Starting to initialize
ModestEngine::ModestEngine Connecting...
My devices is N900 PR1.2 and i follow the http://wiki.forum.nokia.com/index.php/CS001617_-_Receiving_an_SMS_in_Qt direct to do ,but it is not realize like it discribe.
I use windows 7 and Nokia...
hi 我用你的方法做到了背景透明的效果,但是又有了新问题,在这个edit控件的边缘是不能透明掉的,应该是border,我设置的border为Enone ,但是结果仍然有细的白色边框。这个怎么解决呢?请教。。
我打日志了下 发现 是这句退出了
iSocket.Ioctl( KIoctlReadMessageSucceeded,iStatus, NULL, KSolSmsProv);
我改成了NULL 就ok了 参照万恶的SDK
恩 我这段代码是接收短信的代码,我只是想扔掉所有短信而已。用panic 发现错误码 8 是esock——client的。
和这个现象一样。。
http://discussion.forum.nokia.com/forum/showthread.php?p=555848#post555848
兄弟你最后怎么解决的这个 退出码8的问题的啊,,,我也遇到了。。
请问各位大侠:我的runl 程序 (下面这段)为什么总是直接退出了?
read end 都没打出来,哪位大大给看看啊!!
if(iRead)
{
iFs.Connect();
CSmsBuffer *buffer=CSmsBuffer::NewL();
RSmsSocketReadStream readStream(iSocket);...
Hi!
I want to use javax.microedition.amms.control.camera,
this interface. If it is supported ,I must use auto-focus,zooming and so. I search an infomation at URL :...