[android-developers] I can't connect to Superpad (Flytouch 3) using USB

2012-03-27 Thread Case
I installed the USB driver (google driver doesn't work) but adb can't see my device. Any clues? I try restarting the server but doesn't help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Using chimpchat

2011-09-16 Thread Case B
Where did you find the source and jar file? I am trying to do the same. On Sep 13, 5:35 am, suman sumanmeht...@gmail.com wrote: I have read on one of the Android groups that it is better ti use ChimpChat rather than usingMonkeyRunner. I have downloaded chimpchat source and jar file. Till now

[android-developers] Re: Passing a Bundle with a Parcelable object from Monkeyrunner

2011-09-15 Thread Case B
Strings, Doubles and Integers... Is a fix for this in the works? On Sep 14, 10:20 am, Case B casebea...@gmail.com wrote: Hello, I'm trying to pass aParcelableobject in my extras when starting an activity inMonkeyrunner.  The area in the script looks like this     user = FbUser()     extraDic

[android-developers] Passing a Bundle with a Parcelable object from Monkeyrunner

2011-09-14 Thread Case B
Hello, I'm trying to pass a Parcelable object in my extras when starting an activity in Monkeyrunner. The area in the script looks like this user = FbUser() extraDic = {} extraDic['userName'] = 'Test' extraDic['userId'] = 'me' extraDic['userInfo'] = user

[android-developers] MonkeyRunner image compare

2011-09-09 Thread Case B
Hello, I'm having an issue with using MonkeyRunner. The goal of my script is to be able to compare saved screenshots with current screenshots in an app. I am still deciding whether to go with python or java, they're both having issues. With Python, the MonkeyImage.sameAs(MonkeyImage, percent)

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-09-09 Thread Case B
Hello Bill, When will this ChimpChat.jar be available? Also, will it include functionality to load IMonkeyImage's from disk to compare with current screenshots? I noticed this is currently not supported in Java, but is in Python. On Aug 22, 1:42 pm, Bill Napier nap...@android.com wrote: We

[android-developers] Re: Is it possible to use MonkeyRunner from java

2011-09-09 Thread Case B
Hello Bill, Is this ChimpChat.jar available? I can't seem to find it. I have SDK Tools r12. Also, will this ChimpChat allow for loading IMonkeyImage's from disk? I see that it is currently only supported in Python and not when writing test scripts in Java. My overall goal is to write a script