This happened to me many times. After trying to debug my app for many times by running it from the IDE. The device sometimes shut down and I have to remove the battery and start it again!!!!
Here is the console log
[Starting deploy process...]
[RDS] RDS mode is enabled.
$ /usr/bin/pkgcmd -l | grep 2nfJMhC0tI
pkg_type [tpk] pkgid [2nfJMhC0tI] name [MiniGame] version [1.0.0]
$ /usr/bin/pkginfo --pkg 2nfJMhC0tI | grep -i Removable
Removable: 1
$ /usr/bin/pkgcmd -C -t tpk -n 2nfJMhC0tI
Pkgid: 2nfJMhC0tI is Not Running
spend time for pkgcmd is [290]ms
cmd_ret:0
[RDS] Pushing file "/home/mypc/workspace/MiniGame/.sign/author-signature.xml" to "/opt/usr/apps/tmp/2nfJMhC0tI/author-signature.xml" in target.
[RDS] Pushing file "/home/mypc/workspace/MiniGame/.sign/signature1.xml" to "/opt/usr/apps/tmp/2nfJMhC0tI/signature1.xml" in target.
[RDS] Pushing file "/home/mypc/workspace/MiniGame/Debug-Tizen-Device/MiniGame.exe" to "/opt/usr/apps/tmp/2nfJMhC0tI/bin/MiniGame.exe" in target.
[RDS] Pushing file "/home/mypc/workspace/MiniGame/res/eng-GB.xml" to "/opt/usr/apps/tmp/2nfJMhC0tI/res/eng-GB.xml" in target.
[RDS] Pushing file "/home/mypc/workspace/MiniGame/.rds_delta" to "/opt/usr/apps/tmp/2nfJMhC0tI/.rds_delta" in target.
$ /usr/bin/pkgcmd -q -r -t tpk -n 2nfJMhC0tI
start process (install)
/bin/sh: line 1: 17038 Killed /usr/bin/pkgcmd -q -r -t tpk -n 2nfJMhC0tI
cmd_ret:137
[RDS] Cannot partially upload or reinstall.
[Creating the package...]
[Created the package:/home/mypc/workspace/MiniGame/Debug-Tizen-Device/2nfJMhC0tI-1.0.0-arm.tpk]
[Transferring the package...]
[Transferred the package:/home/mypc/workspace/MiniGame/Debug-Tizen-Device/2nfJMhC0tI-1.0.0-arm.tpk -> /opt/usr/apps/tmp/2nfJMhC0tI-1.0.0-arm.tpk]
[Installing the package...]
$ /usr/bin/pkginfo --pkg 2nfJMhC0tI | grep -i Removable
Removable: 1
$ /usr/bin/pkgcmd -l | grep 2nfJMhC0tI
pkg_type [tpk] pkgid [2nfJMhC0tI] name [MiniGame] version [1.0.0]
$ /usr/bin/pkgcmd -q -u -t tpk -n 2nfJMhC0tI
start process (uninstall)
end process (ok)
spend time for pkgcmd is [1120]ms
cmd_ret:0
$ /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/2nfJMhC0tI-1.0.0-arm.tpk
path is /opt/usr/apps/tmp/2nfJMhC0tI-1.0.0-arm.tpk
start process (install)
...
end process (ok)
spend time for pkgcmd is [16288]ms
cmd_ret:0
$ rm /opt/usr/apps/tmp/2nfJMhC0tI-1.0.0-arm.tpk
[Launching the application...]
$ /home/mypc/tizen-sdk/tools/sdb -s 4df72d62650ccf00 launch -p 2nfJMhC0tI -e MiniGame -m run -t
... launch failed
(42.868 sec)