Good Morning FLooDW,
I think I caught a "situation", it is not exactly a bug but something I believe that can be configured on the CSC.
On previous samsung roms I had the option in the SMS app not to convert long texts into MMS. On your Rom there's no such option. Is there a way to activate it?
And with regards to the the live wallpaper, is there a fix for the force close?
About live wallpaper, I'm sorry but I don't use it. I have no idea why it FCs. Is it happening even after full wipe ?
About message app and sms/mms conversion disabling, yes I think it's CSC related. The only way I know would be is to extract feature.xml from ROM.zip (system\csc), then edit as you want and then push it in system\csc with right permissions. Finally, reboot.
If it doesn't work after reboot, maybe you have to do full wipe to take into account changes.
I've checked a modified feature.xml from other ROM, i can see for instance what follows that could be interesting for you to include in feature.xml :
Code:
<!-- Message -->
<CscFeature_Message_RecipientLimit>999</CscFeature_Message_RecipientLimit>
<CscFeature_Message_SmsToMmsTextThreshold>999</CscFeature_Message_SmsToMmsTextThreshold>
<CscFeature_Message_MaxSlideCount>999</CscFeature_Message_MaxSlideCount>
<CscFeature_Message_DisableConvertingEffectBetweenSMSMMS>true</CscFeature_Message_DisableConvertingEffectBetweenSMSMMS>
<CscFeature_Message_DisableSmsToMmsConversionByTextInput>true</CscFeature_Message_DisableSmsToMmsConversionByTextInput>
But maybe boss
@kenar2 could help you more do to this an esaier way.