Hi,
I've been trying to deploy my App to my Samsung Active 2 device, but visual studio just won't deploy it, or debug it.
I think the relevant error is 'processing result : Operation not allowed [-4] failed'
Which I think has something to do with sigining - however I have created the samsung 'test' certificate, and it still won't deploy.
It runs/debugs on the emulator fine.
I installed Tizen Studio, complied a sample app and signed it with the same certificate; and it deployed fine to my device from Tizen Studio.
When I try to deploy from Visual Studio I just get stuck at:
'Initializing Debugger'
And the Output is:
03/07/2020 20:58:52 : Start Device Monitor...
03/07/2020 20:58:59 : Device monitor started.
03/07/2020 21:02:54 : Device attach/detach detected.
03/07/2020 21:03:08 : <<< Start debugging "org.tizen.RipCo.Plexi" >>>
03/07/2020 21:03:08 : Try to terminate running application: org.tizen.RipCo.Plexi
03/07/2020 21:03:08 : No application to be terminated: 255
WARNING: Your data are to be sent over an unencrypted connection and could be read by others.
pushed org.tizen.RipCo.Plexi-1.0.0.tpk 0% 0KB 0KB/s
pushed org.tizen.RipCo.Plexi-1.0.0.tpk 92% 832KB 0KB/s
pushed org.tizen.RipCo.Plexi-1.0.0.tpk 100% 898KB 0KB/s
1 file(s) pushed. 0 file(s) skipped.
E:\Work\Tizen\Plexi\Plexi\bin\Debug\tizen50\org.tizen.RipCo.Plexi-1.0.0.tpk 1306KB/s (919893 bytes in 0.687s)
path is /home/owner/share/tmp/sdk_tools/org.tizen.RipCo.Plexi-1.0.0.tpk
processing result : Operation not allowed [-4] failed
Package found on the target system: "lldb-3.8.1-armv7l" (tar.gz)
03/07/2020 21:03:12 : Launching org.tizen.RipCo.Plexi
03/07/2020 21:03:13 : ... launch failed
Has anyone seen this, or know how to resolve ?
Thanks,
Richard.