You can enable some features that Sammy decided to disable for your country by default.
These features can be found in /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to /system/csc/others.xml (same directory).
########## Frequently Asked Questions ##########
I did everything, but It not working.
Make sure you add the CSC features between <FeatureSet> and </FeatureSet> (See Below)
Code:
<FeatureSet>
<!-- This is a comment. You may write anything between these tags -->
<CscFeature_XXX>TRUE</CscFeature_XXX>
</FeatureSet>
After adding these lines to your existing file using any root explorer or vi, sometime permissions are reset for some users. Please verify / reset file permissions to allow read access to all.
I do not have /system/csc/feature.xml
Some users have reported on being on a rom that does not have feature.xml. If you are one of these you may try adding the code to others.xml in the same directory.
There are many more out there.
I know :silly:. For a complete list see my second post.
I know one that works, but its not listed here.
Please feel free to post it in this thread or PM me. I'll be glad to test it and add to OP.
I rebooted to recovery and all features are gone..
If you enter stock recovery (3e), your csc may be re-applied and all your modifications may be removed. If your csc is modified don't enter stock recovery (3e).
Click to expand...
Click to collapse
Add the following lines to your existing file using any root explorer or vi. (be sure to backup the file before you experiment)
IF YOU HAVE FAT FINGERS, SEE MY FILE IN THE SECOND POST :cyclops:
Enter Key = New Line in stock sms // Only if not supported already
Code:
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Enable scheduled message
Code:
<CscFeature_Message_EnableScheduledMessage>true</CscFeature_Message_EnableScheduledMessage>
<CscFeature_Message_EnableScheduledMsgBox>true</CscFeature_Message_EnableScheduledMsgBox>
Enable sub Symbols on Stock Samsung keyboardShow Content for Screenshot
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Show Content to view Launguage codes UPDATED
The Format is one of the two types. Either...
Lower case language code (ko) OR
Lower case language code_UPPERCASE COUNTRY CODE (en_US).
You can find out which one applies to your language depending upon whether there is a country code mentioned in front of your language in the Keyboard settings.
For example: There are two types of english language keyboards, US and GB (Great Britain) So the english keyboard codes are en_US and en_GB respectively.
There is only one korean Keyboard, so it would only have the language code, not the country code. example : ko.
In below code i have mentioned all combinations of language and countries. please select whatever applies to you.
If just language code does not work try adding "_COUNTRYCODE".
Code:
en_GB;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;
pt_BR;in_ID;ja_JP;vi_VN;zh_CN;zh_TW;ar_AE;ar_IL;fa_FA;ur_PK;iw_IL;th_TH;zh_HK;zh_SG
Click to expand...
Click to collapse
Dialer search matches numbers in contacts and call logs along with contacts
Code:
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
<CscFeature_RIL_CallerIdMatchingDigit>true</CscFeature_RIL_CallerIdMatchingDigit>
No Limits on joining contacts together. # Removes the existing Limit of 5 contacts
Code:
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
extend speed dials to 100
Code:
<CscFeature_Contact_ExtendSpeedDialTo100>true</CscFeature_Contact_ExtendSpeedDialTo100>
Extend Contact name lenth Limit to 1280
Code:
<CscFeature_Contact_LimitNameLength>1280</CscFeature_Contact_LimitNameLength>
Add exit menu to stock web browser
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Confirm whether you want to exit the browser
Code:
<CscFeature_Web_EnablePromptToExit>true</CscFeature_Web_EnablePromptToExit>
Stock browser requests Desktop site by default
Code:
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
Show the current user agent in Internet->Settings->Advanced
Code:
<CscFeature_Web_ShowVersionInSetting>true</CscFeature_Web_ShowVersionInSetting>
Add shutter sound on/off menu to stock camera app
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Hide Software Update from Settings
Code:
<CscFeature_Setting_DisableMenuSoftwareUpdate>true</CscFeature_Setting_DisableMenuSoftwareUpdate>
Show your hardware revision in Settings->About (same as dialing *#12580*369#)
Code:
<CscFeature_Setting_EnableHwVersionDisplay>true</CscFeature_Setting_EnableHwVersionDisplay>
Enable infinite scrolling in TW home screens, app drawer, and widget drawer
Code:
<CscFeature_Launcher_DisablePageRotation>false</CscFeature_Launcher_DisablePageRotation>
Enables Rotation control icon in Gallery
Code:
<CscFeature_Gallery_AddAutoRotationIcon>true</CscFeature_Gallery_AddAutoRotationIcon>
Click to expand...
Click to collapse
Any Finally, if you know more, please leave me a pm or a comment and i'll add it to this post
Would you like to help crack more CscFeatures?
Would you like to help crack more CscFeatures?
I have listed out about 700+ CscFeatures that may or may not apply to our devices. I do not have the time to confirm if they really work.
If one of you would like to test these on your devices, please click Show Content. If they work please report to me and i'll add them to the OP.
Warning: Dragons Ahead
Please see this link to access the CscFeatures. Again. These are Samsung generic and not specifically for Note2.
But may work for note2. Please backup your devices before you experiment.
CscFeatures
For those having problems
I have uploaded my feature.xml. please place this in the /system/csc/feature.xml See attachment.
Please rename feature.txt to xml while copying.
wow...can someone confirm that the keyboard sub symbols work? that's the only main setback of the default keyboard.
edit: i check my csc file, this line already set to true
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
but there is no subsymbols on the keyboard, just alphabets.
sunwee said:
wow...can someone confirm that the keyboard sub symbols work? that's the only main setback of the default keyboard.
Click to expand...
Click to collapse
Yes, Im using it right now on Omega, but its a stock samsung feature.
kkoolpatz said:
Yes, Im using it right now on Omega, but its a stock samsung feature.
Click to expand...
Click to collapse
can you post a screenshot of your keyobard to see if we mean the same thing?
as i know, only the US variants of n7100 shows the subsymbols on the keyboard, the international ones all just show plain alphabets.
sunwee said:
wow...can someone confirm that the keyboard sub symbols work? that's the only main setback of the default keyboard.
edit: i check my csc file, this line already set to true
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
but there is no subsymbols on the keyboard, just alphabets.
Click to expand...
Click to collapse
Also needs the following line. Updated OP
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
kkoolpatz said:
Also needs the following line. Updated OP
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
Click to expand...
Click to collapse
Confirmed that second line is working. Thanks alot. :good:
/system/csc/feature.xml
i do not have this file
i am using the leaked original rom 4.1.2
i tried searching for it but could not find it in the system folder
Teflanzy said:
/system/csc/feature.xml
i do not have this file
i am using the leaked original rom 4.1.2
i tried searching for it but could not find it in the system folder
Click to expand...
Click to collapse
Wat explorer u using?? It most likely at the bottom of csc folder
xcxa23 said:
Wat explorer u using?? It most likely at the bottom of csc folder
Click to expand...
Click to collapse
Same for me. I'm running 4.1.2 and there is no framework.xml file in the folder. I'm using root explorer.
Why on earth did they disable the sub symbols on the international variants? Crazy!
If you don't have /system/csc/features.xml, try /system/csc/others/xml. :good:
mithelln said:
Same for me. I'm running 4.1.2 and there is no framework.xml file in the folder. I'm using root explorer.
Why on earth did they disable the sub symbols on the international variants? Crazy!
Click to expand...
Click to collapse
I guess I cn make a flashable zip when I get home. Jz the file only.. push it in /system/csc
But im on international variant.. so make a nandroid backup if wanna flash it
edit: seems like i wont be home anytime soon.. so i upload the file itself. extract the rar file. copy and paste the file to /system/csc
gip rw-r-r permission and reboot.
Thanks for the sub key mod! Renewed appreciate for stock keyboard!
onslaught86 said:
If you don't have /system/csc/features.xml, try /system/csc/others/xml. :good:
Click to expand...
Click to collapse
Has this worked for anybody? Can someone without the features file confirm if this works?
xcxa23 said:
I guess I cn make a flashable zip when I get home. Jz the file only.. push it in /system/csc
But im on international variant.. so make a nandroid backup if wanna flash it
edit: seems like i wont be home anytime soon.. so i upload the file itself. extract the rar file. copy and paste the file to /system/csc
gip rw-r-r permission and reboot.
Click to expand...
Click to collapse
I tried this on my EE UK N7105 running 4.1.2, but no sub characters on the keyboard after reboot. Also causes the Samsung keyboard to force close when you click on the keyboard settings unfortunately. I guess they've changed the code in 4.1.2.
mitchelln said:
I tried this on my EE UK N7105 running 4.1.2, but no sub characters on the keyboard after reboot. Also causes the Samsung keyboard to force close when you click on the keyboard settings unfortunately. I guess they've changed the code in 4.1.2.
Click to expand...
Click to collapse
hmm.. perhaps.. what language did u choose?? currently i was on omega v7.3 which is also 4.1.2 leaked version..
can u try to change ur the phone language to english(US) and then reboot see can it be fix? cos the code is intented for US and i duno what is the code for UK
perviously i choose UK and the sub does not appear, after change to UK it did appear.
The problem is the settings menu force closes, so I can't get as far as setting the language!
Sent from my GT-N7105 using xda premium
kkoolpatz said:
Has this worked for anybody? Can someone without the features file confirm if this works?
Click to expand...
Click to collapse
Edit: you can edit the others file instead if you haven't got the features file - it seems to work the same.
Sent from my GT-N7100 using xda app-developers app
xcxa23 said:
hmm.. perhaps.. what language did u choose?? currently i was on omega v7.3 which is also 4.1.2 leaked version..
can u try to change ur the phone language to english(US) and then reboot see can it be fix? cos the code is intented for US and i duno what is the code for UK
perviously i choose UK and the sub does not appear, after change to UK it did appear.
Click to expand...
Click to collapse
I'm too on Omega which is 4.1.2 and it works for me.
mitchelln said:
I tried this on my EE UK N7105 running 4.1.2, but no sub characters on the keyboard after reboot. Also causes the Samsung keyboard to force close when you click on the keyboard settings unfortunately. I guess they've changed the code in 4.1.2.
Click to expand...
Click to collapse
The code is for UK as well as US. Make sure there is no space in the line. the formatting on the first page shows as if there is a space between en and _GB
Interesting, turns out if I just download the US laguage then I get the symbols - but I lose the option for handwriting recognition next to the spacebar. Hmmm....
Sent from my GT-N7100 using xda app-developers app
Related
Looking for a way to insert new lines in the default SMS application (through the stock keyboard), I've modified the Mms.apk to enable inserting new lines (Enter key) in an SMS.
This thread was originally posted on the Nexus S Themes and Apps forum. I've decided to post this new thread on the general Android forum for a wider audience after being tested working on a Galaxy Tab 10.1 3G Model (P7500) and reported working on a Samsung Galaxy S II running CM9 ROMs.
Original Nexus S thread: Modified Mms.apk With Next Line (Enter Button) Support
Update:
If you are on a Jelly Bean ROM and would want the same feature as this mod but use a different version of the Mms.apk (i.e. and updated version, etc.) you can try my modified LatinIME.apk here: [APP][MOD][JB][CM10] Modified LatinIME.apk for Mms Newlines & Tablet Number Mod. It will allow you to insert new lines without the need to modify your Mms.apk again.
Click to expand...
Click to collapse
Instructions
Backup your current Mms.apk before using this one.
Rename the dowloaded apk file (from the link below) to Mms.apk.
Using Root Explorer (or any file manager of your preference) copy file to /system/app.
Set proper permissions (rw-r--r-- or 644).
Set File ownership to root:root.
Hit the Thanks button if you liked this one.
Enjoy!
Download
- JB V1: Mms-NextLineV1-JB.apk
- ICS V5: Mms-NextLineV5-ICS.apk
Note: JB version may or may not work on an ICS ROM or vice versa. Patched JB Mms.apk was not tested on an ICS ROM or the ICS version on JB.
Troubleshooting
1. Missing Messaging icon in launcher:
- Verify that Mms.apk has proper permissions and ownership. (See Instructions)
- Reboot device.
2. Force closing when opening message threads:
- Are you running a non-vanilla ROM? (ie. TouchWiz ROMs)
- Samsung has a database issue with the vanilla version of the Mms.apk. You can try using this patched apk: MmsTW.patched.apk
Note: The above apk (MmsTW.patched.apk) is a patched version of the apk from https://play.google.com/store/apps/details?id=com.concentriclivers.mms.com.android.mms to support entering new lines. The base apk's credit goes to the original author. Features don't include features from the CM9 apk (ie. Emoji support, gestures, etc).
Click to expand...
Click to collapse
Change Log
JB Version 1: (Mms-NextLineV1-JB.apk) 2012-07-26
- Patched Jelly Bean Mms.apk file.
ICS Version 5: (Mms-NextLineV5-ICS.apk) 2012-05-19
- Updated base Mms.apk file.
- Various fixes (Gestures, etc).
ICS Version 4: (Mms-NextLineV4-ICS.apk) 2012-05-07
- Updated base Mms.apk file.
- Emoji support.
ICS Version 3: (Mms-NextLineV3-ICS.apk) 2012-04-01
- Updated base Mms.apk file from ICS 4.0.4. (From fipsib)
ICS Version 2: (Mms-NextLineV2-ICS.apk) 2012-03-02
- Updated base Mms.apk file. (With contact images in notifications from fipsib)
- Fixed FC when attaching images/multimedia.
ICS Version 1: (Mms-NextLine-ICS.apk) 2012-01-21
- Ported patch to ICS Mms.apk
- Initial ICS release.
Guide to manually apply mod to apk:
- http://forum.xda-developers.com/showpost.php?p=21956763&postcount=25
Click to expand...
Click to collapse
Notes
Modified ICS APK should work on most (if not all) deodexed vanilla ICS ROMS. Apk may or may not work on ROMs not running vanilla ICS. Some manufacturers (Samsung - TouchWiz, HTC - Sense, etc.) introduce other features to their ROMs that can render the patched apk nonfunctional. Prepare a backup properly before trying the posted apk.
ICS version is reported to also work on Samsung Galaxy S2 running CM9 (by rehanraza)
Tested using Nexus S i9023 on respective ICS and CM9 KANG Builds. (APK should be fine on GSM versions of the Nexus S)
Tested and working on a Galaxy Tab 10.1 3G Model (P7500).
Reported not working on Nexus S 4G phones (and probably on other 4G phones too). (by blacknet101)
Modifications were inspired from: http://code.google.com/p/cyanogenmod/issues/detail?id=2898 and additional smali edits to bypass the Send on Enter check.
Let me know if this works for you or not (Please indicate your current ROM and phone model: i.e. i9020, i9023, etc.)
If you are experiencing errors and FCs, please provide a logcat if possible.
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Older Versions
ICS V4: Mms-NextLineV4-ICS.apk
ICS V3: Mms-NextLineV3-ICS.apk
ICS V2: Mms-NextLineV2-ICS.apk
ICS V1: Mms-NextLine-ICS.apk
Please download the appropriate file for your ROM.
Apply mod at your own risk.
Oh damn, I'm sorry I forgot to tell you all that time that it's working perfectly on the GT-i9000 with the CM9 Builds & Nightlys
Thanks working perfectly...
Sent from my HTC PH39100 using Tapatalk
jsanta11 said:
Thanks working perfectly...
Sent from my HTC PH39100 using Tapatalk
Click to expand...
Click to collapse
which ROM are you running currently?
---------- Post added at 08:51 PM ---------- Previous post was at 08:42 PM ----------
as this might get bigger now, I'd add two (or even three) more steps to the installation process:
1. go into Airplane mode to avoid loosing incoming messages while changing the .apks
7. reboot
(8. Place the icon of the application on your launcher's desktop again if you'd like to have it there)
think this will help people who are not too familiar with this kind of stuff
Why the HECK are you doing smali hacks on an APK for which original Java source code is available?
Entropy512 said:
Why the HECK are you doing smali hacks on an APK for which original Java source code is available?
Click to expand...
Click to collapse
Glad to see you took a look at this... xD
I
fipsib said:
which ROM are you running currently?
---------- Post added at 08:51 PM ---------- Previous post was at 08:42 PM ----------
as this might get bigger now, I'd add two (or even three) more steps to the installation process:
1. go into Airplane mode to avoid loosing incoming messages while changing the .apks
7. reboot
(8. Place the icon of the application on your launcher's desktop again if you'd like to have it there)
think this will help people who are not too familiar with this kind of stuff
Click to expand...
Click to collapse
HTC vivid wcx ics rom.. No issues so far
Update can't send mms it attaches but never sends
Sent from my HTC PH39100 using Tapatalk
any chance for inverted?
Entropy512 said:
Why the HECK are you doing smali hacks on an APK for which original Java source code is available?
Click to expand...
Click to collapse
what is a / the disadvantage of using them?
sorry for the newby question, I'm trying to get into this Java Stuff O
Entropy512 said:
Why the HECK are you doing smali hacks on an APK for which original Java source code is available?
Click to expand...
Click to collapse
I'm comfortable with the smali edits than compiling it from source.. its more accessible for me.. I'll try to write a source code patch later if you're looking for one.
mikko3024 said:
I'm comfortable with the smali edits than compiling it from source.. its more accessible for me.. I'll try to write a source code patch later if you're looking for one.
Click to expand...
Click to collapse
& this sourcecode patch could be implemented into CM9 via Gerrit/Github, couldn't it ?
This looks absolutely amazing and how the MMS app should look, unfortunately nobody can get it to work with the recent ICS leak for the Skyrocket, GS2 tmobile, or note. It opens, but force closes when you select a thread.
We all REALLY want this, and I'm wondering if maybe there are other related files that may be needed for us to work? for instance i gave a note user the VVM app, and it didnt work until i also provided the jar and xml files i found by searching in root explorer.
Any help to get this to work on our phones would be greatly appreciated by many and worthy of large donations.
forked and modified source at https://github.com/mikko3024/android_packages_apps_Mms
Thanks for this, I've been frustrated with the lack of the next line option and have sent several wrong messages after hitting the enter key by mistake
fipsib said:
& this sourcecode patch could be implemented into CM9 via Gerrit/Github, couldn't it ?
Click to expand...
Click to collapse
Correct - http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit
I'd suggest taking those two patches, squashing them, and uploading the squashed commits to gerrit for review.
Since you've already made the changes, I would suggest:
Code:
git log --oneline
figure out the commit ID for just before your changes
Code:
git format-patch <change ID from above>
Copy the two .patch files somewhere
Start a fresh repo branch per the HOWTO above
Code:
git am <first patch file>
git am <second patch file>
git rebase -i github/ics
Squash the two commits, maybe reword the commit messages a bit, look on review.cyanogenmod.com for some formatting tips
Then do a repo upload - after this add some reviews to the submission. Not sure who to add for MMS - look at the change history for the MMS package for hints.
Can I make this work in SGS1?
Sent from my GT-I9000 using XDA
farazhassankhan said:
Can I make this work in SGS1?
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
depends which ROM you are using I guess.
For me Running CM9 on the SGS1 it works perfectly!
if you're on Gingerbread, you should download the older Version for Gingerbread,.. so backup your Rom &/or your mms.apk & try it!
//edit: CM7/GGB Version can be found here
How To Do It
thanks for writing back mate.
I am running ICS 4.0.4. I have downloaded relevent file but dont know how to do this permission thingy. Can you help me with this. Thanks bro
farazhassankhan said:
thanks for writing back mate.
I am running ICS 4.0.4. I have downloaded relevent file but dont know how to do this permission thingy. Can you help me with this. Thanks bro
Click to expand...
Click to collapse
Just press thanks that's everything I ask for
ehm do you have root manager installed?
after you've moved the apk to system/app touch it for a few seconds & a new menu should pop up where you can select permissions & owner
Thank You fipsib
fipsib said:
Just press thanks that's everything I ask for
ehm do you have root manager installed?
after you've moved the apk to system/app touch it for a few seconds & a new menu should pop up where you can select permissions & owner
Click to expand...
Click to collapse
Thanks a million my friend. It is working perfectly on ICS stock messeging application. Thank you so very much.
One last thing. I wana hit "Thank You" for your help. Where can I find this Thank You button Sorry I am new to this forum world. Stay blessed
I just saw that "Thank you" button. Going to press that and sorry for being dumb.
Now add Punjabi or other regional language to Android 4.x (also to some stubborn devices)
http://forum.xda-developers.com/general/general/adding-punjabi-gurmukhi-to-android-4-x-t2917481
Angry on boxes in facebook,twitter etc. instead of Punjabi?
well some solutions r here:
If you don't want to root your phone then
option 1= install peacock browser form market(free).:good: (tried on Motorola DEFY)
Option 2=install opera {worked greatly on Redmi 1S}
1. Type "opera:config"(or try "configpera" or "about:config") in address bar.
2. Scroll down and look for 'Use bitmap fonts for complex scripts' and select yes.
3. Click save.
4. Enjoy
These two options are only limited to these browsers,you need to open the fb,twitter etc. in these browsers.
option 3 {working greatly on Moto DEFY CM 7.2 but i'll not be responsible for any damage happend to phone}
1. Root your phone. (will void your warranty) {try this step at your own risk}
2. Download 'FX' from market and install root access from within the app.
3. Download 'DroidSansFallback.zip' attached file.
5. Open fx explorer and locate your file, extract it, copy the font, go to #/System/Fonts, then replace {backup this original file} already existing DroidSansFallback.ttf with the copied file. make sure you click on Lock Icon(in top right corner} before you paste font in fonts directory.
6. 'Permissions' should be rw-r-r.(to easily see this,change the view to list}
otherwise long click on copied file,select permissions.
7.after this successful copy operation, again click the lock icon to lock the system files. sometimes it shows an error. in that case, just hit back button, try here again.
8. if not successful in upper step, hit the back button one more time. now if u find the lock icon to the already locked state, unlock and then lock it.
9.exit the app.
10.immediately Reboot your phone and hit thanks!
View attachment 3579756 View attachment 3579757 View attachment 3579758
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To write in Punjabi,
install Gurmukhi Keyboard from market.
Checkout:
There is a issue with this attached file. It doesn't show some characters like stars, bolts etc. But i solved this in the following link.
http://forum.xda-developers.com/showthread.php?t=2309286
Add Hindi & Punjabi Both
http://forum.xda-developers.com/general/rooting-roms/adding-hindi-punjabi-to-android-t2849345
Thank you veere, I will try out these steps today on my Note 2... and let you know how it goes... or your other method in the link...
It works perfect on my lg g2x. oo bhaji Tusi Sha Gie oye....
Thank you.
Oh interesting, thanks for making a walkthrough like that!
The only other way I've seen it possible is through apps like Panini Keypad
Anyways, thanks though, this is great!
This works great n i can see punjabi instead of boxes in facebook... but few words overlap with some other language so its hard to read that word..n if u guys want to use punjabi keboard then download multiling keabord.. its also working perfectly.. thanks
mandy D said:
Angry on boxes in facebook,twitter etc. instead of Punjabi?
well some solutions r here:
If you don't want to root your phone then
option 1= install peacock browser form market(free).:good: (tried on Motorola DEFY)
Option 2=install opera {didn't try this option}
1. Type "opera:config"(or try "configpera" or "about:config") in address bar.
2. Scroll down and look for 'Use bitmap fonts for complex scripts' and select yes.
3. Click save.
4. Enjoy
These two options are only limited to these browsers,you need to open the fb,twitter etc. in these browsers.
option 3{try this procedure at your own risk} {using it on Moto DEFY CM 7.2}:laugh:
To install a punjabi font you must root your phone
1. Root your phone. (will void your warranty)
2. Download 'FX' from market.
3. Download 'DroidSansFallback.ttf.zip' attached file to your sd card.
5. Open fx explorer and locate your file,exract it, copy the font, go to /System/Fonts, then replace {backup this original file to sd card} already existing DroidSansFallback.ttf with the copied file. make sure you click on Lock Icon(in top right corner} before you paste font in fonts directory.
6. 'Permissions' should be rw-r-r.(to easily see this,change the view to list}
otherwise long click on copied file,select permissions.
7.exit the app.
8.immediately Reboot your phone and enjoy.
To write in Punjabi,
install Gurmukhi Keyboard from market.
Checkout:
Add Punjabi w/o disabling original DroidSansFallback font chracters, open this
http://forum.xda-developers.com/showthread.php?t=2309286
Click to expand...
Click to collapse
This is ferfect.. i just replace the font file n i dont see tamil language anymore..its 100% punjabi now..☺☺
justforgot said:
It works perfect on my lg g2x. oo bhaji Tusi Sha Gie oye....
Thank you.
Click to expand...
Click to collapse
just serving my mother tongue!!!!
Brother Mandy. Everything seems to work fine.
When ever i open something in the stock browser it shows punjabi nothing is in english when opening website like facebook, youtube etc.
Any way to fix that..
justforgot said:
Brother Mandy. Everything seems to work fine.
When ever i open something in the stock browser it shows punjabi nothing is in english when opening website like facebook, youtube etc.
Any way to fix that..
Click to expand...
Click to collapse
do all english chracters are replaced by punjabi? all of them?
mandy D said:
do all english chracters are replaced by punjabi? all of them?
Click to expand...
Click to collapse
No Everything is english as long as i don't open up the browser.
justforgot said:
No Everything is english as long as i don't open up the browser.
Click to expand...
Click to collapse
okay, when u open facebook etc. in your stock browser, only then the problem is there?? otherwise no problem?
Every app works fine but when i start to use my stock browser to open google.com or yahoo.com some website its sometimes in punjabi but o well i don't use this phone any more.
Its realy good bai ji perfect working
Sent from my Xperia Neo V using XDA Premium 4 mobile app
matra thik nahin aundi
sir,
ਪੰਜਾਬੀ ਦੀ ਸਿਹਾਰੀ ਆਖਰ ਦੇ ਨਾਲ ਨਹੀਂ ਆਉਂਦੀ
ਇਹ ਅਗਲੇ ਆਖਰ ਦੇ ਨਾਲ ਸ਼ਿਫਟ ਹੋ ਜਾਂਦੀ ਹੈ
android ੨.੨.੨. ਮੋਬਿਲੇ ਫੋਨ
lokjain2007 said:
sir,
ਪੰਜਾਬੀ ਦੀ ਸਿਹਾਰੀ ਆਖਰ ਦੇ ਨਾਲ ਨਹੀਂ ਆਉਂਦੀ
ਇਹ ਅਗਲੇ ਆਖਰ ਦੇ ਨਾਲ ਸ਼ਿਫਟ ਹੋ ਜਾਂਦੀ ਹੈ
android ੨.੨.੨. ਮੋਬਿਲੇ ਫੋਨ
Click to expand...
Click to collapse
veere eh phone ch hi eda show hundi aa, computer te ya hor uni-code language wale system te sahi dikhdi aa.
trying to get it right
Je fer v na challe taa eh try karo..
6. 'Permissions' should be rw-r-r.(to easily see this,change the view to list}
ess step nu skip krdo( Permissions nu rw-rw- rehn do) see link for more detailed info.
its work on facebook. Je work kare taa Thanks krdo.
grewaltanvir said:
6. 'Permissions' should be rw-r-r.(to easily see this,change the view to list}
ess step nu skip krdo( Permissions nu rw-rw- rehn do) see link for more detailed info.
its work on facebook. Je work kare taa Thanks krdo.
Click to expand...
Click to collapse
is it for 'sihari', you are sugessting ??
doesnt wrk broo
mai sare step sahi karle bro..par punjabi aje v ni aayi.. i m using canvas nitro a311 4.4.2
shubhjot999 said:
mai sare step sahi karle bro..par punjabi aje v ni aayi.. i m using canvas nitro a311 4.4.2
Click to expand...
Click to collapse
Try for Android 4.x procedure, given at the top bro
Hey quick question,
so from my understanding this font makes all webpages in punjabi. Would it be possible for example to have the stock browser display everything in Punjabi but have Chrome display in english still?
Thanks
[Guide][Settings] Enable Call/message block, factory reset password & about features
Hello folks, it's me again,,
Today I will present to you some hidden features in SecSettings.apk that you can toggle through CSC features..
All methods bellow just needs from you to add some lines in others.xml or feature.xml file (depending on your firmware), which can be found in /system/csc folder in your phone, anywhere after <FeatureSet> and before </FeatureSet>, fix permissions to rw-r--r-- (chmod 644) then reboot the phone for changes to take effect.. and that's it.. easy peasy lemon squeezy .
★ Call and message block ★
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is different from block mode..!! In block mode you can block all calls and messages and give some allow list; here it is the reverse, where you can have a custom black list of calls and messages (more convenient for me, so no need to download call black list app ).
This option will be available directly in the settings menu.
How:
Just add this line in others.xml or feature.xml, fix permissions to rw-r--r-- and then reboot:
Code:
<CscFeature_Setting_EnableMenuBlockCallMsg>TRUE</CscFeature_Setting_EnableMenuBlockCallMsg>
***
★ Factory data reset password ★
This will increase your safety from having accidental unwanted factory reset (especially if you have playing kitten at home..!!)
This option will be available in the security sub-settings menu.
How:
Just add this line in others.xml or feature.xml, fix permissions to rw-r--r-- and then reboot:
Code:
<CscFeature_Setting_EnableFactoryResetPasswordWhenNoSIM>TRUE</CscFeature_Setting_EnableFactoryResetPasswordWhenNoSIM>
***
★ About device extra and hiding displays ★
Are these features.!!?? They are more like an info display for me..!!
Display installed variant (for your ego.!!):
Just add this line in others.xml or feature.xml, fix permissions to rw-r--r-- and then reboot:
Code:
<CscFeature_Common_EnableRegionalDevice>TRUE</CscFeature_Common_EnableRegionalDevice>
Display hardware version (for your ego.!!):
Just add this line in others.xml or feature.xml, fix permissions to rw-r--r-- and then reboot:
Code:
<CscFeature_Setting_EnableHwVersionDisplay>TRUE</CscFeature_Setting_EnableHwVersionDisplay>
Hide Update Software option (no more playing with xml in SecSettings.apk to do that now ):
Just add this line in others.xml or feature.xml, fix permissions to rw-r--r-- and then reboot:
Code:
<CscFeature_Setting_DisableMenuSoftwareUpdate>TRUE</CscFeature_Setting_DisableMenuSoftwareUpdate>
I will come back after searching for other csc features to enable,,
Until then, please enjoy these new features
Cheers..
Grear Bro,
Working flawlessly, I love Block Call/SMS option.
Need more from you.
Cheers!!:good:
hi majdini
What is variant installed? because he says a country other than my own? can I change it? right to the EGO :laugh::laugh::laugh:
Welcome back mate and thanks for the new guide
Sent from my GT-I9205 using xda app-developers app
mjrifath said:
Grear Bro,
Working flawlessly, I love Block Call/SMS option.
Need more from you.
Cheers!!:good:
Click to expand...
Click to collapse
Yes,, I'll do,, although decompiling all apks and looking into their smalis for CscFeature is time consuming..!!
asmanao said:
hi majdini
What is variant installed? because he says a country other than my own? can I change it? right to the EGO :laugh::laugh::laugh:
Click to expand...
Click to collapse
heh,, it is just ego man.. I will look at it later, but it is not my priority..
Warnahly said:
Welcome back mate and thanks for the new guide
Sent from my GT-I9205 using xda app-developers app
Click to expand...
Click to collapse
My pleasure..
it does not matter it was just a curiosity.
Lt9 hidden settings
Hi Majdinj and everyone else, good to see you exploring the hidden features.
Some time ago I collected all the hidden csc settings for LT9 firmware but I would assume this is for all JB 4.1.2 firmware for Note 1 & 2.
Not all will work but you are all welcome to try each one and see which works on your phone.
To try you will need to put it in this type of format and copy into your features.xml or others.xml located in system/csc. Like this;
HTML:
<FeatureSet>
<CscFeature_XXX>TRUE</CscFeature_XXX>
</FeatureSet>
For example to enable secondary symbols on keyboard you will do this;
HTML:
<FeatureSet>
<CscFeature_Sip_EnableSymbolInSecondary>de;en_US;en_GB</CscFeature_Sip_EnableSymbolInSecondary>
</FeatureSet>
So here is the complete list of Hidden Features that may be (or maybe not be enabled). Please test away and report your findings -
##CALENDAR##
"CscFeature_Calendar_AddItem4SearchApp"
"CscFeature_Calendar_DisableKies"
"CscFeature_Calendar_EnableGateMsg"
"CscFeature_Calendar_EnableLocalHolidayDisplay"
"CscFeature_Calendar_EnableLunar"
"CscFeature_Calendar_EnableMsgReminder"
"CscFeature_Calendar_EnableSDCardImport"
"CscFeature_Calendar_EnableShiftedWeekNumber"
"CscFeature_Calender_EnableWeatherInfo"
"CscFeature_Calendar_ReplaceMenuAutoNavi"
"CscFeature_Calendar_SetColorOfDays"
##CALL DIALER LOG SETTINGS##
"CscFeature_Phone_DisableEnterNCK"
"CscFeature_Phone_DisableQuitNetworkLockByManual"
"CscFeature_Settings_Airplane_Wifi_Dependency"
"CscFeature_Setting_BlockToSelectDunApnType"
"CscFeature_Setting_ChangeApprovedModemVersion"
"CscFeature_Settings_CSCDisable"
"CscFeature_Setting_DefScreenLockType"
"CscFeature_Setting_DisableIsraelCountry"
"CscFeature_Setting_DisableMenuSoftwareUpdate"
"CscFeature_Setting_DisableMenuFindMyMobile"
"CscFeature_Setting_EditOption4ApnType"
"CscFeature_Setting_EnableConversion4MEIDAndESN"
"CscFeature_Setting_EnableDeviceInfo4Vzw"
"CscFeature_Setting_EnableHwVersionDisplay"
"CscFeature_Setting_EnablePromptPopupWhenActivatingDataConnection"
"CscFeature_Setting_EnableRoamingMenu"
"CscFeature_Setting_EnableEditingIpVersionType"
"CscFeature_Setting_EnableFactoryResetPasswordWhenNoSIM"
"CscFeature_Setting_EnableMenuBlockCallMsg"
"CscFeature_Setting_EnableMenuDownloadContents"
"CscFeature_Setting_EnableModemResetDuringFactoryReset"
"CscFeature_Setting_EnableMyPhonebookAccount"
"CscFeature_Setting_EnableSimChangeAlertOnly4FindMobile"
"CscFeature_Setting_FixApn4SpecificMccMnc"
"CscFeature_Setting_RemoveDisableButtonInAppMgr"
"CscFeature_Setting_RemoveMenuInLockScreenTicker"
"CscFeature_Setting_ReplaceLabel4DeveloperOptionAs"
"CscFeature_Setting_ReplaceMenuLockAutoAs"
"CscFeature_Setting_ReplaceShortCutCustHwKeyAs"
"CscFeature_Settings_Reset_Password"
"CscFeature_Setting_SetupwizardLinkToApk"
"CscFeature_Setting_SetLockScreenComponent"
"CscFeature_Setting_ShortcutListInLockScreen"
"CscFeature_Setting_SkipStepsDuringSamsungSetupWizard"
"CscFeature_Setting_SkipWifiActvDuringSetupWizard"
"CscFeature_Setting_UninstallablePackageListInHidden"
"CscFeature_Setting_UseDefaultTtsEngineAs"
"CscFeature_Setting_UseMyPhonebookAppNameAs"
"CscFeature_Settings_WaitToneVolumeDisable"
"CscFeature_Setting_CustNetworkSelMenu4"
"CscFeature_Setting_DataRoamingOption"
"CscFeature_Setting_DisableNetworkMode"
"CscFeature_Setting_EnableSeparateSilentModeFromVolumeControl"
"CscFeature_Setting_EnableDataRoamingMenuInDetail"
"CscFeature_Setting_EnableDataServicePopup"
"CscFeature_Settig_EnableDataTariffWizard"
"CscFeature_Setting_EnableMenuNetworkMode"
"CscFeature_Setting_HideApnList"
"CscFeature_Setting_NotiLteAvailableStatus"
"CscFeature_Setting_OperatorSpecificPreConfigKeyString"
"CscFeature_VoiceCall_AddLogsItem4SearchApp"
"CscFeature_VoiceCall_EnableBeepVibration4UssdAlert"
"CscFeature_VoiceCall_EnableVmsNumberAsDefaultInCallForwarding"
"CscFeature_VoiceCall_DisableAutoAnswerInSilentNEarjactMode"
"CscFeature_VoiceCall_DisableDisplayVoicemailKeypad"
"CscFeature_VoiceCall_DisableEditingCallerID"
"CscFeature_VoiceCall_DisableGeoDescription"
"CscFeature_VoiceCall_DisablePopupMsgWhenDeactivatingCallForwarding"
"CscFeature_VoiceCall_DisableToastPopupWhenMOConditionalCallForwarding"
"CscFeature_VoiceCall_DisableUssdCancelPopup"
"CscFeature_VoiceCall_EnableWizard1stCall4Tablet"
"CscFeature_VoiceCall_EnableBlockFdnWithParticularLine"
"CscFeature_VoiceCall_EnableDetailCallEndCause"
"CscFeature_VoiceCall_EnableDisplaySdnNameDuringCall"
"CscFeature_VoiceCall_EnableDisplayVMTelNumDuringCall"
"CscFeature_VoiceCall_EnablePrefix4LongDistanceCallAs"
"CscFeature_VoiceCall_EnableSeparateCallReject"
"CscFeature_VoiceCall_EnableSSC"
"CscFeature_VoiceCall_EnableCallButtonInFdnList"
"CscFeature_VoiceCall_IPCallPrefix"
"CscFeature_VoiceCall_KeypadTypeToDigit4UssdInput"
"CscFeature_VoiceCall_RemoveCallButtonInLogsList"
"CscFeature_VoiceCall_RemoveMmiCompletePopup"
"CscFeature_VoiceCall_ServiceNumberDisplay"
"CscFeature_VoiceCall_TotalCallTime"
"CscFeature_VoiceCall_TunnigCallWaitingToneAs"
"CscFeature_VoiceCall_UseEccDialerInCaseOfNoInternalMemory"
"CscFeature_VoiceCall_VvmHotKeyAs"
"CscFeature_Setting_DisableMenuBearerInApnEdit"
##CAMERA##
"CscFeature_Camera_BatteryADC"
"CscFeature_Camera_BatteryTemperatureCheck"
"CscFeature_Camera_CamcorderDefaultSideMenu"
"CscFeature_Camera_CamcorderDoNotPauseMusic"
"CscFeature_Camera_CamcorderEnablePromptPopupToSelectRecMode"
"CscFeature_Camera_DefaultSideMenu"
"CscFeature_Camera_DisableGPSMenu"
"CscFeature_Camera_EnableCameraDuringCall"
"CscFeature_Camera_EnableSmsNotiPopup"
"CscFeature_Camera_CameraFlicker"
"CscFeature_Camera_SecurityMdmService"
"CscFeature_Camera_ShutterSoundMenu"
"CscFeature_Camera_UseShareShotFolderAs"
##COMMON##
"CscFeature_Common_AddExtMobilePrint"
"CscFeature_Common_AddPrefix4InternationalCall"
"CscFeature_Common_AllowExternalApkUsage"
"CscFeature_Common_BlockPinchZoom"
"CscFeature_Common_DisableAppSync"
"CscFeature_Common_DisableGoogle"
"CscFeature_Common_DisableMenu4GalSearch"
"CscFeature_Common_DisablePhoneNumberFormatting"
"CscFeature_Common_EnableLiveDemo"
"CscFeature_Common_EnableLocalizedDateFormat4"
"CscFeature_Common_EnableMobileOfficeMdm"
"CscFeature_Common_EnableOnDeviceHelp"
"CscFeature_Common_EnableRegionalDevice"
"CscFeature_Common_EnableRingtoneFromMusicLibrary"
"CscFeature_Common_EnableSUA"
"CscFeature_Common_EnableUiDisplayMirroring"
"CscFeature_Common_EnableVIPMode"
"CscFeature_Common_EnableNotificationWhenDeviceMemoryFull"
"CscFeature_Common_MyPhonebookBrandName"
"CscFeature_Common_ParamAppSync"
"CscFeature_Common_UseChameleon"
"CscFeature_Common_Vibration4NotiDuringCall"
##CONTACTS##
"CscFeature_Contact_AddPreloadedSpeedDialAs"
"CscFeature_Contact_ANRConfig"
"CscFeature_Contact_BlockFormatMyProfile"
"CscFeature_Contact_CheckSimAlphaLength4UnicodeName"
"CscFeature_Contact_DisableAccountIconsInContactList"
"CscFeature_Contact_DisableMenuAddToRejectList"
"CscFeature_Contact_DisableCallDuration"
"CscFeature_Contact_DisableContactPhoto"
"CscFeature_Contact_DisableDialerSearch4LatinKorean"
"CscFeature_Contact_DisableEmergencyGroup"
"CscFeature_Contact_DisableGoogleMapIntegration"
"CscFeature_Contact_DisableGoogleTalk"
"CscFeature_Contact_DisableMenuNameOrder"
"CscFeature_Contact_DisableMenuSimExport"
"CscFeature_Contact_DisableMenuSimExportImport"
"CscFeature_Contact_DisableMergeWithGoogle"
"CscFeature_Contact_DisableMessageLog"
"CscFeature_Contact_DisableSIMContacts"
"CscFeature_Contact_DisableSipAddress"
"CscFeature_Contact_DisableSnsInfoInListView"
"CscFeature_Contact_DisableTriggerInternetCall"
"CscFeature_Contact_DoNotSaveEcc"
"CscFeature_Contact_DoNotSaveOtaSpNumber"
"CscFeature_Contact_EnableAAB"
"CscFeature_Contact_EnableAABYP"
"CscFeature_Contact_EnableAutoGenerationPhoneticName"
"CscFeature_Contact_EnableBackupAssistance"
"CscFeature_Contact_EnableBackupSvc4Ctc"
"CscFeature_Contact_EnableBPMFSortList"
"CscFeature_Contact_EnableCallButtonInList"
"CscFeature_Contact_EnableCallerIdSearch4Korea"
"CscFeature_Contact_EnableCopyToDialer"
"CscFeature_Contact_EnableDeleteMultipleAllOptionPerStorage"
"CscFeature_Contact_EnableDialerSearchList4China"
"CscFeature_Contact_EnableDocomoAccountAsDefault"
"CscFeature_Contact_EnableDynCallerIdMatchingDigitWithAutoSim"
"CscFeature_Contact_EnableExceptionHandling4Corea"
"CscFeature_Contact_EnableIcon4SyncContact"
"CscFeature_Contact_EnableIconTextOnActionBar"
"CscFeature_Contact_EnableIPCall"
"CscFeature_Contact_EnableKsc5601Encoding"
"CscFeature_Contact_EnableMenuGroupVideoCall"
"CscFeature_Contact_EnableMenuMDN"
"CscFeature_Contact_EnableMenuStorageStatus"
"CscFeature_Contact_EnableMultiplePinyinSearch"
"CscFeature_Contact_EnableNotificationWhenDeviceMemoryFull"
"CscFeature_Contact_EnableOptionToSelectEmailMMS4EmailAddress"
"CscFeature_Contact_PromptToDeleteFieldDuringEdit"
"CscFeature_Contact_EnablePromptToExitAndSaveInEditing"
"CscFeature_Contact_EnablePuzzySearch"
"CscFeature_Contact_EnableQRCode"
"CscFeature_Contact_EnableQuickContactBadgeInAllLogs"
"CscFeature_Contact_EnableSelectableListToExportSdCard"
"CscFeature_Contact_EnableSelectAllAsMsgRecipient"
"CscFeature_Contact_EnableStrokeSortList"
"CscFeature_Contact_EnableToastPopup4StopDeletingOperationByCall"
"CscFeature_Contact_ExportAllNumberToSIM"
"CscFeature_Contact_ExportToSimPhoneAccountOnly"
"CscFeature_Contact_ExtendSpeedDialTo100"
"CscFeature_Contact_FastScrollDepth"
"CscFeature_Contact_FavoritesWidgetRows"
"CscFeature_Contact_FixedEngModeInListBrowsing"
"CscFeature_Contact_FixMainTabWhenAppLaunched"
"CscFeature_Contact_ImProviderFirstPostion_As"
"CscFeature_Contact_LimitNameLength"
"CscFeature_Contact_MaxCountVcardAttachment"
"CscFeature_Contact_RemoveActionBarTitle"
"CscFeature_Contact_RemoveLog4DeletedMsg"
"CscFeature_Contact_ReplaceLabelDualModeSim"
"CscFeature_Contact_ReplaceLabelEmergency4"
"CscFeature_Contact_ReplacePackageAs"
"CscFeature_Contact_SearchNameIgnoringCommonPrefix"
"CscFeature_Contact_SeparateLookupTable4ChinaDialerSearch"
"CscFeature_Contact_SetLinkCountMaxAs"
"CscFeature_Contact_UnlimitedSimContactNumber"
"CscFeature_Contact_UseMobileTypeAsDefaultWhenAddingNumber"
"CscFeature_Contact_UseSeparateAddressField"
"CscFeature_Contact_UseUniNameField"
##EMAIL##
"CscFeature_Email_ActivateAccountWithPredefinedIdPwd"
"CscFeature_Email_AddIspAccount"
"CscFeature_Email_AlignmentForRTL"
"CscFeature_Email_AnotherResolutionDisplay"
"CscFeature_Email_DisableAutoDomainGenerationDuringManualSetup"
"CscFeature_Email_DisableFontAttributeDuringComposing"
"CscFeature_Email_EasDisableOptionSyncInterval"
"CscFeature_Email_EasDoNotUseProxy"
"CscFeature_Email_EasSyncServiceCommandTimeoutValue"
"CscFeature_Email_EasSyncServiceConnectionTimeoutValue"
"CscFeature_Email_EnableAccountGenerationFromDM"
"CscFeature_Email_EnableDetailRecOption"
"CscFeature_Email_EnableIspAccount"
"CscFeature_Email_EnableLocalSymbolTable"
"CscFeature_Email_EnableNotiToMissedWidget"
"CscFeature_Email_EnableNotiWhenFwdWithUndownloadedContents"
"CscFeature_Email_EnableOnDeviceHelp"
"CscFeature_Email_EnablePopupWhenChangingSyncSchedule"
"CscFeature_Email_EnablePromptToSelectApp4EmailAddress"
"CscFeature_Email_EnablePromptWhenSendingEmptySubject"
"CscFeature_Email_EnableSaveAsAttachment"
"CscFeature_Email_EnableSyncAndConnect"
"CscFeature_Email_ReplaceHintDomainAs"
"CscFeature_Email_ReplaceNotiIcon4"
"CscFeature_Email_ReplaceUnsupportedCharWithUnderbarInAttachment"
"CscFeature_Email_SetDownloadFolderNameByMimeType"
"CscFeature_Email_SetPermanentAccount"
"CscFeature_Email_UseDefaultBrowserOnly4UrlLink"
"CscFeature_Email_UseFixedBgColorAsWhite"
"CscFeature_Email_UseFixedSmtpPortAs"
##FM RADIO##
"CscFeature_FMRadio_BandWidthAs"
"CscFeature_FMRadio_DeconstantAs"
"CscFeature_FMRadio_DefaultChannelAs"
"CscFeature_FMRadio_DisableMenuAf"
"CscFeature_FMRadio_DisableMenuRds"
"CscFeature_FMRadio_DisableRTPlusInfo"
"CscFeature_FMRadio_FrequencySpaceAs"
"CscFeature_FMRadio_RecordingVolumeAs"
"CscFeature_FMRadio_SetLocalTunning"
##FRAMEWORK##
"CscFeature_Framework_InvalidateFlag4SplitTouch"
"CscFeature_MultiWindow_AddOnApp"
"CscFeature_Framework_CheckValidApp4SpecificMccMnc"
"CscFeature_Framework_DisableCompensationTouchAreaInScrollBar"
"CscFeature_Framework_DisableForceClosePopup"
"CscFeature_Framework_DisablePenDetachmentAlert"
"CscFeature_Framework_EnableBidirection"
"CscFeature_Framework_EnableEmoji"
"CscFeature_Framework_EnableHarfbuzz"
"CscFeature_Framework_EnableLinuxCommonApi4"
"CscFeature_Framework_EnableScrCaptureSoundOnlyInCamera"
"CscFeature_Framework_EnableThaiVietReshaping"
"CscFeature_MultiWindow_ExcludedApp"
"CscFeature_Framework_FilterExtraPackage"
"CscFeature_Framework_HyperLinkDigit"
"CscFeature_Framework_JapaneseHWR"
"CscFeature_Sip_LangQwertyType4HwKey"
"CscFeature_Framework_NTTVoiceInput"
"CscFeature_UIFW_EnableStatusbarNetworkName"
"CscFeature_Framework_ReplaceDataTypeIconAsOpBrand"
##GALLERY##
"CscFeature_Gallery_AddAutoRotationIcon"
"CscFeature_Gallery_ChinaGsm_Change_Time_Format"
"CscFeature_Gallery_Delete_Location_Info"
"CscFeature_Gallery_Delete_Menu_Offline"
"CscFeature_Gallery_DisableMenuSetAsContact"
"CscFeature_Gallery_DisableMenuShareViaMsg"
"CscFeature_Gallery_EnableDocumentClassifier"
"CscFeature_Gallery_EnableOrangeCloudOnTopInShareVia"
"CscFeature_Gallery_ReplaceMenu_AutoNavi"
##GMS##
"CscFeature_GMS_DisableSetupWizard"
"CscFeature_GMS_ReplaceGMailBrandForGermany"
"CscFeature_GMS_SetClientIDBaseAm"
"CscFeature_GMS_SetClientIDBaseGmm"
"CscFeature_GMS_SetClientIDBaseMs"
"CscFeature_GMS_SetClientIDBaseYt"
##IMS##
"CscFeature_IMS_EnableIMS"
"CscFeature_IMS_EnableLTEVideoCall"
"CscFeature_IMS_EnableRCSe"
"CscFeature_IMS_EnableRCSPresence"
"CscFeature_IMS_EnableVoLTE"
##KIES##
"CscFeature_Kies_DrCategory"
"CscFeature_Kies_NpsCategory"
"CscFeature_Kies_SupportCategory"
"CscFeature_Kies_WifiCategory"
##LAUNCHER##
"CscFeature_Launcher_CloseFolderOnAppClick"
"CscFeature_Launcher_CustomAddToHomeDialog"
"CscFeature_Launcher_DefaultPageNumber"
"CscFeature_Launcher_DefaultPageNumberInEasyMode"
"CscFeature_Launcher_DisableFastScrollIndex"
"CscFeature_Launcher_DisableGoogleOption"
"CscFeature_Launcher_DisableHelpUI"
"CscFeature_Launcher_DisablePageRotation"
"CscFeature_Launcher_DisableTiltEffect"
"CscFeature_Launcher_EnableEasyLauncher"
"CscFeature_Launcher_EnableInegratedLauncher"
"CscFeature_Launcher_EnableViewByAlphabetAsDefault"
"CscFeature_Launcher_FixedStkTitleAs"
"CscFeature_Launcher_HomeScreenEditMode"
"CscFeature_Launcher_PromptToSelectApp4PhoneIcon"
"CscFeature_Launcher_ReplaceHotseatAreaInEditMode"
"CscFeature_Launcher_TotalPageCount"
"CscFeature_Launcher_TotalPageCountInEasyMode"
Continued next post......
..........Continued from previous post
##MEDIA PROVIDER##
"CscFeature_MediaProvider_AddDB4VAS"
"CscFeature_MediaProvider_AddTable4VT"
"CscFeature_MediaProvider_HideVoiceFilesInMusic"
"CscFeature_MediaScanner_FixLocaleTo"
"CscFeature_MediaScanner_SkipFolder4"
##MMS##
"CscFeature_Message_AddLogsToRecipientSearchList"
"CscFeature_Message_AddSendOptionInComposer"
"CscFeature_Message_CbChannelNb4DisplayInStatusBar"
"CscFeature_Message_CheckMaxRecipientLength"
"CscFeature_Message_CheckTelNumAreaCode"
"CscFeature_Message_CMASDiscardDuplicatedMsg"
"CscFeature_Message_CMASDiscardPresidentialCategory"
"CscFeature_Message_CMASDisplayDateDescriptionSeparately"
"CscFeature_Message_CMASDisplayLatest"
"CscFeature_Message_CMASDisplayNextMsg"
"CscFeature_Message_CMASDisplayPresidentialAsThreaded"
"CscFeature_Message_CMASEnableMenuAlertOption"
"CscFeature_Message_CMASEnableMenuTestCategory"
"CscFeature_Message_CMASEnableSoundAlert"
"CscFeature_Message_CMASEnableVibrationAlert"
"CscFeature_Message_CMASOperator"
"CscFeature_Message_CMASReplaceLabel4"
"CscFeature_Message_CMASSetPresidentialAsFirstPriority"
"CscFeature_Message_CMASSyncToServer4ExtremePriority"
"CscFeature_Message_CMASTestCategoryRecSetting"
"CscFeature_Message_CMASThreadMethod"
"CscFeature_Message_CMASTopPostion4UnreadMsg"
"CscFeature_Message_CreateNullDB4EmptyOriginator"
"CscFeature_Message_DisableAddRecipientsOption"
"CscFeature_Message_DisableBackgroundStyleWithImage"
"CscFeature_Message_DisableCBNotifications"
"CscFeature_Message_DisableContactThumbnailInMsgList"
"CscFeature_Message_DisableConvertingEffectBetweenSMSMMS"
"CscFeature_Message_DisableCopyToSim"
"CscFeature_Message_DisableDeleteButtonOnActionBar"
"CscFeature_Message_DisableDisplayNameAndNumberonTitle"
"CscFeature_Message_DisableDraftMessageBox"
"CscFeature_Message_DisableEnterKeyInput"
"CscFeature_Message_DisableLandscapeActionbarHide"
"CscFeature_Message_DisableLeftAttachButtonUI"
"CscFeature_Message_DisableLogs"
"CscFeature_Message_DisableMenuCBChannel"
"CscFeature_Message_DisableMenuCBLanguage"
"CscFeature_Message_DisableMenuCBMessage"
"CscFeature_Message_DisableMenuMmsCreationMode"
"CscFeature_Message_DisableMenuRequestMmsDeliveryReport"
"CscFeature_Message_DisableMenuRequestMmsReadReport"
"CscFeature_Message_DisableMenuSIMMessages"
"CscFeature_Message_DisableMenuSMSC"
"CscFeature_Message_DisableMenuSmsDeliveryReports"
"CscFeature_Message_DisableMenuSmsInputMode"
"CscFeature_Message_DisableMenuWapPush"
"CscFeature_Message_DisableMenuWapPushServiceLoading"
"CscFeature_Message_DisableMMS"
"CscFeature_Message_DisableMmsSlideshowAutoPlay"
"CscFeature_Message_DisableMmsSubject"
"CscFeature_Message_DisableOptionAttachAudio"
"CscFeature_Message_DisableOptionAttachLocation"
"CscFeature_Message_DisableOptionAttachVCalendar"
"CscFeature_Message_DisableOptionAttachVCard"
"CscFeature_Message_DisableOptionAttachVMemo"
"CscFeature_Message_DisableOptionAttachVTask"
"CscFeature_Message_DisableOptionRecordAudio"
"CscFeature_Message_DisableOverlayInMsgList"
"CscFeature_Message_DisablePhoneNumberFormattingInMsg"
"CscFeature_Message_DisablePlusButtonOnRecipientField"
"CscFeature_Message_DisablePlusInputInAddressField"
"CscFeature_Message_DisableRegisterToCalendar"
"CscFeature_Message_DisableSaveClassZeroMessage"
"CscFeature_Message_DisableSaveRingtoneMenu"
"CscFeature_Message_DisableSavingInbox4CbChannel"
"CscFeature_Message_DisableSlideShow4SingleTextMms"
"CscFeature_Message_DisableSmscEditable"
"CscFeature_Message_DisableSmsToMmsConversionByTextInput"
"CscFeature_Message_DiscardSpecificPortSms"
"CscFeature_Message_DiscardWapPush4SameTimeStamp"
"CscFeature_Message_DisplayMmsTimeAs"
"CscFeature_Message_DisplayPushSenderAddress"
"CscFeature_Message_DisplaySmsTimeAs"
"CscFeature_Message_EmbeddedTextTemplateType"
"CscFeature_Message_EnableAddContactIn1stDepthComposerOption"
"CscFeature_Message_EnableAlias"
"CscFeature_Message_EnableAllContextMenuInMsgViewer"
"CscFeature_Message_EnableAnonymousThread"
"CscFeature_Message_EnableBlackList"
"CscFeature_Message_EnableCbsVariation4"
"CscFeature_Message_EnableCheckFDNContactWhenMMSSend"
"CscFeature_Message_EnableCMAS4"
"CscFeature_Message_EnableCombineAndForwardMessage"
"CscFeature_Message_EnableContactInfoInBubble"
"CscFeature_Message_EnableDbBackupKeystring"
"CscFeature_Message_EnableDetailErrorPopupWhenSending"
"CscFeature_Message_EnableDisplayTotalCount4SimMsg"
"CscFeature_Message_EnableDSAC"
"CscFeature_Message_EnableEditingSenderAddress"
"CscFeature_Message_EnableEmailOverSMS"
"CscFeature_Message_EnableExtendSlideTimeToMediaDuration"
"CscFeature_Message_EnableFolderView"
"CscFeature_Message_EnableHttpHeader4LGU"
"CscFeature_Message_EnableLimitOnMmsSubject"
"CscFeature_Message_EnableListByLockedMessage"
"CscFeature_Message_EnableLocalSymbolTable"
"CscFeature_Message_EnableMenuInsertSenderInfoWhenFwdMsg"
"CscFeature_Message_EnableMenuMessageSignature"
"CscFeature_Message_EnableMenuMmsDeliveryTime"
"CscFeature_Message_EnableMenuMmsExpiryDate"
"CscFeature_Message_EnableMenuMmsPriority"
"CscFeature_Message_EnableMenuMmsServerAddress"
"CscFeature_Message_EnableMenuRemindAlert"
"CscFeature_Message_EnableMenuSendMmsDeliveryReport"
"CscFeature_Message_EnableMenuSmsExpiryDate"
"CscFeature_Message_EnableMenuVideoCallInConvList"
"CscFeature_Message_EnableMesageAutoView"
"CscFeature_Message_EnableMessageMaxTextLengthInAllSlides"
"CscFeature_Message_EnableMessagePriorityDuringComposing"
"CscFeature_Message_EnableMessageSentTimeInSimList"
"CscFeature_Message_EnableMmsAutoDownload4Spam"
"CscFeature_Message_EnableMmsErrorCodeInDetailView"
"CscFeature_Message_EnableMmsOnePageViewer"
"CscFeature_Message_EnableMMSReadreportV10"
"CscFeature_Message_EnableMmsUaUapAutoCreate"
"CscFeature_Message_EnableMmsUnicodeFilenameEncoding"
"CscFeature_Message_EnableMsgTypeIndicationDuringComposing"
"CscFeature_Message_EnableMultiCopyToSim"
"CscFeature_Message_EnableMultiDraftBox"
"CscFeature_Message_EnableMultiLockMenu"
"CscFeature_Message_EnableNetworkWarningDialog"
"CscFeature_Message_EnableNotificationBroadcastReceivedMessage"
"CscFeature_Message_EnableNotificationVibrate"
"CscFeature_Message_EnableNotifyServiceMayNotBeAvailable"
"CscFeature_Message_EnableOptionAccessToUsimMsg"
"CscFeature_Message_EnablePhoneNumberFormattingInMsg"
"CscFeature_Message_EnablePinyinSearch"
"CscFeature_Message_EnableRegisterToCalender"
"CscFeature_Message_EnableReplyAll"
"CscFeature_Message_EnableRoamGuard"
"CscFeature_Message_EnableSaveVMessage"
"CscFeature_Message_EnableScheduledMessage"
"CscFeature_Message_EnableScheduledMsgBox"
"CscFeature_Message_EnableSearchByInitialConsonant"
"CscFeature_Message_EnableSegmentedSMS"
"CscFeature_Message_EnableSendingEmptySms"
"CscFeature_Message_EnableSmsCallbackNumber"
"CscFeature_Message_EnableSmsForwardPrefix"
"CscFeature_Message_EnableSmsKsc5601Encoding"
"CscFeature_Message_EnableSMSPcheckWhenSendSMS"
"CscFeature_Message_EnableSmsSubject"
"CscFeature_Message_EnableSmsViewer"
"CscFeature_Message_EnableSpeedDial"
"CscFeature_Message_EnableStageFlightLib"
"CscFeature_Message_EnableStrictImageResizing"
"CscFeature_Message_EnableTextFieldColor"
"CscFeature_Message_EnableTextTemplate"
"CscFeature_Message_EnableTextTemplateButton"
"CscFeature_Message_EnableUnifiedMmsRetrieveMenu"
"CscFeature_Message_GalleryView4SingleImageMms"
"CscFeature_Message_HookMobileTrackerPrefix2SosMsg"
"CscFeature_Message_ImageResizeQualityFactorWhenAttach"
"CscFeature_Message_KeepSmilPlayerToolBar"
"CscFeature_Message_MaxRecipientLengthAs"
"CscFeature_Message_MinRecipientLengthAs"
"CscFeature_Message_MinSlideDuration"
"CscFeature_Message_MMSMaxCharPerSlide"
"CscFeature_Message_MmsModeCaptureVideoBitRate"
"CscFeature_Message_MmsModeCaptureVideoMaxDuration"
"CscFeature_Message_MmsModeCaptureVideoMaxSize"
"CscFeature_Message_MmsModeCaptureVideoResolution"
"CscFeature_Message_PositionTextTemplateMenu"
"CscFeature_Message_RemoveInternationalTelNumPrefix"
"CscFeature_Message_ReplaceChar4UnsupportedInKsc5601"
"CscFeature_Message_ReplaceCRToNewLine"
"CscFeature_Message_ReplaceLabel4RetreivedMsg"
"CscFeature_Message_ReplaceLabelOnPendingStatusWhenNoSvc"
"CscFeature_Message_ReplaceLabelOnRequestedStatus"
"CscFeature_Message_SetDefaultFocusToMessageBody"
"CscFeature_Message_SmsDiscardPrefix"
"CscFeature_Message_SmsMaxByte"
"CscFeature_Message_SupportBcdAlphabetInSMSAddress"
"CscFeature_Message_UaProfUrl"
"CscFeature_Message_UseAddrWithinMMSWhenSendACK"
"CscFeature_Message_UseCliDigit4MakingConvThread"
"CscFeature_Message_UseDefaultBrowserOnly4UrlLink"
"CscFeature_Message_UseForwardPrefixAs"
"CscFeature_Message_UserAgent"
"CscFeature_Message_UseSingleShiftTableWhenComposeSMS"
"CscFeature_Message_VolumeLevelDuringCall"
##MOBILE TV##
"CscFeature_MobileTV_EnableServiceAs"
##MUSIC##
"CscFeature_Music_BlockHeadsetKeyDuringFactoryMode"
"CscFeature_Music_DisableFindTag"
"CscFeature_Music_DisableSelectableMusichubLink"
"CscFeature_Music_EnableBigPondTop10Feeds"
"CscFeature_Music_EnableLinkToBigPond"
"CscFeature_Music_PauseMusicDuringVoiceRecording"
"CscFeature_Music_RingtoneSizeLimit"
"CscFeature_Music_SupportChinaMusicHub"
"CscFeature_Music_SupportOdfFile"
"CscFeature_Music_PauseForTCloudPlaying"
"CscFeature_Music_SupportPinyinSort"
"CscFeature_Music_TranslateUnknownTitle"
##MY FILES##
"CscFeature_MyFiles_EnableDirectorySearch"
"CscFeature_MyFiles_EnablePinyinSort"
"CscFeature_MyFiles_ProtectDataFolder"
"CscFeature_MyFiles_SupportRmvbFileFormat"
##NFC##
"CscFeature_NFC_BeamUrlToSamsungApps"
"CscFeature_NFC_CardModeActionType"
"CscFeature_NFC_DefaultCardModeConfig"
"CscFeature_NFC_DisableDiscoveryDuringCall"
"CscFeature_NFC_EnableInvalidTagPopup"
"CscFeature_NFC_EnableSecurityPromptPopup"
"CscFeature_NFC_EnableSendHciConnectivityEnvMsg"
"CscFeature_NFC_EnableSwpProactiveCommand"
"CscFeature_NFC_HideTerminalCapability"
"CscFeature_NFC_SetAccessControlType"
"CscFeature_NFC_SetCardModeActivationTime"
"CscFeature_NFC_SetOnAsDefault"
"CscFeature_NFC_SetSecureEventType"
"CscFeature_NFC_StatusBarIconType"
##ORGANIZER##
"CscFeature_Calculator_DisablePinyin"
"CscFeature_Calculator_EnablePopupMsgWhenExceedMaxDigit"
"CscFeature_Clock_DisableSamsungTTS"
"CscFeature_Clock_DisableIsraelCountry"
"CscFeature_Clock_Disable3dGlobeViewInfo"
"CscFeature_Clock_DisableAccuWeatherInfo"
"CscFeature_Clock_DisableAccWeatherInfo"
"CscFeature_Clock_DisableAgendaInfo"
"CscFeature_Clock_DisableBriefingAlertInfo"
"CscFeature_Clock_DisableBrightnessSetting"
"CscFeature_Clock_DisableDockSettingInfo"
"CscFeature_Clock_DisableDstIcon"
"CscFeature_Clock_DisableGoogleLocationInfo"
"CscFeature_Clock_DisableSimpleWidgetInfo"
"CscFeature_Clock_DisableSmartAlarmDefaultOff"
"CscFeature_Clock_DisableSortByCityName"
"CscFeature_Clock_DisableTitleInfo"
"CscFeature_Clock_DisableVibration"
"CscFeature_Clock_DisableWorldClockGPS"
"CscFeature_Clock_DisableYahooNewsInfo"
"CscFeature_Clock_DisableYahooStockInfo"
"CscFeature_Clock_DisableZeroPrefixTimeFormatInfo"
"CscFeature_Clock_EnableMenuAlarmAlertDuringSilentMode"
"CscFeature_Clock_EnableAlarmAlertHelpStr"
"CscFeature_Clock_EnableAlarmSnoozeDefault"
"CscFeature_Clock_EnableAlarmRepeatTypeWeeklySpr"
"CscFeature_Clock_EnableAlarmVolumeSpr"
"CscFeature_Clock_EnablePinyinSortList"
"CscFeature_Clock_EnableSmartAlarmDefault"
"CscFeature_Clock_EnableVolumeKeySetting"
"CscFeature_Clock_EnableAutoPowerOnOffMenu"
"CscFeature_Clock_ExclusiveEnablingAutoPowerSetting"
"CscFeature_Clock_ReplaceNameTaiwanWithTaipei"
"CscFeature_Clock_ReplaceName_TaiwanWithTaipei"
"CscFeature_Memo_DisableMemoSync"
"CscFeature_MiniDiary_DisableChinaSns"
"CscFeature_MiniDiary_DisableGoogleLocationInfo"
"CscFeature_MiniDiary_DisableAccWeatherInfo"
"CscFeature_MiniDiary_EnableLocalSns"
"CscFeature_TMemo_EnableCategory"
##POPUPUI RECEIVER##
"CscFeature_PopupuiReceiver_DoNotDisplay_NitzPopup"
##RIL##
"CscFeature_RIL_BlockUnlockWithNCK"
"CscFeature_RIL_CallerIdMatchingDigit"
"CscFeature_RIL_CellBroadcastPCL"
"CscFeature_RIL_CheckNetLockMccOnly4"
"CscFeature_RIL_ControlFakeRoamingNRP2G"
"CscFeature_RIL_ConvertGsmExtendedCharTurkish"
"CscFeature_RIL_ConvertNonGsmCharHungarian"
"CscFeature_RIL_DefaultApn4LTE"
"CscFeature_RIL_DefaultDataStateFalse"
"CscFeature_RIL_DisableNetworkLock4"
"CscFeature_RIL_DisableAutoSimProfile"
"CscFeature_RIL_DisableDataRecovery"
"CscFeature_RIL_DisableEditingVMNumber"
"CscFeature_RIL_DisableEditDefaultAPN"
"CscFeature_RIL_DisableFastDormancyOnTethering"
"CscFeature_RIL_PDPRetryMechanism4"
"CscFeature_RIL_DisablePromptPopup4SIMProfileSelection"
"CscFeature_RIL_DisplayNetTypeWithPlmnInfo"
"CscFeature_RIL_DisplayRatInfoInManualNetSearchList"
"CscFeature_RIL_DisplaySpnOnlyInCaseSamePlmn"
"CscFeature_RIL_DisplayStkUssdDialog"
"CscFeature_RIL_EmptyMsgCopyToSim"
"CscFeature_RIL_Enable2DigitCall"
"CscFeature_RIL_EnableCallBlock4TDF"
"CscFeature_RIL_EnableBIP"
"CscFeature_RIL_EnableCallBarringConnectToUssd"
"CscFeature_RIL_EnableCallBlock4TDF"
"CscFeature_RIL_EnableDTM"
"CscFeature_RIL_EnableOnsDisplay"
"CscFeature_RIL_EnableRoamingIcon4NationalRoaming"
"CscFeature_RIL_EnableTotalCallTime"
"CscFeature_RIL_ExtendTransmitChannelTimeout"
"CscFeature_RIL_FixedStkMenu"
"CscFeature_RIL_ForceConnectIMS"
"CscFeature_RIL_ForceConnectMMS"
"CscFeature_RIL_ForceDeactivatePDPOnPhoneOff"
"CscFeature_RIL_HandleInvalidTimezonOffset"
"CscFeature_RIL_HideTetheringAPN"
"CscFeature_RIL_IgnoreNitzNetworkName"
"CscFeature_RIL_IgnoreUselessCallForwardFacility"
"CscFeature_RIL_IgnoreWrongNITZInformation"
"CscFeature_RIL_ImeiTracker"
"CscFeature_Setting_IncludeApn4SwUpdate"
"CscFeature_RIL_IncreaseDataRecoveryTimeFor2G"
"CscFeature_RIL_KtSmsDbSchema"
"CscFeature_RIL_LgtSmsDbSchema"
"CscFeature_RIL_LmsReassembleTimeoutsCtc"
"CscFeature_RIL_LoadIccIdOnLock"
"CscFeature_RIL_NationalRoamingOption"
"CscFeature_RIL_DisableSimToolKitCmds"
"CscFeature_RIL_OverridePlmn"
"CscFeature_RIL_PLMNFaking4Mvno"
"CscFeature_RIL_PlusCodeCtc"
"CscFeature_RIL_RemoveDuplicatedNetDuringManualSearch"
"CscFeature_RIL_BIP_DoNotDisplay_OpenChannel"
"CscFeature_RIL_STK_DoNotDisplay_SIMRefresh"
"CscFeature_RIL_ReplaceLabelAsEccOnly"
"CscFeature_RIL_ReplaceImeiSalesCodeAs"
"CscFeature_RIL_SetSmsBearer"
"CscFeature_RIL_ShowRatInNetworkList"
"CscFeature_RIL_SkSmsDbSchema"
"CscFeature_RIL_SmsSendFailSpecialAreaCtc"
"CscFeature_RIL_StkUiTimeOutForSelectItem"
"CscFeature_RIL_SupportUssdWithSharpChar"
"CscFeature_RIL_SupportOrangeCPHS"
"CscFeature_RIL_UssdConnectToCall"
"CscFeature_RIL_WapPushCtc"
"CscFeature_RIL_WapPushDsNotificationMyPhonebook"
##SIP##
"CscFeature_Sip_AddWordType"
"CscFeatureSipAddCommaKeyAsDefault"
"CscFeature_Sip_Change_Hwrmode_With_Spen_Detached"
"CscFeature_Sip_DefaultMultiModalKeyAs"
"CscFeature_Sip_DefaultMultiModalKeyOnHandwritingAs"
"CscFeature_Sip_DefaultOff4AutoSubstitution"
"CscFeature_Sip_DefCharCnt4WordCompletion"
"CscFeature_Sip_DisableAutomaticAddword"
"CscFeature_Sip_DisableAutoCorrection"
"CscFeature_Sip_DisableMenuKeyboardSwipe"
"CscFeature_Sip_DisableMultiInputLanuage"
"CscFeature_Sip_DisablePersonalizedData"
"CscFeature_Sip_DisablePinchZoomInOutTriggerForOndhandOperation"
"CscFeature_Sip_DisableSpaceSuggestion"
"CscFeature_Sip_DisableSymbolInCMKey"
"CscFeature_Sip_Disable_Temporary_Dynamic_Models"
"CscFeature_Sip_EnableContinuousInputInAllEditField"
"CscFeature_Sip_EnableLanguageToggleButton"
"CscFeature_Sip_EnableLocalExtraKeyboard"
"CscFeature_SIP_EnablePreferredEnglishTypeAsUS"
"CscFeature_Sip_EnableSecondarySymbol"
"CscFeature_Sip_EnableSmileySymbol"
"CscFeature_Sip_EnableSymbolInSecondary"
"CscFeature_Sip_KeepKeypadDuringHwKeyAvailable"
"CscFeature_Sip_KeepDefInputMethodAs"
"CscFeature_Sip_LangQwertyType4HwKey"
"CscFeature_Sip_MultiModalPopupDisplay"
"CscFeature_Sip_NextButtonBlueDefault"
"CscFeature_Sip_Normal_Longpressable_Icon"
"CscFeature_Sip_NotIncludeSamsungKeypad"
"CscFeature_Sip_NumberOfCandidates"
"CscFeature_Sip_ReplaceLocalCurrencyAs"
"CscFeature_Sip_ReplaceLabelOnContinuousInput"
"CscFeature_Sip_ReplaceSymbolLayout4"
"CscFeature_Sip_Smile_Longpressable_Icon"
"CscFeature_Sip_StayMultiModalPopUp"
"CscFeature_Sip_SymbolPopupInput"
"CscFeature_Sip_TraceGuideDialogCheckDefault"
"CscFeature_Sip_TutorialPopupType"
"CscFeature_Sip_UseBackKeyToClosePopupKeyboard"
"CscFeature_Sip_UseSymbolInCMKey"
##SMARTCARD SERVICE##
"CscFeature_SmartcardService_EnableAccessControlRefreshTag"
"CscFeature_SmartcardService_SetAccessControlType"
##SPEN GESTURE PAD##
"CscFeature_QuickCommand_jpContactName"
"CscFeature_GesturePad_ReplaceSipAs"
"CscFeature_SPenGesturePad_UseSearchEngine"
##STREAMING##
"CscFeature_Streaming_AddCommandCondition4MusicholicApp"
"CscFeature_Streaming_DrivingTestTunning4"
"CscFeature_Streaming_ReduceTimeSwitchingTcp4"
"CscFeature_Streaming_SupportMultiAPN"
##SYNC ML##
"CscFeature_SyncML_DefaultLocalConfig"
"CscFeature_SyncML_DeleteCpAfterTryingToInstall"
"CscFeature_SyncML_DeltaBinaryDownVia"
"CscFeature_SyncML_DisableDisclaimer4SwUpdate"
"CscFeature_SyncML_DisableDisclaimerSelectCountryList4SwUpdate"
"CscFeature_SyncML_DisableMultipleApnCp"
"CscFeature_SyncML_DiscardCpSecurityType4"
"CscFeature_SyncML_DiscardInvalidNetwpinCp"
"CscFeature_SyncML_EnableCpValidiationSecurityType4"
"CscFeature_SyncML_EnableLimitationDeltaSizeViaMobileNet"
"CscFeature_SyncML_EnableNotiDeltaBinarySizeBeforeDownload"
"CscFeature_SyncML_EnableShowVersionNameAferSuccessfulUpdate"
"CscFeature_SyncML_FOTA_Operator"
"CscFeature_SyncML_IntervalToNotifyDisclaimer4SwUpdate"
"CscFeature_SyncML_MyPhonebookISD"
"CscFeature_SyncML_OverwriteApn4SameProfileName"
"CscFeature_SyncML_PushTypeToTriggerSwUpdate"
"CscFeature_SyncML_SetEntryUI4SoftwareUpdateWidget"
"CscFeature_SyncML_SwUpdateActionDuringRoaming"
##VOICE RECORDER##
"CscFeature_VoiceRecorder_UseEnglishDefaultName"
##VOICE TALK##
"CscFeature_Voicetalk_EmbeddedSpeechRecognizer"
"CscFeature_Voicetalk_VoiceAuthentication"
##WEB##
"CscFeature_Web_AddOptionToTerminate"
"CscFeature_Web_AddWmlToHttpAcceptHeader4"
"CscFeature_Web_Bool_BlockChargeAtHighTemperature"
"CscFeature_Web_DisableAllSearchEngineExceptGoogle"
"CscFeature_Web_Bool_DisableSetFactoryResetHomeToPrefHome"
"CscFeature_Web_EnableLogStabililtyTest"
"CscFeature_Web_Bool_EnableUAProfile"
"CscFeature_Web_EnableRoamingDialog"
"CscFeature_Web_Bool_UseTempModelName"
"CscFeature_Web_DisableGoogleInBrowserSearchEngine"
"CscFeature_Web_DisableMostVisitedHomepage"
"CscFeature_Web_DisableNavigationBarOptionMenu"
"CscFeature_Web_DisableRSS"
"CscFeature_Web_DisableRedirectionChooser"
"CscFeature_Web_DisableVoiceSearch"
"CscFeature_Web_EnableAutoBookmarkSetBySim"
"CscFeature_Web_EnableDeleteAllBookmarks"
"CscFeature_Web_EnableDeleteAllOnDownloadList"
"CscFeature_Web_EnableDeletingTodayHistory"
"CscFeature_Web_EnableDownloadedFolderInNotificationBar"
"CscFeature_Web_Bool_EnableEmoji"
"CscFeature_Web_Bool_EnableGesturePopup"
"CscFeature_Web_EnableHomepageOption"
"CscFeature_Web_EnableMultipleApn4"
"CscFeature_Web_EnableOperatorToolbar"
"CscFeature_Web_EnableOptionEditTextDuringFullHwr"
"CscFeature_Web_EnableOverwritingBookmark"
"CscFeature_Web_EnablePopup4MaxLengthReachedDuringUrlInput"
"CscFeature_Web_EnablePromptToExit"
"CscFeature_Web_EnableSecDrmConverter4ExternalApk"
"CscFeature_Web_ParseXHtmlToHtml"
"CscFeature_Web_RemoveBrowserIconInBookmarkThumbnailWidget"
"CscFeature_Web_SetDownloadFolderNameByMimeType"
"CscFeature_Web_SetHomepageURL"
"CscFeature_Web_SetOffOverviewModeAsDefault"
"CscFeature_Web_SetTcpConnTimeoutAs"
"CscFeature_Web_SetUAProfile"
"CscFeature_Web_SetUserAgent"
"CscFeature_Web_ShowDownloadProgressOnNotification"
"CscFeature_Web_ShowVersionInSetting"
"CscFeature_Web_ShowWifiAPList"
"CscFeature_Web_SupportDownloadSaveAs"
"CscFeature_Web_SupportDownloadedFileNameInChineseChar"
"CscFeature_Web_SupportDownloadedFileNameInUtf8"
"CscFeature_Web_SupportOfflineStartupPage"
"CscFeature_Web_SupportVcfUpload"
"CscFeature_Web_BlockSDCDDownload"
"CscFeature_Web_UseDeviceIdInHeader"
"CscFeature_Web_AddCharSetToHttpHeader"
"CscFeature_Web_BlockZoomBaseOnTouchPosition"
"CscFeature_Web_Bool_SkipSettingDefaultBookmarkImage"
"CscFeature_Web_DefaultPrefFor"
"CscFeature_Web_DisableChooser4"
"CscFeature_Web_DisableMenuSaveContentsInAnchorLink"
"CscFeature_Web_EnableAutoSimHomeUrlInProfile"
"CscFeature_Web_EnableConnectionGuideDuringAirplaneMode"
"CscFeature_Web_EnableDesktopSiteAsDefault"
"CscFeature_Web_EnableWifiOption4LargeFileDownload"
"CscFeature_Web_MaxConnectionPerHost"
"CscFeature_Web_OverrideUserAgent"
"CscFeature_Web_RemovePartialViewDuringHorizontalScroll"
"CscFeature_Web_SupportHebrewFileName"
"CscFeature_Web_TerminateAppOnCloseAllAction"
##WIFI##
"CscFeature_Wifi_DefaultEapMethod"
"CscFeature_Wifi_DefaultSsidNPwd"
"CscFeature_Wifi_Dhcp_Release_When_Shutdown"
"CscFeature_Wifi_EapMethodSetting"
"CscFeature_WiFi_EAPSIM_DWEP"
"CscFeature_Wifi_EnableDetailEapErrorCodesAndState"
"CscFeature_Wifi_EnableDwep4EapSim"
"CscFeature_Wifi_EnableHighMobilityDisabled"
"CscFeature_Wifi_EnableThresholdDuringConnection"
"CscFeature_Wifi_EnableThresholdDuringDisconnection"
"CscFeature_Wifi_EnableMenuConnPriorityMode"
"CscFeature_Wifi_EnableMenuIWLAN4"
"CscFeature_Wifi_EnableShowPasswordAsDefault"
"CscFeature_Wifi_EnableWarningPopup4DataBatteryUsage"
"CscFeature_Wifi_MaxClient4MobileAp"
"CscFeature_Wifi_PriorityRuleAs"
"CscFeature_Wifi_Roaming_Disable"
"CscFeature_Wifi_SendSignalDuringPowerOff"
"CscFeature_Wifi_SetOffApRoaming"
"CscFeature_Wifi_UseDefaultSecurityAs"
"CscFeature_Wifi_UseRandom4digitCombinationAsSSID"
"CscFeature_Wifi_WifiProfileControlledByMccMnc"
"CscFeature_WLAN_SEC_5GhZ_COUNTRY_CODE"
ENJOY :laugh::good:
Hi not-i
Many thanks for your effort sir.
Sent from my GT-N7000 using xda premium
Thanks @not-i
csc features for TW Launcher is posted here in SweetROM thread (big thanks not-i)
asmanao said:
hi majdini
What is variant installed? because he says a country other than my own? can I change it? right to the EGO :laugh::laugh::laugh:
Click to expand...
Click to collapse
majdinj said:
heh,, it is just ego man.. I will look at it later, but it is not my priority..
Click to expand...
Click to collapse
asmanao said:
it does not matter it was just a curiosity.
Click to expand...
Click to collapse
Adding new values to about info (for your ego)..
Teaser:
I do not see the instructions for editing. did I miss anything?
asmanao said:
I do not see the instructions for editing. did I miss anything?
Click to expand...
Click to collapse
what do you mean? You are on Page - 2. go to Page -1.
nokiamodeln91 said:
what do you mean? You are on Page - 2. go to Page -1.
Click to expand...
Click to collapse
No he meant how to have extra values in about device menu as shown in the picture (About ROM section).. I will give the tutorial (how to) later on (it is easy..!!) but in the main time I want to concentrate on one topic i.e, air view features in this thread here:
http://forum.xda-developers.com/showthread.php?p=45419566&nocache=1
exactly. greeting
I will write the tutorial for this mod (Add more details in About device menu) after experimenting some category in xml,,, may be tomorrow you can find the guide
Hi guys! I wanted the call recording from 4.4.2 with Xposed, but since for now Xposed isn't compatible with our stock lollipop rom, I found a mod for S5 that it is compatible.
First, I recommend you to make a full backup, for emergency.
You have to make a copy of Others.xml and rename the copy to Others.xml.old for a backup. You found the file in "System/Csc/Others.xml".
Now, open Others.xml with a text editor and insert this string under "<FeatureSet>":
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
This is an example:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then, change permissions to RW-RR.
Ok, save it and reboot.
After a call, you found the file in directory "Call".
I tried it with last lollipop poland firmware B6.
I am not responsible for damages that you will eventually get your device
Thank you, nino64 from http://forum.xda-developers.com/galaxy-s5/themes-apps/mod-enable-call-recording-s5-lollipop-t2968470 for the mod!
Sorry for my english, guys!
latios 93 said:
Hi guys! I wanted the call recording from 4.4.2 with Xposed, but since for now Xposed isn't compatible with our stock lollipop rom, I found a mod for S5 that it is compatible.
First, I recommend you to make a full backup, for emergency.
You have to make a copy of Others.xml and rename the copy to Others.xml.old for a backup. You found the file in "System/Csc/Others.xml".
Now, open Others.xml with a text editor and insert this string under "<FeatureSet>":
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
This is an example:
Then, change permissions to RW-RR.
Ok, save it and reboot.
After a call, you found the file in directory "Call".
I tried it with last lollipop poland firmware B6.
I am not responsible for damages that you will eventually get your device
Thank you, nino64 from http://forum.xda-developers.com/galaxy-s5/themes-apps/mod-enable-call-recording-s5-lollipop-t2968470 for the mod!
Sorry for my english, guys!
Click to expand...
Click to collapse
Did you get custom setting?
is it work as a auto call recording
zoya4u said:
Did you get custom setting?
Click to expand...
Click to collapse
Nope, this enable recorder's button only. A screen in attached.
relisys667 said:
is it work as a auto call recording
Click to expand...
Click to collapse
No, bro. It isn't auto call recording, you have to click the recorder's button during the call.
latios 93 said:
Nope, this enable recorder's button only. A screen in attached.
No, bro. It isn't auto call recording, you have to click the recorder's button during the call.
Click to expand...
Click to collapse
thnx brother is there any way to set auto call recording through csc feature
relisys667 said:
thnx brother is there any way to set auto call recording through csc feature
Click to expand...
Click to collapse
Sorry but I don't know :/ Maybe someone can port the SecPhone http://forum.xda-developers.com/showthread.php?t=2498449
latios 93 said:
Nope, this enable recorder's button only. A screen in attached.
No, bro. It isn't auto call recording, you have to click the recorder's button during the call.
Click to expand...
Click to collapse
Thanks Bro.
I tried to port SecPhone.apk from given link before. Unfortunately its not working. Lollipop has different type of phone apk (LegacyinCallUI.apk)
latios 93 said:
Hi guys! I wanted the call recording from 4.4.2 with Xposed, but since for now Xposed isn't compatible with our stock lollipop rom, I found a mod for S5 that it is compatible.
First, I recommend you to make a full backup, for emergency.
You have to make a copy of Others.xml and rename the copy to Others.xml.old for a backup. You found the file in "System/Csc/Others.xml".
Now, open Others.xml with a text editor and insert this string under "<FeatureSet>":
Code:
<CscFeature_VoiceCall_ConfigRecording>RecordingAllowed</CscFeature_VoiceCall_ConfigRecording>
This is an example:
Then, change permissions to RW-RR.
Ok, save it and reboot.
After a call, you found the file in directory "Call".
I tried it with last lollipop poland firmware B6.
I am not responsible for damages that you will eventually get your device
Thank you, nino64 from http://forum.xda-developers.com/galaxy-s5/themes-apps/mod-enable-call-recording-s5-lollipop-t2968470 for the mod!
Sorry for my english, guys!
Click to expand...
Click to collapse
Could you please tell me how to remove this-
should I remove this line & follow the remaining instructions?
another thing-please make me a stock apk (Phone or Contact) that plays the attached ogg sound instead of current tup-tup (water drop sound) when using dial pad.. :fingers-crossed:
TheTAMAS said:
Could you please tell me how to remove this-
should I remove this line & follow the remaining instructions?
another thing-please make me a stock apk (Phone or Contact) that plays the attached ogg sound instead of current tup-tup (water drop sound) when using dial pad.. :fingers-crossed:
Click to expand...
Click to collapse
For remove the mod, you have to remove the line we added. O else, you can replace the file modded with your backup.
For the sound, if you want replace the current tap tap sound in the dialer, you can replace Dialer_new.ogg in System/Media/audio/ui with your file. Make sure that it has same name of original and same permissions.
latios 93 said:
For remove the mod, you have to remove the line we added. O else, you can replace the file modded with your backup.
For the sound, if you want replace the current tap tap sound in the dialer, you can replace Dialer_new.ogg in System/Media/audio/ui with your file. Make sure that it has same name of original and same permissions.
Click to expand...
Click to collapse
Well, the initial part worked.. :highfive:
Latter didn't..
TheTAMAS said:
Well, the initial part worked.. :highfive:
Latter didn't..
Click to expand...
Click to collapse
Mmm... Try this apk. This is for B6 poland. Make a backup first of SecContacts_Phone_OSup.apk under System/priv-app/SecContacts_Phone_OSup/SecContacts_Phone_OSup.apk.
Then, replace it with the file in attached and reboot.
I had only replace the touch_ripple.ogg under \res\raw\ with 7zip, because for now I can't decompile/recompile it(There is a problem with apk tool and lollipop, and I don't know why).
Works
Grazie
latios 93 said:
Mmm... Try this apk. This is for B6 poland. Make a backup first of SecContacts_Phone_OSup.apk under System/priv-app/SecContacts_Phone_OSup/SecContacts_Phone_OSup.apk.
Then, replace it with the file in attached and reboot.
I had only replace the touch_ripple.ogg under \res\raw\ with 7zip, because for now I can't decompile/recompile it(There is a problem with apk tool and lollipop, and I don't know why).
Click to expand...
Click to collapse
Thanks for the efforts.. The inter-related Phone & Contacts apps, both FC after being replaced by the modded file.. I guess that's because of Lollipop & apk decompiler incompatibility that you speak of..
Yes, I gave proper permissions too.. :laugh:
latios 93 said:
Mmm... Try this apk. This is for B6 poland. Make a backup first of SecContacts_Phone_OSup.apk under System/priv-app/SecContacts_Phone_OSup/SecContacts_Phone_OSup.apk.
Then, replace it with the file in attached and reboot.
I had only replace the touch_ripple.ogg under \res\raw\ with 7zip, because for now I can't decompile/recompile it(There is a problem with apk tool and lollipop, and I don't know why).
Click to expand...
Click to collapse
Please check this
The 1st point here, contains an apk tool that's been modified specially for Samsung Lollipop..
Please.. :fingers-crossed:
TheTAMAS said:
Thanks for the efforts.. The inter-related Phone & Contacts apps, both FC after being replaced by the modded file.. I guess that's because of Lollipop & apk decompiler incompatibility that you speak of..
Yes, I gave proper permissions too.. :laugh:
Click to expand...
Click to collapse
Then, we have to wait an update of apk tool :/ If I see some news, I try it
EDIT: While I writed this, you quoted me xD Ok, I downloaded the apk tool modified, I'll check it later
TheTAMAS said:
Please check this
The 1st point here, contains an apk tool that's been modified specially for Samsung Lollipop..
Please.. :fingers-crossed:
Click to expand...
Click to collapse
Try this. Now ApkTool recompiled it without problems. Before to try, make a backup.
latios 93 said:
Try this. Now ApkTool recompiled it without problems. Before to try, make a backup.
Click to expand...
Click to collapse
Matie, you forgot to attach the apk or provide link..
TheTAMAS said:
Matie, you forgot to attach the apk or provide link..
Click to expand...
Click to collapse
You have right, bro xD Sorry xD I edited the message after some minutes with the attached apk
latios 93 said:
You have right, bro xD Sorry xD I edited the message after some minutes with the attached apk
Click to expand...
Click to collapse
Thanks..
The apk wasn't showing the default icon..
On swapping with the original.. The app vanished..
TheTAMAS said:
Thanks..
The apk wasn't showing the default icon..
On swapping with the original.. The app vanished..
Click to expand...
Click to collapse
Oh... I see that even someone else have this problem http://forum.xda-developers.com/galaxy-note-3/devs-only/seccontactsphoneosup-recompiled-t3020066. If I find a solution, I'll say you.
I dont't know if anybody already done it, but here it goes. My first Thread on XDA!
Basically what i did was to extract all the PNG files from original Apple font and build a android compatible font based on NotoFont repository. Something like what angelsel did on the previously Apple Color Emoji posted here on XDA -> this link
The racialy diverse emoji works basically like country flags, they are the association of the original emoji and a skin tone modifier. So, after researching a while how to make a color font, i made it! :victory:
Screenshots attached
That colored squares in the picture are the skin tone modifiers that i said. You can after add then to the user dictionary and link to a keyword, making possible to send the diverse emoji too.
THIS FONT CAN BE USED IN KITKAT ALSO, but racially diverse emojis doesn't work as they should.
[UPDATE] Emojis updated to iOS 9.1 version
TTF (to manually install):
https://drive.google.com/file/d/0BzL4kz3FPLIJakhyNjNTOVJIX1k/view
Replace NotoColorEmoji.ttf in /system/fonts/ by it and apply the right permissions (644). If your stock emojis works, this should be enough.
Installation via update.zip: (should work on any Lollipop or later)
https://drive.google.com/file/d/0BzL4kz3FPLIJYl9QQ25iRnNlM2c/view?usp=sharing
Download and copy to sdcard
Apply via recovery
If after installing the font you are having problems with black & white emojis, please flash the fix available on the attachments! There is one version for Lollipop and another for Marshmallow. It is based on AOSP fonts.xml file but should work in any rom.
OLD iOS 8.3 font version:
FONT DOWNLOAD
Installation via update.zip: (should work on any Lollipop AOSP/CM based)
https://drive.google.com/file/d/0BzL4kz3FPLIJSzFHcFV3ZVp3Skk/view?usp=sharing
Download and copy to sdcard
Apply via recovery
TTF (to manually install):
https://drive.google.com/file/d/0BzL4kz3FPLIJVVZUS0hCMFZuOGc/view?usp=sharing
Replace NotoColorEmoji.ttf in /system/fonts/ by it and apply the right permissions (644). If your stock emojis works, this should be enough.
Usage of the new emojis
Copy the skin tone modifiers from here: http://emojipedia.org/skin-tone-modifiers/
To modify the color of an emoji, insert the desired emoji as always and then add one of these squares forward.
matchung said:
1. create the personal dictionary in input setting:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2. pick the new icon, the follow by the modifier.
done.
Click to expand...
Click to collapse
Thanks matchung for this tutorial.
Known Issues
Racially Diverse emojis doesn't display correctly on browser, i don't know why. Anywhere else it is fine.
I didn't implemented diverse relantionships and family yet.
Sorry if my english is not very well. I hope you like it!
I will upload a zip update soon
Is this New Apple emoji or?
Yes, it is. New Apple emoji with diverse skin tone
caiosilva96 said:
Yes, it is. New Apple emoji with diverse skin tone
Click to expand...
Click to collapse
just followed your instruction but don't work. what about zip file?
lollipop 5.1.1
DaveX2012 said:
just followed your instruction but don't work. what about zip file?
Click to expand...
Click to collapse
Try to replace NotoColorEmoji.ttf by the Apple file. Just rename and apply the permissions. If your stock emoji works, it should replace them.
Ps: If you already use Apple emojis, just replace the old AppleColorEmoji.ttf file with this one.
caiosilva96 said:
Try to replace NotoColorEmoji.ttf by the Apple file. Just rename and apply the permissions. If your stock emoji works, it should replace them.
Ps: If you already use Apple emojis, just replace the old AppleColorEmoji.ttf file with this one.
Click to expand...
Click to collapse
Doesn't work . zip file would be good if you can upload zip file. I've flash this files and it work but its old Emoji. You can also look this.
DaveX2012 said:
Doesn't work . zip file would be good if you can upload zip file. I've flash this files and it work but its old Emoji. You can also look this.
Click to expand...
Click to collapse
I made the zip. Uploading it right now. I will update the first post
This should work on all lollipop devices
Sent from my SM-G900T powered by Alliance Rom and ktoonsez kernel
Should long press on emoji will show diffrent emoji?
DaveX2012 said:
Should long press on emoji will show diffrent emoji?
Click to expand...
Click to collapse
No. To do so we need to mod a keyboard.
But you can insert the new emojis by adding a skin tone modifier forward the original emoji.
I updated the first post. Check out the link with the modifiers.
I recommend to add these modifiers to your personal dictionary.
Ok seem can't add in swiftkey keyboard. Would you add more in the features ?
caiosilva96 said:
No. To do so we need to mod a keyboard.
But you can insert the new emojis by adding a skin tone modifier forward the original emoji.
I updated the first post. Check out the link with the modifiers.
I recommend to add these modifiers to your personal dictionary.
Click to expand...
Click to collapse
Can you make a video of how the modifiers work? I don't get it to work and tried everything you wrote
Sent from my Xperia Z3
It works in default samsung messaging app. But i cant get it working on whatsapp.. any help??
navazsayani said:
It works in default samsung messaging app. But i cant get it working on whatsapp.. any help??
Click to expand...
Click to collapse
WhatsApp and Telegram have its own emoji set.
Sent from my Xperia Z3
Wnsly said:
WhatsApp and Telegram have its own emoji set.
Sent from my Xperia Z3
Click to expand...
Click to collapse
Alrighty.. so no way to get it working there?
http://www.androidpolice.com/2015/0...ings-36-new-emojis-and-5-skin-tone-modifiers/
Sent from my Xperia Z3
navazsayani said:
Alrighty.. so no way to get it working there?
Click to expand...
Click to collapse
WhatsApp doesn't has an option to disable its own emojis, so with the oficial app there is no way to get it working. Maybe there is a modded version of WhatsApp which allows it, but i don't know.
Wnsly said:
Can you make a video of how the modifiers work? I don't get it to work and tried everything you wrote
Sent from my Xperia Z3
Click to expand...
Click to collapse
i'm quite busy these days and the screen recording is not working in the last update i flashed into my phone, but i will try to make a tutorial of how to easily use this soon.
Wnsly said:
Can you make a video of how the modifiers work? I don't get it to work and tried everything you wrote
Sent from my Xperia Z3
Click to expand...
Click to collapse
1. create the personal dictionary in input setting:
2. pick the new icon, the follow by the modifier.
done.