I'm trying to change the Dalvik VM in order to extract an extra file to the dalvik-cache
directory when the dex file is being extracted by JarFile.cpp.
The problem is when I use open()
function I'm getting permission denied!
I'm aware that the permissions of the dalvik-cache
are "system system", but I see in it other permissions for u0_a##
for dex file.
I can create the dex file in the dalvik-cache but not other types of files. How can that be? What's preventing me on file types to create files?