You cannot use PhoneGap FileWriter to write binary data. You will need to write a plugin to send base64 encoded data to your home side, encode it in binary format, and then write it using your own code.
View the plugin information at HERE , also look at the source code of the phone to see how we do it, and you can add some code to do base64 decoding before recording.
Suhas source
share