I recently upgraded to JB and saw the old flashable zip wasn't working. I searched a bit and saw you just had to add a line of code into a system file to make it work. So here's how to raise the 5 contact limit to 20.
You'll need Root Explorer. I am on CheckRom v6.
Go to:
Code:
[B]/system/csc/feature.xml[/B]
And add this in:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>20</CscFeature_Contact_SetLinkCountMaxAs>
Restart.
You're done.
search strings- 5 contact limit, joni contact limits, more than 5 contacts, join contacts
Related
LINK
Coming Soon
Unlimited Addons/Choices
Additional ROM, First ROM Butons instead of red code
Mail to Koush Button
Update Log
15/06/2010
1.0 fully functional, now has generator to create your file to give to koush too
14/06/2010
0.9 detailed names, better code view
0.8 fixed problems in code view
0.7 highlighted code for new roms only red
Is this secured by a password for devs, or checked somehow? I'm just a bit concerned that some numpty with too much time on their hands could upload something dodgy on there with the name of a known dev.
this only generates the file ... they have to then email it to koush... they only send 1 file to koush that says where the manifest is located... if a duplicate is sent koush will know
OK, thanks for clearing that up
I didn't see one started here, and after seeing this on the portal, I started to play around a bit with this and thought it may be a good idea to post this here too. With thanks to kkoolpatz in this link I started to edit the CSC file found here:/system/csc/feature.xml in my stock, rooted JB ROM. Just be sure to make a backup, and I recomend RootExplorer to make changes:
I also highly recomend you check out the origional post above, but I have found the following of his to work:
Unlimited linked contacts:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
Shutter sound option for Camera (can turn it Off):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Not tested by me, but in the other post, these may be sueful to some:
Enter Key = New Line in stock sms // Only if not supported already
Code:
<!-- Message -->
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Dialer search matches numbers in contacts and call logs along with contacts
Code:
<!-- Dialer / Logs -->
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
You may have to optionally add this line too.
<!-- RIL -->
<CscFeature_RIL_CallerIdMatchingDigit>8</CscFeature_RIL_CallerIdMatchingDigit>
Add exit menu to stock web browser
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Stock browser requests Desktop site by default
Code:
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
I am playing around with the following:
Restored the hidden APN Remove the following:
Code:
<CscFeature_Setting_HideApnList>pcweb.tmobile.com</CscFeature_Setting_HideApnList>
These give me the option for Find my mobile/Sim replacement alert, but Find my mobile doesn't seem to work, would love to activate this feature:
Code:
<CscFeature_Setting_DisableMenuFindMyMobile>false</CscFeature_Setting_DisableMenuFindMyMobile>
<CscFeature_Settings_FindMyMobile>true</CscFeature_Settings_FindMyMobile>
This one I disabled see no effect:
Code:
<CscFeature_Setting_RemoveDisableButtonInAppMgr>com.carrieriq.tmobile,com.carrieriq.tmobile.IQOOB,com.carrieriq.tmobile.IQToggle</CscFeature_Setting_RemoveDisableButtonInAppMgr>
kkoolpatz also posted these, I haven't gone through it yet but probably worth a look:CscFeatures
If anyone has more to add, let me know, and I will modify this post.
Thansk again kkoolpatz
I have added my Stock file to this post, just remove the txt
Couple of things I noticed that I think is interesting:
1) By deleting [I comented out] the line that hides the the teather APM, this no looks like it can be easily deleted, may be useful for some
2) You can enable the Find my phone menu. Looks like you can set it up, but when you launch the web page, this phone is not listed. Wondering what else is needed to make this work
3) You seem to be able to add the ability to disable Carrier IQ apps from the apps list, but I still don't see them there. Wondering if this can be useful some way.
4) There are a lot of interesting things to play with in this file. Also the CscFeatures file posted by kkoolpatz has some items of interest
nygmam said:
I didn't see one started here, and after seeing this on the portal, I started to play around a bit with this and thought it may be a good idea to post this here too. With thanks to kkoolpatz in this link I started to edit the CSC file found here:/system/csc/feature.xml in my stock, rooted JB ROM. Just be sure to make a backup, and I recomend RootExplorer to make changes:
I also highly recomend you check out the origional post above, but I have found the following of his to work:
Unlimited linked contacts:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>999</CscFeature_Contact_SetLinkCountMaxAs>
Shutter sound option for Camera (can turn it Off):
Code:
<CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu>
Not tested by me, but in the other post, these may be sueful to some:
Enter Key = New Line in stock sms // Only if not supported already
Code:
<!-- Message -->
<CscFeature_Message_ReplaceCRToNewLine>true</CscFeature_Message_ReplaceCRToNewLine>
Dialer search matches numbers in contacts and call logs along with contacts
Code:
<!-- Dialer / Logs -->
<CscFeature_Dialer_PhonebookNdigitsMatching>true</CscFeature_Dialer_PhonebookNdigitsMatching>
You may have to optionally add this line too.
<!-- RIL -->
<CscFeature_RIL_CallerIdMatchingDigit>8</CscFeature_RIL_CallerIdMatchingDigit>
Add exit menu to stock web browser
Code:
<CscFeature_Web_AddOptionToTerminate>true</CscFeature_Web_AddOptionToTerminate>
Stock browser requests Desktop site by default
Code:
<CscFeature_Web_EnableDesktopSiteAsDefault>true</CscFeature_Web_EnableDesktopSiteAsDefault>
I am playing around with the following:
Restored the hidden APN Remove the following:
Code:
<CscFeature_Setting_HideApnList>pcweb.tmobile.com</CscFeature_Setting_HideApnList>
These give me the option for Find my mobile/Sim replacement alert, but Find my mobile doesn't seem to work, would love to activate this feature:
Code:
<CscFeature_Setting_DisableMenuFindMyMobile>false</CscFeature_Setting_DisableMenuFindMyMobile>
<CscFeature_Settings_FindMyMobile>true</CscFeature_Settings_FindMyMobile>
This one I disabled see no effect:
Code:
<CscFeature_Setting_RemoveDisableButtonInAppMgr>com.carrieriq.tmobile,com.carrieriq.tmobile.IQOOB,com.carrieriq.tmobile.IQToggle</CscFeature_Setting_RemoveDisableButtonInAppMgr>
kkoolpatz also posted these, I haven't gone through it yet but probably worth a look:CscFeatures
If anyone has more to add, let me know, and I will modify this post.
Thansk again kkoolpatz
I have added my Stock file to this post, just remove the txt
Click to expand...
Click to collapse
Thanks for mentioning me
There is alot you can do with the csc xmls
I would love to ask if it's possibile to have on XXDLL4 , a SMS app thats let me select THE SERVER TIMESTAMPS ( i would love to know the Real sent date of the sms, not the recevied date).
This future is available in miui and in Cm10.
I've tried with rootexplorer the cm10 mms app, and it shows what i want, but ,the problem is that i noticed that, with cm10 sms app.. the MMS ( Multimedia messages ) doesnt work properly and the sms app crashes everytime i receive one..
Who can help me ?
Any idea
eiii
If you have root go into system/csc and find a file named feature.xml or other.xml. Copy and attached here. I'll edit in order to have the server timestamps.
hello every body ..!
Edit application and I want to add smiles to him When Added smiles to file droawable and re-compile the file and move it to the phone and I start it, but the program does not appear to add any smile??I want a solution Please!! Do I need to register id as each smile or what to do??
How do I add smiles to the application in detail؟؟!!
Program, which used to edit files apk-tools
i use 6 for edit apk > use 9 for recompile apk and 10 for sign
please i want Answer
It's not as easy as that. You've got to figure out where it loads the image files for the smileys and then add code to load your smileys, too.
please >> how to add smiles and how to add id ?? i added smiles in public file but But did not appear in the program after combile
Please, if you have experience I will send you the program and send you a file smiles
jar_algamr said:
please >> how to add smiles and how to add id ?? i added smiles in public file but But did not appear in the program after combile
Please, if you have experience I will send you the program and send you a file smiles
Click to expand...
Click to collapse
If you want emoticons in your app you should load them as Assets just like you would any other image. I don't really understand how you app is made and where you are wanting to load the emoticons from?
So today i installed a new ROM (OneOfAKind) but i have a problem with SMS instead of 160 i have a limit of 70 characters (Greek Alphabet) now the fact is that on Stock Rom i had found the solution=(Go to "/data/data/com.sonyericsson.conversations/shared_prefs" find the file "com.sonyericsson.conversations_preferences.xml". Open the file and add the following line before "</map>":
<boolean name="semc_pref_key_character_conversion_visibility" value="true">)
and it worked.
Now that i no longer have the stock app and i am using either the ROMs recommended app called "Messaging" or "Google-Messenger" and lastly "Textra" i can no longer find a solution. If someone give me a solution that doesn't include trying another application(cause i have already tried GO Sms and so on) i would very much appreciate the assistance.
Thank you in advance