- I want to create the file in android system folder.
-
I have also tried this “mount -o rw,remount -t yaffs2
/dev/block/mtdblock3 /system” using Runtime.getRuntime().exec() but
it’s not working.if you have example please let me know.
Thanks
I want to create the file in android system folder. I have also tried
Share
Android applications don’t run as
rooton an unmodified device so they can’t write to the/systemfolder or remount file systems.Why do you want to write to
/system? What’s wrong the the storage directory for you app?This may be possible on a “rooted” Android device but this rules out the majority of users.