THIS ZIP IS FOR A STOCK DEODEXED ROM. IF YOU FLASH THIS OVER A CUSTOM ROM YOU WILL MOST LIKELY LOSE SOME MODS/THEMES.
Here is a guide to remove the GPS (location) Icon from the status bar. This is not the current method of going into the drawables XML and removing or making the PNGs transparent. This is a smali edit to prevent the ICON from displaying thus removing the space the icon utilizes from the status bar. If you like this MOD hit the thanks button.
DEVs feel free to use this MOD just shoot me a thanks and some credit.
We will be working within SystemUI.apk
Decompile SystemUI.apk
Navigate to smali/com/android/systemui/statusbar/policy/LocationController.smali
Find the following code:
Remove the line above in red.
Thats it!
Recompile
Chmod 644
Push to System/app or make a flashable ZIP.
Here is a guide to remove the GPS (location) Icon from the status bar. This is not the current method of going into the drawables XML and removing or making the PNGs transparent. This is a smali edit to prevent the ICON from displaying thus removing the space the icon utilizes from the status bar. If you like this MOD hit the thanks button.
DEVs feel free to use this MOD just shoot me a thanks and some credit.
We will be working within SystemUI.apk
Decompile SystemUI.apk
Navigate to smali/com/android/systemui/statusbar/policy/LocationController.smali
Find the following code:
Remove the line above in red.
Thats it!
Recompile
Chmod 644
Push to System/app or make a flashable ZIP.