[android-developers] Do we need to have 64 bits OS to run Android CTS and Monkey test for Android ICS version ?

2012-04-14 Thread droigons
Dear Experts: I would like to know if I run Android CTS for ICS or higher , do I need to upgrade my test machine to 64 bit ? Also, do you have instruction how to instruction of how to set up a CTS. Thanks , -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: what would be the base optimal throttle and seed for an application using monkey test?

2012-03-26 Thread droigons
Please give me some feedback to following question. On Thursday, March 22, 2012 1:32:17 AM UTC-7, droigons wrote: Dear Experts: I am running monkey test on my application using following command adb shell monkey -p com.droigons.mygps --throttle 1000 --monitor- native-crashes --kill

[android-developers] what would be the base optimal throttle and seed for an application using monkey test?

2012-03-22 Thread droigons
Dear Experts: I am running monkey test on my application using following command adb shell monkey -p com.droigons.mygps --throttle 1000 --monitor- native-crashes --kill-process-after-error -s 1000 -v 50 test.txt what would be the base optimal throttle and seed for an application?

[android-developers] what will happen when android (application layer) is crushed and modem (firmware ) layer is still alive

2012-03-18 Thread droigons
Dear Experts: When android framework is not response to user and it hangs. does this considered it is crashing on android and modem part is alive ( there are two layers- modem which is called firmware and android - application layer ). Thanks you in advance -- You received this message

[android-developers] example of automatic monkey test

2012-03-15 Thread droigons
Hi, All: I would like to request a sample of automatic monkey test . Please tell me what kind of software do i need what language should I use. Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] android: issue of how to detect which contact id is changed

2011-01-24 Thread droigons
Dear Experts: I am coming across an issue of how to detect which contact id is changed. I can detect the change via content observer, cursor. I don't want to detect through intent receiver with a data because I am a 3rd party application developer. For delected contact we can detected. However,