I found out the problem. sConnectionId variable has to be initialized to -1 instead of 0
On Feb 1, 9:43 am, avi <[email protected]> wrote: > I would really appreciate it if someone could help me with the below > problem > > On Jan 27, 10:01 am, avi <[email protected]> wrote: > > > > > > > > > All, > > > I am trying to develop an UI based automation system and I was > > exploringAccessibilityEventoption inMonkey. Following are the steps > > that I did > > (i) Launchedmonkeyserver socket > > (ii) Opened Settings app (tried other on board apps as well) > > (iii) Created a client socket from host machine and connected to > >monkey'sserver > > (iv) Issued "listviews" command > > (v) I always get the response "No accessibility event has occured yet" > > > Could you please let me know if I am missing something? > > > Thanks, > > Avi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

