Couple of weeks ago i got a carrier update (Hutch Sweden) and after that, the sweet LTE data indicator was replaced with 4G. How can i bring back LTE? Hate 4G. Having a hard time to seperate it from 3G due to some issies with my sight!
I looked up one of the carrier bundles I know that use 4G instead of LTE ( I hate this, too - don't know why).
There was a file called carrier.plist where you could set the indicator.
it's called DataIndicatorOverrideForLTE
Maybe you can try this, but I cannot use LTE with my contract at the moment.
Hint: try turning off wifi (briefly) and see if the LTE returns.
Works that way here...but since I keep wifi on all the time, not much use. As soon as I turn wifi back on, LTE disappears.
Bundles/com.apple.UIKit
./ColorOnGrayShadow_DataType4G.png
./ColorOnGrayShadow_DataType4G@2x.png
./ColorOnGrayShadow_DataType4G_2only_.png
./ColorOnGrayShadow_DataType4G_2only_@2x.png
./WhiteOnBlackEtch_DataType4G.png
./WhiteOnBlackEtch_DataType4G@2x.png
./WhiteOnBlackEtch_DataType4G_2only_.png
./WhiteOnBlackEtch_DataType4G_2only_@2x.png
./WhiteOnBlackShadow_DataType4G.png
./WhiteOnBlackShadow_DataType4G@2x.png
./WhiteOnBlackShadow_DataType4G_2only_.png
./WhiteOnBlackShadow_DataType4G_2only_@2x.png
./ColorOnGrayShadow_DataTypeLTE.png
./ColorOnGrayShadow_DataTypeLTE@2x.png
./WhiteOnBlackEtch_DataTypeLTE.png
./WhiteOnBlackEtch_DataTypeLTE@2x.png
./WhiteOnBlackShadow_DataTypeLTE.png
./WhiteOnBlackShadow_DataTypeLTE@2x.png
You're using Telenor SE, don't you?
Did you respring and/or reboot? Are the settings still there after you did this?
Send me the carrier.plist from your carrier bundle, I can edit it for you to display LTE
<key>DataIndicatorOverrideForLTE</key>
<string>4G</string>
<key>DataIndicatorOverrideForLTE</key>
<string>LTE</string>
Actually that's pretty simple!
If you OP have iFile, browse to System/Library/Carrier Bundles/iPhone/ and look for your carrier's plist. Then edit it and change:
Code:<key>DataIndicatorOverrideForLTE</key> <string>4G</string>
to:
Code:<key>DataIndicatorOverrideForLTE</key> <string>LTE</string>
You can even edit what the Status Bar says. No need for tweaks.
No such string to edit in my carrier.plist![]()
PM me if you still need help
If you're successful, could you upload your solution? The one dasx and I suggested do not seem to work ...