c - accessing android os root files -
i have following doubt:
i have read android os based on linux, , imagine may have same structure ubuntu (in terms of file configurations: /root, /dev, etc). so, possible run application written in c in android? possible in ubuntu? if so, how can that?
also, how can access root files through android application (written in java)? , how access behavior of os (in terms of interruptions example)?
thanks in advance answers.
gus
basic answer: running c app on android isn't supported, except through native development kit (ndk).
you can't access root files except rooting phone.
you can access os behavior through api. basically, if it's not part of api, can't access it.
the android os based on linux, it's os, not windowing server x or desktop environment gnome or kde.
Comments
Post a Comment