Hello to all.
So, I need a your hand.
I'm making an app to change the bootanimation, and I need to delete the old one and copy the one chosen by the user.
I used a script to get the correct permissions for root and use this function to delete:
File.Delete("/system/media/", "bootanimation.zip")
The problem is that it gets root permissions, but does not delete the file.
I tried the same function on a SD card files and working properly. How can I do? Thank you very much ..:sign0013::sign0013:
So, I need a your hand.
I'm making an app to change the bootanimation, and I need to delete the old one and copy the one chosen by the user.
I used a script to get the correct permissions for root and use this function to delete:
File.Delete("/system/media/", "bootanimation.zip")
The problem is that it gets root permissions, but does not delete the file.
I tried the same function on a SD card files and working properly. How can I do? Thank you very much ..:sign0013::sign0013: