Hi,
I'm trying to build and load the File Manager sample app.
I'm working on Windows 7, using Tizen IDE 2.4.0 Rev 3 (20151223-1451), with a Z3 phone.
The app builds fine in the IDE, and the console shows the following:
Launching the Tizen application... # If you want to see the detailed information, # please set the logging level to DEBUG in Preferences and check the log file in 'C:\tizen-sdk-data\ide\logs/ide-20160225_185822.log'. [Deploying the package...] RDS: On [Creating the package...] Created the package: C:\Users\Tim\tizenworkspace\FileManager\Debug\org.example.filemanager-1.0.0-arm.tpk [Transferring the package...] Transferred the package: C:\Users\Tim\tizenworkspace\FileManager\Debug\org.example.filemanager-1.0.0-arm.tpk -> /opt/usr/apps/tmp [Installing the package...] Uninstalling the package... path is /opt/usr/apps/tmp/org.example.filemanager-1.0.0-arm.tpk start process (install) end process (fail) processing result : FATAL_ERROR [61] failed spend time for pkgcmd is [1089]ms cmd_ret:61 (12.924 sec)
Checking the log file, I get the following messages:
[2016.02.25 19:00:24][ERROR] TizenLaunchDelegate2.java(220) - failed to open Choose Target Dialog [2016.02.25 19:00:27][ERROR] ConnectionExplorerLabelProvider.java(106) - Failed to get platform capability
I've been unable to find any details on what these messages mean, or why the install might be failing.
I thought the issue might be passwords, so I generated another P12 cert, and used my Samsung username/password for it, and the other passwords for the certificates. I'm not sure if I needed to request another certificate due to changing the P12 author cert.
I had enabled "Permit installation to device" for the Z3, where Debug mode is enabled, and had selected the DUID of the device when setting up my certs.
Any suggestions? Just hoping to get over this hurdle of being unable to install a simple app, which seems much more confusing than it should be.