Addy
unread,Nov 4, 2011, 8:11:23 AM11/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Robotium Developers
Hi,
From the android device I am getting touch events by "adb shell
getevents",
But this events the code is in HexaDecimal and I want to this in
decimal like x ,y co-ordiante so I want to use it with robotium to
test clickOnScreen on my activity. So is there any method to convert
this hexadecimal code into decimal and get X,Y co-ordiante?
I think Yahor can help me on this. I found his blog on some site on
this touch events.
Thanks.