aOpLjpL9zQxuFrPR3Iay7MrZVpQ EveryThing Android: Remove Carrier Name IN SAMSUNG DUAL SIM PHONES

Monday, April 15, 2013

Remove Carrier Name IN SAMSUNG DUAL SIM PHONES

FOR MORE GREAT MODS GO HERE


1.Decompile SystemUI.apk with apktool or apk multi tool.
2.Go to SystemUI.apk\res\layout\ and open status_bar_expanded_dual_sim.xml with notepad++
3.Search for these lines and remove them:

4.FOR REMOVING SIM1 CARRIER NAME SEARCH & REMOVE THE FOLLOWING LINE:
Code:
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
5.FOR REMOVING SIM2 CARRIER NAME SEARCH & REMOVE THE FOLLOWING LINE:
Code:
<com.android.systemui.statusbar.CarrierLabel2 android:textSize="17.659973dip" android:textColor="#ffffffff" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
6.PLZ Note these codes will only remove The texts in Samsung Mobiles n not the sim icons.

7.Save the file and close it.

8.Now compile back apk file and push back to system/app.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...