[TIMOB-15955] Tizen app failed to launch on emulator
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2014-01-29T18:14:57.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | Backlog |
Components | Tizen |
Labels | n/a |
Reporter | Praveen Innamuri |
Assignee | Ingo Muschenetz |
Created | 2013-12-11T02:51:40.000+0000 |
Updated | 2017-03-09T18:08:10.000+0000 |
Description
Steps to reproduce :
Install/configure tizen-sdk
Create certificates using certificate generator and configure them in preferences.
Open Emulator through emulator manager.
Launch app on Tizen emulator and it ends up with failure :
[INFO] : Signing application in "C:\Users\Praveen Innamuri\Documents\Appcelerator_Studio_Workspace\MasterDetail/build/tizen"
[INFO] : Signer commandline: "java -Dcli.home=C:\tizen-sdk/tools/ide -Dcli.name=C:\tizen-sdk/tools/ide/bin/web-signing -Dlog4j.configuration=log4j-info.xml -jar "C:\Users\Praveen Innamuri\AppData\Roaming\Titanium\mobilesdk\win32\3.2.0.v20131209163246\tizen\utils\signApp.jar" -s C:\tizen-sdk -t C:\Users\Praveen Innamuri\Documents\Appcelerator_Studio_Workspace\MasterDetail/build/tizen -a C:\tizen-sdk-data\keystore\author\tizenkey.p12 -p praveen123"
[INFO] : Packaging application into wgt
[INFO] : Executing: C:\tizen-sdk\tools\ide\bin\web-uninstall.bat -t 10 -i qsORNCo1lq --device=emulator-26100
[INFO] : Uninstall failed, 'qsORNCo1lq' widget is not installed.
[INFO] : Executing: C:\tizen-sdk\tools\ide\bin\web-install.bat -t 10 --widget="C:\Users\Praveen Innamuri\Documents\Appcelerator_Studio_Workspace\MasterDetail\build\tizen\tizenapp.wgt" --device=emulator-26100
[INFO] : 'tizenapp.wgt' file transfer successful.
'qsORNCo1lq.MasterDetail' install failed.
Refer to Help contents > Getting Started with Tizen > Overview > Privilege.
[INFO] : Executing: C:\tizen-sdk\tools\ide\bin\web-run.bat -t 10 -i qsORNCo1lq.MasterDetail --device=emulator-26100
[INFO] : 'qsORNCo1lq.MasterDetail' launch failed.
[INFO] : Project built successfully in 23s 253ms
Comments
JSON Source
I tried running into sdb shell, and executed installer commands to debug the installation failure. The installer command then produce additional debug statements indicating the installation failure was due to privilege violation. To narrow down the issue, I extracted the Tizen packaged app contents, modified the config.xml file to remove all of the listed privileges and then I was able to install the app successfully onto the emulator.
We will be deferring work on Tizen for the moment.
Closing ticket as the issue will not fix.