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
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
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
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
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
5 matches
Mail list logo