Here is a stock SystemUI.apk pulled from Whitehawx stock deodexed tmobile rom that I modded and removed the AM / PM from status bar clock for a cleaner look!
Also making this with a center clock mod when time permits
{
"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"
}
^^yes that is a new theme in progress^^
Push the apk using adb, then adb reboot the phone and enjoy!
If you want to try this out yourself you must decompile the SystemUI.apk
Then go into the SystemUI.apk\smali\com\android\systemui\statusbar\policy folder
In the policy folder is the Clock.smali file
Open that file with Notepad++
Lines 34 - 43 look like this
Code:
# direct methods
.method static constructor ()V
.locals 1
const/4 v0, 0x0
sput v0, Lcom/android/systemui/statusbar/policy/Clock;->AM_PM_STYLE:I
return-void
.end method
Change line 38 to const/4 v0, 0x2
SO it should now look like this
Code:
# direct methods
.method static constructor ()V
.locals 1
const/4 v0, 0x2
sput v0, Lcom/android/systemui/statusbar/policy/Clock;->AM_PM_STYLE:I
return-void
.end method
Recompile your SystemUI.apk and the push to the phone
great share!Thanks for your work!
How do you make am pm small?
Evil welcome to the S3 brother
Sent from my SGH-T999 using Tapatalk 2
Lantek23 said:
Nick welcome to the S3 brother
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Thanx!
Sent from my SGH-T999 using xda app-developers app
thekendog said:
How do you make am pm small?
Click to expand...
Click to collapse
You cant as far as I know of they share the same xml
Sent from my SGH-T999 using xda app-developers app
what about removing the clock itself?
chadster214 said:
what about removing the clock itself?
Click to expand...
Click to collapse
Delete the clock policy xml line in the Systemui.apk layout status_bar.xml
Like I did here http://forum.xda-developers.com/showthread.php?t=1711127
Sent from my SGH-T999 using xda app-developers app
evil1art said:
Delete the clock policy xml line in the Systemui.apk layout status_bar.xml
Like I did here http://forum.xda-developers.com/showthread.php?t=1711127
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
I tried that but did not work..
chadster214 said:
I tried that but did not work..
Click to expand...
Click to collapse
What rom are you using? I can do it for you
Sent from my SGH-T999 using xda app-developers app
evil1art said:
What rom are you using? I can do it for you
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
I'm using Whitehawkx stock deodexed rom
chadster214 said:
I'm using Whitehawkx stock deodexed rom
Click to expand...
Click to collapse
I will make one for you after work.
Sent from my SGH-T999 using xda app-developers app
evil1art said:
I will make one for you after work.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
thanks! I'm using Virtuous Ten Studio to edit the apk. Its a pretty nifty software. I was able to decompile and recompile successfully but for some strange reason it won't work. my statusbar just black out.
chadster214 said:
thanks! I'm using Virtuous Ten Studio to edit the apk. Its a pretty nifty software. I was able to decompile and recompile successfully but for some strange reason it won't work. my statusbar just black out.
Click to expand...
Click to collapse
Blacked out or not there? Either way its easy enough to do so I will hook you up later
Sent from my SGH-T999 using xda app-developers app
evil1art said:
Blacked out or not there? Either way its easy enough to do so I will hook you up later
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
yeah.. the status bar is not there at all.. all I get is black bar accross along with my wallpaper.
chadster214 said:
yeah.. the status bar is not there at all.. all I get is black bar accross along with my wallpaper.
Click to expand...
Click to collapse
Thats just a error reading the xml
Sent from my SGH-T999 using xda app-developers app
evil1art said:
Thats just a error reading the xml
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
its an error that happened during recompling? or the phone reading it incorrectly?
chadster214 said:
its an error that happened during recompling? or the phone reading it incorrectly?
Click to expand...
Click to collapse
An error from editing the xml or something missing in the xml and the phone cant read it now
Sent from my SGH-T999 using xda app-developers app
evil1art said:
An error from editing the xml or something missing in the xml and the phone cant read it now
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
all I did was delete that line you highlighted in red from your post and made sure it matches.
chadster214 said:
all I did was delete that line you highlighted in red from your post and made sure it matches.
Click to expand...
Click to collapse
here you go http://d-h.st/Jti just rename it SystemUI.apk and push it to system/app
Related
I have a small favor for anyone who's willing to do this for me.
All I want is for someone to just theme the "Contacts" icon to the TW4 version:
{
"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"
}
Thanks, in advance!
You'd just theme your contacts.apk. Open it up, go into res > drawable-hdpi > launcher icon or something, just copy that image over the current one (keep the same name). I can do this when I get to a computer.
Sent from my SPH-D700 using XDA Premium App
Overstew said:
You'd just theme your contacts.apk. Open it up, go into res > drawable-hdpi > launcher icon or something, just copy that image over the current one (keep the same name). I can do this when I get to a computer.
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
Thanks. I'll see if I can figure it out. Btw, If it's that simple, is it possible you could just change the icons of other apps to these? :
Edit: I'm looking in one of the ROMs I have and I can't find the contacts.apk
If you're looking through a downloadable zip, go into system/app/contacts.apk.
That's a lot of apps. The reason most people don't mess with apps is because a market update reverts their images back to normal.
Sent from my SPH-D700 using XDA Premium App
Overstew said:
If you're looking through a downloadable zip, go into system/app/contacts.apk.
That's a lot of apps. The reason most people don't mess with apps is because a market update reverts their images back to normal.
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
Well, I only meant the Samsung Apps.
And I know where to find the contacts lol, it's not there in the zip I'm looking for! xD
I found another one though.
So I made it a zip, extracted it, and now I change the contacts icon?
How do I make it an .apk again?
|| Acer || said:
Well, I only meant the Samsung Apps.
And I know where to find the contacts lol, it's not there in the zip I'm looking for! xD
I found another one though.
So I made it a zip, extracted it, and now I change the contacts icon?
How do I make it an .apk again?
Click to expand...
Click to collapse
If you used 7zip . Sounds like u did. Then you just close it back up
Sent from my SPH-D700 using XDA App
So what all programs would a person need to theme an app, if I wanted to change a few icons? Can you do it with 7zip, or do you have to use the apk tool? Yes I'm a noob when it comes to this, but would like to give it a try.
ZiggSVO said:
If you used 7zip . Sounds like u did. Then you just close it back up
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Im using a Mac and I found out to make it an .apk but there was a parse error.
Sent from my SPH-D700 using XDA Premium App
|| Acer || said:
Im using a Mac and I found out to make it an .apk but there was a parse error.
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
Drag your modified files to the old apk.
Sent from my SPH-D700 using XDA App
Here is the app from SRF1.1.1 with the icon themed to tw4. Just wipe cache and dalvik, then flash this zip.
shiftr182 said:
Here is the app from SRF1.1.1 with the icon themed to tw4. Just wipe cache and dalvik, then flash this zip.
Click to expand...
Click to collapse
I don't think thar would work. I'm on EE03
Sent from my SPH-D700 using XDA Premium App
|| Acer || said:
I have a small favor for anyone who's willing to do this for me.
All I want is for someone to just theme the "Contacts" icon to the TW4 version:
Thanks, in advance!
Click to expand...
Click to collapse
Funny you mentioned this.... I bet you'll like the finished product of what I'm working on tonight
Sent from my SPH-D700 using XDA App
http://db.tt/J8WDSAo
All works with eeo3
Sent from my Nexus S 4G using XDA Premium App
Yo Acer I'm gonna send you a pm once I'm done uploading somthing
Sent from my Nexus S 4G using XDA Premium App
Here is a modified version of Frescoraja's Original GB Theme. I am by no means a themer and have no plans of doing much more than what is already done. I will think about doing some other colors (Have Red & Purple mostly finished). All I have really done is update the original to work on ICS. This is Currently only set for Jedi Mind Trick but most UVLE1 based roms should be easily converted.
Here are the current Screen Shots:
{
"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"
}
<div style="margin:20px; margin-top:5px;"><div class="quotetitle"><input class="button2 btnlite" type="button" value=" Show " style="text-align:center;width:100px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Pictures '; }" /></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
I am not responsible for anything that happens to your phone.
Please Do a backup before flashing from recovery.
Darkside Cache Wipe is also highly recommended immediately after flashing
Red:
Green:
White:
could I get that wallpaper perhaps?
Sent from my SGH-T989 using xda app-developers app
Tmogalaxys2 said:
could I get that wallpaper perhaps?
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Of Course
dkrcubsfan said:
Of Course
Click to expand...
Click to collapse
Thanks man you rock!
Sent from my SGH-T989 using xda app-developers app
Looks good!
Sent from my SGH-T989 using xda app-developers app
These are awesome!
You need to do a bright green one for us Jedis when you get the chance
Sent from my SGH-T989 using Tapatalk 2
Digital1325 said:
These are awesome!
You need to do a bright green one for us Jedis when you get the chance
Sent from my SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
The system is normally green? Are you thinking of a specific shade?
dkrcubsfan said:
The system is normally green? Are you thinking of a specific shade?
Click to expand...
Click to collapse
Port my gamma-ray theme!
Sent from my SGH-T989 using xda app-developers app
---------- Post added at 04:21 PM ---------- Previous post was at 04:19 PM ----------
http://forum.xda-developers.com/showthread.php?t=1571968
Sent from my SGH-T989 using xda app-developers app
very cool !! thanks for the work involved
+1 on the Gamma Ray
ptmr3 said:
Port my gamma-ray theme!
Sent from my SGH-T989 using xda app-developers app
---------- Post added at 04:21 PM ---------- Previous post was at 04:19 PM ----------
http://forum.xda-developers.com/showthread.php?t=1571968
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Óðinsdagr said:
very cool !! thanks for the work involved
+1 on the Gamma Ray
Click to expand...
Click to collapse
Okay, green is up and I will work on gamma-ray next!
dkrcubsfan said:
Okay, green is up and I will work on gamma-ray next!
Click to expand...
Click to collapse
That's perfect! Thanks man!
And hmmm... if you're looking for more suggestions, how about a "Stormtrooper" version? (white on black).
Sent from my SGH-T989 using Tapatalk 2
White is ready, will post when I can get to the computer.
Sent from my SGH-T989 using xda premium
Nice! Thanks dude.
Sent from a BAMF Jedi ROM from the Lightside
Digital1325 said:
Nice! Thanks dude.
Sent from a BAMF Jedi ROM from the Lightside
Click to expand...
Click to collapse
Okay, white has been posted.
I'm using the blue and it looks great! However...the percentage is so hard to read. Since the numbers were placed inside the battery and it has a border...it's nearly impossible to read the percentage without putting the phone right up to your face. =(
I'm still using the theme...but I have to go to the developers option and tag the "show percentage" icon, just to be able to read it.
Is there anyway to increase the size of the numbers? So that it reaches the top and bottom of the icon? Thanks!
So I can use these using jedi v6
Sent from my SGH-T989 using xda app-developers app
calpencil said:
I'm using the blue and it looks great! However...the percentage is so hard to read. Since the numbers were placed inside the battery and it has a border...it's nearly impossible to read the percentage without putting the phone right up to your face. =(
I'm still using the theme...but I have to go to the developers option and tag the "show percentage" icon, just to be able to read it.
Is there anyway to increase the size of the numbers? So that it reaches the top and bottom of the icon? Thanks!
Click to expand...
Click to collapse
I will see what I can do.
Sent from my SGH-T989 using xda premium
glxys said:
So I can use these using jedi v6
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Yes they should all work for any version. I currently use blue on version 6.
Sent from my SGH-T989 using xda premium
calpencil said:
I'm using the blue and it looks great! However...the percentage is so hard to read. Since the numbers were placed inside the battery and it has a border...it's nearly impossible to read the percentage without putting the phone right up to your face. =(
I'm still using the theme...but I have to go to the developers option and tag the "show percentage" icon, just to be able to read it.
Is there anyway to increase the size of the numbers? So that it reaches the top and bottom of the icon? Thanks!
Click to expand...
Click to collapse
How is this looking?
Please give thanks/credit if you use this in your ROM - Donations are also appreciated!
Some may argue this but I find the connection optimizer to be spyware'ish with everything it tracks does in the background. I can handle my WiFi connections myself and do not need my phone automatically jumping onto an open WiFi access point. I prefer to use a VPN connection when using open WiFi so all of my traffic is encrypted and prevents the script kiddies from sniffing my traffic in public places.
Connection Manager still runs even if you turn it off/opt-out. This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Decompile SecPhone.apk (there a few files that need to be corrected to recompile. Search XDA as there are already threads on this)
Edit SecPhone/smali/com/android/phone/PhoneFeature.smali and modify the one line:
Code:
const-string v8, "sprint_connections_optimizer"
invoke-virtual {v5}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
if-nez v1, :cond_2d
invoke-virtual {v7}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
if-eqz v1, :cond_50
:cond_2d
[COLOR="Red"]--const/4 v1, 0x1[/COLOR]
[COLOR="Green"]++const/4 v1, 0x0[/COLOR]
:goto_26
If you like this MOD and would like to see others please consider a donation via my profile. I encourage other developers to share their work in How-To's as well.
You can also disable the program through Settings > Applications > All and choose disable. Does not require Root.
Sent from my SPH-L900 using xda app-developers app
xKrisx said:
You can also disable the program through Settings > Applications > All and choose disable. Does not require Root.
Sent from my SPH-L900 using xda app-developers app
Click to expand...
Click to collapse
Correct but I prefer the method of not being there at all.
jd14771 said:
if anybody get a chance to do this and is kind enough to mirror a copy of the modified sec.phone.apk, that would be much appreciated. cheers.
Click to expand...
Click to collapse
I have one here (includes the roaming notification removal as well).
http://forum.xda-developers.com/showpost.php?p=38866068&postcount=158
Freeze it with Titanium
MikeyLee said:
Freeze it with Titanium
Click to expand...
Click to collapse
Or how about have the ROM Dev not include it? No freezing required.
I usually remove it with titnium backup.. are there other files that need to be removed as well?
Sent from my SPH-L900 using xda premium
z31k said:
I usually remove it with titnium backup.. are there other files that need to be removed as well?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
From the OP:
This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Awesome, thanks!
Sent from my SPH-L900 using Tapatalk 2
Awsome job again thanks again for all of the hard work
Sent from my SPH-L900 using xda premium
Yea digi great work yet again, appreciate you sharing it as well... Thank you as this type of thing is a big peeve of mine as well.
Glad to see you guys enjoy these. I have a few other ones planned. It makes things easier for devs to focus on additional features and not reinventing the wheel plus we have them documented for future ROM bases.
If anyone has any suggestions for mod guides let me know and I'll look into doing them.
digiblur said:
Glad to see you guys enjoy these. I have a few other ones planned. It makes things easier for devs to focus on additional features and not reinventing the wheel plus we have them documented for future ROM bases.
If anyone has any suggestions for mod guides let me know and I'll look into doing them.
Click to expand...
Click to collapse
Thank you for how to's, I hate it when someone posts just the file. It helps out on those of us with less experience!
Sent from my SPH-L900 using Tapatalk 2
Worked great thanks....
sent From My LabRats Edition Galaxy Note 2
{
"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"
}
Digi do you have gtalk? I would like to pick your brain if you don't mind.
check out our rom website, http://updater.team-nocturnal.com/labrats/
fryingpan0613 said:
Digi do you have gtalk? I would like to pick your brain if you don't mind.
check out our rom website, http://updater.team-nocturnal.com/labrats/
Click to expand...
Click to collapse
I guess I need to finally install this as someone else asked me the same thing.
Sent from my little Note2
digiblur said:
I guess I need to finally install this as someone else asked me the same thing.
Sent from my little Note2
Click to expand...
Click to collapse
It's the easiest way to talk to people without giving your number to a million people
check out our rom website, http://updater.team-nocturnal.com/labrats/
digiblur said:
I guess I need to finally install this as someone else asked me the same thing.
Sent from my little Note2
Click to expand...
Click to collapse
Agreed! Hit me up when you do
Sent from my SPH-L900 using xda premium
Installed it and it seems to be working.
Sent from my little Note2
the_plattypus said:
Agreed! Hit me up when you do
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
NO HOMO!!!:highfive:
First lets give a little shout out to digiblur for the original mod found on the NoteII.
That thread can be found here - http://forum.xda-developers.com/showthread.php?t=2188928
So what I did is modify the smali coding to make this work for us on the Galexy SIII. As I found it to be a little different, I decided to write this for anyone who wanted this mod, but could not figure it out trying to use digiblurs method. I also find this to be a very annoying little feature....and a battery sucker as well. And because simply removing and or freezing the app will cause a fc in Settings/Mobile Networks.
This tut. will assume already that you know how to use apktool and or smali/baksmali.
Decompile SecPhone.apk or baksmali classes.dex from SecPhone.apk
Navigate to and edit smali/com/android/phone/PhoneFeature.smali
There are three lines that must be edited.
Code:
const-string v6, "sprint_connections_optimizer"
invoke-virtual {v7}, Ljava/lang/Boolean;->booleanValue()Z
move-result v2
[COLOR="Red"]--if-nez v2, :cond_58[/COLOR]
[COLOR="Lime"]++if-nez v2, :cond_60[/COLOR]
invoke-virtual {v9}, Ljava/lang/Boolean;->booleanValue()Z
move-result v2
[COLOR="Red"] --if-nez v2, :cond_58[/COLOR]
[COLOR="Lime"]++if-nez v2, :cond_60[/COLOR]
invoke-virtual {v10}, Ljava/lang/Boolean;->booleanValue()Z
move-result v2
[COLOR="Red"]--if-nez v2, :cond_58[/COLOR]
[COLOR="Lime"]++if-nez v2, :cond_60[/COLOR]
const/4 v2, 0x0
And thats it. Basically what your are doing is telling the switch to point from :cond_58 to :cond_60
:cond_58 = const/4 v2, 0x1
:cond 60 = const/4 v2, 0x0
Recompile SecPhone.apk / smali classes.dex
Now you can delete the ConnectionManager.apk from system/app folder without any fc in your settings.
Enjoy...:good:
Please give thanks/credit if you use this in your ROM
Heres a flashable zip for those apktool impaired....
http://d-h.st/cIW
First. Yea yuh!
Sent from my SPH-L710 using xda premium
Frostacious said:
First. Yea yuh!
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
lol....Well hopefully you will find this useful.
Sent from my SPH-L710 using xda app-developers app
Thanks gruesome wolf. I've tried to uninstall and got force closes.but I will try this thanks again
Sent from my SPH-L710 using xda premium
This works great thanks
Sent from my SPH-L710 using xda premium
Awesome as always Gruesome! :good:
rompnit said:
Awesome as always Gruesome! :good:
Click to expand...
Click to collapse
Thanks man. That connection optimizer drives me absolutely crazy.
Sent from my SPH-L710 using xda app-developers app
.zip please. Lol
Sent from my SPH-L710 using xda app-developers app
I'm definitely going to have to do this. Thanks a lot. That thing was annoying.
Sent from my SPH-L900 using Tapatalk 2
TheDudeAbides said:
.zip please. Lol
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
zip added to op
gruesomewolf said:
Heres a flashable zip for those apktool impaired....
http://d-h.st/cIW
Click to expand...
Click to collapse
That would be me Thanks!
**Does whatever a spider can...
LIKE A BOSS!**
soo.... im guessing this is for MC3 only or would it work on MB1?
therenegadenail said:
soo.... im guessing this is for MC3 only or would it work on MB1?
Click to expand...
Click to collapse
Should work just fine in mb1 also, backup before flashing just in case though... BUT... I have mine frozen and don't get any fc, the option for connection optimizer is just grayed out....
{
"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"
}
either way though, great find!
SPRINT GS3 FAQ
GRU should we unfreeze or reinstall it before the flash? Also I'm on the MOAR ROM should it be fine with this ROM?
Sent from my SPH-L710 using xda premium
5FOOTER said:
GRU should we unfreeze or reinstall it before the flash? Also I'm on the MOAR ROM should it be fine with this ROM?
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
Moar is still mb1 based. ...so I'm not sure about that. Make a back up first. The script will delete the connection manager from system app for you.
Sent from my SPH-L710 using xda app-developers app
gruesomewolf said:
zip added to op
Click to expand...
Click to collapse
Odexed? Deodexed?
5FOOTER said:
GRU should we unfreeze or reinstall it before the flash? Also I'm on the MOAR ROM should it be fine with this ROM?
Click to expand...
Click to collapse
Just flashed using MOAR V2.4 worked just fine.
Sent from my SPH-L710 using Tapatalk 2
Thanks for the zip.. Kuzz like you mentioned I'm impaired ..
Funny, I first stumbled across the FC in networks menu yesterday and was meaning to research it today. I completely deleted C manager when I installed the rom.
// Galaxy S3 SPH-L710 // KT747 ktoonservative-NOOP 1728Mhz + TK Mod + scaling tweaks // entropy + DNS // fsTRIM // MOAR // sent from xda premium
DurhamHusker said:
Odexed? Deodexed?
Click to expand...
Click to collapse
Deodexed
Sent from my SPH-L710 using xda app-developers app
has anyone been able to change the dialer background color from white to black? a few of us have been trying for awhile now with no success. sammy has hidden it deep for some reason. any insight would be appreciated. thanks in advance.
Is it in the phone.apk? Perhaps another version of the phone (Canadian model?) has a dark theme?
Ive tried the secContacts and secPhone apk's from the other carriers...no dice.
Sent from my SGH-T999 using xda premium
As long as it is deox you can change the color by editing the apk
Wayne Tech Nexus
zelendel said:
As long as it is deox you can change the color by editing the apk
Wayne Tech Nexus
Click to expand...
Click to collapse
Prolly an XML file too.
blacknight1114 said:
Ive tried the secContacts and secPhone apk's from the other carriers...no dice.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
It's definitely SecContacts.apk
Sent from my SGH-M919 using Tapatalk 4 Beta
Update* I figured it out. It is an xml edit. Its in a few of the fragment xml's in seccontacts.apk if anyone wants to know specifically pm me or ill post tonight.
Sent from my SGH-T999 using xda premium
The next update should have a black background like the i9505 does.
Sent from my SGH-M919 using Tapatalk 2
blacknight1114 said:
Update* I figured it out. It is an xml edit. Its in a few of the fragment xml's in seccontacts.apk if anyone wants to know specifically pm me or ill post tonight.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I PM'ed you before even seeing you posted this thread! lol Anyway you could make a guide or .zip that'll do it all at once? Thanks man!
+1
Sent from my SGH-M919 using Tapatalk 2
Theres a tmobile set you can flash from here
http://forum.xda-developers.com/showthread.php?p=42252851
includes a few apps.
includes framework theming as well so I dont want to flash over wickeds rom... I may try just extracting the apps i want manually and move them into the system/apps with root explorer, set permissions and reboot.
Edit: Worked pretty nicely. I manually installed phone and contacts from the link above. Pretty happy with the results.
{
"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'm trying to edit something in the SecContacts.apk after editing the correct line in the xml file. Recompile fine and push to phone.
When I open the Contacts app it work fine but if I open the Phone app directly or with the Phone tab inside Contacts it shut down. Any insight to what I'm doing wrong? Any help is greatly appreciated. I've edit apk in the past but this is first attempt with the GS4.
This is what I'm trying to do
-Change the number to white (see picture)
-I've tried editing this line
Code:
<com.sec.android.app.dialertab.dialpad.EllipsisT ex tView android:configChanges="keyboardHidden" android:textSize="40.0sp" android:typeface="sans" android:textColor="#ffffffff" ->
in res/layout-sw359dp-xhdpi/dialpad_fragment.xml
and res/layout-sw359dp-xhdpi/dialpad_fragment_tmo_easy.xml
TIA
baseballfanz said:
I'm trying to edit something in the SecContacts.apk after editing the correct line in the xml file. Recompile fine and push to phone.
When I open the Contacts app it work fine but if I open the Phone app directly or with the Phone tab inside Contacts it shut down. Any insight to what I'm doing wrong? Any help is greatly appreciated. I've edit apk in the past but this is first attempt with the GS4.
This is what I'm trying to do
-Change the number to white (see picture)
-I've tried editing this line
Code:
<com.sec.android.app.dialertab.dialpad.EllipsisT ex tView android:configChanges="keyboardHidden" android:textSize="40.0sp" android:typeface="sans" android:textColor="#ffffffff" ->
in res/layout-sw359dp-xhdpi/dialpad_fragment.xml
and res/layout-sw359dp-xhdpi/dialpad_fragment_tmo_easy.xml
TIA
Click to expand...
Click to collapse
Can someone post this apk or a flashable zip with the number colors fixed?.
Sent from my SGH-M919 using Tapatalk 2
egren58 said:
Can someone post this apk or a flashable zip with the number colors fixed?.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Slim beam beta 5 offers black dialer and looks like this
Sent from my SGH-M919 using XDA Premium 4 mobile app
tlopez1973 said:
Slim beam beta 5 offers black dialer and looks like this
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Umm that looks like aosp... im on touchwiz
Sent from my SGH-M919 using Tapatalk 2
egren58 said:
Can someone post this apk or a flashable zip with the number colors fixed?.
Sent from my SGH-M919 using Tapatalk 2
Click to expand...
Click to collapse
Wicked V6 has the correct dark dialer.:good:
baseballfanz said:
Wicked V6 has the correct dark dialer.:good:
Click to expand...
Click to collapse
Can you maybe post tge apk pleasee
Sent from my SGH-M919 using Tapatalk 2