so, i'm trying to push some files to /system on android device (zte) I've rooted, connected with ADB,
adb remount -> I get permission denied adb shell su -> I'm able to access shell and create folders etc and edit filesystem
(but in shell I can't copy a file from my computer to device)
Any help please

adb root, thenadb remount? – Michael Oct 26 '12 at 15:20adb shell mount -o rw,remount /systemto mount system as r/w – Drake Clarris Oct 26 '12 at 15:50