Re: [Tizen Application-dev] Steps or procedure to get platform privilege

2013-11-19 Thread Wang, Ning W
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

Re: [Tizen Application-dev] How to pass arguments to tizen native application?

2013-11-19 Thread Li, Hao H
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/

Re: [Tizen Application-dev] Trouble with the "CPU VT" setting of Emulator manager

2013-11-19 Thread Iovene, Salvatore
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