语言

Menu
Sites
Language
Failing to launch on ref device

When trying to launch a sample app on a ref device, I see the following : 

 

[Installing the package...]

$ pkgcmd -l  | grep e427lpTZFc
debug level init 1(1) 
$ pkgcmd -q -i -t tpk -p /opt/apps/PKGS/e427lpTZFc-1.0.0-arm.tpk; echo cmd_ret:$?;
package path is /opt/apps/PKGS/e427lpTZFc-1.0.0-arm.tpk
debug level init 1(1) 
__return_cb req_id[1] pkg_type[tpk] pkg_name[] key[start] val[install]
__return_cb req_id[1] pkg_type[tpk] pkg_name[0000000000] key[end] val[fail]
processing request 1 failed
cmd_ret:1

This is on osx

Any ideas ? I have a feeling I am doing something obviously wrong, but I can not figure out what

thanks,

Peter

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

7 回复
Byungkwon Kim
It happens me, too.
muditha murthy
Possible cause could be: 1. If your UI based application is not treated as a main application (E.g., ), installation process is treating it as an invalid package, stops the installation. This kind of error occurs generally if you import an existing project to your workspace. So have a look into the manifest.xml file if you encounter such error. 2.If Different application with same AppId are being installed (usually noticed when bada apps are migrated to Tizen), such error will encountered. So create new appId for application.
Byungkwon Kim
Mine is a Native Tizen project and AppId is not exists in device. And there is no installation problem on emularor.
muditha murthy
I am saying for native apps only, and even for me i have faced this error while installing an app to device. The AppId exists in the manifest file and as i said earlier If your UI based application is not treated as a main application(Eg: ), in manifest file) then the above error occours. This is what i have faced.
muditha murthy
I am saying for native apps only, and even for me i have faced this error while installing an app to device. The AppId exists in the manifest file and as i said earlier If your UI based application is not treated as a main application(Eg: UiApp Main="False" MenuIconVisible="True" Name="NativeFormBasedApp, in manifest file) then the above error occours. This is what i have faced.
Tao Wan
when i use Tizen IDE to compile and install app to device, I meet the same problem: [Installing the package...] $ pkgcmd -l | grep qDiCRKUeuO debug level init 1(1) $ pkgcmd -q -i -t tpk -p /opt/apps/PKGS/qDiCRKUeuO-1.0.0-arm.tpk; echo cmd_ret:$?; package path is /opt/apps/PKGS/qDiCRKUeuO-1.0.0-arm.tpk debug level init 1(1) __return_cb req_id[1] pkg_type[tpk] pkg_name[] key[start] val[install] __return_cb req_id[1] pkg_type[tpk] pkg_name[0000000000] key[end] val[fail] processing request 1 failed cmd_ret:1 (0.997 sec)
Tao Wan
after following this link https://source.tizen.org/documentation/flash-image-device, the problem is solved!