[android-developers] Gallery Documentation

2010-03-19 Thread Deepak Arul
Is there any documentation for Architecture of Gallery application in Android 2.0/2.1 ? -- 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@googlegroups.com To unsubscribe from this group,

[android-developers] How to build libwebcore.so ?

2010-03-19 Thread Deepak Arul
I am unable to complete the system build since libwebcore.so is not found: -- target Strip: libwebcore (out/target/product/generic/obj/lib/ libwebcore.so) build/tools/soslim/main.c(130): open(out/target/product/generic/

[android-developers] Source code for Android 2.0 (Eclair)

2010-03-11 Thread Deepak Arul
I used repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair, but I got Android 2.1 I need to download the source code for Android 2.0 . What is the correct input for -b option ? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] monkey script

2009-10-09 Thread Deepak Arul
I am trying to use the -f scriptfile option for monkey tool. In this manner, the key events generated by the monkey tool can be controlled according to the tester's requirements. I could not find any documentation on the scriptfile option. I need to know the syntax and format of the scriptfile.

[android-developers] --hprof does not work consistently with monkey tool

2009-10-06 Thread Deepak Arul
I could not generate the hprof dump using the monkey tool. I used the following commands : adb -d shell monkey -v 100 --hprof adb -d shell ls /data/misc (There was no dump in /data/misc) However, these commands worked once, but I could not make it work again. Is there a workaround to make it

[android-developers] code for Home Screen

2009-10-01 Thread Deepak Arul
Where is the code for Home Screen activity located ? There is a Home application in development/samples/Home -- I am not sure if it is the Home Screen code. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android