[MOD] Edit build.prop for International Network Indicators - T-Mobile Galaxy Note 4 Themes and Apps

Thanks to TEKHD for the inspiration, and VisionX crew for an international ROM from which to extrapolate the needed data from the international build.prop.
For those like me that hate our stupid American network indicators, build.prop can be edited to show the international (and I would argue, most accurate) icons. I do not intend to create a flashable ZIP or anything like that as the manual method is actually quicker and easier.
These instructions assume you're rooted and have made a backup of your original file.
1. Open Root Explorer
2. Navigate to /system/
3. Hold on build.prop and select "Open in Text Editor"
4. Select Yes to open as RW
5. Modify the two lines shown below (replace "tmo" with "can"):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
6. Save and exit
7. Reboot
Icons will now appear as below:
In case you're interested, here is the correlation to normal American icons:
1. 4G = LTE, usually shown as some silly little icon that says 4GLTE
2. H and H+ = HSPA (3.5G) and HSPA+ (3.75G) this is also known as 4G in America, but it is not 4G per the ITU
3. E = EDGE (2.5G or 2.75G depending on class)
If there were a standard UMTS network near me, I'd imagine that there would also be a 3G icon, but all of T-Mobile's UMTS network is overlaid with at least HSPA. Also, unlike the change to the Sprint icons, this change does not introduce any weird CDMA menus in mobile network settings.

If you change the last 3 to att, spr, vzw you will also get the icons.
Sent from my SM-N910T using Tapatalk

A more elegant (LTE is actually LTE) solution is to add the following line to /system/csc/features.xml instead:
<CscFeature_Framework_ReplaceDataTypeIconAsOpBrand>OYC</CscFeature_Framework_ReplaceDataTypeIconAsOpBrand>
This gives you standard LTE/H+/H/E/G icons so you don't have to guess what's what.
EDIT: Changed OYA to OYC which gives you LTE/H+/H/E/G icons.

charlieb620 said:
If you change the last 3 to att, spr, vzw you will also get the icons.
Sent from my SM-N910T using Tapatalk
Click to expand...
Click to collapse
Those are still carrier specific though, and I honestly don't think they look as good, especially the AT&T ones. They're worse than T-Mobile's.
siraltus said:
A more elegant (LTE is actually LTE) solution is to add the following line to /system/csc/features.xml instead:
<CscFeature_Framework_ReplaceDataTypeIconAsOpBrand>OYA</CscFeature_Framework_ReplaceDataTypeIconAsOpBrand>
This gives you standard LTE/4G/E/G icons so you don't have to guess what's what.
Click to expand...
Click to collapse
I'll give that a try too and see how it looks. If it shows H and H+, I'll be happy. The misnomer 4G is my biggest complaint.

siraltus said:
A more elegant (LTE is actually LTE) solution is to add the following line to /system/csc/features.xml instead:
<CscFeature_Framework_ReplaceDataTypeIconAsOpBrand>OYA</CscFeature_Framework_ReplaceDataTypeIconAsOpBrand>
This gives you standard LTE/4G/E/G icons so you don't have to guess what's what.
Click to expand...
Click to collapse
To follow on, I tried this, and it was certainly easier, but it does label HSPA and HSPA+ as 4G, which I don't like, so I'll stick with the build.prop work I've already done. This is great information though, and no doubt others will be able to make use.

dc/dc said:
To follow on, I tried this, and it was certainly easier, but it does label HSPA and HSPA+ as 4G, which I don't like, so I'll stick with the build.prop work I've already done. This is great information though, and no doubt others will be able to make use.
Click to expand...
Click to collapse
Yeah, I have yet to find the CSC code which shows LTE as LTE and also shows H/H+. I dislike having LTE shown as 4G though, so I prefer the CSC way.

siraltus said:
Yeah, I have yet to find the CSC code which shows LTE as LTE and also shows H/H+. I dislike having LTE shown as 4G though, so I prefer the CSC way.
Click to expand...
Click to collapse
I wonder if there even is one... I have a feeling that Google took a page out of the Apple playbook from when they did that on the iPhone 4S and just label those networks as 4G since most people don't care or know any better.

You can also change the build.prop to trltexx to get international icons

There is also another setting in systemui in bools

denson9874 said:
You can also change the build.prop to trltexx to get international icons
Click to expand...
Click to collapse
Good call.
32dave said:
There is also another setting in systemui in bools
Click to expand...
Click to collapse
Where is this file located? The only files called systemui I've found are an APK and ODEX.

dc/dc said:
Good call.
Where is this file located? The only files called systemui I've found are an APK and ODEX.
Click to expand...
Click to collapse
You have to decompile systemui.apk first then its in SystemUI.apk\res\values

Ahhh ok. I probably won't mess with that then.

I noticed that using this keeps my signal strength at max at all times. Stock icons, I get 3 bars at home. Using international icons, my strength stays at full

ezMesican said:
I noticed that using this keeps my signal strength at max at all times. Stock icons, I get 3 bars at home. Using international icons, my strength stays at full
Click to expand...
Click to collapse
Interesting, I'd not paid attention to that.

siraltus said:
Yeah, I have yet to find the CSC code which shows LTE as LTE and also shows H/H+. I dislike having LTE shown as 4G though, so I prefer the CSC way.
Click to expand...
Click to collapse
@dc/dc @siraltus You also have the option to use OYB and OYC (this is the one you've been looking for btw, and is template used by telus, whereas OYA is Rogers and OYB is bell) .
Yes telus one is the most elegant and is also one I'm using.
And yes, Americans really did mess up the data icons as well as naming scheme. Yet I prefer lte over 4g ?.
Sent from my SM-N910W8

Idan73 said:
OYC
Click to expand...
Click to collapse
Using this now. You rock!

Idan73 said:
@dc/dc @siraltus You also have the option to use OYB and OYC (this is the one you've been looking for btw, and is template used by telus, whereas OYA is Rogers and OYB is bell) .
Yes telus one is the most elegant and is also one I'm using.
And yes, Americans really did mess up the data icons as well as naming scheme. Yet I prefer lte over 4g ?.
Sent from my SM-N910W8
Click to expand...
Click to collapse
BOOM! That's perfect! Thanks!

Anyway to get like Verizon carrier icons on an international rim?
Sent from my SM-N910T using XDA Free mobile app

mastermindx85 said:
Anyway to get like Verizon carrier icons on an international rim?
Sent from my SM-N910T using XDA Free mobile app
Click to expand...
Click to collapse
Yes, see below. Use these codes in the instructions in the first post.
charlieb620 said:
If you change the last 3 to att, spr, vzw you will also get the icons.
Sent from my SM-N910T using Tapatalk
Click to expand...
Click to collapse

Sorry for digging this up but I'm unable to view the screenshots in post #1.
Please help!

Related

[Q] Data Speed Icons

Was trying to use ninjamorph to replace my H to 4G icons, then I chanced upon 2 icons of different color, grey and blue with each named stat_sys_data_connected_h and stat_sys_data_fully_connected_h respectively, is there any significant difference between this or I could just replace the blue one to use for my device?
kashix said:
Was trying to use ninjamorph to replace my H to 4G icons, then I chanced upon 2 icons of different color, grey and blue with each named stat_sys_data_connected_h and stat_sys_data_fully_connected_h respectively, is there any significant difference between this or I could just replace the blue one to use for my device?
Click to expand...
Click to collapse
Grey = data but not connected to Google services (or no data)
Blue = connected to Google services.
The icons tell you when you have a good connection for things like contacts and bookmark sync basicly. It won't change the function if your rom if you make them all grey or all blue.
Sent from my Galaxy Nexus using Tapatalk
_Dennis_ said:
Grey = data but not connected to Google services (or no data)
Blue = connected to Google services.
The icons tell you when you have a good connection for things like contacts and bookmark sync basicly. It won't change the function if your rom if you make them all grey or all blue.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
I think there's a misunderstanding here, I'm not talking about the the bars, I know that if it's blue, it's connected, if it's grey, it's not, I'm talking about the 3G icon and 4G icon, there are 2 separate one, even if your bar is blue, meaning connected, the 3G sign will still be displayed in white isn't it, it doesn't changes with the bar. A picture speaks a thousand words, I'm referring to this. In application usage, I don't really see a blue '3G or '4G' bar before, come to think of it, what is the main difference here?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
kashix said:
I think there's a misunderstanding here, I'm not talking about the the bars, I know that if it's blue, it's connected, if it's grey, it's not, I'm talking about the 3G icon and 4G icon, there are 2 separate one, even if your bar is blue, meaning connected, the 3G sign will still be displayed in white isn't it, it doesn't changes with the bar. A picture speaks a thousand words, I'm referring to this. In application usage, I don't really see a blue '3G or '4G' bar before, come to think of it, what is the main difference here?
Click to expand...
Click to collapse
Same as above but the ROMs framework and systemUI are not using the blue if it does not show up.
Sent from my Galaxy Nexus using Tapatalk
_Dennis_ said:
Same as above but the ROMs framework and systemUI are not using the blue if it does not show up.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
sorry but you're saying? Don't understand.
a reference for you, even the 4G LTE Galaxy Nexus, the 4G icon is also in white. The signal bars are blue though, meaning connected to Google servers.
http://www.youtube.com/watch?v=Kn0Drfu7QYM&feature=related
Just replace the grey one ! I've done this myself to make the grey one blue because I have replaced all the grey stuff in the system bar with blue (I think the grey looks crap !)
daz.g said:
Just replace the grey one ! I've done this myself to make the grey one blue because I have replaced all the grey stuff in the system bar with blue (I think the grey looks crap !)
Click to expand...
Click to collapse
Doesn't that makes the transition between 3G (grey) to 4G (blue) weird? Or you had the 3G replaced too? And what tool did you use to make the change? Ninjamorph?
Sent from my Galaxy Nexus using xda premium
kashix said:
I think there's a misunderstanding here, I'm not talking about the the bars, I know that if it's blue, it's connected, if it's grey, it's not, I'm talking about the 3G icon and 4G icon, there are 2 separate one, even if your bar is blue, meaning connected, the 3G sign will still be displayed in white isn't it, it doesn't changes with the bar. A picture speaks a thousand words, I'm referring to this. In application usage, I don't really see a blue '3G or '4G' bar before, come to think of it, what is the main difference here?
Click to expand...
Click to collapse
Same as above but the ROMs framework and systemUI are not using the blue if it does not show up.
Sent from my Galaxy Nexus using Tapatalk
kashix said:
Doesn't that makes the transition between 3G (grey) to 4G (blue) weird? Or you had the 3G replaced too? And what tool did you use to make the change? Ninjamorph?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
I'm not bothered about knowing if I have 3G or 4G - the phone always seems to have a decent enough signal for my needs. I just think the grey looks bad so I've changed lots of the icons to blue....
See here : http://forum.xda-developers.com/showthread.php?t=1496001
yes I use Ninjamorph for all my icon changing needs
_Dennis_ said:
Same as above but the ROMs framework and systemUI are not using the blue if it does not show up.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
there's no need to tell me the exact same thing for the 2nd time.
daz.g said:
I'm not bothered about knowing if I have 3G or 4G - the phone always seems to have a decent enough signal for my needs. I just think the grey looks bad so I've changed lots of the icons to blue....
See here : http://forum.xda-developers.com/showthread.php?t=1496001
yes I use Ninjamorph for all my icon changing needs
Click to expand...
Click to collapse
Is it normal after finishing project, when you exit the app, it's resets your wallpaper? I had that issue when I exited the app after finishing project.
Yeah it resets the wallpaper on mine too - not sure why??
daz.g said:
Yeah it resets the wallpaper on mine too - not sure why??
Click to expand...
Click to collapse
I thought it's a glitch or what! thanks for your answer! it's a hassle to reset the wallpaper again after you morphed it
kashix said:
there's no need to tell me the exact same thing for the 2nd time.
Click to expand...
Click to collapse
You are the one who asked why you never saw a blue 4G or blue 3G. If you do not want help don't ask for it.
Sent from my Galaxy Nexus using Tapatalk
_Dennis_ said:
You are the one who asked why you never saw a blue 4G or blue 3G. If you do not want help don't ask for it.
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
You're not helping anyway but thanks
Sent from my Galaxy Nexus using xda premium

[AT&T][WIP][THEME] ICSWiz Hybrid - ATT beta03 7.19.12

this is simply a placeholder for my first theme on the SGS3
Verizon version will come as soon as their device is released and there are ROMs out for it.
you need some type of recovery to flash these***
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Instructions
1. download the version that's compatible with your ROM
2. load file onto your internal SD
3. boot into recovery
4. find the zip file and flash. no wipes necessary
AT&T versions
Stock deodexed
beta03mod
Ultimatum
Diet ICS
T-Mobile versions
redruM Lean 2.1
Sprint versions
redruM Lean 2.2
Previous versions...
ATT_beta01
Changelogs...
pending update
-updated to LG1 firmware
-slightly themed framework (lockscreen, on/off toggles)
-SystemUI revision (expanded statusbar)
-removed ongoing Wifi notification
-fixed cell standby (reads accurately)
7.19.12
-beta03 released (AT&T)
-SecSettings.apk themed (mostly )
7.11.12
-beta02 released (AT&T)
-removed AM/PM
-ICS colored clock
-transparent status bar background
-changed MMS/Phone/Contacts icons to stock AOSP
-changed 4G incoming/outgoing signal to match 4G LTE icon
7.7.12
-beta01 released (AT&T)
pretty excited :laugh:
another reserve
First one waiting lol
Sent from my SPH-L710 using xda premium
Waiting patiently.
Sent from my SPH-D710 using xda premium
I don't think themes work across all the carriers. So this theme for the AT&T version might cause some issues for Sprint waiters.
El Nivek said:
I don't think themes work across all the carriers. So this theme for the AT&T version might cause some issues for Sprint waiters.
Click to expand...
Click to collapse
Unless you like boot loops. Thought I hear they're pretty good in milk.
Sent from my SPH-L710 using Tapatalk 2
We shall see.
#CoolStoryBro
i'll have this available for specific ROMs on different carriers
mrvirginia said:
i'll have this available for specific ROMs on different carriers
Click to expand...
Click to collapse
Just as an fyi, if you don't know, all of the Sprint carrier information in the framework must stay in order for sprint users to use any of the sprint apps.
shane6374 said:
Just as an fyi, if you don't know, all of the Sprint carrier information in the framework must stay in order for sprint users to use any of the sprint apps.
Click to expand...
Click to collapse
That is good to know but since the only good sprint app is NBA then I should not care.
shane6374 said:
Just as an fyi, if you don't know, all of the Sprint carrier information in the framework must stay in order for sprint users to use any of the sprint apps.
Click to expand...
Click to collapse
thanks for the info. mostly image tweaks to start off with in beta and then i'll get to tweaking colors in regards to xml edits, etc.
also, as it currently stands, there are only ROMs for T-Mob and AT&T for me to create a base. in other words, those will come first, then Sprint, then Verizon respectively.
mrvirginia said:
thanks for the info. mostly image tweaks to start off with in beta and then i'll get to tweaking colors in regards to xml edits, etc.
also, as it currently stands, there are only ROMs for T-Mob and AT&T for me to create a base. in other words, those will come first, then Sprint, then Verizon respectively.
Click to expand...
Click to collapse
I'm guessing that the drawable and layout folders will be exactly the same on all 4 version. The differences will most likely be in the strings.xml and probably some smali differences for carrier specific stuff.
shane6374 said:
I'm guessing that the drawable and layout folders will be exactly the same on all 4 version. The differences will most likely be in the strings.xml and probably some smali differences for carrier specific stuff.
Click to expand...
Click to collapse
i shouldn't have to touch any smali code right off. this is purely for ICS colors so mostly SystemUI, framework-res and Settings tweaks. just not a fan of the grays, greens, etc. this is 4.0, not 2.3 lol
mrvirginia said:
i shouldn't have to touch any smali code right off. this is purely for ICS colors so mostly SystemUI, framework-res and Settings tweaks. just not a fan of the grays, greens, etc. this is 4.0, not 2.3 lol
Click to expand...
Click to collapse
Haha ya I barely got my phone today but I already have a stock system deodexed and themed with ICS style Icons for battery, wifi and power panel.
bizdady said:
Haha ya I barely got my phone today but I already have a stock system deodexed and themed with ICS style Icons for battery, wifi and power panel.
Click to expand...
Click to collapse
May I ask where you can deodex it and get the ICS theme, assuming you did it on the Sprint version? Sorry, still a newb here.
El Nivek said:
May I ask where you can deodex it and get the ICS theme, assuming you did it on the Sprint version? Sorry, still a newb here.
Click to expand...
Click to collapse
Still trying to figure it out. I was able to mod my systemui and get status bar ICS icons but was having script issues and an unknown issue where I had no radio. Scary feeling (thnk you nandroid lol) when you have no Mobile data and the phone keeps asking for a sim card. But I did change out the power toggle and status bar icons to ics blue and they looked good.
Im try again later.
sorry for the delay on this guys. i'm having to send my phone back and get a new one. should have something this weekend. someone might have to test for me
You can mssg me for testing.
Sent from my SAMSUNG-SGH-I747 using xda premium
CZ Eddie said:
You can mssg me for testing.
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
awesome, will do!

LTE selection issues

Ive had this problem for a long time. through 4.2.2, 4.3, and 4.4 roms (various ROMs, including CM, Beanstalk and Slim). I can only enable LTE by going to more>mobile network>at&t before i can select LTE. it always default on WCDMA and it will revert back to WCDMA after reboot. any one have a fix for this?
Put ro.telephony.default_network=9 in build prop
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
eZdubzitmk4 said:
Put ro.telephony.default_network=9 in build prop
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
thanks for the reply, but that line is already in build prop. any other suggestions?
d0hceg said:
thanks for the reply, but that line is already in build prop. any other suggestions?
Click to expand...
Click to collapse
What rom are you on? And what APN
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
eZdubzitmk4 said:
What rom are you on? And what APN
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
currently on slim v11. using ATT LTE APN, verified APN are correct. ive been researching this for a while with no success.
Try *#*#4634#*#* then Device Information. You can select the band you want and it seems to work.
rangercaptain said:
Try *#*#4634#*#* then Device Information. You can select the band you want and it seems to work.
Click to expand...
Click to collapse
thats pretty much what i have to do. it defaults on wcdma preferred, but after reboot, i will always have to go to mobile network>search network>select at&t before it will stick on any LTE settings.
d0hceg said:
thats pretty much what i have to do. it defaults on wcdma preferred, but after reboot, i will always have to go to mobile network>search network>select at&t before it will stick on any LTE settings.
Click to expand...
Click to collapse
You want gsm...
Send me screenshot of about phone in settings
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
eZdubzitmk4 said:
You want gsm...
Send me screenshot of about phone in settings
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
well i actually select lte/gsm
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
d0hceg said:
well i actually select lte/gsm
View attachment 2681257
View attachment 2681258
Click to expand...
Click to collapse
Ok now reboot so u lose lte and go to Status in about phone and screenshot plz
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
eZdubzitmk4 said:
Ok now reboot so u lose lte and go to Status in about phone and screenshot plz
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
Click to expand...
Click to collapse
heres the screenshots after reboot....
anyone?
d0hceg said:
anyone?
Click to expand...
Click to collapse
Dial *#*#info#*#* and go to phone then turn your LTE back on. Also some KitKat Roms have a toggle that does this that you can put in your notification toggles.
Sent from my SGH-I317 using xda app-developers app
*#*#4636#*#*
Device information...
Scroll down and select...
LTE/GSM auto PRL...
arrow back to home and wait 30-45 seconds...
LTE should fire if your APN is correct...
If not....reboot and test again....
If it fails check modem and APN settings ....repeat....g
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
gregsarg said:
*#*#4636#*#*
Device information...
Scroll down and select...
LTE/GSM auto PRL...
arrow back to home and wait 30-45 seconds...
LTE should fire if your APN is correct...
If not....reboot and test again....
If it fails check modem and APN settings ....repeat....g
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It won't stick on LTE/GSM unless I select mobile network first, which is what i have to do after every reboot (which is what i am trying to avoid) modem and APN are correct as well...
d0hceg said:
It won't stick on LTE/GSM unless I select mobile network first, which is what i have to do after every reboot (which is what i am trying to avoid) modem and APN are correct as well...
Click to expand...
Click to collapse
I'm experiencing the same issues. I'm on Straight Talk. My LTE will not stick for long, regardless of all the methods I have tried. My text msgs were delayed sending and receiving. Straight Talk claimed that ATT had been experiencing outages in my area (Los Angeles), but I never called ATT direct to confirm this. WCDMA is the only thing that will stick, although I haven't tried LTE anymore in the last two days....
MindArchr said:
I'm experiencing the same issues. I'm on Straight Talk. My LTE will not stick for long, regardless of all the methods I have tried. My text msgs were delayed sending and receiving. Straight Talk claimed that ATT had been experiencing outages in my area (Los Angeles), but I never called ATT direct to confirm this. WCDMA is the only thing that will stick, although I haven't tried LTE anymore in the last two days....
Click to expand...
Click to collapse
i am in the los angeles area as well, but this is not a recent issue for me...ive always had this issue....i know how to get LTE to work, just quite annoying to do it after every reboot, especially since searching for network provider can take some time...ive seen quite of few people with the same issue, but never a fix for it.
d0hceg said:
i am in the los angeles area as well, but this is not a recent issue for me...ive always had this issue....i know how to get LTE to work, just quite annoying to do it after every reboot, especially since searching for network provider can take some time...ive seen quite of few people with the same issue, but never a fix for it.
Click to expand...
Click to collapse
I'm on metro PCs...can get LTE with a t-mobile sim but otherwise just H+. Do not have the build prop line mentioned earlier in thread but willing to try.
My build prop has no such entry:
ro.telephony.default_network=9
Where do I place this in the build.prop?
mexigga said:
My build prop has no such entry:
ro.telephony.default_network=9
Where do I place this in the build.prop?
Click to expand...
Click to collapse
Anywhere. Just look for other settings like that and enter the line in there
Sent from my SAMSUNG-SGH-I317 using Tapatalk

NEW HYBRID build.prop - T-MOBILE N910T -> SPRINT LTE ICON,...!*!

My Hybrid build.prop for T-Mobile N4 users that want Sprint's LTE Icon!
Thanks to @bigmase23 (he sent me the original Sprint build.prop)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
REMEMBER TO CLICK THANKS!!!
Stock Sprint LTE Icon for T-Mobile N4 Transformation Flashable zip...
Download: Stock Sprint LTE Icon for T-Mobile N4 Transformation
Download: Revert to Stock T-Mobile LTE Icon for T-Mobile N4 Transformation
No problem! Appreciate your work bro! Thank you!
Tried flashing with TWRP and got can't open zip error...
Worked great on mine. Thanks.
Yes thank you for this I'm loving the icon
Does this also have the international icons for UMTS (3G, H, H+)?
stkman32 said:
Tried flashing with TWRP and got can't open zip error...
Click to expand...
Click to collapse
I just extracted the file and used root explorer to replace build.prop and it works great! Thanks op!
Sent from my SM-N910T using Tapatalk
---------- Post added at 09:14 PM ---------- Previous post was at 08:30 PM ----------
Anyone else getting sms not sending? I have a lot of tweaks, so not sure what's causing the problem. I am running my n910t on at&t so... Lol. I'll compare my original build.prop and see what the difference is. Thanks again!
Sent from my SM-N910T using Tapatalk
Does this show the up/down speed for data transmission?
If not, how can I add that?
Araltd said:
Does this show the up/down speed for data transmission?
If not, how can I add that?
Click to expand...
Click to collapse
If your an xposed user, you can use netspeed indicator i believe its called. Or also if you want a rom that has it built in, dynamic 2.0 has it as well.
Looks something like that. Thats from dynamic. The xposed module is colorable and has a few options whereas dynamics vwrsion is not.
I'm using Darth stalker
Araltd said:
I'm using Darth stalker
Click to expand...
Click to collapse
So. Use xposed like I stated.
I finally got this installed, and it doesn't have the international icons. It also adds the CDMA network options in "More Networks", though I'm not sure whether that's good or bad.
Can I make these changes manually in the build.prop? I have a ROM that has build.prop tweaks, and I don't want to lose those. I REALLY want this data icon
ezMesican said:
Can I make these changes manually in the build.prop? I have a ROM that has build.prop tweaks, and I don't want to lose those. I REALLY want this data icon
Click to expand...
Click to collapse
Thank you! Are there any other carrier specific icons?
ezMesican said:
Thank you! Are there any other carrier specific icons?
Click to expand...
Click to collapse
Yes, there is Verizon, AT&T, and international. See these threads:
International and Verizon: http://forum.xda-developers.com/not...ps/mod-edit-build-prop-international-t2951057
AT&T: http://forum.xda-developers.com/not...brid-build-prop-boot-animation-sound-t2932193
dc/dc said:
Yes, there is Verizon, AT&T, and international. See these threads:
International and Verizon: http://forum.xda-developers.com/not...ps/mod-edit-build-prop-international-t2951057
AT&T: http://forum.xda-developers.com/not...brid-build-prop-boot-animation-sound-t2932193
Click to expand...
Click to collapse
Thanks. I like the "can" one, but is there any way to get rid of the data activity arrows? They make custom status bar icons look weird
Am I the only one who likes the tmobile 4g lte icon? I personally don't like just "lte" icon. YMMV.
Araltd said:
Am I the only one who likes the tmobile 4g lte icon? I personally don't like just "lte" icon. YMMV.
Click to expand...
Click to collapse
That's why I didn't want it. But I just changed it to the international icons, which removes the small "LTE" among other things. The thread was linked a few posts above

Get 4G LTE icon/ H+ icon on Back-to-N00t ROM (V6 only)

Hi guys!
Here I present to you a simple modification I have done in my S3.
THIS IS MY FIRST THREAD.
Actually this is just for my personal enjoyment but I decided to share it here in case anybody is interested.
I modified the SystemUI.apk on my phone running Back-to-N00t V6 from the usual 3G icon to this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I resized the icon to match the display since from the source where I got the icon it is in xxhdpi whereas in Back-to-N00t ROM it is in xhdpi only.
HOWEVER, if you are interested, download the file below:
View attachment SystemUI.apk
If you prefer H+ icon, download this file:
http://forum.xda-developers.com/attachment.php?attachmentid=3101092&d=1420550912
Instructions
1. Copy the file to your device.
2. I personally use Root Explorer, but if you have another file manager that can access system files, you can use it.
3. Put the file to /system/priv-app.
4. Set permissions.
5. Reboot.
6. You're good to go! HAHA!
If you are asking if this will work in versions 1-5 then my answer is
I DON'T KNOW.
If you want to, then you try but make sure to make a BACKUP first in case something goes wrong.
HIT THANKS IF YOU LIKE MY WORK!
All credits to @sunajkram23 to where I got the LTE icon (from his ROM) and to @arter97 for his amazing ROM.
It is just graphical or real functionality..?
vwong said:
It is just graphical or real functionality..?
Click to expand...
Click to collapse
The answer is obvious if you know i9300 specs[emoji12] [emoji6]
Sent from my handphone, not yours
Respect for your work, but why display Lte on a device that don't support it.
I think it would be more useful if you made a sys ui that shows H and H+ when its running on H and H plus
I think more people would find that useful. Showing correct data.
I hope you could make that possible too
Good work anyways
yusuf_adsas said:
The answer is obvious if you know i9300 specs[emoji12] [emoji6]
Sent from my handphone, not yours
Click to expand...
Click to collapse
Then whats the need of this mod if it is just for implementing graphical 4G lte icon...?
I think he just done it for personal use and decided to share it. Which is fine and respect for that. But I hope one that displays H and H plus can be made too that functions the correct way.
vwong said:
Then whats the need of this mod if it is just for implementing graphical 4G lte icon...?
Click to expand...
Click to collapse
I just answer your question
Don't shoot the mesenger
Sent from my handphone, not yours
yusuf_adsas said:
I just answer your question
Don't shoot the mesenger
Sent from my handphone, not yours
Click to expand...
Click to collapse
my question was for the OP not for you..
you shoot the messenger first...
if you are annoyed then why answering the questions of others..
sorry if it hurt you..
sent from typing with my fingers not yours...
vwong said:
my question was for the OP not for you..
you shoot the messenger first...
if you are annoyed then why answering the questions of others..
sorry if it hurt you..
sent from typing with my fingers noy yours...
Click to expand...
Click to collapse
Apparently someone got up the wrong bed today LOL
Sent from my handphone, not yours
yusuf_adsas said:
Apparently someone got up the wrong bed today LOL
Sent from my handphone, not yours
Click to expand...
Click to collapse
yeah
again shoot of messenger from wrong Beder..
sent from typing with my fingers not yours...
It seems Grouxho posted how its done in back to not thread for H and H+ icons
http://forum.xda-developers.com/showpost.php?p=57932636&postcount=2219
And a sys ui was posted there too.
yusuf_adsas said:
I just answer your question
Don't shoot the mesenger
Sent from my handphone, not yours
Click to expand...
Click to collapse
vwong said:
my question was for the OP not for you..
you shoot the messenger first...
if you are annoyed then why answering the questions of others..
sorry if it hurt you..
sent from typing with my fingers not yours...
Click to expand...
Click to collapse
Guys, as stated in the OP I'm doing this just for my personal enjoyment but I decided to share it IN CASE anyone is interested.
racky29 said:
Respect for your work, but why display Lte on a device that don't support it.
I think it would be more useful if you made a sys ui that shows H and H+ when its running on H and H plus
I think more people would find that useful. Showing correct data.
I hope you could make that possible too
Good work anyways
Click to expand...
Click to collapse
back to noot ROM only has 3G and LTE in mobile data settings, so I modified the 3G icon to 4G LTE.
Actually as stated, it is only for personal reasons but I decided to share it.
BTW, If want H+ icon I can do it for you. HOLD ON for at least a few minutes.
racky29 said:
It seems Grouxho posted how its done in back to not thread for H and H+ icons
http://forum.xda-developers.com/showpost.php?p=57932636&postcount=2219
And a sys ui was posted there too.
Click to expand...
Click to collapse
mrayzrocks said:
back to noot ROM only has 3G and LTE in mobile data settings, so I modified the 3G icon to 4G LTE.
Actually as stated, it is only for personal reasons but I decided to share it.
BTW, If you want H+ icon I can do it for you. HOLD ON for at least a few minutes.
Click to expand...
Click to collapse
Here it is:
View attachment SystemUI.apk
Hit thanks if it worked.
Will try that later. And let you know if its Good. Thanks
This latest one didnt work for me. Just displays H+ permanent
But the new one posted in back to n00t thread does work. It shows 3g. H and H+ correctly

Categories

Resources