[GUIDE]Make your custom theme - Galaxy Note5 Themes and Apps

Hi I started this thread as I wanted to share a very good idea about customizability which will be how to make your custom theme out of those you already have for example the icons of a them with the wallpaper of the other along with the dialer of another.
Intro
all of the edits will be in data/Overlays/jsonfiles/user or trial json
I will include 3 themes in this tutorial and combine them to come up with one them consisted of them all
those themes will be Samsung space , Samsung Pink , and material design theme
Getting into it
we will be editing one theme with lines of the others to simplify it we will change the dialer of space for example to the dialer of material design so you get material design dialer when applying space theme also we will use the contacts of pink and icons of material theme
this is what you get when you open space theme json file in userjson those what we will change are marked with red down below
first of all we can replace them (better option) or completely delete the lines then copy the new ones
for I icon pack of material design the line is as follows
"appicon": "com.cambunch.MaterialDesign.appicon",
we replace the red line below with the on above to get material design theme icon pack with space theme
for the contacts and dialer apps respectively
"com.sec.Pink.common.contacts",
"com.cambunch.MaterialDesign.phone",
you will have to apply a different theme and reboot to apply changes
any questions are welcomed and I hope I have helped
Code:
"opentheme_version": "1.0.0",
"tool_version": "1.1.10.1050187",
"header": {
"title": "Space",
"description": "",
"type": "Theme",
"resolutions": [
"1440x2560"
]
},
"themes": [
{
"type": "Base",
"lock": "com.sec.Space.common.lock",
"home": "com.sec.Space.common.home",
[COLOR="red"]"appicon": "com.sec.Space.common.appicon",[/COLOR]
"wallpaper": "com.sec.Space.common.wallpaper",
"appstyle": {
"framework": "com.sec.Space.common.common",
"twframework": "com.sec.Space.common.touchwiz",
"applications": [
"com.sec.Space.common.inputmethod",
"com.sec.Space.common.taskmanager",
"com.sec.Space.common.settings",
"com.sec.Space.common.capabilitymanager",
"com.sec.Space.common.sm",
"com.sec.Space.common.inputmethod_cn",
"com.sec.Space.common.japan",
"com.sec.Space.common.dmb",
"com.sec.Space.common.kweather",
"com.sec.Space.common.cmaweather",
"com.sec.Space.common.weathernewsjp",
[COLOR="red"]"com.sec.Space.common.contacts",[/COLOR]
"com.sec.Space.common.simcardmgr",
"com.sec.Space.common.cocktailbarservice",
"com.sec.Space.common.peoplestripe",
"com.sec.Space.common.mobiletv",
"com.sec.Space.common.writingbuddyservice",
"com.sec.Space.common.mms",
"com.sec.Space.common.clockpackage",
"com.sec.Space.common.digitalclock",
"com.sec.Space.common.dualclockdigital",
"com.sec.Space.common.popupcalculator",
"com.sec.Space.common.calendar",
"com.sec.Space.common.myfiles",
"com.sec.Space.common.ui",
"com.sec.Space.common.composer",
"com.sec.Space.common.widget",
"com.sec.Space.common.memo",
"com.sec.Space.common.voicenote",
"com.sec.Space.common.coreapps",
"com.sec.Space.common.voicerecorder",
"com.sec.Space.common.gallery3d",
"com.sec.Space.common.music",
"com.sec.Space.common.video",
"com.sec.Space.common.galaxyfinder",
"com.sec.Space.common.accuweather",
"com.sec.Space.common.simsettingmgr",
[COLOR="Red"]"com.sec.Space.common.phone",[/COLOR]
"com.sec.Space.common.hearingadjust",
"com.sec.Space.common.safetyassurance",
"com.sec.Space.common.securitylogagent",
"com.sec.Space.common.fotaclient",
"com.sec.Space.common.wssyncmldm",
"com.sec.Space.common.diagmonagent",
"com.sec.Space.common.policydm",
"com.sec.Space.common.talkback",
"com.sec.Space.common.advsounddetector",
"com.sec.Space.common.assistantmenu",
"com.sec.Space.common.universalswitch",
"com.sec.Space.common.accesscontrol",
"com.sec.Space.common.SMT",
"com.sec.Space.common.vepreload",
"com.sec.Space.common.backup",
"com.sec.Space.common.aircommand",
"com.sec.Space.common.themecenter"
]
},
"sound": {
"screen_touch": "com.sec.Space.common.TW_Touch.ogg",
"hw_touch": "com.sec.Space.common.180008226.ogg",
"dial": "com.sec.Space.common.dial.ogg",
"keyboard": "com.sec.Space.common.keyboard.ogg",
"keyboard_back": "com.sec.Space.common.180008228.ogg"
},
"font": {
"clock": "com.sec.Space.common.Moxie.ttf"
}
}
]
}

What tools do I need to make my own theme?

What line should we replace to change the icons of the notification panel?

I just want to change style of toggle bar. I don't want to change rest. How to do this? Thank you

alali44 said:
I just want to change style of toggle bar. I don't want to change rest. How to do this? Thank you
Click to expand...
Click to collapse
ace_a1 said:
What line should we replace to change the icons of the notification panel?
Click to expand...
Click to collapse
for the theme space theme which the tutorial is based on this line "lock": "com.sec.Space.common.lock", the lock line is responsible for lockscreen icon and the notification toggles
if you want to change that only you will need to delete all lines in the xml of the theme which may lead to that the theme wont apply so you can keep normal changes and delete those lines responsible for phone contacts and music,etc
gurvinder76 said:
What tools do I need to make my own theme?
Click to expand...
Click to collapse
to build a theme from scratch you will need samsung theme maker I think
but if you mean to use the toturial capable file manager such as solid explorer or es file explorer can do the job

I just want a site to go to that u can upload your own pics or choose pics and different layouts ect something simple for us not so computer brains

Rayven1967 said:
I just want a site to go to that u can upload your own pics or choose pics and different layouts ect something simple for us not so computer brains
Click to expand...
Click to collapse
there isn't such ting XD also making Samsung theme isn't really that computer brain though

AlMaghraby said:
Hi I started this thread as I wanted to share a very good idea about customizability which will be how to make your custom theme out of those you already have for example the icons of a them with the wallpaper of the other along with the dialer of another.
Intro
all of the edits will be in data/Overlays/jsonfiles/user or trial json
I will include 3 themes in this tutorial and combine them to come up with one them consisted of them all
those themes will be Samsung space , Samsung Pink , and material design theme
Getting into it
we will be editing one theme with lines of the others to simplify it we will change the dialer of space for example to the dialer of material design so you get material design dialer when applying space theme also we will use the contacts of pink and icons of material theme
this is what you get when you open space theme json file in userjson those what we will change are marked with red down below
first of all we can replace them (better option) or completely delete the lines then copy the new ones
for I icon pack of material design the line is as follows
"appicon": "com.cambunch.MaterialDesign.appicon",
we replace the red line below with the on above to get material design theme icon pack with space theme
for the contacts and dialer apps respectively
"com.sec.Pink.common.contacts",
"com.cambunch.MaterialDesign.phone",
you will have to apply a different theme and reboot to apply changes
any questions are welcomed and I hope I have helped
Code:
"opentheme_version": "1.0.0",
"tool_version": "1.1.10.1050187",
"header": {
"title": "Space",
"description": "",
"type": "Theme",
"resolutions": [
"1440x2560"
]
},
"themes": [
{
"type": "Base",
"lock": "com.sec.Space.common.lock",
"home": "com.sec.Space.common.home",
[COLOR="red"]"appicon": "com.sec.Space.common.appicon",[/COLOR]
"wallpaper": "com.sec.Space.common.wallpaper",
"appstyle": {
"framework": "com.sec.Space.common.common",
"twframework": "com.sec.Space.common.touchwiz",
"applications": [
"com.sec.Space.common.inputmethod",
"com.sec.Space.common.taskmanager",
"com.sec.Space.common.settings",
"com.sec.Space.common.capabilitymanager",
"com.sec.Space.common.sm",
"com.sec.Space.common.inputmethod_cn",
"com.sec.Space.common.japan",
"com.sec.Space.common.dmb",
"com.sec.Space.common.kweather",
"com.sec.Space.common.cmaweather",
"com.sec.Space.common.weathernewsjp",
[COLOR="red"]"com.sec.Space.common.contacts",[/COLOR]
"com.sec.Space.common.simcardmgr",
"com.sec.Space.common.cocktailbarservice",
"com.sec.Space.common.peoplestripe",
"com.sec.Space.common.mobiletv",
"com.sec.Space.common.writingbuddyservice",
"com.sec.Space.common.mms",
"com.sec.Space.common.clockpackage",
"com.sec.Space.common.digitalclock",
"com.sec.Space.common.dualclockdigital",
"com.sec.Space.common.popupcalculator",
"com.sec.Space.common.calendar",
"com.sec.Space.common.myfiles",
"com.sec.Space.common.ui",
"com.sec.Space.common.composer",
"com.sec.Space.common.widget",
"com.sec.Space.common.memo",
"com.sec.Space.common.voicenote",
"com.sec.Space.common.coreapps",
"com.sec.Space.common.voicerecorder",
"com.sec.Space.common.gallery3d",
"com.sec.Space.common.music",
"com.sec.Space.common.video",
"com.sec.Space.common.galaxyfinder",
"com.sec.Space.common.accuweather",
"com.sec.Space.common.simsettingmgr",
[COLOR="Red"]"com.sec.Space.common.phone",[/COLOR]
"com.sec.Space.common.hearingadjust",
"com.sec.Space.common.safetyassurance",
"com.sec.Space.common.securitylogagent",
"com.sec.Space.common.fotaclient",
"com.sec.Space.common.wssyncmldm",
"com.sec.Space.common.diagmonagent",
"com.sec.Space.common.policydm",
"com.sec.Space.common.talkback",
"com.sec.Space.common.advsounddetector",
"com.sec.Space.common.assistantmenu",
"com.sec.Space.common.universalswitch",
"com.sec.Space.common.accesscontrol",
"com.sec.Space.common.SMT",
"com.sec.Space.common.vepreload",
"com.sec.Space.common.backup",
"com.sec.Space.common.aircommand",
"com.sec.Space.common.themecenter"
]
},
"sound": {
"screen_touch": "com.sec.Space.common.TW_Touch.ogg",
"hw_touch": "com.sec.Space.common.180008226.ogg",
"dial": "com.sec.Space.common.dial.ogg",
"keyboard": "com.sec.Space.common.keyboard.ogg",
"keyboard_back": "com.sec.Space.common.180008228.ogg"
},
"font": {
"clock": "com.sec.Space.common.Moxie.ttf"
}
}
]
}
Click to expand...
Click to collapse
Amazing! Your thread is exactly what I've been looking for! on't
Thank you!
Got a couple of quick questions, if anyone can help
To make it easy to follow, I'll call them theme 1, 2 and 3.
I want to make theme 3 with elements of 1 and 2.
So without setting theme 3 (ever), I edit the Jason file script of theme 3 to install the relevant components of themes 1 and 2, save, reboot, and apply theme 3,
It should be theme 3 with the parts of theme 1 and 2 that I want? Am I correct?
I have tried but the elements I changed reverted to the stock one (lock and toggles was my first test) if the process above is right, I will try again.
Thanks again for the best thread for Samsung theeming I've seen!

Yes what u did is right, only trick is both ui and lock apk working together, u must use both ui and lock apks from the same theme, other wise u will end with stock goggles
Note 5 N920C

thermax04 said:
Yes what u did is right, only trick is both ui and lock apk working together, u must use both ui and lock apks from the same theme, other wise u will end with stock goggles
Note 5 N920C
Click to expand...
Click to collapse
Legend! Thank you! I will try now.

Anyone know how to change the tw animations style?
Sent from my SM-N920I using Tapatalk

can you tell me which one for folder style ??
and if it's possible to change app drawer icon only !

ramzy_92 said:
can you tell me which one for folder style ??
and if it's possible to change app drawer icon only !
Click to expand...
Click to collapse
you can't change app drawer icon only
folder style I think is related to home
smegg said:
Anyone know how to change the tw animations style?
Sent from my SM-N920I using Tapatalk
Click to expand...
Click to collapse
try xui mods that works with xposed

Touchwiz related, not Note5 specific, still on-topic though
Can we add (to an existing theme) support to a 3rd party app? like a special icon for facebook for example?
I used to use CSCAppResources method to theme touchwiz but it doesn't seem to work with newer ROMs and I don't know why.

AlMaghraby said:
Hi I started this thread as I wanted to share a very good idea about customizability which will be how to make your custom theme out of those you already have for example the icons of a them with the wallpaper of the other along with the dialer of another.
Intro
all of the edits will be in data/Overlays/jsonfiles/user or trial json
I will include 3 themes in this tutorial and combine them to come up with one them consisted of them all
those themes will be Samsung space , Samsung Pink , and material design theme
Getting into it
we will be editing one theme with lines of the others to simplify it we will change the dialer of space for example to the dialer of material design so you get material design dialer when applying space theme also we will use the contacts of pink and icons of material theme
this is what you get when you open space theme json file in userjson those what we will change are marked with red down below
first of all we can replace them (better option) or completely delete the lines then copy the new ones
for I icon pack of material design the line is as follows
"appicon": "com.cambunch.MaterialDesign.appicon",
we replace the red line below with the on above to get material design theme icon pack with space theme
for the contacts and dialer apps respectively
"com.sec.Pink.common.contacts",
"com.cambunch.MaterialDesign.phone",
you will have to apply a different theme and reboot to apply changes
any questions are welcomed and I hope I have helped
Click to expand...
Click to collapse
Can u help me pls
Pls tell by which package or which file in a package control these two things?
1. Nevigation icon
2. Badge color

Related

[THEME] "Riptide9's ColorNClear" Update 1-18 3.70 [NEW slayer69 ADDONS]

Here is a theme I have been working on for a while. I was inspired by Konikub's Aloysius theme with all the colors he started bringing us to the EVO.
I started with the Aloysius theme, Sapphire Theme, and also some of his Clear items like the lockscreen and rosie. I did a bit of a mix of the 2 different themes (changed a thousand icons or so) and then spent a lot of time trying to get every single bit of the grey stock icons replaced with color icons
Thanks and Credit should go to the following:
Konikub, GODZSON, JsChiSurf, Fightspit, TJDuckett, Wazzy, apristel, nebenezer, rujelus22, simplyphp, Calkulin, XxXViRuSXxX, BRIGHT SILENCE, Dinink, zone23, MicrosoftBug, slayer69, EVOme, Anderdroid , Myn, ricsim78, banksmi09, Stoney 666, fernando sor, jeffsanace
Special Request will be filled as I have time... Donations certainly do motivate me though!
Membership of the Riptide9 Crew:
rjmjr69, dadoc04, azrickster, Vegasden, dpilcher, tjmontan, jd9900, maxcala, nugzo, rollrsk8ter, THunDA, supahfly112, cj2566, iknowsquat, DeathBySnuggles, fullhouse131, Jetdr, smw6180, Echo2Lincoln, 33colburn, Rattor, firestetz, iTouch24, slayer69, EVOme, Mich2Ga, rileyd5, Ryno23, TREmp77, mdwamp, ifly4vamerica, islandreamer, fernando sor, Testrunner, dinothepirate, joesespn, dhatch93, Agfadoc, Bretweb24, Branj812, sag7392, Jathan78, Vacoray, daisycup2002, Philyteach
I hope you like
{
"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"
}
FROYO 2.2 Themes​
Check Post #2 for slayer69 ADDONS and MODS!!!!!​
***********************************************************
I am going to consider this Beta to all until I get some feedback that this actually is working and I just haven't gone completely insane and killed all those kittens for nothing
YOU MUST BE ON A 3.70 ROM FOR V13!!!!
Confirmed Roms
Myns RLS5
AzraelX 3.0
Calk's 1.7.5
Sprint lovers 3.70
Redemptive Revolution 2.2
NAND FIRST!!! AND GIVE FEEDBACK!! THANKS!
Here you go
Riptide9_V13_3_70_Only_signed.zip
Updates -
*New Gmail 2.3.2 app that shows images automatically (Anderdroid)
*New icons in the Dialer, Contacts, Call History, etc
*New Modded Banksmi09 Rosie and Myn's Rosie tool (Includes *Semi-Transparent 5 app drawer)
*New Glass Clock
*1% battery in task bar
*Transition animations by Azrael
*Power Control Widgets in the pull down by JsChiSurf with new icons
*This also includes 2.2.11 market
(assuming you have your market as Vending.apk in system/app
If not then you can check fernando sor's thread out HERE) *check that thread also if your market disappears after flashing
*Themed Youtube app
*Misc icon updates in the framework
If you are not on a 3.70 rom then here are some to choose from -
Myn's Warm TwoPointTwo RLS5
Azrael X v3.0 12/20/2010 (3.70.651.1 OTA/HTC #15 kernel)
Calkulin's EViO 2 ROM v1.7.1 [3.70.651.1 l Undervolted l Themeable]
************************************************************
UPDATES:
If you are having an issue with the Gmail app check HERE
ADDONS - Flash after the main theme to allow you to customize the theme the way YOU want it. Keep the Addon version to the same version base you are using. If the Addon just show R9 with no version then it can be use with any versions.
NEW ROSIES with Semi Transparent 5 App Drawer FOR V9 by Banksmi09 HERE (Just a few samples below)
EXTRAS - Themed programs that you might be using and will work with Any Version
ADDON_R9_Market2_2_11Black_signed.zip (Use this to get the New Market 2.2.7 Themed in Blue)
ADDON_R9_GoSMS1.6.9_signed.zip (Use this to get the latest GoSMS v1.6.9 themed)
ICONS -
Glass icons screenshots by EVOme... HERE)
How-To install the glass icons HERE
Glass_Icons.zip
Glass_Icons_PSD
If anyone sees something that really looks out of place feel free to let me know
Attached are the wallpapers in the screenshots in case anyone wants them.
My beer fund...Thanks
Slayers Mods!!!!! (Updated 12/26/2010)
- Slayers Mods!!!!
First off a special thanks Rip for the wonderful theme!!!! Also thanks for getting me my own post to throw up my mods!
I also want to thank the following people for their assistance:
fernando sor & [email protected] & Crew (See their work here), Mich2Ga, Heyitslou, DeathBySnuggles
My Evo Application Fund Group!!
Thank you for supporting my work, and welcome to "The Group"!!!
Commander of "THE GROUP!!!!"dadoc04 X5 (promoted for multiple donations), Mich2Ga X2, DeathBySnuggles, romannsjr, rileyd5, , TREmp77, dpilcher, skyfox99, firestetz, ifly4vamerica x2, islandreamer, dhatch93, Agfadoc, sag7392 x3, ElAguila, Bretweb24, meatgel, vacoray, eg1122, dnkeyhnter, kumote2010!!
My V12/V13 Mods:
1. SlayersTransitions - Adds Slayers Transitions to the base theme.
2. ADDON_V12_SolidBlackTaskbar - Adds Solid Black TaskBar and Slayers Transitions
Well here they are. These are the task bar mods for V12 & V13 ONLY. These will also add Slayers Transitions to the theme for those that like them. (Lock-screen transition removed).
Files:
1. ADDON_V12_3_70_Only_ClearTB_SlayersTransitions
2. ADDON_V12_3_70_Only_PurpleTB_SlayersTransitions
3. ADDON_V12_3_70_Only_RedTB_SlayersTransitions
4. ADDON_V12_3_70_Only_BlackTB_SlayersTransitions
5. ADDON_V12_3_70_Only_BlueTB_SlayersTransitions
6. ADDON_V12_3_70_Only_CYNTB_SlayersTransitions
7. ADDON_V12_3_70_Only_GoldTB_SlayersTransitions
8. ADDON_V12_3_70_Only_GreenTB_SlayersTransitions
Use this file to just add Slayers Transitions to the base theme, also if you flashed a task bar above and you want to remove it use this file as well:
1. SlayersTransitions_OriginalTaskBar
Speedo Battery Mod Addons for v12/v13 ONLY!!!!
Thanks Rip for making this so damn easy to port!!!!! haha Here you all go...the Speedo Battery addons for V13 are here!!! These are only recommended for V12 or v13 Of the theme:
Files:
1. ADDON_V12_3_70_Only_BlackTB_SpeedoBattery
2. ADDON_V12_3_70_Only_BlueTB_SpeedoBattery
3. ADDON_V12_3_70_Only_ClearTB_SpeedoBattery
4. ADDON_V12_3_70_Only_CYNTB_SpeedoBattery
5. ADDON_V12_3_70_Only_GoldTB_SpeedoBattery
6. ADDON_V12_3_70_Only_GreenTB_SpeedoBattery
7. ADDON_V12_3_70_Only_OrgTB_SpeedoBattery
8. ADDON_V12_3_70_Only_PurpleTB_SpeedoBattery
9. ADDON_V12_3_70_Only_RedTB_SpeedoBattery
10. ADDON_V12_3_70_Only_SolidBlkTB_SpeedoBattery
Colored Dialer Addons V13 Only
ADDON_V13_3_70_Only_BlackDialer
ADDON_V13_3_70_Only_BlueDialer
ADDON_V13_3_70_Only_CYNDialer
ADDON_V13_3_70_Only_GoldDialer
ADDON_V13_3_70_Only_GreenDialer
ADDON_V13_3_70_Only_PurpleDialer
ADDON_V13_3_70_Only_RedDialer
GlassRosie Addons for v12/v13
Here is the glass rosie addon for v12/v13. There are changes to this glass rosie. Because the buttons are mapable I went ahead and used the same icons from the main theme.....
File:
ADDON_V12_3_70_Only_GlassRosie
Updated 11/22/2010:
My V9 Mods:
Rips V9 Theme with my transitions:
Riptide9_ClearFroyoV9_signed_wSlayersTransitions Updated 11/24/2010 With Rips Latest updated. This will add my transitions to Rips latest Theme
ADDON_R9V9_GlassRosie_signed.zip Updated 12/2/2010 this is the glass rosie addon for rips base V9 theme.
NEW*** Speedo Battery ADDONS
Thanks Speedo for creating a creative battery icon!!! I have ported over all the mods that change the framework in Riptids V9 Themes as well as all my Taskbar mods to have this battery. See the screen shots below in my Task Bar Section to see what color you want.
**UPDATE** If you were experiencing FC or bootloops please re-download the mod and try again. All Speedo clock mods have been fixed and are working correctly. PM me if you find other issues with them
***NOTE - Vanilla lock screen will not work with these mods at this time. I have found the fix for this issue but is going to take some time to complete all mods....please stay tuned.
The Files:
1. ADDON_R9V9_BlkTskBar_signed_Speedo
2. Riptide9_V9_BlackGlassTaskBar_signed_Speedo
3. Riptide9_V9_BlueTaskBar_signed_Speedo
4. Riptide9_V9_ClearTaskBar_signed_Speedo
5. Riptide9_V9_CYNTaskBar_signed_Speedo
6. Riptide9_V9_GoldTaskBar_signed_Speedo
7. Riptide9_V9_GreenTaskBar_signed_Speedo
8. Riptide9_V9_OriginalTaskBar_signed_Speedo
9. Riptide9_V9_PurpleTaskBar_signed_Speedo
10. Riptide9_V9_RedTaskBar_signed_Speedo
Colored Dialers for Rips V9:
- These are just dialers only.
- All of these dialers have white numbers on the dialers.
- See the screen shots in the V8 Section to get examples of these files.
- All are flashable files
V9 CLEAR ROSIE ONLY:
ADDON_R9V9_BlackDialerOnly_signed
ADDON_R9V9_BlackGlassDialerOnly_signed
ADDON_R9V9_BlueDialerOnly_signed
ADDON_R9V9_ClearGlassDialerOnly_signed
ADDON_R9V9_CYNDialerOnly_signed
ADDON_R9V9_GoldDialerOnly_signed
ADDON_R9V9_GreenDialerOnly_signed
ADDON_R9V9_PurpleDialerOnly_signed
ADDON_R9V9_RedDialerOnly_signed
ADDON_R9V9_OrgDialerOnly_signed - Use this to flash back to the original dialer.
V9 CLASS ROSIE ONLY
These dialers are for users that like the glass rosie and want a new colored dialer. If you have not install the glass rosie these files will give it too you as well.
ADDON_R9V9_GlassRosie_BlackDialer
ADDON_R9V9_GlassRosie_BlackGlassDialer
ADDON_R9V9_GlassRosie_BlueDialer
ADDON_R9V9_GlassRosie_ClearGlassDialer
ADDON_R9V9_GlassRosie_CYNDialer
ADDON_R9V9_GlassRosie_GoldDialer
ADDON_R9V9_GlassRosie_GreenDialer
ADDON_R9V9_GlassRosie_PurpleDialer
ADDON_R9V9_GlassRosie_RedDialer
ADDON_R9V9_OrgDialerOnly_signed - Use this to flash back to the original dialer.
Colored TaskBars for Rips V9: - Updated 11/24/2010 with Rips latest framework.
- These are the task bars only.
- The rest of the file is pulled from Rips V9Theme.
- All are flashable files
Clear Glass TaskBar - This may look better with the back theme...just the way it turned out.
Purple Glass TaskBar
Red Glass TaskBar
Black Glass TaskBar
Blue Glass TaskBar
CYN Glass TaskBar
Gold Glass TaskBar
Green Glass TaskBar
Original 100% Transparent TaskBar - Use this to go back to the original theme task bar.
Note-These task bars will not change the original V9 Themed Notification icons.
My Mods (Non-Version Specific)
These mods are not dependent on version at this time.
Market Themed Black
Thanks to fernando sor (See his work here) He has provided me with a market that is themed black. I added Rips Color icons and posted the it here: Version of theme does not matter.
Enjoy!
BlackThemedMarket
Screens:
Clock Mods:
NEW****Slayers Clocks!!!!
The one I use in my theme is CYN. I have fallen in love with this look for the clock....Just want to share with all of you out there....
Thank RipTide9 for the kick ass glass base....Thank me for the rest!!! lol
Files:
1. Glass_Clock_BlueBack
2. Glass_Clock_CYNBack
3. Glass_Clock_GoldBack
4. Glass_Clock_GreenBack
5. Glass_Clock_PurpleBack
6. Glass_Clock_RedBack
Enjoy!
NewGlass - Standard Numbers
I updated all the standard digit color clocks with the new glass.....
Example:
Files:
1. Glass_NewGlass_clock_mod_Black
2. Glass_NewGlass_clock_mod_Blue
3. Glass_NewGlass_clock_mod_cyn
4. Glass_NewGlass_clock_mod_Gold
5. Glass_NewGlass_clock_mod_Green
6. Glass_NewGlass_clock_mod_Purple
7. Glass_NewGlass_clock_mod_Red
8. Glass_NewGlass_clock_mod_White
Glass on Glass Clocks - Updated 12-8-2010 with Simi-Transparent Glass Colored Digits.
1. Glass_Clock_NoBack_Blue
2. Glass_Clock_NoBack_CYN
3. Glass_Clock_NoBack_DarkGlass
4. Glass_Clock_NoBack_Glass
5. Glass_Clock_NoBack_Gold
6. Glass_Clock_NoBack_Green
7. Glass_Clock_NoBack_Purple
8. Glass_Clock_NoBack_Red
9. Glass_Clock_NoBack_White
10. Oogle_Clock - My Version of the beautiful widgets Oogle Skin
Screens:
Oogle Clock:
Files:
1. GlassOnGlass_wbackground
2. GlassOnAir_NoBackground
New Glass Base with color:
3. GlassOnGlass_NewBase_Blue
4. GlassOnGlass_NewBase_ClearGlass
5. GlassOnGlass_NewBase_Cyn
6. GlassOnGlass_NewBase_DarkGlass
7. GlassOnGlass_NewBase_Gold
8. GlassOnGlass_NewBase_Green
9. GlassOnGlass_NewBase_Purple
10. GlassOnGlass_NewBase_Red
Screens:
Screens for new glass base with color.
Chrome & Color Clocks
I want to thank again everyone that has supported my work. In keeping things fresh I custom built some chrome digits for our glass clocks....the colors should match the dialers that have been created before, plus a few new colors. As in all my clocks they are not theme restricted and can be flashed for any phone using sense. All have been tested on the EVO.....ENJOY!!!!
1. Always Nand Backup first!!!
2. Flash in recovery
3. Enjoy
1. Glass_Clock_Chrome
2. Glass_Clock_ChromeBlack
3. Glass_Clock_ChromeBlue
4. Glass_Clock_ChromeCYN
5. Glass_Clock_ChromeGold
6. Glass_Clock_ChromeGreen
7. Glass_Clock_ChromePurple
8. Glass_Clock_ChromeRed
9. Glass_Clock_ChromeRoyalBlue
Screens:
Inspired by Stoney 666 (See His Work Here) - Glass Clock with a simi-transparent glass base. Added 11/26/2010
GlassClock withBaseV1
GlassClock withBlueBaseV1
GlassClock withBlueBase_BlackNumbersV1
Glass_clock_WithBase_EtchedGlass
1. All Clock Mods Contains all the files below. Main zip cannot be flashed.
2. Black Clock Mod
3. Blue Clock Mod
4. CYN Clock Mod
5. Gold Clock Mod
6. Green Clock Mod
7. Purple Clock Mod
8. Red Clock Mod
9. White Clock Mod
10. Glass_clock_mod_EtchedGlass
11. Glass_Clock_Flames
12. Glass_clock_Blue_Flames
13. Glass_clock_CYN_Flames
14. Glass_clock_Gold_Flames
15. Glass_clock_Green_Flames
16. Glass_clock_Purple_Flames
17. Glass_clock_Red_Flames
Screens:
Updated 11/18/2010:
My V8 Mods:
DO NOT USE WITH V9 of Rips Theme
These mods are for Riptide9_ClearFroyoV8 only. Not sure of the affects if you flash these mods over V9 but I am sure it will break the new V9 functionality.
Rips Theme with Black Dialer and Transitions (see screenshot below with black dialer... also adds transitions)
Black Taskbar with Transitions (use this to get the black taskbar and transitions)
Black Dialer with Glass Rosie (use this to get the Black Dialer and Glass Rosie)
ADDON_R9V8_Glass Rosie_Clear_Lockscreen_BlackDialer (use this to get the Glass Rosie, Clear Lockscreen, and Black Dialer)
ADDON_R9V8_simiTransparentTB] (use this to get a semi-transparent taskbar)
ADDON_R9V8_GlassTB_signed_wTransitions (use this to get a glass taskbar w transitions)
Riptide9_ClearFroyoV8_signed_WtDialer_Transitions_ ClearLock_ClearRosie_WhiteClock (use this to get White Dialer w/transi tions, totally clear lockscreen, animated clock(white), clear taskbar, and clear rosie)
Full Colored Glass Rosie Themes!! Added 11/21/2010
Here they are!!!! Full Colored themes all in one package!!!
All themes have colored glass rosies and a newly designed colored glass task bar. Designed by Rip and colored by me. All themes have Transitions as well. You can flash these over your current themes from above and will get all the upgraded colors added to your phone. Below the files are screen shot samples of what you will see after flashing. AS ALWAYS PLEASE NAND BACKUP FIRST. I can't be held responsible if you brick your phone. I have loaded each and every one of these files and have made sure that what I changed is there.
Please enjoy!!! and If you really like my work my evo could use some more apps and you can join The Group!!!!!. Thanks again to everyone that is already using my themes.....MORE TO COME!!!!!
Files: Updated 11/22/2010 - Fixed Graphic Color bar issue with Facebook, People and News Widgets.
1. Black Theme - Black Numbers on the dialer.
2. Black Theme - White Numbers on the dialer.
3. Blue Theme, Black Numbers on the dialer.
4. Blue Theme, White Numbers on the dialer
5. Purple Theme, Black Numbers on the dialer
6. Purple Theme, White Numbers on the Dialer
7. Cyn Theme, Black Numbers on Dialer
8. Cyn Theme, White Numbers on Dialer
9. Gold Theme, Black Numbers on the dialer
10. Gold Theme, White Numbers on the dialer
11. Red Theme, Black Numbers on dialer
12. Red Theme, White Numbers on dialer
13. Green Theme, Black Numbers on Dialer
14. Green Theme, White Numbers on Dialer
Do to the over whelming responses and number of downloads of my custom color clock mods I decided that it might be fun to have a dialer and a call button that matched the clocks....So here they are....Matching dialers and Call Buttons. All these mods use the Glass Rosie theme at the moment but they look real good and I wanted to get them out here for people to use.....I might release the clear rosie versions depending on the demand....so PM me if you are interested in one without the glass rosie, make sure to specify what color you would like.
I just want to add a word of thanks to Mich2Ga for giving me inspiration to create these mods........Thanks man!!!!
Dialer and Call Button Mods
Files:
1. ADDON_R9V8_GlassRosie_signed_BlueDialer_BCallButton
2. ADDON_R9V8_GlassRosie_signed_cynDialer_cynCallButton
3. ADDON_R9V8_GlassRosie_signed_GoldDialer_GCallButton
4. ADDON_R9V8_GlassRosie_signed_greenDialer_GCallButton
5. ADDON_R9V8_GlassRosie_signed_PurpleDialer_PCallButton
6. ADDON_R9V8_GlassRosie_signed_RedDialer_RCallButton
7. ADDON_R9V8_GlassRosie_signed_BlackDialer_BkCallButton
8. ADDON_R9V8_GlassRosie_signed_WhiteDialer_WTCallButton
Screens
NOTE: The black dialer is a newer version. I removed some of the blue hue it had. It matches more with the HTC black.
Also if you have transitions this will not remove them.
Added 11/18/2010
Added Clear Rosie Dialer Mods.
All of these contain the respective color dialer as well (See Screen Shots above) All these do is remove the clear rosie from the home screen.
1. Clear Black Call Button
2. Clear Blue Call Button
3. Clear CYN Call Button
4. Clear Gold Call Button
5. Clear Green Call Button
6. Clear Purple Call Button
7. Clear Red Call Button
8. Clear White Call Button
Screen:
White Numbers on Dialer Added 11-18-2010
Thanks goes out to fernando sor, Heyitslou and Thier crew for providing us their white dialer.
Go Here to See His Theme
Files:
1. GlassRosie_BlackDialer_WhiteNumbers
2. GlassRosie_BlueDialer_WhiteNumbers
3. GlassRosie_PurpleDialer_WhiteNumbers
4. GlassRosie_RedDialer_WhiteNumbers
5. ClearRosie_BlackDialer_WhiteNumbers
6. ClearRosie_BlueDialer_WhiteNumbers
7. ClearRosie_PurpleDialer_WhiteNumbers
8. ClearRosie_RedDialer_WhiteNumbers
Glass Dialers - Black and Clear
Both of these addons are for the glass Rosie theme
Files:
1. GlassRosie_BlackGlassDialer
2. GlassRosie_ClearGlassDialer
Screens:
Glass Transparent Colored Task Bars
These will add colored transparent task bars to match clocks, dialers, and call buttons. They all include Transitions that were found in my other mods. Also added were 2 new icons to the task bars for GPS and Battery charging thanks to DeathBySnuggles.
1. Black Glass TB
2. BlueGlass TB
3. CYN Glass TB
4. Gold Glass TB
5. Green Glass TB
6. Purple Glass TB
7. Red Glass TB
8. White Glass TB
Instructions:
1. As with any mod you should do a Nand backup before flashing.
2. Copy selected mod to your SD Card
3. Flash
4. Enjoy
Extras:
New Wifi Icons - Available in Red, Green, Blue, Purple, and Black
The base icon was taken from somewhere on the web....The animation files were created by me.
Download all Colors Here
-THESE ARE NOT FLASHABLE Files.
-Use at your own risk.
-These are for users that want to add them to their own themes or upgrades.
-To use the files they need to be placed in framework-res.apk\res\drawable-hdpi.
-I am not responsible for your phone if you brick it while installing.
Whats in the works!!!!
1. Colored Dialers with white numbers - DONE
2. Custom colored class task bars to match the dialers clocks and call buttons. - DONE
3. Thinking up new ideas!!!! Trust me they are there.....
4. Full Colored glass Rosies....Cyn and Purple Glass Rosie Released.....other colors are coming. - Done
5. Full Glass Colored Rosies with carbin background....We will see how it looks....g
so finally got around to wiping my phone and applying yhis theme when i got a
"verifying update package....
E:wrong digest:
system/app/sprint_vvm.apk
E:Verfication failed
Installation aborted."
any ideas on whats going on i flashed to the new dc 3.2.3 after a clean wipe loaded the rom rebooted to amor recovery and applied this theme and got the error.
let me know
Won't let me download. Looks like the file got pulled.
smw6180 said:
Won't let me download. Looks like the file got pulled.
Click to expand...
Click to collapse
just tried downloading it again seems to work fine.... try again
okay i flashed it using clockwork recovery and it works looks bad ass so far
Theme is perfect. I love blue but I couldn't part from the orginal Aloysius theme. I've edited the png on the Rosie Launcher, added the Kaws Starman icons to the App Drawer, and made the notification tray 100% transparent. Props Riptide9 and shout out to Koni for the inspiration.
I still need the all white taskbar with the colored icons, and this theme would be complete for me.
Looking good!!! Great work man, this is exactly what I want to see.....people putting their own spin on a theme and then releasing it out for everyone to use!! Bigtime kudos!!!
does this have the same gps icon as the original color rom? I didn't really like that icon too much
Konikub said:
Looking good!!! Great work man, this is exactly what I want to see.....people putting their own spin on a theme and then releasing it out for everyone to use!! Bigtime kudos!!!
Click to expand...
Click to collapse
Thanks! I really appreciate it.
gessin64 said:
okay i flashed it using clockwork recovery and it works looks bad ass so far
Click to expand...
Click to collapse
Glad to see you got it going
RTbar said:
does this have the same gps icon as the original color rom? I didn't really like that icon too much
Click to expand...
Click to collapse
This is the gps icon
If you have one you prefer, post it up and I will try it. Thanks
Looks great!...
You can still see your friend Jason Britton's phone number btw.... some crazies out there, might wanna blur that shiz out bro!
I love the theme, but I'm not big on any theme with changed statusbar icons. They bug me
But I love the wallpaper, great work on that!
apristel said:
Looks great!...
You can still see your friend Jason Britton's phone number btw.... some crazies out there, might wanna blur that shiz out bro!
Click to expand...
Click to collapse
Fixed... Thanks
Geniusdog254 said:
I love the theme, but I'm not big on any theme with changed statusbar icons. They bug me
But I love the wallpaper, great work on that!
Click to expand...
Click to collapse
The only problem with the stock icons is that they are very montone and the point of this theme was to bring some color into it. I am still looking for solutions/options so if you come across a set that you think would look good, let me know. Thanks
Do you think you could create a white taskbar with the same colorful icons?
Geniusdog254 said:
I love the theme, but I'm not big on any theme with changed statusbar icons. They bug me
But I love the wallpaper, great work on that!
Click to expand...
Click to collapse
Here is a clear stock taskbar that you should be able to use by Konikub - Looks like you could flash right over the theme
http://forum.xda-developers.com/showthread.php?t=707047
Here is the same theme but with transparent espresso on the bottom... this will also flash thru RA AMON recovery, not just clockwork.
http://www.mediafire.com/?c5u1trtcma757t5
Thanks OP for a great theme.
ALL CREDIT TO OP!
Thanks, what files are the changes made in? I have made a bunch of changes to a lot of icons today already, but I want to incorporate the clear espresso.
Riptide9 said:
Thanks, what files are the changes made in? I have made a bunch of changes to a lot of icons today already, but I want to incorporate the clear espresso.
Click to expand...
Click to collapse
Just 2 items in rosie.apk. I can't remember what they are named..once i get back to my other machine i'll let you know.
EDIT actually here they are.
They go here..
rosie.apk - res - drawable-normal-hdpi
icon_p_phone_on.png is the one on the left below..
icon_p_phone_rest.png is on the right.
Nice work. Whats the main differeance verse Kons color theme? I see a couple different icons? I like keep it up
rjmjr69 said:
Nice work. Whats the main differeance verse Kons color theme? I see a couple different icons? I like keep it up
Click to expand...
Click to collapse
Thanks
It all started with his color theme but I wasn't a fan of the sms, contacts, and voicemail icons he was using so I changed them. Then I started taking bits that I liked from his sapphire theme that I liked and kind of merged the two (also the clear lockscreen and rosie mix). Now I have just been going through all the apps (facebook, twitter, gmail, phone, market, etc) and replacing all the icons that konikub hadn't done yet to nice color ones. I still have a bit more to do. I just keep finding more of the plain grey stock icons everywhere.

[ADW Themes] Thread devoted to themes for the ADW Launcher (1.0+)

This thread is devoted to ADW launcher themes.
Make a post and I'll update this post.
Themes:
britoso - Transparent icon bubbles
rori~ - Smoked (smoked launcher box, trans icons, smoked folders ..more)[/URL]
crachel - N1 Drawer icon(Nexus X)
vladnosferatu- iTheme [http://i2theme.webs.com/] (iPhone icons for most popular apps.)
To use a theme:
1) Install the apk.
2) apply the theme. settings->adw settings->theme preferences
To create your own:
Here is a nice guide: https://code.google.com/p/adw-launcher-android/wiki/ADWThemeGuide
All you need is the Eclipse IDE. (get the smallest one, i.e "Java developers" version). After you install/unzip Eclipse, install the ADT plugin.
Get the template project. (click download source)
import the project into your eclipse workspace
read the README file in the project
Customize the project name, version, theme image, wallpaper, and any other image or xml
build a signed .apk in eclipse and post here.
Note: To encourage theme merging and kanging, please post your project source code or upload it to an online repository like google code.
It's nice mate; thanks for sharing
britoso said:
Simple theme that only sets the icon bubble background transparent...
Click to expand...
Click to collapse
That´s nice! - thanx for doing this
britoso said:
.. How about a thread for ADW ?..
Click to expand...
Click to collapse
Yes started playing around with it..
I can't get search widget to change :-(..
rori~ said:
Yes started playing around with it..
I can't get search widget to change :-(..
Click to expand...
Click to collapse
try switching between themes
If I load the source template to eclipse...I cannot change alpha value of the bubbles, right?
(Cause decompiling it then with apk tool, I can get the smali files to change...but I would like to do that in eclipse)
Is there a way?
rori~ said:
If I load the source template to eclipse...I cannot change alpha value of the bubbles, right?
Click to expand...
Click to collapse
you can. The value is in theme_config.xml or values.xml
Uff, got it , thanx!
[ADW Theme] Smoked
ADW Theme Smoked 1.7.1
Changelog:
- new wallpapers for gingerbread black statusbar
- new option o choose custom docks for ADW EX !
- other fixes....
ATTENTION: you cannot upgrade! - deinstall previous and then install v 1.7.1
Notes:
- This Theme still does not have thousands of icons, as I use this for my own purpose and that´s all I have on my screens
-> I f anybody likes to join this theme and increase the amount of icons, just contact my, I will provide you the layouts and we can put as many icons as you want in here
- Docks: this is just a quick experiment. Again, if you have some cool dock and want them in here, contact me!
-----------------------------------------------------------
-----------------------------------------------------------
Update for > ADW 1.3.0
ADWThemeSmoked.apk
ADW Theme Smoked 1.6.1
Changelog:
- reduced app size
- some bugfixes with focuse colors
- works with ADW EX
I.)
Ok, I updated this theme
- added some more icons
- added Wallpaper Gallery with some new creations.
[The apk is quite huge, that´s due to the wallpapers incuded, but you can move it to SD card. And don´t be afraid, it wont slow down your launcher ]
II.)
Also I add a little kanged apk: com.adwtheme.iconpack.apk.kang.apk
- install as regular apk
- select a custom shortcut from this theme drawer icons & some text icons
*************************************************
*************************************************
III.) [I will keep this theme here, for those who use older versions of ADW Launcher]
ADW Theme Smoked for < ADW 1.3.0
Tested on CM 6
Update 08/13:
New icons: SyncSettings, New Google Voice Search, Contact Sender
ADW smoked theme includes:
- wallpaper
- smoked launcher box
- smoked application background
- k9 icon
How to:
1) install ADW.smoked.apk
2) apply theme in settings->adw settings->theme preferences
In "theme preferences" you see a download link for a morph -> ADW Smoked Morph, download and apply with MetaMorph to get it.
ADW Smoked Morph includes:
- smoked statusbar
- battery icon
- vibrate icon
- New Google Voice
- SyncSettings
- Contact Sender
***********************************************
.
britoso...hope you can find some time to change some orange to cyan - would pretty much complete your theme for me
[ADW Theme] N1 Drawer icon
Here's one I did that:
Changes Wallpaper to the basic blue pictured below
Changes the drawer icon to the Nexus One icon
On a side note, it would be nice if there was a way to easily combine two themes.
[ADW Theme] Transparent icon bubbles
Simple theme that only sets the icon bubble background transparent.
Will try and change some orange to cyan if I get the time.
Had to replace the wallpaper so I threw in a blue/gradient one. Change it if you dont like it.
Download:
[1.0]
Edit: Works with VTL Launcher
(Britoso, perhaps you wanna change thread title to ADW themes, if anybody else want to use this thread ..)
Click to expand...
Click to collapse
nice theme.
updated OP.
Update 08/13: ADW smoked
New icons: SyncSettings, New Google Voice Search, Contact Sender
I have not been able to install any themes that are not from the market to my droid x. If anyone could pm me the information that would be great.
Thanks crachel, "•Changes the drawer icon to the Nexus One icon"
I have been looking all over for this Nexus X.
Anyone know where I can find the other Nexus X for ADW Launcher drawer icon, the boot animation type X???
Hi i have changed the images in this file the way i want them, thats all i want to change, but when opening in the project in eclipse 3.6 with SDK etc i just get errors in the manifest xml If i upload the zip with my updated images [just the res folder] would someone be so kind as to compile it to APK for me lol? changed all the names and path like said in the how to but lowest i can get is 2 errors on 2 lines 'missing acquired attribute name' ?? specifically on line " <activity android:name=".main"
android:label="@string/theme_title">'
go3asy said:
Hi i have changed the images in this file the way i want them, thats all i want to change, but when opening in the project in eclipse 3.6 with SDK etc i just get errors in the manifest xml If i upload the zip with my updated images [just the res folder] would someone be so kind as to compile it to APK for me lol? changed all the names and path like said in the how to but lowest i can get is 2 errors on 2 lines 'missing acquired attribute name' ?? specifically on line " <activity android:name=".main"
android:label="@string/theme_title">'
Click to expand...
Click to collapse
Did you right click your project and select "Refactor->Rename"? AnderWeb has covered most problems in the comments section here
got as far as extracting it but dont know where to start with signing it int he keystore wizard lol
Everytime I try to make a theme using the template all I get are errors. I use the same file names and everything, just changed the icons with different ones. End up with more than 200 errors. What am I doing wrong? The readme isn't very in depth.
Sent from my Nexus One using XDA App

[Theme][MIUI] Black'Ups Darkness HD Theme[Beta] Updated For 11.5 build

I take no credit for creating this theme this is a port of the Darkness HD theme by Black'Up. I just used the template provided by blackup and icons made by other users to port the theme. I have tried to make custom icons for most of the apps that I use.
Features:
custom icons (thanks to black'up and macthemes community)
custom widget box skin and folder skin (thanks to newone from purple kush theme)
bounce animation(thanks aamikam and magnus for posting)
carousel animation for switching between tasks(taken from Multitasking pro app by Royerd) - Works well with itchingthumb
custom wallpaper (taken from insetHD theme on the iphone but modified to have android instead of apple)-u might have to add the wallpaper urself
includes auto brightness fix (from MIUI thread)
this is my first theme and i just figured out how to make it a flashable zip. I know it flashed fine for me so it should work.
also if there are icons you would like to see customized for this let me know.
Note this is based on MIUI 10.29 so i dont know how it will work for previous versions
Screen shots are attached
Download:
Beta 1:
http://www.megaupload.com/?d=PPOU57FB
Updates for icons
Reserved for updates
Beta 1 Revision A:
-Added more icons
-Polished the background for newly installed apps so it matches other icons better
Link:
http://www.megaupload.com/?d=21ZEZ0QV
Beta 1 for 11-5
Updated to work with Miui 11-5
Links:
http://www.megaupload.com/?d=HXN8YM0P
http://dl.dropbox.com/u/11266436/Black'Ups_port_beta_1_11.5_signed.zip
Beta 2 Coming soon
Based on 11.5 stable
More Icons
Changed to newones purple kush dock
Got rid of slide bar image above dock
Links:
http://dl.dropbox.com/u/11266436/Black'Ups_port_beta_2_11.5_signed.zip
http://www.megaupload.com/?d=2YZL4DLB
Template:
Here is a link to the template if anyone wants to make their own icons. feel free to share your icons here that way i can update the theme and make the changes available to everyone whenever I make updates.
http://www.megaupload.com/?d=1OF4TRTR
It looks really nice.
Pretty badass looking. Nice work!
AwesomeZ!!!
A few questions.
Did you theme highlight colors? IE not android orange anymore for? I think all green would look great.
Also does this theme put a black backround around newly installed apps? I thought I saw this feature in purple.
Anyways, thanks for this theme. I will be flashing later today!!
BixBix78 said:
AwesomeZ!!!
A few questions.
Did you theme highlight colors? IE not android orange anymore for? I think all green would look great.
Also does this theme put a black backround around newly installed apps? I thought I saw this feature in purple.
Anyways, thanks for this theme. I will be flashing later today!!
Click to expand...
Click to collapse
I didnt theme the highlight colors but i can update that and yes it does make a black background for newly installed apps
Nice work!!! Would it be possible to make a black Google search bar?
Here is my setup. Could you make a icon for the NFL App and Wifi tether?
Running it on 1.26 no wipe of cache, dalvik, or anything flashed over with Clockwork.
Sent grom my Supersonic EVO 4Gees
Says file in unavailable
Sent from my PC36100 using XDA App
Themed icon resquest
2nd to VZ NFL app
and
LEDs Hack
Zedge
Lock Now
AutoStarts
Root Explorer
Cache Cleaner
SMS Notifier
Quick Boot
and of course XDA
Thanks in advance.
Guessing you call tell I'm excited about this theme!
looks amazing. thanks! just downloaded and will wipe and flash to get the black backgrounds.
hot theme and great job. will it work on myn's warm 2point2?
Mich2Ga said:
hot theme and great job. will it work on myn's warm 2point2?
Click to expand...
Click to collapse
Thanks guys ill try to get the icons requested in the next update. And no this is a theme for MIUI
Is there a way I can get to the Icons themselves I'm using Handcents but i'd like it to have the SMS Icon not the stock one and if I can get a hold of the .png i could rename it and place it in the folder for the Handcents.
Thank you!!
daniel06gt said:
Is there a way I can get to the Icons themselves I'm using Handcents but i'd like it to have the SMS Icon not the stock one and if I can get a hold of the .png i could rename it and place it in the folder for the Handcents.
Thank you!!
Click to expand...
Click to collapse
the custom icons are in data/system/customized_icons_1 u can pull it and make changes and then push it back
Note: all the icons for apps u have downloaded are in this folder as well
daniel06gt said:
Is there a way I can get to the Icons themselves I'm using Handcents but i'd like it to have the SMS Icon not the stock one and if I can get a hold of the .png i could rename it and place it in the folder for the Handcents.
Thank you!!
Click to expand...
Click to collapse
Yes there is. Use 7zip to open and find pngs
This should be the right path
Black'Ups_port_beta_1_signed.zip\system\framework\framework-res.apk\res\drawable-hdpi-finger
BixBix78 said:
Yes there is. Use 7zip to open and find pngs
This should be the right path
Black'Ups_port_beta_1_signed.zip\system\framework\framework-res.apk\res\drawable-hdpi-finger
Click to expand...
Click to collapse
haha awesome worked perfectly. Thanks!!!
BixBix78 said:
Yes there is. Use 7zip to open and find pngs
This should be the right path
Black'Ups_port_beta_1_signed.zip\system\framework\framework-res.apk\res\drawable-hdpi-finger
Click to expand...
Click to collapse
for the system sms png that is
Yo mind sharing the handcent with the fixed png plz I wont be near a computer all day would be nice to have it thank you
Sent from my PC36100 using XDA App
im getting bootloops to no end... wiped EVERYTHING and reflashed rom then theme nd no dice... any ideas?

Request old touchwiz icon:

I find a replacement theme that resemble gingerbread ui I lost the theme I just need icon pack for nought update please if any body aruond for my request please answer.
about the free samsung theme post I must sorry I new about warez at xda and I promise to no warez in my posts and use my knowledge to right way of forum.
I have the one for LG Launcher. I guess you could extract icons and assemble your own theme with them. (there's an app on Google Play - themeGalaxy - which you could use to make a icon-only or even a full Samsung theme).
[Theme Link]
https://drive.google.com/open?id=1JXOH6_xsWxdKROO8UC-0PDhfAT5kvB6l
Thalles4962 said:
I have the one for LG Launcher. I guess you could extract icons and assemble your own theme with them. (there's an app on Google Play - themeGalaxy - which you could use to make a icon-only or even a full Samsung theme).
[Theme Link]
https://drive.google.com/open?id=1JXOH6_xsWxdKROO8UC-0PDhfAT5kvB6l
Click to expand...
Click to collapse
Thank you for your find but unfortunately I don't know how unpack the icon pack and pack it back in themeGalaxy if these works need root unfortunately I not advanced user so what I can do wait for someone to unpack this apk you send and turn into Samsung icon pack or you connect some one and tell them do this and they send apk here and I install it.
the time limit and other parts I can do with an app so if any one do this I appreciate .
Mohsen ZiaE. said:
Thank you for your find but unfortunately I don't know how unpack the icon pack and pack it back in themeGalaxy if these works need root unfortunately I not advanced user so what I can do wait for someone to unpack this apk you send and turn into Samsung icon pack or you connect some one and tell them do this and they send apk here and I install it.
the time limit and other parts I can do with an app so if any one do this I appreciate .
Click to expand...
Click to collapse
Did you solve your issue ?
I made an icon pack for samsung devices from these resources.
Benjamin2557 said:
Did you solve your issue ?
I made an icon pack for samsung devices from these resources.
Click to expand...
Click to collapse
Thank you , I'm now master of theme park and downloaded similar icons I could find and also I go beyond the customization I mean made my own version of my mobiles I had in the past with color picker, some of my theme has 2 style.
Android: Uses original Android colors (color picker app) in 2 style dark and light mode, icons by Cameron Bunch (original Google icons) and I also have original keyboard color (Gboard).
I also designed or created volume panel color for my theme.
Retro Style (My mobiles in the past): like above (Android) except all I done used my memories from past or internet searches and color picker app I created my old version of my mobiles with similar icons.
I'm master of theme park or customization (not really but I only samsung apps for this job so no claim on everything I know about everything )
Also here is a video that make your customization go beyond (check channel):
Mohsen ZiaE. said:
Thank you , I'm now master of theme park and downloaded similar icons I could find and also I go beyond the customization I mean made my own version of my mobiles I had in the past with color picker, some of my theme has 2 style.
Android: Uses original Android colors (color picker app) in 2 style dark and light mode, icons by Cameron Bunch (original Google icons) and I also have original keyboard color (Gboard).
I also designed or created volume panel color for my theme.
Retro Style (My mobiles in the past): like above (Android) except all I done used my memories from past or internet searches and color picker app I created my old version of my mobiles with similar icons.
I'm master of theme park or customization (not really but I only samsung apps for this job so no claim on everything I know about everything )
Also here is a video that make your customization go beyond (check channel):
Click to expand...
Click to collapse
So you might find what you need here :
[ONE UI 1-4][THEME PACK][Old-Style] Samsung Galaxy TouchWiz Series and Samsung Experience THEMES for One UI Devices
Samsung Galaxy TOUCHWIZ series and Samsung Experience THEMES for ONE UI Devices This is a serie of Themes I made using APK Easy Tool and Hex Installer that Nostalgic Users especially could benefit ! Anyone is allowed to share these themes...
forum.xda-developers.com
Benjamin2557 said:
Did you solve your issue ?
I made an icon pack for samsung devices from these resources.
Click to expand...
Click to collapse
Can you explain to me what you did? I am trying to make a theme that ONLY changes some icons (more specifically removes their white background), whilst using a dark theme.

[THEME] envy themes_

NEW UPDATE THREAD S10
----------------------------------------------------------------------------
*A thread of highly customized Samsumg theme collections.
*Bodhisattva V4 is released 03/30/2018 see post#2
*Terpsichora V4 released 05/06/2018 see post#3
*Jajanken V1 released 07/02/2018 see post#5
*PIEforOREO(stock) V1 released 09/29/2018
V2 released 10/07/2018
V3 released 10/20/2018
V4 released 11/16/2018 see post#4
INSTRUCTIONS:
(Oreo compatibility)
0. ALL DOWNLOAD LINK CAN BE FOUND ON ATTACHMENT SECTION PER THEME POST, read filename for latest release
1. Make sure you are on default theme first
2.Open Themestore and keep it running on the background (do not clear it on recent menu)
3. Download and install apk (can take time to install)
go again to Theme Store by the SETTINGS APP (WALLPAPER AND THEMES option)
and apply trial (its a fully working theme so don't worry about the trial)
4. RESTART phone once to make the theme fully appied
*Theme center FC can occur thus preventing you to go back to default theme so thats normal.
---------------
(ISSUE MAY OCCUR)THEME NOT SHOWING ON THEMESTORE AFTER INSTALL:
- Open theme store FIRST and keep it running on the background (do not clear on recent menu) before installing a theme apk
- After install press "done" and home button, open Theme Store from Settings APP not from Recent panel or Home shortcut.
- OR try to Install other theme from the store BEFORE or AFTER installing mine, if still now showing..
- Forget about this theme and move on.
ALWAYS REMEBER THE THEME STORE MUST BE RUNNING ON THE BACKGROUND BEFORE INSTALLING THEME APK.
________
ALL Theme got a dark notification cards as default
but:
lightnotif = got a light/or default colored notification cards
noicon = a theme with no custom 3rd party Homescreen icons
noframe = no border frame for all custom homescreen icons
*enjoy
Download Official app/icon pack for support and consider a donation:
https://play.google.com/store/apps/details?id=com.envy.guilt.icons
be a mentalist_ join:
TELEGRAM CHAT
THEME zerohand bodhisattva_V4
*more info here for screenshots and an awesome development period that got a handful of pages.
Changelog from V4(deleted version release):
-removed/fixed black txt on black bg on several apps
-semi themed black Game Launcher
-redesign notif bg for lightnotif versions (like V3 ligtnotif)
-noframe version introduced - no frame for 1st and 3rd party homescreen icons (yay?)
THEME terpsichora_V4
old version and other informations here
CHANGELOG from V3.7
-update was made on OREO firmware and not sure of full compatibility with NOUGAT
so expect bugs for it here and there.
-new style semi transparent rounded notification panels
-refined UI icons and recent bug fixes
-added few more 3rd party app icons
-layout mod fixes and other versions to follow.
-*V4.01 = fixed Whatsapp Sender text notification color
SPECIAL THANKS!! for Venom and DNA beta testers (u know who u r)
THEME PIEforOREO NIGHT THEME
Based on Leak build Samsung PIE UI elements, Samsung Experience 10
THEME INFO:
-a simple perfect black theme, don't expect too much!
-tru to stock look and feel Samsung Stock PIE Icons drawn by hand
-Black Amoled backgrounds with less white bubbles
-multi colored primary color per apps (phone is green, contacts is orange, messages is blue.
CHANGELOG for V4.7: (11/29/2018)
DELETE OLD VERSION FIRST BEFORE INSTALLING V4
DO NOT UPDATE INSTALL APK!
-Updated Homescreen Icons
-Several Adjustments and Fixes
-PLEASE READ IMPORTANT TEXT ON ZIP
OLD CHANGELOG:
-Night theme Updated to version 4
-Updated homescreen icons (some not official) if you dont want it just apply default icons on theme store.
-Added MOST UI element icons from Leaked beta firmware
-NIGHT THEME V4 basically same with the xdalabs release V4.5 but just have light notifications
-several adjustments and fixes
-Night theme updated to version 3
-Added PIE LEAK homescreen icons (some not official) if you dont want it just apply default icons on theme store.
-Removed wierd shadows behind rounded notifications
-NIGHT THEME V3 basically same with the xdalabs release aplha2 but just have light notifications
-several adjustments and fixes
-fully white notification panel for Day Theme V2
-Night Theme updated to version 2
-removed yellowish notifications (changed to 98% white)
-redrawn nav bar icons to newer leak design
-removed Samsung Internet asset
-several adjustments and overall fixes
-DAY THEME version introduced
(A Default stock theme with pie leak inspiration Ui elements)
-NIGHT THEME DARK NOTIFICATION will soon introduced as paid theme on xdalabs. Details to follow.
------------------------------------
PLEASE READ!!!:
-May/will Introduce color bugs on newer PIE leak system apps..not recommended to use them and stay with oreo apps with this theme.
-theme is optimized for ANDROID OREO 8.0, S8/S9 devices "roundness"
-Nougat is minimally supported, expect bugs
-ANDROID 8.1 notification cards are un-themed (no round corners) i did tried my best to fix but..
UPDATED FAQS
ENJOY YOUR SLICE!
Show love and support:
https://www.paypal.me/envy4
Guilt Icon pack (updating status)
https://play.google.com/store/apps/details?id=com.envy.guilt.icons
THEME jajanken_
INTERNET POPUP COLOR SIDELOAD FIX https://forum.xda-developers.com/showpost.php?p=77627876&postcount=792https://forum.xda-developers.com/showpost.php?p=77627876&postcount=792
PLEASE BE ADVISED AND COOPERATE!!
This theme release is very important to me, respect my work and ask for proper permission if you want to use any part of this project, DO NOT RE-UPLOAD to somewhere else (specially TELEGRAM), if you share it to others, link it here.
DO NOT alter and modify in any form unless you use it personally, let the theme get momentum first before making own versions and share it to others,
THEME SYSTEM UI FC MAY OCCUR, ALWAYS APPLY CUSTOM THEMES LIKE THESE FROM DEFAULT THEME.
OREO ONLY APPS ARE SUPPORTED, MAY FC SOME APPS ON NOUGAT.
still kinda unfinished as it doesn't have all Guilt icons incuded, Guilt icons playstore no frame to follow, Other versions like Lightnotif to follow also.
USE DEFAULT DPI (411) AND SMALL DISPLAY SCREENZOOM option as possible to make the best out of the theme.
Theme Info:
-3rd custom highly customized Samsung theme (over 1 year development)
-a dark theme, green color primary accent and gradient stroke UI
-less rounded more diagonals
-lazy same old guilt icons noframe included
*fixed Camera and Messaging FC
*minor adjustments
SCREENSHOTS
@MODAR FN
VIDEO PRESENTATION
@rohit Shetty
If you want to show your love and like to support my theme development, download my IconPack on Playstore and consider donating, tank you with cannons
-enjoy kanging kids
(First version of JK_ was downloaded 4,567 times before it was deleted)
theme ayos_
iOS inspired, neutral colored theme. (4th theme project)
state: WIP (not started yet)
planning, brainstorming, researching resources.
Nice theme as usual!
His donation link , people : https://www.paypal.me/envy4
[emoji95]Themes for SamsungExperience Beautiful[emoji95]
https://t.me/SamsungThemeTW
Subs & enjoy!
Great great theme. Keep it up.
install the v4 theme then restart after apply the theme of stock and finally apply the theme v4 and I do not get notifications like v3. I'm in 7.0
Enviado desde mi SM-G935F mediante Tapatalk
Perfect theme . Truly best of the best .
Thnaks a lot mate .
Just one request . Can u please make a overlays like u didi with terpsichoraV3_overlays ?
Awsome work real beauty..after reboot some icons revert to stock im on nougat.am i doing something wrong?
debian00 said:
Awsome work real beauty..after reboot some icons revert to stock im on nougat.am i doing something wrong?
Click to expand...
Click to collapse
What u doing wrong? Let's see, this is for S9 and s9 is only oreo, how are u on nougat.. U use S8, go to S8 thread.
Enviado do meu SM-G965F através do Tapatalk
Hi envy... almost perfect! I prefer the light notification no icon version... only bug I found was this... can you please fix it?k apart from that, it's perfect!!!
Nice looking theme! Thank you!
I did notice the circles around the dialer and the video caller look a bit choppy.
Sent from my SM-G965U using Tapatalk
@envy~ Love your themes man. They are absolutely beautiful. Any chance you are releasing the one without icon frames or just realeasing the overlays?
:good:
Bod v4 is amazing. Thank you for this
calfonsocp said:
install the v4 theme then restart after apply the theme of stock and finally apply the theme v4 and I do not get notifications like v3. I'm in 7.0
Enviado desde mi SM-G935F mediante Tapatalk
Click to expand...
Click to collapse
read OPs Useful information, and posts screenshot.
Ehsan021 said:
Perfect theme . Truly best of the best .
Thnaks a lot mate .
Just one request . Can u please make a overlays like u didi with terpsichoraV3_overlays ?
Click to expand...
Click to collapse
dharmapoudel said:
@envy~ Love your themes man. They are absolutely beautiful. Any chance you are releasing the one without icon frames or just realeasing the overlays?
:good:
Click to expand...
Click to collapse
Im still not fond of releasing my themes without frames so i hope a kanger will fill that void of a hassle
-Overlays Overlays, idk why im still the one whos doing it were on OREO era now, it works (atleast for me) but its really a hassle to uninstall so i better not release it this early, but we can wait for that it meeds alot of testing.
debian00 said:
Awsome work real beauty..after reboot some icons revert to stock im on nougat.am i doing something wrong?
Click to expand...
Click to collapse
Its a common issue on nougat, and a curse that you have to re apply the default theme then my theme again to display icons properly, every after you reboot your phone. (theres an unconfirmed fix for it for nougat but ill have to edit manifest and change signature of every Asset apk inside the theme, and theres like 500+ of them so i didn't bother to do it)
rlrmineiro said:
Hi envy... almost perfect! I prefer the light notification no icon version... only bug I found was this... can you please fix it?k apart from that, it's perfect!!!
Click to expand...
Click to collapse
I made it really like that, coz V3 light notif is somewhat not good looking with those rounded light notification and a black background behind it.
room511 said:
Nice looking theme! Thank you!
I did notice the circles around the dialer and the video caller look a bit choppy. View attachment 4462129
Sent from my SM-G965U using Tapatalk
Click to expand...
Click to collapse
A minor issue that got me burn my ass, i really dont know the resolution sizes of those buttons, and when i try to make it big or hires it will mess up the single button call setup so i decided to leave it like that.
_________
*thanks for enjoying my theme guys, please no asking of ETA for anything else, you already know that im always on development so give me time and im still got a real life to live with
******* I made it really like that, coz V3 light notif is somewhat not good looking with those rounded light notification and a black background behind it. ********
Sorry to hear that... I actually liked it much better... white notifications felt much more integrated...
No chance to get that back right?
rlrmineiro said:
Hi envy... almost perfect! I prefer the light notification no icon version... only bug I found was this... can you please fix it?k apart from that, it's perfect!!!
Click to expand...
Click to collapse
From this point of view, I was referring to the v3 notifications much better. Is there a possibility that you modify the same as v3? @envy~
Enviado desde mi SM-G935F mediante Tapatalk

Categories

Resources