Connect the device using adb over network
# adb tcpip 5555
# adb connect 192.168.1.xxx:5555
# adb root
# adb remount
Connect the device using usb
# adb usb
# adb root
# adb remount
Open terminal on device
# adb shell
Force remount
# adb shell mount -o rw,remount /system