If you are looking of for just better uncompressed photos and not worried about the bit rate for video you can use the media_profiles.xml that are in his zip on the newer Sense 4 roms. That just sets the compression level to I believe to 100%. So no compression. The media_profiles.xml will have no effect on the camera's bitrate settings or add the higher ISO. Its just a couple of edits in the file. Look for this, its in 2 places in the file:
<ImageEncoding quality="90" />
<ImageEncoding quality="80" />
<ImageEncoding quality="70" />
<ImageDecoding memCap="20000000" />
change to:
<ImageEncoding quality="100" />
<ImageEncoding quality="100" />
<ImageEncoding quality="100" />
<ImageDecoding memCap="80000000" />
Make a backup of your original file, just in case. Then reboot the device after applying these changes. You'll know if its working if the images take up more than 1 meg of space.
|