I'm tryng to overwrite the fonts files (*.ttf) in my android device (Dell Aero). my new fonts are resident in the sdcard and I'm using the following command in a command shell (on the phone):
cd /sdcard/MyFonts/ cp *.ttf /system/fonts/
I get a "permission denied" echo from the cp command.
How should I do it correctly?
Thank you