hi,
Encounter issues starting webapp in RD-PQ test device. After checking the Task switcher, the apps is actually started and running in background and refuse to come to the foreground.
Tried the following :
(1) Install SDK in another 2 new machine, create new certificates, get the same result.
(2) Start a new webapps demo "analogwatch" project, get the same result.
(3) Reflash the RD-PQ to Tizen2.2, get the same result.
Need some help to resolve webapps launching in Rd-PQ+Tizen2.2.....
My setup
-------------------------------------------------------------------------------------------------------------------------------------------------------
OS : Mac OSX 10.7.5
TIzen SDK : 2.2
Device Image : 2.2
Console Log :
Starting to launch the Tizen web application.
Step > Initializing the environment for launching the package
Setting the default context...
Setting the target information...
Target device name: device-1
Setting application information...
Project name: demoanalogclock
Application id: 5OuENMeQUu.demoanalogclock
Application package name: 5OuENMeQUu
Application guid: http://yourdomain/demoanalogclock
Application path: /Users/peter/tizen/workspace/demoanalogclock/demoanalogclock.wgt
Initializing the environment for launching the package succeeded.
Step > Transferring the package from host to target
Confirm if the package file exist in local
Transferring the package from host to target
Transferring the package from host to target succeeded
Step > Stopping previous running widget
Stopping previous running widget succeeded.
Step > Installing the package
Installing...
Executing the install command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/demoanalogclock.wgt"
$ /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/demoanalogclock.wgt"
path is /opt/usr/apps/tmp/demoanalogclock.wgt
start process (install)
.....................
icon_path : /opt/share/icons/default/small/5OuENMeQUu.demoanalogclock.png
.................
end process (ok)
spend time for pkgcmd is [4552]ms
cmd_ret:0
Executing the install command succeeded.
Checking for whether widget is successfully installed.
Installing the package succeeded.
Step > Uploading delta to target
Uploading delta to target succeeded.
Step > Running the package is started.
Command for running: /usr/bin/wrt-launcher --start "5OuENMeQUu.demoanalogclock" --timeout="300"
Result of the command
result: launched
Checking for running status
Running the package succeeded.
Launching the Tizen web application succeeded.
(7.711 sec)
-------------------------------------------------------------------------------------------------------------------------------------------------------
Br,
Peter