[android-beginners] Profiling Android Libraries

2009-02-02 Thread krish24
Hi everyone, Is there any way to profile android libraries (OpenGL, webkit, etc) functions? Can we use Traceview or DDMS tools for debug/profile android libraries? Regards, krish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-beginners] startup sequence

2009-01-28 Thread krish24
Hi Everyone, Can anybody tell me the system startup sequence of Android? When the services are starting? When and how the application packages (.apk) are getting installed? Thanks, Krish --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-beginners] Zip inflate error while scaning the /system/app

2009-01-28 Thread krish24
Hi everyone, While booting, Android is segfaulting when it scans /system/app for most of .apk present in that dir. Each time it segfaults in a similar fashion; e.g.: W/zipro ( 1555): Zip inflate failed, zerr=-3 (nIn=0x4101910e aIn=1101 nOut=0x1 ac708 aOut=3936) The error is coming out of fr

[android-beginners] auto generation of Android.mk file

2009-01-09 Thread krish24
Hi Everyone, I am trying to port a package (library) in android. There are many subfolder in my library folder and each subfolder contains a makefile. I know that we have to write Android.mk file for building the package. Do we need to write the Andriod.mk file for each subfolder present in my l