My Wiki!

Android native development

prepare dev env

Install NDK

makefile

include lib...

execute external command

from Java

from native code

as normal user

  • system: include <stdlib.h> and use system(“command”).
  • exec: ???

as root

http://stackoverflow.com/questions/2483755/how-to-programmatically-gain-root-privileges

Resources

glibc android


Navigation