[android-beginners] registration - website

2009-01-28 Thread Pradeep
What if I do not have a website, but I want to register? Why is it mandatory? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

[android-beginners] Mouse cursor on Android emulator (Non x86 platforms)?

2009-12-15 Thread Pradeep
the above link 1.eventhub.patch and 001-fixed-diff ... patch. Not applied boot_able_Img.patch. I am unable to see mouse cursor anyway. Could somebody please put me in right direction to see mouse cursor on Android emulator. I have no other data ... Thanks in advance, Pradeep -- You received

[android-beginners] It is possible to test pre defined activities using monkey scripting option

2010-01-04 Thread pradeep
Hi I would like to inform every body that it is possible to test pre defined activities using monkey. It is possbile through monkey scripting option -f and with android 2.0 sdk. Regards, Pradeep -- You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] how to identify the views part of the current screen

2010-02-03 Thread pradeep
Hi All, Can anyone give an idea how to identify the views part of the active screen[i.e current running activity on the phone]. E.g after launching uiEditContactActivity,how can I identify the views [ several fields, buttons etc] part of that screen. I am trying to modify monkey, such that for

[android-beginners] Please help to resolve CTS building error

2010-04-29 Thread pradeep
/linux-x86/framework/cts.jar make: *** No rule to make target `DeviceInfoCollector', needed by `out/ host/linux-x86/cts/all_cts_files_stamp'. Stop. Thanks in advance, Pradeep -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking

[android-beginners] Regarding CTS test apk Signing procedure

2010-05-07 Thread pradeep
to sign android applications present in the phone]. If yes , then is it required to specify that private key in Android manifest file Thanks, Pradeep -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question

[android-beginners] Re: Regarding CTS test apk Signing procedure

2010-05-17 Thread pradeep
Hi Jojoo Thanks This really helped me. Regards, Pradeep On May 11, 6:33 pm, mereba jojoo.imb...@gmail.com wrote: Hello Pradeep, I can answer your second question. You do not need a certification authority to sign your .apk.http://developer.android.com/guide/publishing/app

[android-beginners] java.lang.ExceptionInInitializererror

2010-06-14 Thread pradeep
Hi, Can any one please help to resolve the above error. Also can any one please clarify whether we can unit test j2me methods I am trying to call J2ME APIs in one of the test methods of Instrumentation TestCase. I have modified the dx source code such that it converts j2me jars to dalvik format

[android-beginners] Re: Camera Button Broadcast Receiver Problem...

2009-09-17 Thread Pradeep Kaushik
are telling Android to choose your receiver first and by abortBroadcast you are cancelling the broadcast for Camera so it wont open at all. Hope this helps. Thanks and Regards, Pradeep Kaushik Thanks and Regards Pradeep.N.Kaushik. Sent from New Delhi, DL, India On Wed, Sep 16, 2009 at 9:36 AM, Tikoze