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
you can use:
adb shell su -c "your command here"
only rooted devices with su works.