Ok, did a little research... For those of you that don't know here is the remount commands
On your device open Terminal Emulator.
type: su
press enter, # will appear
type: mount -o rw,remount /system
mount -o ro,remount /system
*note* the command with rw stands for "read/write", and ro for "read-only"
Then from adb, you can type: adb push [apk location without brackets] /system/app
You would use any push commands while the system is mounted read/write.
Source:
http://wiki.cyanogenmod.com/wiki/Barebones
On your device open Terminal Emulator.
type: su
press enter, # will appear
type: mount -o rw,remount /system
mount -o ro,remount /system
*note* the command with rw stands for "read/write", and ro for "read-only"
Then from adb, you can type: adb push [apk location without brackets] /system/app
You would use any push commands while the system is mounted read/write.
Source:
http://wiki.cyanogenmod.com/wiki/Barebones