MOD hide name carrier for miui V5 for S3


well let me share a simple trick to hide carrier name ..for who they want to do it on their own

decompile miuisystemUI.apk

goto res/values/styles.xml

find this line

Code:
    <style name="TextAppearance.StatusBar.Carrier" parent="@style/TextAppearance.StatusBar">
        <item name="android:textSize">[COLOR=#ff0000]0.0dip[/COLOR]</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">@color/status_bar_textColor</item>

and change the <item name="android:textSize">0.0dip</item> size to 0.0dip
 
well let me share a simple trick to hide carrier name ..for who they want to do it on their own

decompile miuisystemUI.apk

goto res/values/styles.xml

find this line

Code:
    <style name="TextAppearance.StatusBar.Carrier" parent="@style/TextAppearance.StatusBar">
        <item name="android:textSize">[COLOR=#ff0000]0.0dip[/COLOR]</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">@color/status_bar_textColor</item>

and change the <item name="android:textSize">0.0dip</item> size to 0.0dip
Thanks for the tip, and I've done so, but I still have a space between the notification and the edge of my screen, and I'd LOVE to get rid of that extra space! You can see on the screenshot what I mean. Any help, please?
Screenshot_2013-06-19-16-34-00.png


Sent from my Desire S
 
Thanks for the tip, and I've done so, but I still have a space between the notification and the edge of my screen, and I'd LOVE to get rid of that extra space! You can see on the screenshot what I mean. Any help, please?


Sent from my Desire S


ok ill post an alternative method to remove carrier label soon
 
  • Like
Reactions: miz_pimp
Hello to all,

Just to inform you that this mod also works on S2 with latest MIUI ROM 3.7.5

Thank you!
 
  • Like
Reactions: SM26
I have 3.7.5 with SGS III. Which file should I use for center clock and no carrier label? There are a lot download links :)