Start adb, list devices, remount, and install an APK.
adb start-server adb devices adb remount adb install [.apk name].apk
Caution: adb remount remounts the system partition.
adb remount