If I ever need to edit a file, I use the terminal commands $ adb pull /path/to/file . *edit the file as you need to to* $ adb push file /path/to/file
I know there is also a way you can edit a file by using 'cat' in the android shell, but I prefer to edit a dynamic file and replace it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

