I'm using adb push to copy files from Windows to my Nexus 7 from command line (from a C# desktop application). The problem is that files with accents won't be copy properly because of encoding differences...
Is there any way to set encoding type of adb before copy? Or do you know another way to push files from my desktop to my Device in command line?
Thanks a lot,