S.G.Note 3 Super Black

badboy_6120

Senior Member
Aug 22, 2014
393
694
0
So quiet here....

Sent from my SM-N900 using XDA-Developers mobile app
it's now about 2 days that I'm dealing with Volume sliders
When earpieces are connected, the Media volume slider's maximum color (UnSafe volume) changes and I can not find a way to change it
It's driving me crazy:crying:

All I could do was to lower the media volume steps to 10 to eliminate that but in this way the output volume would decrease even with modded "Ysound.xml"

So if anybody has a solution please tell
 
  • Like
Reactions: unisol107

unisol107

Senior Member
Feb 23, 2012
1,065
592
0
Bhopal
it's now about 2 days that I'm dealing with Volume sliders
When earpieces are connected, the Media volume slider's maximum color (UnSafe volume) changes and I can not find a way to change it
It's driving me crazy:crying:

All I could do was to lower the media volume steps to 10 to eliminate that but in this way the output volume would decrease even with modded "Ysound.xml"

So if anybody has a solution please tell
just leave it as it is...but dont interfere with the volume settings. can u show in a screenshot how the problem looks? And any more developments. I am quite anxious about this project.
 

PaYDaY

Senior Member
Nov 24, 2015
397
153
0
24
Cairo
nice work bro ;);)
waiting for your share :):)

---------- Post added at 10:39 PM ---------- Previous post was at 10:38 PM ----------

All the best bro... Smash the exams.

Sent from my SM-N900 using XDA-Developers mobile app
thanks :eek::eek:
good luck bro:D
thanks :eek::eek:
 

badboy_6120

Senior Member
Aug 22, 2014
393
694
0
any ETA for the updates :):)
at this point I'm only dealing with smali codes and since I have little experience in it, it takes a while

I'm working on Power Menu theme now

I can do all of the white dialogs and menu in an hour by changing white resources from framework-res.apk (and I mean all of them) but that way you will experience some problems in 3rdParty apps (Like Menu of a full white theme app turned to black) and that's not so pleasant
 

PaYDaY

Senior Member
Nov 24, 2015
397
153
0
24
Cairo
at this point I'm only dealing with smali codes and since I have little experience in it, it takes a while

I'm working on Power Menu theme now

I can do all of the white dialogs and menu in an hour by changing white resources from framework-res.apk (and I mean all of them) but that way you will experience some problems in 3rdParty apps (Like Menu of a full white theme app turned to black) and that's not so pleasant
ok bro, take your time :):)
and thanks for your hard work we really appreciate it :good::good:
 
  • Like
Reactions: badboy_6120

badboy_6120

Senior Member
Aug 22, 2014
393
694
0
@badboy_6120...i wonder what are u trying to do with smali code. Are u trying to bring some structural change in some apk? One more thing mate. Are you documenting your work? So that when an update is needed, it won't be so cumbersome. Keep it up bro.

Sent from my SM-N900 using XDA-Developers mobile app

If you want to theme an app (Ether system app or 3rdParty) all you need to do is to modify that particular app (If you want to change its theme from white to black, all you have to do is to redirect its styles to black theme in your framework )

but if you want to theme some parts of framework-res or framework.jar or any other jar file in framework folder (Like power menu , Alert dialogs , Resolver or ...) you have to be very careful to not mess with resources on framework-res because all the apps on your phone is using that resources

For example :
If I want to change the theme of Power menu from white to black I have two options ( or three If we consider Xposed moudules ) :
1- change the alert dialog's background and text color in white resources in framework-res.apk
2- change it from the point that the power menu codes connect to white theme and change its path to black

the first option is a lot easier and straight forward, but cause some mismatch coloring in white theme apps
the second one is so difficult but worth it, because by that you just theme that parts of your phone that you need to be themed

I hope I deliver my point:)

and also I'm writing the exact place for each modification I made, don't worry about that bro ;)