[android-developers] throughput tools

2009-05-29 Thread krish24
Hi All, How I can measure USB/MMC throughput at Android Level? Is there any tool/executable available for measuring USB/MMC throughput. Regard, krish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Sdcard issue

2009-02-04 Thread krish24
Hi All, We have ported android to our hardware. I am facing some issues related to sdcard. Here is the test scenario and issues: First issue : 1 On hardware, insert the card and copy a file to sdcard using dd command. 2 Remove the card from hardware. 3 do ls /sdcard It shows the file

[android-developers] 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

[android-developers] Zip inflate failed error

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

[android-developers] 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

[android-developers] getline support?

2009-01-19 Thread krish24
Hi All, Does Android C library supports getline() function? My code is giving error undefined reference to `getline' while compiling. Does it have some other function instead of getline? Thanks in Advance! Regards, Krish --~--~-~--~~~---~--~~ You received

[android-developers] 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