Text color - Sprint Samsung Galaxy Note II

Would anyone know where the xml for the text at the bottom of the popup is located? I'm assuming in framework-res somewhere. TIA
Sent from my SPH-L900 using XDA Premium 4 mobile app

Moved to Q&A.

Huge thank you to CNexus and DazednConfused for the help.
Sent from my SPH-L900 using XDA Premium 4 mobile app

Does anyone know where this png is?
Sent from my SPH-L900 using XDA Premium 4 mobile app

i don't no sorry

simo12 said:
i don't no sorry
Click to expand...
Click to collapse
Getting your post count up, lol? That's how I started. And your first thanks.
Sent from my SPH-L900 using XDA Premium 4 mobile app

Mongo23ny said:
Getting your post count up, lol? That's how I started. And your first thanks.
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I am on the s3 maybe that's why I didn't know lol...most likely not the same

TONY6669 said:
I am on the s3 maybe that's why I didn't know lol...most likely not the same
Click to expand...
Click to collapse
This is the pic I pm-ed you. I figured both were Samsung/Touchwiz so the png might be the same.
Sent from my SPH-L900 using XDA Premium 4 mobile app

Mongo23ny said:
This is the pic I pm-ed you. I figured both were Samsung/Touchwiz so the png might be the same.
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Status_bar_expanded.xml
Sent from my SCH-I605 using xda app-developers app

Mongo23ny said:
This is the pic I pm-ed you. I figured both were Samsung/Touchwiz so the png might be the same.
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't think they are but I still think it might be in system ui vertical divider something is my guess might be an xml

lacoursiere18 said:
Status_bar_expanded.xml
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Systemui/res/layout?
Sent from my SPH-L900 using XDA Premium 4 mobile app

lacoursiere18 said:
Status_bar_expanded.xml
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Changed it in systemui/res/layout/status_bar_expanded.xml and no go. What am I missing?
Sent from my SPH-L900 using XDA Premium 4 mobile app

Mongo23ny said:
Changed it in systemui/res/layout/status_bar_expanded.xml and no go. What am I missing?
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You want to make those two headers.."OnGoing" and "Notifications"..transparent right? Post your status_bar_expanded.xml in a zip here.. What version of android are you on?
Sent from my SCH-I605 using xda app-developers app

lacoursiere18 said:
You want to make those two headers.."OnGoing" and "Notifications"..transparent right? Post your status_bar_expanded.xml in a zip here.. What version of android are you on?
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Yes, exactly. Or ff282828. I am on Slesh's Venom STS 4.3 deodexed
Sent from my SPH-L900 using XDA Premium 4 mobile app

Mongo23ny said:
Yes, exactly. Or ff282828. I am on Slesh's Venom STS 4.3 deodexed
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Post your XML in a zip I will take a look when I can tomorrow
Sent from my SCH-I605 using xda app-developers app

lacoursiere18 said:
Post your XML in a zip I will take a look when I can tomorrow
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Status_bar_expanded from systemui/res/layout?
Sent from my SPH-L900 using XDA Premium 4 mobile app

Mongo23ny said:
Status_bar_expanded from systemui/res/layout?
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes that's the one
Sent from my SCH-I605 using XDA Free mobile app

lacoursiere18 said:
Yes that's the one
Sent from my SCH-I605 using XDA Free mobile app
Click to expand...
Click to collapse
I'll put it in a zip and post it in a bit. When you recompile your systemui do you get 15 or 20 xml errors to fix?
Sent from my SPH-L900 using XDA Premium 4 mobile app

lacoursiere18 said:
Yes that's the one
Sent from my SCH-I605 using XDA Free mobile app
Click to expand...
Click to collapse
Here it is, thank you.

Mongo23ny said:
I'll put it in a zip and post it in a bit. When you recompile your systemui do you get 15 or 20 xml errors to fix?
Sent from my SPH-L900 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Umm no I do noy .. What are the errors? Can you post a screenshot?
Sent from my SCH-I605 using XDA Free mobile app
---------- Post added at 10:48 AM ---------- Previous post was at 10:28 AM ----------
Mongo23ny said:
Here it is, thank you.
Click to expand...
Click to collapse
OK the two lines you need to edit are these I believe(RED and GREEN highlighted):
Code:
<LinearLayout android:orientation="vertical" android:id="@id/noNotificationsTitle" [COLOR="Red"]android:background[/COLOR]="[COLOR="SeaGreen"]@drawable/notification_title_background[/COLOR]" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_expanded_notification_category_height">
to..
Code:
<LinearLayout android:orientation="vertical" android:id="@id/noNotificationsTitle" [COLOR="Red"]android:background[/COLOR]=[COLOR="SeaGreen"]"#00000000"[/COLOR] android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_expanded_notification_category_height">
then for OnGoing title I believe it is this one..
Code:
<LinearLayout android:orientation="vertical" android:id="@id/onGoingCart" [COLOR="Red"]android:background[/COLOR]=[COLOR="SeaGreen"]"@drawable/notification_title_background"[/COLOR] android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_expanded_notification_category_height">
to..
Code:
<LinearLayout android:orientation="vertical" android:id="@id/onGoingCart" [COLOR="Red"]android:background[/COLOR]=[COLOR="SeaGreen"]"#00000000" [/COLOR]android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_expanded_notification_category_height">
Now you can either change to a hex color code like I did or find the drawable and make it transparent.. up to you:good:

Related

Boss Themes Like Nothing else You experience

This is a theme is from wicked4u2c http://forum.xda-developers.com/showthread.php?t=1732589 n thanks to the video i seen i wanted to make my own the first two pic is his work had it on my phone for a while but i needed my own thing now the third pic i and fourth is my work. Also enjoy this website http://mycolorscreen.com/ it will give u all idea on how to really trick out ur android. *Note need to know Ur way around Photoshop
How the way to install my theme will be include in the link just download the zip file and every thing will be in there
Lockscreen https://www.dropbox.com/s/9scwgvq5hyzqqux/Rude Mod.zip
Homescreen https://www.dropbox.com/s/yji7upbs0t8hv24/Rude Mod home screen.zip
Homescreen Blue https://www.dropbox.com/s/hjsi9lid4exijpd/Rude Mod home screen Blue.zip
Just the small changes I made
Unleashing the force using my new Jedi powers!
donutkidd said:
Just the small changes I made
Unleashing the force using my new Jedi powers!
Click to expand...
Click to collapse
can you post the wallpaper?
Sent from my SGH-T989 using Tapatalk 2
Looking good so far!
Sent from my SAMSUNG-SGH-T989 using xda premium
ysuleman said:
can you post the wallpaper?
Sent from my SGH-T989 using Tapatalk 2
Click to expand...
Click to collapse
Yep here you go..
Unleashing the force using my new Jedi powers!
Can you post the space wallpaper
This and many more can be found at mycolorscreen.com
Have everything set up like this...need a weather icon tho =|
Sent from my SGH-T989 using xda app-developers app
lonz358 said:
Have everything set up like this...need a weather icon tho =|
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Can't see the pic love to see what u have
When will you release this theme?
Sent from my SGH-T989 using xda premium
Edit..double post
can't get the pic to show...hopefully this works
Sent from my SGH-T989 using xda app-developers app
lonz358 said:
can't get the pic to show...hopefully this works
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
Is that your theme? Are any of you uploading them?
Sent from my SGH-T989 rooted stock rom using xda premium
tongueman87 said:
Is that your theme? Are any of you uploading them?
Sent from my SGH-T989 rooted stock rom using xda premium
Click to expand...
Click to collapse
I just followed instructions from the YouTube video
Sent from my SGH-T989 using xda app-developers app
tongueman87 said:
Is that your theme? Are any of you uploading them?
Sent from my SGH-T989 rooted stock rom using xda premium
Click to expand...
Click to collapse
Its really easy to do
Sent from my SGH-T989 using xda app-developers app
tongueman87 said:
When will you release this theme?
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
U mean a guide on how to install
I updated to this one..like it more
Sent from my SGH-T989 using xda app-developers app
lonz358 said:
I updated to this one..like it more
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
It looks like the part where it unlocks to the camera could be shifted slightly to the right
Sent from my SGH-T989 using xda premium
narlynarwhal said:
It looks like the part where it unlocks to the camera could be shifted slightly to the right
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
yea, but I don't know how!
Sent from my SGH-T989 using xda app-developers app
Well my reason for asking could anyone upload theirs is because I work two jobs and have two kids I don't have the time to sit Down and play with it lol I really like them though
Sent from my SGH-T989 using xda premium

Saving .GIFs

I didnt know that you can save animated .GIFs on this phone and it keeps playing in gallery. Just figured it out and thought id share.
Sent from my SAMSUNG-SGH-I317 using XDA Premium HD app
I'm assuming you're talking about animated gifs?
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
spycedtx said:
I'm assuming you're talking about animated gifs?
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
...
UCLAKoolman said:
...
Click to expand...
Click to collapse
Yup...lol
I also use animgif to set them as backgrounds.
Lol yes those. Just edited the op
Sent from my SAMSUNG-SGH-I317 using XDA Premium HD app
Futant55 said:
I also use animgif to set them as backgrounds.
Click to expand...
Click to collapse
Really? How?
Sent from my SAMSUNG-SGH-I317 using XDA Premium HD app

Data throttle mod help needed

Does anyone have a video link on how to remove throttle speeds from jovy's post? Thanks
Sent from my SGH-T999 using xda app-developers app
pluginre said:
Does anyone have a video link on how to remove throttle speeds from jovy's post? Thanks
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Just use a rom that has it?
Sent from my Nexus 4 using xda premium
Did you look into this thread?
http://forum.xda-developers.com/showthread.php?t=2057344
Sent from my SGH-T999 using xda premium
Thanks
myowin said:
Did you look into this thread?
http://forum.xda-developers.com/showthread.php?t=2057344
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Nice link...
evil1art said:
Just use a rom that has it?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
would you happen to know which roms have this already built in it?
pluginre said:
would you happen to know which roms have this already built in it?
Click to expand...
Click to collapse
It will be in the op if it has it or not

Benchmarks

Soooo.
Benchmarks (especially with manufacturer cheat methods) are in large part useless.
Buuuttt
They are still fun, so let's see what we have here!
They have one of these in the International section but is mostly a fight between exynos and sd users so figured we need our own.
Sent from my SM-N900T using xda app-developers app
I'll start lol Stock kernel with read ahead at 4096
Sent from my SM-N900T using xda app-developers app
ptmr3 said:
I'll start lol Stock kernel with read ahead at 4096
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Looks about right, with no parameter mods stock out of the box I was getting 35xxx... Any cool guide to optimize performance settings (not just for benchmarks?)
ptmr3 said:
I'll start lol Stock kernel with read ahead at 4096
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
What did you use to adjust the buffer size, Trickster?
Mine, nothing changed.. Sure could use a kernel for this thing
Sent from my SM-N900T using XDA Premium 4 mobile app
Steve Lazarus said:
What did you use to adjust the buffer size, Trickster?
Mine, nothing changed.. Sure could use a kernel for this thing
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yep trickster.. soooo you mean something more like this?
Sent from my SM-N900T using xda app-developers app
tbukkos said:
Looks about right, with no parameter mods stock out of the box I was getting 35xxx... Any cool guide to optimize performance settings (not just for benchmarks?)
Click to expand...
Click to collapse
Yeah, would be nice to get some performance advice from one of the best...tools used, etc.. :thumbup:
Sent from my SM-N900T using XDA Premium 4 mobile app
Darthstalker plus custom kernel. All settings stock.
Sent from my SM-N900T using xda app-developers app
Steve Lazarus said:
Yeah, would be nice to get some performance advice from one of the best...tools used, etc.. :thumbup:
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well the one I just posted is Saber N3 kernel clocked to 2500
Sent from my SM-N900T using xda app-developers app
ptmr3 said:
Yep trickster.. soooo you mean something more like this?
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
That's more like a result I expected to see from you, teach us, MASTER
ptmr3 said:
Soooo.
Benchmarks (especially with manufacturer cheat methods) are in large part useless.
Buuuttt
They are still fun, so let's see what we have here!
They have one of these in the International section but is mostly a fight between exynos and sd users so figured we need our own.
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Love your work man keep it up. quick question tho.... how do i stop The CPU and GPU From Thermal Throttling ?
tbukkos said:
That's more like a result I expected to see from you, teach us, MASTER
Click to expand...
Click to collapse
You guys will have a saber to fight with very soon
Sent from my SM-N900T using xda app-developers app
ptmr3 said:
Yep trickster.. soooo you mean something more like this?
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Ummm Yup!!! Is it posted? I'll do some searching.. lol, if not I'd be happy to beta..
Sent from my SM-N900T using XDA Premium 4 mobile app
Steve Lazarus said:
Ummm Yup!!! Is it posted? I'll do some searching.. lol, if not I'd be happy to beta..
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Nope not yet. Still in the works. But here it is at ~2.7 ghz
Sent from my SM-N900T using xda app-developers app
ptmr3 said:
Nope not yet. Still in the works. But here it is at ~2.7 ghz
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Nice, got to hit the 40 mark :beer:
Sent from my SM-N900T using XDA Premium 4 mobile app
Steve Lazarus said:
Nice, got to hit the 40 mark :beer:
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes sir!!
Sent from my SM-N900T using xda app-developers app
ptmr3 said:
Nope not yet. Still in the works. But here it is at ~2.7 ghz
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Can't wait to see what the note 3 does with gpu and cpu oc!
Sent from my SM-N900T using Tapatalk
SN3K v1 tonight or tomorrow
Sent from my SM-N900T using xda app-developers app
ptmr3 said:
SN3K v1 tonight or tomorrow
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Standing by, ohhhh please tonight. ...
lol, whenever, just getting the modders itch.
Sent from my SM-N900T using XDA Premium 4 mobile app
Please! Unleash the Beast tonight.
I just need confirmation from my exfat tester
Sent from my SM-N900T using xda app-developers app

Intenational Data Icons

Can anyone make a Flashable zip to change the T-Mobile Data Icons to the international Icons?
I know there's an AT&T one somewhere so I am sure there's an easy to for the international ones on the T-Mobile Variant, Without having to go in and change the images manually anyway.
Thank you
hyelton said:
Can anyone make a Flashable zip to change the T-Mobile Data Icons to the international Icons?
I know there's an AT&T one somewhere so I am sure there's an easy to for the international ones on the T-Mobile Variant, Without having to go in and change the images manually anyway.
Thank you
Click to expand...
Click to collapse
ROM Toolbox has some icons and it will change them for you
I just changed the following values in build.prop to get the international data icons.
ro.product.name=hltexx
ro.product.device=hlte
This is cool. I did know the change was so easy.
Any way to get it to say lte only and h+?
Sent from my SM-N900T using XDA Premium 4 mobile app
hamsup1o said:
I just changed the following values in build.prop to get the international data icons.
ro.product.name=hltexx
ro.product.device=hlte
Click to expand...
Click to collapse
that hasn't worked for me for a long time, it actually does show the icon, but the phone and contacts crash...
I do change all the rest, but u can not change the ro.product.name=hltexx if u do, it will fc on the phone and contacts..
edit: well I mean if your using an international rom, and change the settings to work for lte for T-Mobile it will crash FC.. on you.
I can. You want h and h+ icons?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
knowillwill said:
This is cool. I did know the change was so easy.
Any way to get it to say lte only and h+?
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Why would you want it JUST to say LTE or H+ when your not actually on it?
hamsup1o said:
I just changed the following values in build.prop to get the international data icons.
ro.product.name=hltexx
ro.product.device=hlte
Click to expand...
Click to collapse
If you change these values to SM-G900 you get the international icons plus the Galaxy s5 menu's like this.
I saw this in a tutorial somewhere.
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
hyelton said:
Why would you want it JUST to say LTE or H+ when your not actually on it?
Click to expand...
Click to collapse
It's a preference. And I do have LTE.
Sent from my SM-N900T using XDA Premium 4 mobile app
tnick84 said:
I can. You want h and h+ icons?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
H+ and LTE if you can.
Sent from my SM-N900T using XDA Premium 4 mobile app
[/COLOR]
knowillwill said:
H+ and LTE if you can.
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Who is carrier. And does download booster work on your device?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
knowillwill said:
H+ and LTE if you can.
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Here ya go! Flash in recovery
https://mega.co.nz/#!1UoSiCJS!R3VWXSxHpK_DUaqWp3Y-FS77M_l4UzZCXn1xmVkbXds
Sent from my SM-G900W8 using XDA Premium 4 mobile app
tnick84 said:
[/COLOR]
Who is carrier. And does download booster work on your device?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
T-Mobile NF1.And i haven't gotten it to work successfully. The download booster.
tnick84 said:
Here ya go! Flash in recovery
https://mega.co.nz/#!1UoSiCJS!R3VWXSxHpK_DUaqWp3Y-FS77M_l4UzZCXn1xmVkbXds
Sent from my SM-G900W8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hmmm.... thank you but i still have the 4glte icon.
Sent from my SM-N900T using XDA Premium 4 mobile app
knowillwill said:
T-Mobile NF1.And i haven't gotten it to work successfully. The download booster.
Hmmm.... thank you but i still have the 4glte icon.
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It works for me. Make sure you wipe cache and dalvik after you flash it in recovery.
Sent from my SM-G900W8 using XDA Premium 4 mobile app
@knowillwill have you tried to reflash with the instruction above?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
---------- Post added at 01:14 AM ---------- Previous post was at 01:13 AM ----------
[/COLOR]
tnick84 said:
@knowillwill have you tried to reflash with the instruction above?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yeah. Still no go.
I have xposed and wanam installed . Does that conflict with the installation?
Sent from my SM-N900T using XDA Premium 4 mobile app
No it shouldn't. Im running xposed and gravity box. Which recovery? Which rom?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
---------- Post added at 08:47 PM ---------- Previous post was at 08:23 PM ----------
@Knowillwill try this. Sameas before. Flash in recovery wipe cache and dalvik
https://mega.co.nz/#!VJQTRTJJ!PRAP5RAbqJreZ29lP-a4fVsVrQ1YIOouaurwEnwrPOQ
Sent from my SM-G900W8 using XDA Premium 4 mobile app
tnick84 said:
No it shouldn't. Im running xposed and gravity box. Which recovery? Which rom?
Sent from my SM-G900W8 using XDA Premium 4 mobile app
---------- Post added at 08:47 PM ---------- Previous post was at 08:23 PM ----------
@Knowillwill try this. Sameas before. Flash in recovery wipe cache and dalvik
https://mega.co.nz/#!VJQTRTJJ!PRAP5RAbqJreZ29lP-a4fVsVrQ1YIOouaurwEnwrPOQ
Sent from my SM-G900W8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Htletmo twrp 2.7.2.0
Effortless 6.0 stock kernel
I must be doing something wrong.
Sent from my SM-N900T using XDA Premium 4 mobile app
Could someone else flash this to see if it work for them? I have the 4g/lte zip to flash back.
Here is the 4g/lte flash back
https://mega.co.nz/#!AFAzgQyY!-fKEH3_9eSE085fz1aSG7bUaDivPYVTCot6_GNEZtXQ
Sent from my SM-G900W8 using XDA Premium 4 mobile app
Well i tried..it works for me. no one wants to give feedback so im done here
Sent from my SM-G900W8 using XDA Premium 4 mobile app

Categories

Resources