2011-10-23 108 views
0

我試圖得到一個簡單的應用程序工作在Symbian(諾基亞N97) 我安裝了qt 4.7.4和qtcreator 2.3.1在我的電腦上 我安裝了qt 4.7.4和CODA 4.0.23上N97qt不是由qtcreator檢測

當我運行從qtcreator的應用程序,我得到的錯誤:

Executable file: 9124 2011-10-23T16:37:36 C:\QtSDK\Symbian\SDKs\Symbian1Qt473\\epoc32\release\gcce\udeb\untitled.exe 
Connecting to 'COM4'... 
Connected. 
Launching: untitled.exe 
Launch failed: Command answer [command error], 1 values(s) to request: 'C|38|Processes|start|""|"untitled.exe"|[""]|[]|true' 
#0 {"Code":-1,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)"} 
Error: 'Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)' Code: -1 
Finished. 

當我檢查在qtcreator設備信息:項目>的Symbian devide>運行>設備(信息)

Qt version: Not installed on device 
ROM version:v 30.0.004 16-06-11 RM-555 (c) Nokia 
CODA version: 4.0.23 
Qt Mobility version: 1.2.0 
Qt Quick components version: Not installed 
QML Viewer version: Not installed 
Screen size:640x360 

Qt的版本沒有安裝 我的確在我的Qt SDK文件夾安裝qt.sis:

"C:\QtSDK\Symbian\sis\Symbian^3\Qt\4.7.4\qt.sisx" 

我在做什麼錯?

-------------- EDIT -------------- 我試圖爲Symbian安裝QT^1:

"C:\QtSDK\Symbian\sis\Symbian^1\Qt\4.7.3\qt.sis" 
"C:\QtSDK\Symbian\sis\Symbian^1\Qt\4.7.3\qmlviewer.sis" 
"C:\QtSDK\Symbian\sis\Symbian^1\Qt\4.7.3\qtwebkit.sis" 
"C:\QtSDK\Symbian\sis\Symbian^1\QtMobility\1.1.3\qtmobility.sis" 

最後2給出了錯誤:

update failed (no device) 

something went wrong 
An error occurred on installation of the file- Foutcode: 2153775107- (in ovi suite) 

我可能需要使用CODA,原因TRK沒有Qt Creator中支持2.3 所以我安裝:

"C:\QtSDK\Symbian\sis\Symbian^3\CODA\public_coda_installer_1-0-5_build2_signed.sis" 

然後我嘗試從Qt Creator中運行應用程序: 錯誤:

Launch failed: Command answer [command error], 1 values(s) to request: 'C|8|Processes|start|""|"test1.exe"|[""]|[]|true' 
#0 {"Code":-1,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)"} 
Error: 'Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not found)' Code: -1 

Qt Creator中:設備信息:

Qt version: **Not installed on device** 
ROM version:v 30.0.004 16-06-11 RM-555 (c) Nokia 
CODA version: 4.0.23 
Qt Mobility version: 1.2.0 
Qt Quick components version: Not installed 
QML Viewer version: 1.0.0 
Screen size:640x360 

回答

0

的N97是一個Symbian^1(第5版)設備,而不是一個Symbian^3設備,但是您提到您嘗試安裝qt.sisx的Symbian^3版本。

在您的PC上尋找Symbian^1版本的qt.sisx文件,然後嘗試在N97上安裝它。

您應該能夠在Qt SDK開始菜單文件夾(名爲「在設備上爲Symbian^1安裝Qt 4.7.3」)中找到該sisx文件。如果不存在,則可能需要運行SDK維護工具來更新SDK。

+0

thx幫助:添加結果到第一篇文章。仍然無法正常工作 – Berty

+0

我是否必須使用CODA或AppTRK來傳輸文件?,導致AppTRK不再受QT創建者2.3支持。 – Berty

+0

我再次在symbian^3手機上用尾聲和一切工作,thx的幫助 – Berty