Languages

Menu
Sites
Language
How can i use XTestFakeKeyEvent() in Tizen Apps ?

Hi,

I am creating a Monkey tool for Tizen apps similar to the one available for Android. I tried using Tizen::Ui:SystemUtil class, but one the forum topic says need Platform privilage. So instead of using this can i use X11 provided Classes and function calls directly to inject my keyevents to the apps ?

Any pointers would be helpful.

Thanks in Advance.

Responses

4 Replies
muditha murthy

X11 should not be used. It is recommended to use Tizen API's only as security framework of Tizen may lead to some unexpected results.

Anil Kumar

Hi Muditha Murthy,

Thanks for response.

Could you please give me a pointer where can i get Platform Privilage?

Anil

muditha murthy

Platform privileges are used in system APIs for managing the Tizen platform. These privileges are open only to a specific set of Tizen application developers.

Reference:
https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Ftizen_overview%2Fsecurity.htm

Anil Kumar

Got Platform privileges from here.

Thanks,

Anil