- 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
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
Android applications don't run as
root
on an unmodified device so they can't write to the/system
folder 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.
//if its showing as $ you need to root your phone
//if its showing as # you can copy files
//let do this step
//push a file from you system to your phone