Good day my dear friends,
There were a lot of questions about this matter, yet the only solution I found here apply for Galaxy SIII
So, for all of you who still didn't manage to have this feature, I come today with the solution.
I applied it in my Galaxy Grand Duos and it worked.
First, your device needs to be rooted.
Then, follow these steps:
1. Use root explorer (as R/W) to go to /system/csc/ and look for a file called features.xml. If you didn’t find it (I didn’t) then look for a file called others.xml.
2. You'll find The following code:
You might find some <CscFeature...> tags… just keep them.
3. Now right before the last two lines (before “</FeatureSet>“) add the following line:
Replace (30) with the number you want as a limit.
4. Save the file and restart.
Note: if you selected a different country other than USA, you'll have to go to the folder that represent your country inside /system/csc/ and repeat the steps 2-4 to the file feature.xml or others.xml inside it.
In my case, I'm from Saudi Arabia so I needed to go to /system/csc/KSA/system/csc and applied the changes to others.xml and it worked.
Thanks to l0uy blog
There were a lot of questions about this matter, yet the only solution I found here apply for Galaxy SIII
So, for all of you who still didn't manage to have this feature, I come today with the solution.
I applied it in my Galaxy Grand Duos and it worked.
First, your device needs to be rooted.
Then, follow these steps:
1. Use root explorer (as R/W) to go to /system/csc/ and look for a file called features.xml. If you didn’t find it (I didn’t) then look for a file called others.xml.
2. You'll find The following code:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<SamsungMobileFeauture>
<FeatureSet>
</FeatureSet>
</SamsungMobileFeauture>3. Now right before the last two lines (before “</FeatureSet>“) add the following line:
Code:
<CscFeature_Contact_SetLinkCountMaxAs>30</CscFeature_Contact_SetLinkCountMaxAs>4. Save the file and restart.
Note: if you selected a different country other than USA, you'll have to go to the folder that represent your country inside /system/csc/ and repeat the steps 2-4 to the file feature.xml or others.xml inside it.
In my case, I'm from Saudi Arabia so I needed to go to /system/csc/KSA/system/csc and applied the changes to others.xml and it worked.
Thanks to l0uy blog