Thx for your quickly reply. I will try it
Type: Posts; User: Dynasty1215; Keyword(s):
Thx for your quickly reply. I will try it
Who can give me some suggestion. Thx
非常感谢你的回复。
我的是sa类型的。
你的意思是说,把包含qt组件的pkg文件中 qt组件几个文件后 加上 NR选项即可?
I found this:
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Harmattan_security_Security_guide_Harmattan_security_FAQ.html
Q: When trying...
I tryed install from terminal used dpkg -i my.deb, the error info:
aegis rejecting 360buy.deb package qtjdmobile already installed from com.nokia.maemo/ovi not replacing it from unknown origin
...
I test some other apps. Some have the same problem, some solved it
Give me some hlep?
I have a problem about installing
1.I install my app from Nokia app store.
2.I transfer my .deb to the devices(N9), I used filemanger find the .deb file. I cliked it, start installing.
That ...
Thx , I think you said to me is correct. But is the home/user/myapppackagename/ dir is ervryone can access?
Hi,kusumk
If i want to mkdir when installing, i have a "postinst" file, in the file are:
#!/bin/sh
set -e
if [ -d "/opt/MyApp/db" ]; then
echo "Folder exists!"
else
mkdir -p...
aegis rejecting my.deb could not open deb an archive aegis aborting dpkg -- all listed package files rejected
Hi, all
My deb package can insatall on my N9.
But can not install on some user's N9? When user installing there will a dialog tip:
Installing failed
Installing abort
Retry Cancel
请教两个问题:
我的C6手机,系统symbian^3(出厂系统,未升级)。安装包含smartinstaller应用
问题1:
安装过程中提示“安装期间发生错误,小部件已删除”,应用安装完,可以正常启动。
为什么会出现“安装期间发生错误,小部件已删除”这个提示?
问题2:
先安装我的应用,应用包含...
我也经常遇到,估计他们服务器挂了吧
nokia就是瞎搞,你新出厂的手机,直接固话qt的各个组件不就行了
非得再让应用下载。
Hi, I used the QAbstractVideoSurface to solved it. I had some problmes below
1.
If i used
surface = new myVideoSurface();
camera->setViewfinder(surface);
QVideoRendererControl control =...
@jetrix74
You says may be right. But that is complex. I tried it , not sucessed.
@symbianyucca
You says the logic means application call the captureImage() function auto(likes used a timer), then...
Thx, @symbianyucca
I saw the example. But ,I think it is not useful for me.
I want get the image "auto"(not call the captureImage() function) from the camera.
I don't find any info about this....
Hi, all
I want to get image from camera when the camera opening that i don't call the captureImage function(likes meescan application). I used qml camera. Is there any method?
Or, if qml can not...
I founded this:http://www.developer.nokia.com/Community/Wiki/Nokia_Smart_Installer_for_Symbian
Note:Qt Quick Components 1.0 package is not anymore available in Smart Installer. Smart Installer...
In my .pro file
my_deployment.pkg_prerules += \
"(0x200346DE), 1, 0, 0, {\"Qt Quick components\"}"
DEPLOYMENT += my_deployment
CONFIG += qt-components
The creator generate the pkg...
Hi, wujieokia
I have the same problem.
Did you solved it?
I think is the usb driver issue.
May be you should install it manually.
I have a “Madda_usbdriver” installation package, but i can't upload it width attachments, because the package's size is...
Sorry, so long time i have'd to here.
I am solved it , "rm -rf /opt/DBOPTTest" is ok. Before i had error,"Permission denied", the reason is the "permissions " not enough.
I added <request...
Thx conxt
That is useful for me
I tried it, and success. 3q again, :-)
I set the LD_LIBRARY_PATH:
Click the project target harmattant run tab, add environment variable “LD_LIBRARY_PATH”, and set it's value
But that still the same error
How do i do?
kusumk, Thx
But, I think it not helpful to me.
I was add a dynamic .so into my application
I right click the project select add lib ... step by step.
Then the application compiled and linked is...