[TUT] How to theme apps in black & white ! |Noob friendly| - Sony Xperia S, Acro S, Ion

Hi folks
I’m learning and keep learning how to theme , so here is what i learned about theming in Black , if this guide helped you please press Thanks Button .
Lets start , you need Notepad ++ , PC and apktool package .
Download : http://d-h.st/gxg
You need to know how to decompile and compile !! before starting .
Method 1​
Editing res/values/styles.xml .
Example : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault.Light">
This is Main theme for app ! so by Editing it you will change the theme for full app
This one , to make it black just remove .Light in the end , if you want it from black to white add .Light in the end ,
After editing : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault">
-------------------
Method 2​
Editing AndroidManifest.xml
Thats why we dont see any "theme text" in styles.xml ,
Example in backup & restore app
<activity android:theme="@*android:style/Theme.DeviceDefault.Light" android:label="@string/backup_wizard_app_name_txt" android:name=".ui.phone.PhoneMainActivity"
First of all you need to know what this "android:theme" for ?
in the line up there we see "android:name" = PhoneMainActivity so its for Main theme
And this " android:name=".ui.tablet.TabletMainActivity" " for Tablet Mode or Tablet , So its like Main theme
Remove Light for black theme , or add .Light for white theme
Example for black theme : <activity android:theme="@*android:style/Theme.DeviceDefault"
Example for white theme :<activity android:theme="@*android:style/Theme.DeviceDefault.Light"
-----------------------------------------
Method 3​
Editing Smali.files ,
Loading , as i said i’m learning
Note : You may use Method 1 & 2 in same app
Extra : How to edit Settings background - http://forum.xda-developers.com/showthread.php?t=2443226 by @funky0308
IF you have any question please write it
IF you like the Guide please press thanks and write if you tried to theme by following this guide .

Bravo abo ,nice tutorial..

abo hani said:
Hi folks
I’m learning and keep learning how to theme , so here is what i learned about theming in Black , if this guide helped you please press Thanks Button .
Lets start , you need Notepad ++ , PC and apktool package .
Download : http://d-h.st/gxg
You need to know how to decompile and compile !! before starting .
Method 1​
Editing res/values/styles.xml .
Example : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault.Light">
This is Main theme for app ! so by Editing it you will change the theme for full app
This one , to make it black just remove .Light in the end , if you want it from black to white add .Light in the end ,
After editing : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault">
-------------------
Method 2​
Editing AndroidManifest.xml
Thats why we dont see any "theme text" in styles.xml ,
Example in backup & restore app
<activity android:theme="@*android:style/Theme.DeviceDefault.Light" android:label="@string/backup_wizard_app_name_txt" android:name=".ui.phone.PhoneMainActivity"
First of all you need to know what this "android:theme" for ?
in the line up there we see "android:name" = PhoneMainActivity so its for Main theme
And this " android:name=".ui.tablet.TabletMainActivity" " for Tablet Mode or Tablet , So its like Main theme
Remove Light for black theme , or add .Light for white theme
Example for black theme : <activity android:theme="@*android:style/Theme.DeviceDefault"
Example for white theme :<activity android:theme="@*android:style/Theme.DeviceDefault.Light"
-----------------------------------------
Method 3​
Editing Smali.files ,
Loading , as i said i’m learning
Note : You may use Method 1 & 2 in same app
IF you have any question please write it
IF you like the Guide please press thanks and write if you tried to theme by following this guide .
Click to expand...
Click to collapse
Hey make white verson of latest honami media app...thank you
Sent from my LT28i using XDA Premium 4 mobile app

Nitesh Shrestha said:
Hey make white verson of latest honami media app...thank you
Sent from my LT28i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Man, this was extremely rude.
First of all, don't quote whole OP.
Second - this is tutorial thread, not thread for wishes.
Sent from my LT26i using Tapatalk 4

Nice tutorial :good:
But you may want to add once you change the theme from black to white or vice verse, you should change the text color.

how about if i want to make the theme apps transparent? is it possible? haha. i want to learn how to make it
edit: i made it already! hahah.

Great work abo hani.. Cheers..

slink722 said:
how about if i want to make the theme apps transparent? is it possible? haha. i want to learn how to make it
edit: i made it already! hahah.
Click to expand...
Click to collapse
If i know it will be posted here

slink722 said:
how about if i want to make the theme apps transparent? is it possible? haha. i want to learn how to make it
edit: i made it already! hahah.
Click to expand...
Click to collapse
It ia possible, just edit the framework and will be done
Sent from my C6603 using Tapatalk 4

jimRnor said:
It ia possible, just edit the framework and will be done
Sent from my C6603 using Tapatalk 4
Click to expand...
Click to collapse
can you send me a tutorial for that? please hahah
---------- Post added at 10:34 AM ---------- Previous post was at 10:31 AM ----------
abo hani said:
If i know it will be posted here
Click to expand...
Click to collapse
haha. so lets just ask @jimRnor how to do it if she want and share it to everybody. :highfive:

Extra guide added thank you @funky0308

abo hani said:
Extra guide added thank you @funky0308
Click to expand...
Click to collapse
What did I do mate?
I'm glad if I helped but can't recall what have I done.
Sent from my LT26i using Tapatalk 4

funky0308 said:
What did I do mate?
I'm glad if I helped but can't recall what have I done.
Sent from my LT26i using Tapatalk 4
Click to expand...
Click to collapse
Without your help , this guide wont be posted

abo hani said:
Without your help , this guide wont be posted
Click to expand...
Click to collapse
Haha...yeah, I'm the best
I think you'll find a way.
But I'm 100% with everyone who wanna share knowledge with others.
Maybe when we see thread "how to change fonts" or similar though it's ridiculous but for someone who is new in this world that helps a lot.
So who ever know something - share that knowledge and we'll have great new themers and developers.
Sent from my LT26i using Tapatalk 4

@abo hani
you may want to hit the diasable smilies button below when in advanced editing (for this thread of course)
Sent from my LT26i using XDA Premium 4 mobile app

Envious_Data said:
@abo hani
you may want to hit the diasable smilies button below when in advanced editing (for this thread of course)
Sent from my LT26i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
(Y) :good:

TitaniumZERO said:
Nice tutorial :good:
But you may want to add once you change the theme from black to white or vice verse, you should change the text color.
Click to expand...
Click to collapse
For this , i didnt know if the texts color in smali files :/
because i had black text in settings/apps , from my friend funky
and tried to fix it but no luck

To theme app in blue,traslucent etc...
What is the code?
Sent from my LT26i using xda premium

xperiasblack said:
To theme app in blue,traslucent etc...
What is the code?
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Open colors.xml and check which colours are defined.
I think I post a link to thread with hex codes for colors on my thread (theming) but I'll check amd if I have it I'll post here.
Sent from my LT26i using Tapatalk 4

Can anyone themate the Huawei player in black?
http://forum.xda-developers.com/showthread.php?t=2465531

Related

[Cm7Theme] GlOwUI ------ My First Theme (Update)

THEME
THEME
THEME
Hey Guys,
I am presenting GlOwUi my First Theme Made by me .... I took base of LunarUI and edited some sort of things in it hope u guys like it....
If it asks for missing assets for ur Resolution just press Apply Anyway and Bam!! Your Phone is THemed
ScreenShot Attached
WallpaperPack additional if you guys want
Update
Update
Updated Battery Icon , and Status Bar Icons + Notification Bar!
Apply System (the original one)
Uninstall GLOWUI
now install the updated one ...
Reboot and DOne!
If u want the Old file do temme
Good work RHD
amazing and cool
devilsking said:
Good work RHD
Click to expand...
Click to collapse
Lol LN
ZenPluS said:
amazing and cool
Click to expand...
Click to collapse
Thanx a ton man!
Hope u tried the theme
Nice theme!
pujitjuneja said:
Nice theme!
Click to expand...
Click to collapse
God!! Ppl arent trying my theme ...
nyway Thanx Buddy!
Wow bro awesome theme looking forward to this.
Sent from my GT-S5830 using xda premium
music.soul said:
THEME
THEME
THEME
Hey Guys,
I am presenting GlOwUi my First Theme Made by me .... I took base of LunarUI and edited some sort of things in it hope u guys like it....
If it asks for missing assets for ur Resolution just press Apply Anyway and Bam!! Your Phone is THemed
ScreenShot Attached
WallpaperPack additional if you guys want
Click to expand...
Click to collapse
Good effort. I like the notification bar. It would look nice with a colour gradient on the notifications in the pull down area. Some more icons would be cool too if you get a chance.
Did you know there is a wallpaper picker you can use for wallpapers. It is made by UpwardSpiral and a lot of CM themers make use of it.
Do you have plans/time to port any HDPI themes for CM theme Chooser? There are some themes I would donate for if you got permission to port them over to MDPI.
I love Forbidden by TeamMagma. Chroma and TheBluesAbide both by Prash. Linear and Synergy by bgill and any of the Stygian Fade themes. Any of those would be awesome to have if you get time and permission from the authors to port them.
Keep theming mate, you've made a good start.
Sent from a phone with an app.
sdotmouse said:
Good effort. I like the notification bar. It would look nice with a colour gradient on the notifications in the pull down area. Some more icons would be cool too if you get a chance.
Did you know there is a wallpaper picker you can use for wallpapers. It is made by UpwardSpiral and a lot of CM themers make use of it.
Do you have plans/time to port any HDPI themes for CM theme Chooser? There are some themes I would donate for if you got permission to port them over to MDPI.
I love Forbidden by TeamMagma. Chroma and TheBluesAbide both by Prash. Linear and Synergy by bgill and any of the Stygian Fade themes. Any of those would be awesome to have if you get time and permission from the authors to port them.
Keep theming mate, you've made a good start.
Sent from a phone with an app.
Click to expand...
Click to collapse
Good work RHD
Prawesome said:
Good work RHD
Click to expand...
Click to collapse
Thanx man!
music.soul said:
Thanx man!
Click to expand...
Click to collapse
Anytime
Not bad dude keep it up.
Sent from my GT-S5830 using xda premium
AndroSung said:
Not bad dude keep it up.
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Thank You man!!
music.soul said:
THEME
THEME
THEME
Hey Guys,
I am presenting GlOwUi my First Theme Made by me .... I took base of LunarUI and edited some sort of things in it hope u guys like it....
If it asks for missing assets for ur Resolution just press Apply Anyway and Bam!! Your Phone is THemed
ScreenShot Attached
WallpaperPack additional if you guys want
Click to expand...
Click to collapse
Can i use it on stock 2.3.5 with cf root
Edit : sorry, just noticed in the subject...its for cm.
Sent from my GT-S5830 using Tapatalk
-Nisha
Update Done
Apply System (the original one)
Uninstall GLOWUI
now install the updated one ...
Reboot and DOne!
Thank...
Testing your theme
......................
Cool
.......................
------------------------------
Send From My Samsung Galaxy Mini S5570.
Using roms CM7.2 RC5 (822Mhz)
Squadzone my idol
Sory for bad english
sad25kag said:
Thank...
Testing your theme
......................
Cool
.......................
------------------------------
Send From My Samsung Galaxy Mini S5570.
Using roms CM7.2 RC5 (822Mhz)
Squadzone my idol
Sory for bad english
Click to expand...
Click to collapse
Thanx man!!
Nice
Sent from my GT-S5830 using XDA App
Nice theme bt i cant use. . I m i stock rom. .
Sent from my GT-S5830 using xda premium
Good work
Reserve for future use

[15.07.12][THEMES]*[CM9/AokP]*[bb2_BLUE bLACk][REMIX_ICS][ORANGY_BERRY]

HELLO MY DEAR FRNDS
THIS IS MY FIRST ATTEMPT TO MODE A THEME I TAKE A THEME AS A BASE THEME AND MODIFY IT THIS IS REMIX_ICS MADE BY ICs_xD
THIS IS MIXER OF *BLUE* *ORANGE* *GREEN* COLOUR THATS WHY IT IS SO CALLED ***REMIX_ICS***
IF U WANT ANY THEME MODDED BY ME JUST REPLY I THREAD
AND THE MAIN THREAD WILL BE UPDATED REGULARLY
MY LIVE WALLPAPER THREAD ::: http://forum.xda-developers.com/showthread.php?t=1708147 :::
HUGE THANKS TO
1.NITIN VAID ( I TAKE SOME PNGS FROM HIS LABEL THEME
2.RAZOR(x) I TAKE SOME PNGS FROM HIS GREEN INFITIUM THEME
3.ME ( BCZ I MOD THIS THEME
MORE SCREEN SHOTS ARE COMING SOON
SCREEN SHOTS ARE ATTACHED
THANKS ARE APPRICIABLE
BB2 *[THEME]* blaCk_Blue[uPdated]
I M BACK WITH A NEW *THEME*
THE *BB2* THEME
BB=BLUE_BLACK
THIS THEME IS MODDED BY ME AND I TOOK NITIN VAID'S THEME AS A BASE THEME [ PERMISSIONS TAKEN]
I MADE IT BEST ACCORDING TO ME BUT SUGGESTIONS ARE MOST WELCOME
THEME WILL BE UPDATED REGULARLY
KEEP CHEKING
THANKS TO
1.NITIN VAID[ I TOOK LABEL THEME AS BASE THEME]
2.RAZOR(X)[ TOOK SOME PNGS ]
3. OBVIOUSLY ME BCZ I MOD IT
LINKS
1.--> INITIAL RELEASE http://www.mediafire.com/?12ha4n069e9tns5
2.--> _V3 http://www.mediafire.com/?zo1ou2so3ewaiuk
CAHNGELOG
1. 1/07/12--> INITIAL RELEASE
2.1/07/12--> BB2(BLUE_BLACK) [ REMOVE STOCK BACKGROUND AND ADDED A NEW BACKGROUND )
LIKE MY WORK PLEASE HIT MY THANKS BUTTON
wow! nice to see this.
john9 said:
wow! nice to see this.
Click to expand...
Click to collapse
If u like my work than pressing of THANKS btn will not hurt you
I'll add this in theme repository long time no theme for our g version
Sent from my GT-I9100G using XDA
punjprateek said:
I'll add this in theme repository long time no theme for our g version
Sent from my GT-I9100G using XDA
Click to expand...
Click to collapse
m still making this theme butiful
today night i will upload it
added ur theme in theme directory
punjprateek said:
added ur theme in theme directory
Click to expand...
Click to collapse
Thankew bro
Sent from my E15i using XDA
Ehi the theme is very nice! You can change the icon ics whit orange color?
Inviato dal mio GT-I9100G con Tapatalk 2
loripod said:
Ehi the theme is very nice! You can change the icon ics whit orange color?
Inviato dal mio GT-I9100G con Tapatalk 2
Click to expand...
Click to collapse
i can do anythg
Great!! Then i wait the icon ics orange style
http://pablomoreno77.blogspot.it/2009/11/new-human-wallpaper.html?m=1 there are a nice wallpaper who i found on google...for me its better for this theme hope you like ^_^
Inviato dal mio GT-I9100G con Tapatalk 2
loripod said:
Great!! Then i wait the icon ics orange style
http://pablomoreno77.blogspot.it/2009/11/new-human-wallpaper.html?m=1 there are a nice wallpaper who i found on google...for me its better for this theme hope you like ^_^
Inviato dal mio GT-I9100G con Tapatalk 2
Click to expand...
Click to collapse
ok bro i will make a theme with orange icons and will use this wallpaper
like my work pls press THANKS
ICS_XD said:
ok bro i will make a theme with orange icons and will use this wallpaper
like my work pls press THANKS
Click to expand...
Click to collapse
good work!:victory:
i can't wait
loripod said:
good work!:victory:
i can't wait
Click to expand...
Click to collapse
but u have to wait bro bcz m busy in making wanam lite for us
Paajee, Can I request red neon and label theme for Paranoid Rom. Tussi great ho.
Pls give us dock icons like the attached image
yogisays09 said:
Paajee, Can I request red neon and label theme for Paranoid Rom. Tussi great ho.
Pls give us dock icons like the attached image
Click to expand...
Click to collapse
jaisa tussi kaho bas apko ye theme deni padegi bcz mere pass icon nhi haii
siddharth.annu said:
I noticed a thing that 0 key is black instead of transparent I think you should check it
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
At least someone noticed it
Sent from my GT-I9100G using xda premium
Hi...i try to change fobt color of status bar...
But then the status bar totally dissapeared..
I just change the style.xml...am using RB 1.5.1
ssettor said:
Hi...i try to change fobt color of status bar...
But then the status bar totally dissapeared..
I just change the style.xml...am using RB 1.5.1
Click to expand...
Click to collapse
for changing the status bar colour you have to decompile the theme thn must have to chnge the png regarding status bar
need not to change style.xml etc
just play with pngs

( REQ ) Someone to help theme Samsung Calendar APK !

( REQ ) Someone to help theme Samsung Calendar APK !
OMG .. Really ? Did a child make the theme ?
The Stock Calendar Program Has the worst theme I have ever seen !!
I have been able to change a few things ..
However it uses black text so I am unable to use a darker theme.
Anyone wana help out ?
WarlockW said:
( REQ ) Someone to help theme Samsung Calendar APK !
OMG .. Really ? Did a child make the theme ?
The Stock Calendar Program Has the worst theme I have ever seen !!
I have been able to change a few things ..
However it uses black text so I am unable to use a darker theme.
Anyone wana help out ?
Click to expand...
Click to collapse
Change the text color
Check the color.xml and styles.xml
evil1art said:
Change the text color
Check the color.xml and styles.xml
Click to expand...
Click to collapse
LOL were thats were i get lost
No Idea what to change ...
WarlockW said:
LOL were thats were i get lost
No Idea what to change ...
Click to expand...
Click to collapse
Dl notepad+. After you decompile open with notepad+ and edit color.xml and styles.xml like evil1 said there you can find the text color sorry dont know the exact name
Sent from my SGH-T999 using xda premium
Yes like everyone says they are in those files they are hex color coded.
Sent from my SGH-T999 using Tapatalk 2
elesbb said:
Yes like everyone says they are in those files they are hex color coded.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Right you will just have to match the hex codes with what you want to change
Sent from my SGH-T999 using xda premium
Babyj303 said:
Right you will just have to match the hex codes with what you want to change
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
elesbb said:
Yes like everyone says they are in those files they are hex color coded.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Babyj303 said:
Dl notepad+. After you decompile open with notepad+ and edit color.xml and styles.xml like evil1 said there you can find the text color sorry dont know the exact name
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
LOL ok .. cool thanks .. everyone
However like I said .. i have NO idea what to change! in the files.
When it comes to modding xml's I am kinda lost
If some one could make one that turns all the test to white!
I can then theme it to look way better!

Theme : Xperia theme MOD

This is my first post and theme based on xperia z and few other tweaks successfully tested on CSR 4.1 brilliantlly stock XWLS8 Rom
following things are themed
system ui
framework
contact and phonebook (aosp)
toggles
calculator
settings
and few others
INSTALLATION INSTRUCTIONS
For Transparent Xperia Theme
install this file http://d-h.st/qKx
reboot after 5 minutes install any of the theme file below
do not install this mod after installing any theme of you may end up into bootloops\
For transparent framework install this ... mind it this file first
REBOOT
AFTER A FEW MINUTES INSTALL ONE OR ALL OF THE MODS ONE BY ONE AS PER YOUR CHOICE
1. For Normal Xperia Theme (i.e. non transparent )
install the following theme directly from the url below
http://d-h.st/RLS
2.AOSP phone contact theme for stock phone and contacts
install http://d-h.st/all
3. xperia keyboard http://d-h.st/mE4
4. Nature UX launcher rotation mod http://d-h.st/0qu
PS note you call try all of these mods one by one
big thanks to @maanz and others
Credits to @rocky183ya for his theme pngs as base.. And rest of the work is all mine not taken from anyone else..
Bug : there seems to be a keyboard bug.. A fix is up in few hours
vry nyc theme
bt can we get only toggles ??? if its possible..... ???
Sent from my GT-I9100 using xda premium
:good: great work, mate..
sukhi.priceless said:
vry nyc theme
bt can we get only toggles ??? if its possible..... ???
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I'll do one asap hope u can wait a bit .. tell me any other thing or just toggles
visky642 said:
I'll do one asap hope u can wait a bit .. tell me any other thing or just toggles
Click to expand...
Click to collapse
just toggles
i want that for my frnd.... he doesnt want to apply any theme
Sent from my GT-I9100 using xda premium
sukhi.priceless said:
just toggles
i want that for my frnd.... he doesnt want to apply any theme
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
check PM mate already provided,
Bro i suppose it is based on crussader and rocky183ya theme together?just dont forgrt to credit all
Sent from my GT-I9100 using xda premium
rush25 said:
Bro i suppose it is based on crussader and rocky183ya theme together?just dont forgrt to credit all
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Yes it is based on rocky183ya 's theme zip.. Rest of the modifications are solely mine..
Btw did u like it??
Sent from my GT-I9100 using xda premium
visky642 said:
Yes it is based on rocky183ya 's theme zip.. Rest of the modifications are solely mine..
Btw did u like it??
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Keep up the good work
visky642 said:
Yes it is based on rocky183ya 's theme zip.. Rest of the modifications are solely mine..
Btw did u like it??
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
yea its pretty cool..just dont like the extra button in dialer
Always been a fan of xperia...thanks for the great theme mate..
"VIVEK NEEL"

[Mod]Music 9.3.3.A.1.0 to Walkman Mod

Hi Xperian, Since the Walkman App become Music. I Started using Xposed Module of Nahael Azaway of Music to Walkman. But only Xposed User can use it. So i Modify the latest Walkman App 9.3.3.A.1.0.
This is Just a Simple Mod, that i change the app label together with app icon and notification icon to bring back the Legendary Walkman to our Beloved Xperia. I also Change the Landing pane on Home since i dont want the current png on that.
-- Would work on Non-rooted 4.4 kk and Above. --
Credits:
*The walkman Icon i used was upload in this thread, i dont remember what his name, but credits goes to her.
*Sony for the Sony MDR Landing pane png.
Note:
I have red primary Color since i used the overlay of abo hanni. Just Search the Music Overlay Mod.
Simply Hit Thanks if you want my Moddification. Thanks
Download Link:
https://drive.google.com/file/d/0B6NNpC5rkT49NHpFemlSeVdoSlE/view?usp=drivesdk
Version 2
- Removed the Sideview build version
Thanks to azaroth
Link:
https://drive.google.com/file/d/0B6NNpC5rkT49cXk2U3kyaktvZkU/view?usp=drivesdk
Overlay Link:
Just Flash to Recovery, for rooted users only
- Red Primary Color
Thanks for Abo hanni for the music overlay red color and his tut on how to create overlay
https://drive.google.com/file/d/0B6NNpC5rkT49S3lCOU9LbDBCX1E/view?usp=drivesdk
Screenshots Below
Sent from my Sony Xperia ZL using XDA Labs
Okay so I was taking screenshots for you.
But you uploaded them.
Still here.
Very good work bro. Just one doubt. This mod will work until we don't update this app. After updating it will return from walking to music.
So you'll be providing mods for those versions also? Please do
Dr. Death said:
Okay so I was taking screenshots for you.
But you uploaded them.
Still here.
Very good work bro. Just one doubt. This mod will work until we don't update this app. After updating it will return from walking to music.
So you'll be providing mods for those versions also? Please do
Click to expand...
Click to collapse
I will still update it if i have time and if they hit my thanks first ????
Sent from my Sony Xperia ZL using XDA Labs
Kran007 said:
I will still update it if i have time and i hit my thanks first ????
Sent from my Sony Xperia ZL using XDA Labs
Click to expand...
Click to collapse
oops .
done
keep up the good work bruh
Dr. Death said:
oops .
done
keep up the good work bruh
Click to expand...
Click to collapse
Thanks bro ????
Sent from my Sony Xperia ZL using XDA Labs
Kran007 said:
Thanks bro ????
Sent from my Sony Xperia ZL using XDA Labs
Click to expand...
Click to collapse
out of thanks for today . sorry.
ll come back tomorrow and thank you. i promise
edit : thanks given
Are you sure, this is all your work?
Sent from my Xperia SP using Tapatalk
Lail_007 said:
Are you sure, this is all your work?
Click to expand...
Click to collapse
The Icon was provided by fellow xda member months ago and the rest is done by adavnced apktool by Bdfreak. If you have doubt then it is yours. It just simple replace name and replace drawable on my mod
Sent from my Sony Xperia ZL using XDA Labs
Kran007 said:
The Icon was provided by fellow xda member months ago and the rest is done by adavnced apktool by Bdfreak. If you have doubt then it is yours. It just simple replace name and replace drawable on my mod
Sent from my Sony Xperia ZL using XDA Labs
Click to expand...
Click to collapse
Well check this out.... http://forum.xda-developers.com/xpe...ex2013266073-marshmallow-v1-0-t3379855/page54
(no offense)
Lail_007 said:
Well check this out.... http://forum.xda-developers.com/xpe...ex2013266073-marshmallow-v1-0-t3379855/page54
(no offense)
Click to expand...
Click to collapse
Oh, Im sorry i dont see that but honestly my resources comes from the icon pack uploaded months ago and i also edited the landing pane if you can notice. But you can report it. Its not a problem since android is open source and i dont use your work. Its just we are the same only difference is landing pane. Also i know how to change app name by android manifest.xml with android:label="string/app-name" if that was the name you should go to res/values/string.xml and locate it. Sorry no offense also. It just i know the rule that you cannot use other work its just i dont know that someone already do what is my mod also
Sent from my Sony Xperia ZL using XDA Labs
Why don't you use a overlay? So you can easily update the music app. =)
[email protected]l.com said:
Why don't you use a overlay? So you can easily update the music app. =)
Click to expand...
Click to collapse
+1 for overlay. I think it not hard cause i saw it before but it's working on JB,KK only
devilmaycry2020 said:
+1 for overlay. I think it not hard cause i saw it before but it's working on JB,KK only
Click to expand...
Click to collapse
I will try it soon and check the github source code of music to walkman xposed to be able to remove also the red build number in upper left corner
Sent from my Sony Xperia ZL using XDA Labs
Cannot install on z5 premium
Kran007 said:
I will try it soon and check the github source code of music to walkman xposed to be able to remove also the red build number in upper left corner
Click to expand...
Click to collapse
In order to remove red beta build text, you have to delete line 14 from music.xml, located in res/layout and res/layout-v21 folders
Code:
<com.sonyericsson.music.ui.VerticalTextView android:textSize="8.0sp" android:textColor="#ffff0000" android:id="@id/version_overlay" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="?android:actionBarSize" android:layout_alignParentTop="true" android:layout_centerVertical="true" android:layout_alignParentEnd="true" android:elevation="100.0dip" />
Cheers...
Sent from my WT19i using XDA Labs
devilmaycry2020 said:
+1 for overlay. I think it not hard cause i saw it before but it's working on JB,KK only
Click to expand...
Click to collapse
i use SemcMusic-to-Walkman-Overlay-LOLLI.apk on my Z3 MM.. and its work
azakosath said:
In order to remove red beta build text, you have to delete line 14 from music.xml, located in res/layout and res/layout-v21 folders
Cheers...
Click to expand...
Click to collapse
Thanks for the info and detailed process bro
Sent from my Sony Xperia ZL using XDA Labs
Just Push to system/vendor/overlay with proper permission rw- r- r- then reboot
Thanks to Abo hanni for his wonderfull tut on making overlay, peter.schalke for the idea of making an overlay and azaroth for removing sideview version number
Sent from my Sony Xperia ZL using XDA Labs

Categories

Resources