[android-developers] How to strace an android app from adb shell?

2012-08-29 Thread JAM
Hi group, I need help figuring out the correct way to strace an android app. here is my setup android sdk emulator running android api 4.03 adb shell connected to emulator. I am able to install an apk usng adb install filename.apk I am able to run the app using adb shell am start -a android.inte

[android-developers] Accelerometer range and frequency

2012-07-25 Thread JAM
Is there a way to program an app that can detect a "spike" in G that goes above 2-3g and stays there for 4-6ms? I had a beta built that is supposed to accomplish this, but it isn't working properly -- I'd like to know if it's possible to do or if the hardware limitations are keeping it from wor

[android-developers] Accelerometer use (G's and frequency)

2012-07-25 Thread JAM
Hello all. Hope someone can help. 1) Is there a way to have a program read higher than 1-2gs? I had a beta version built and it doesn't seem to have the ability to read more than 1g on some of the phones I've tested it on. 2) Is there a way to get the phone to receive more samples than

[android-developers] Re: Use OpenGL error

2011-07-27 Thread Jimmy Jam
I ended up using the syntax specified by RyanMcNally, using "ByteOrder.nativeOrder()" instead of ByteBuffer.nativeOrder() e.g. sphereVertex = ByteBuffer.allocateDirect( 40 ).order( ByteOrder.nativeOrder() ).asFloatBuffer(); This was after I found a workable syntax els

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2011-01-26 Thread jam
BUMP glibc 2.10 here also.. I suppose I can create a chroot with new glibc.. :/ -- 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, send e