Hi DearAll,
DEPLOYMENT.installer_header in Qt project file has solved my problem as shown in http://doc.qt.nokia.com/smart-installer/smartinstaller-managing-dependencies.html
Thank you very...
Type: Posts; User: srf.hidayat; Keyword(s):
Hi DearAll,
DEPLOYMENT.installer_header in Qt project file has solved my problem as shown in http://doc.qt.nokia.com/smart-installer/smartinstaller-managing-dependencies.html
Thank you very...
Hi DearAll,
How to use smartinstaller ? Can I use smartinstaller for opensigned proccess in symbiansigned.com.
I tried to change uid in *_installer.pkg file generated by carbide c++ to my uid. ...
Hi Symbian_Neil,
Thanks, That's what I need.
DearAll,
I want to ask how to add copy file functionality in *.pkg file, I mean I want the *.sis file doing copy a certain file when application installation process. To do that I add the...
Hi divanov, I've just using QXmlStreamReader, any clue what should I use to handle xml file that have same element name?
Thanks
DearAll,
I want to ask about how to read xml file that has same element name, the xml file form like this:
<musics>
<playlist>
<id>316</id>
Hi kis_spn, I have debug the code line by line, and code error in line :
iBufEncryptor->ProcessFinalL(plainTextPtr,encryptDataPtr); (encrypt method)
and...
DearAll,
Currently, I am developing a Qt S60 application that consume Symbian Chryptography API so I have to wrap it for Qt S60.
I have implemented encryption successfully (except AES CBC...
Hi danhicksbyron,
Thanks for your reply, that's solve my problem.
Thanks All.
DearAll,
I still encounter the same runtime error "Memory Full close some application and try again", before I continue to implement CDRMLicenseChecker class wrapper for Qt S60.
I created simple...
DearAll,
I'm newbie in symbian s60, I have to wrap CDRMLicenseChecker class for Qt S60, first i try to implement CDRMLicenseChecker in symbian S60 but I have got runtime error "Memory Full close...
DearAll,
Is it possible to execute java application ( *.jar ) and controll it using QProcess in Qt S60 like in Qt for desktop application.
Thanks before.
DearAll,
I want to ask about how to play mp3 file using native media player or native music player programmatically using Qt. I want to use native music player (existing music player on nokia...
DearAll,
I am going to developing music player for DRM-protected audio file for nokia devices using Qt for symbian but I encountered problem that there is no any DRM API in Qt s60 as long as I...
Hi Divanov,
I'm talking about QProcess::finished, by the way my problem was solved by perform any changing in my subclass of QThread and my MoBEE class.
Hi All,
anybody can tell me what is wrong with my code below, i execute jar file on my thread using qprocess for each accepted incoming connection from client, jar file can execute successfully...
Hi All,
Is there any way to get cell id number more than just 1 cell id, maybe 1 home cell id and 6 cell id around home cell id. I need at least 3 cell id to calculate current subscriber position...
Hi lsvensson,
Thank's a lot for your reply to my thread, my problem was solved well done. When i was on device debugging i can see that my application failed to find default Internet Access Point...
Hi lsvensson,
Thank's for your suggestion. By the way my ftp application getting success on Qt for desktop-based application not on S60 5th sdk emulator. As your suggestion, i have included...
Hi lsvensson,
Thank's for your suggestion. By the way my ftp application getting success on Qt for desktop-based application not on S60 5th sdk emulator. As your suggestion, i have included...
I've written my code to upload image using qt for symbian devices, my application was getting success to upload image or xml file on the desktop to the server. But when it testing on nokia 5800, my...