To simulate touch event, you can take a look at
https://developer.tizen.org/forums/web-application-development/web-simulator-touch-event-problem
Thanks,
Ning
-Original Message-
From: application-dev-boun...@lists.tizen.org
[mailto:application-dev-boun...@lists.tizen.org] On Behalf Of Mad
For passing arguments, maybe you can check application control in
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/app/delivering_launch_arguments.htm
Sample code like
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/app/
Hi,
for the posterity's sake, here's how I solved the problem.
I checked the Emulator Manager's source code, and it looks whether
/dev/kvm exists.
It wasn't there on my system, so I did the following:
sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
That did the trick an