1

I want to access touch events of other application from my application.

For example launch my app and then minimize it. After that launch another app and if I touch on some button then I want its x-y coordinate of that touch event in my application.

I know that there is no such api provided by blackberry but is there any other way of accessing it.

Thanks...

Sanket
  • 3,094
  • 1
  • 16
  • 19
  • I'm going to say no, since that would allow you to steal passwords and do other nefarious things. Your motives may be pure, but that is generally not the kind of thing you expect to see on a BlackBerry. – Richard Jun 13 '13 at 16:42

1 Answers1

0

Unless you've written both apps and have set up some communication between them, then no, there isn't a way to accomplish this.

Each app in BB10 operates in a sandbox. If there is a way to accomplish this, it is a flaw in the operating system, not a feature.

TheSmurf
  • 15,337
  • 3
  • 40
  • 48
  • Can't we access blackberry OS touch logs ??? I mean blackberry OS has some log file for touch events. So, is there any way to access that log file from my application ??? – Sanket Jun 19 '13 at 06:37
  • Unlikely. If there is such a log, I'd expect to find it somewhere in the system files area, not in a shared area that your application would have access to. – TheSmurf Jun 20 '13 at 18:58