• Reversible Debugging in Native Android
    Reversible debugging in ARM's DS-5 tools has been getting a lot of attention and is quite easy to use in Android Native activities and libraries. See UndoDB in action in Eclipse or DS-5 and learn how...
  • Is anyone having issues on Android with creating an EGL view in native code, then having crashes on suspend/resume?
    The problem seems to be in creating the EGL surface in Native code. We have a game that creates the EGL surface in Java that this is not happening on. Anyone else having this issue? EDIT: I've attached...
  • Running native codes on USB arrival
    Hi Experts, In Linux environment I use native codes cross compiled for ARM processor in the user space. The requirement is when on a USB device arrival, udevd will invoke the binary in association with...
  • GCC and GDB for native compiling and debugging
    Hello, I 've a module with a Cortex-M4 Vybrid VF61 processor and an installed linux. The installed linux does not provide gcc and gdb for native compiling and debugging. Please, can anybody tell...
  • Assemble a native ARMv8 library, and call Android Java methods from its procedures invoked by an Android App, using the JNI conventions.
    Purpose This document demonstrates how to : write functions (procedures), using the ARMv8 64-bit Gnu AS syntax, that will use the JNI library to call back Java functions from the Android app that...