I would like to extend the functionality of one of the shared native libraries called from within the android.jar code. How can I rebuild the affected shared libraries such that the android code can utilize my modifications?
From what I can guess from the lack of details in your posts, I think what you're wanting to do is change what would be in /System on an actual device. The files in this area are in the ROM. An app is not going to be able to change these files. Changing these files would require patching and re-flashing the ROM.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.