Hi,
I have been scratching my head for a way to send a script to an Android device that will read a text file and then essentially do a find and replace for a string of text. We do this frequently with out Windows CE devices using the built-in replacetxt script within MobiControl. I've tried to research some javascript options, but I really don't have any javascript experience.
EX: File: /mnt/sdcard/documents/app/config.txt
- File contains various configurations in a XML type layout.
There may be a string in there like an IP address or URL that I'd like to be able to change programmatically with a script, so it could be sent to 100s of devices at a time.
Any help is greatly appreciated.