Hi ,First of all thanks for all your hard work.
I have been using csc features in all kind of roms from android to windows for a long time so i had to try your app
When i tried your app in my modified stock ROM( latest note 2 uk rom) i noticed i had lost all my previous csc hacks, i had to find out why.
I my case you app is malformating the xml (feature.xml)file therefore rendering it useless, i have found where the problems are and editing the file all the features come back.
Attached are the files from your app and the one fixed so you can compare it.
other fixes....
enable camera on call is missing a more than(>)character and therefore rendering the the code lines below it useless, here is the correct code:
Quote:
<FeatureSet><CscFeature_Camera_EnableCameraDuringC all>true</CscFeature_Camera_EnableCameraDuringCall></FeatureSet>
Suggestions:
in order to enable keyboard symbols for all languanges at once use this code:
Quote:
CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>es_US;en_G B;en_US;en_AU;en_CA;en_PH;en_IE;en_NZ;en_ZA;ko_KR; de_AT;de_CH;de_DE;fr_FR;fr_CH;fr_BE;fr_CA; bg_BG;cs_CZ;da_DK;el_GR;es_ES;et_EE;fi_FI;ga_IE;hr _HR;hu_HU;is_IS;it_IT; lt_LT;lv_LV;mk_MK;ms_MY;nb_NO;nl_NL;nl_BE;pl_PL;pt _PT;pt-BR;ro_RO;sr_RS;sv_SE;tr_TR; ca_ES;eu_ES;gl_ES;kk_KZ;ru_RU;sk_SK;sl_SI;uk_UA;uz _UZ;az_AZ;hy_AM;ka_GE;
Also here is a picture of the file created by your app with the errors pointed out, i hope it helps in improving the app, many thanks.