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