{
"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"
}
Introducing XDA Reloaded
It's been a while I use XDA Labs, since it's easy to use, and very handy because you can use it at any time.
I made this theme because I wasn't satisfied at 100% of my precedent theme, you know, XDA Evolved. The icons and the general work around it was pretty minimalist , that's why I made another theme more complete this time and , in my opinion , better than the first one.
This theme has a lot of features , here's a non-exhaustive list :
• Completely customizable theme with the following tutorial
• Rounded Corners for :
- Posts
- User Infos
- My Device Suggestions
• Gradient Background for :
- User Infos
- My Device Suggestions
• Modified Color for :
- Posts
- Main Background Color
- Primary Color
- Accent Color
• New Colorful Icons and Notification Icon(see below):
Some bugs also:
• Refresh button make the app crashed
• Crashes when you rotate the screen
Here The Download Link :
• Available on Dropbox
This part is for you, yes you the tweaker, the unstoppable decompiler or others Android Enthusiast
I made this theme with dependencies , it means I made separates file in the APK file for the tweakers who wants to modify the colors I set easily.
So to modify this APK , you need to decompile it and recompile it with some tools , you will need :
• Apktool
And to Sign and Align your apk, I advice this all in one tool , it's really easy to use , thanks to @aureljared.
• ZipAligner
--> This tools doesn't work that well anymore, I address how to sign apks in my Index thread
Read on the respective link how to install them and use them if you don't know how.
So first (after setting up both Apktool and Zipaligner) ,you should decompile the Labs.apk you downloaded above.
Enter this command:
Code:
java -jar apktool.jar d Labs.apk
Then , go to the Labs folder and go to /res/drawable. Search for the files starting by "background_".
Here the list of all the file I added to make easier the modifications :
• background_mydevice (to modify the "my device" background gradient)
• background_post (to modify the post background color, you have the ability to add a gradient)
• background_quote (to modify the quote/code background,you have the ability to add a gradient)
• background_refresh (to modify the "End of Thread" button background gradient)
• background_user (to modify the user info background gradient)
The only thing you want to modify is the color code , those files are regular files like that (this is an example , some of the files are different but they have always the <gradient/> line):
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="[url]http://schemas.android.com/apk/res/android"[/url] android:shape="rectangle">
<gradient android:startColor="#ff48c6ef" android:endColor="#ff6f86d6" android:angle="135"/>
<corners android:radius="22dp"/>
</shape>
You want to modify this line to modify the color:
Code:
<gradient android:startColor="#ff48c6ef" android:endColor="#ff6f86d6" android:angle="135"/>
You just have to change the hex code, here what you want to modify here: 48c6ef and 6f86d6 , replace them with the hex code wanted.
The "startColor" tag is the color at the beginning of your gradient.
The "endColor" tag is the color and the end of your gradient.
You can add android:centerColor="#ff[hex code]" between startColor and endColor to set a middle color for your gradient.
If both startColor, centerColor and endColor are the same, you'll have only one color for your background ( the one you set for the three tags)
You want to modify this line to modify the corner radius:
Code:
<corners android:radius="22dp"/>
Replace 22 with your value
This line isn't present in every file so don't worry if you don't see it , but don't add it if she isn't here.
Then , recompile the APK file with this command:
Code:
java -jar apktool.jar b Labs
And launch ZipSigner to sign and Align the APK
Here you go , feel free to show me what you've done with screenshots in this thread.
Here some link for cool gradients and hex color view :
• https://webgradients.com
• https://www.hexcolortool.com/
And there's a website that allows you to see the Android code , make sure to test it out :
• https://labs.udacity.com/android-visualizer/
Related
{
"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"
}
You will find here
more than 1000 Icon packs
posted in over 5.000 posts
viewed more than 6 million times !!!
Nice Community
Click to expand...
Click to collapse
hello everyone !
i thought to start a new thread to collect and share icons.
feel free to post icons you want to share !
it would be cool if we can get a big list together.
all credits go to the creators and designers !
Falloutboy2000
Klick the links below and see a full index of provided Icons.
Search and choose your favorite Icons by Name
Index I sorted by date
go to Part 1
Index II sorted by date
go to Part 2
Index III sorted by date
go to Part 3
Index IV sorted by date
go to Part 4
link
Changing icons on the homescreens
1. download the icons
2. copy/unzip to your phones sdcard
3. install Desktop Visualizer, its for free at the market.
4. long press on the homescreen and choose the widget "Desktop-Visualizer". there u can make shortcuts and choose also the size
5. done - have fun
A cheat/trick to easily change an icons set with desktop visualizer (DV):
found out by polstein
Let's say you have 12 favorite shortcuts you use & have DV widgets to.
Make a folder on your SD card called 'Icons'. Make your 12 DV icons point to 12 icons named something like 01.png to 12.png.
Have subfolders in the Icon folder like /sdcard/icons/theme1. Each theme has icons called 01.png to 12.png.
When you want to change all your icons, copy the 12 icons from theme1 to the root of the /sdcard/icons drive (overwriting the 12 files that are there). Reboot phone. Now your new icons are there.
Have as many theme subfolders as you'd like
Click to expand...
Click to collapse
Changing icons in the dock.
1. simplies way is to use Launcher Pro, its for free at the market.
3. Install the launcher and make it as your standard
2. download the icons and copy/unzip them to your phones sdcard
4. long press on the dock icon an choose "change icon" then "custom icons"
5. done - have fun
Changing Icons in the Appdrawer
i have not tested this way. be sure what u do and allways make a backup of ur system !
The icons themselves are stored inside the individual apk files. You need to open each one, swap out the icon and reassemble it. It's not nearly as hard as it sounds.
1. Tools you need
7zip Download the appropriate version for your PC.
The original copy of the Fresh ROM you used to flash your phone.
The icons you want to change.
2. Create a working folder on your PC.
3. Using 7zip, open the Fresh ROM zip file. Navigate to the system/app folder inside the ROM. Highlight ALL the .apk files, and drag them into your working folder. Close the Fresh ROM zip file.
4. Decide on which icon you want to change first. I'll use the Browser as an example.
5. Use 7zip to open the Browser.apk you pulled out of the Fresh ROM. Once open, look for the res/drawable folder inside the apk.
6. Inside that folder, look for an .png file named ic_launcher_browser.png . That's the icon that the app uses.
7. Have your new icon ready. It should be 48x48 and a .png file. Make sure it's named ic_launcher_browser.png .
8. Drag the NEW icon into the open 7zip window that's showing the res/drawable folder. Choose yes if it asks you about overwriting the original file.
9. Close 7zip.
The Browser app has now been changed and will show your new icon in the drawer, and on the homescreen if you paste a shortcut. Do the same for each of the apps you want to change the icon of. The icon will always be in /res/drawable, and be named ic_launcher_ **app name**.png
Once you have changed all the icons, you'll have a set of apk files with your new icons. You can push these to the phone one by one from the terminal, or you can create your own update.zip
To push them to the phone (once again Browser.apk will be our example)
1. In your Android SDK/tools folder, make a new folder called icons.
2. Copy the Browser.apk file to the folder you just created.
3. Open the windows command prompt, and navigate to the Android SDK/tools folder. NOT the new folder you just made.
4. Enter the following commands one line at a time:
Code:
adb remount
adb push \icons\Browser.apk /system/app/Browser.apk
5. Do the same for each of the apk files you edited, changing the name Browser.apk to the name of the file you're pushing to the phone.
6. Reboot the phone.
7. done - have fun
Generell
if your icons in the pack have different sizes or you have trouble with too small icons. copy them to the pc and make them bigger. for example 256*256. or edit them online on www.fotoflexer.com or www.picnik.com . Launcher pro and desktop visualizer will resize them automatically, so they will fit well.
Tha Icon Pack
Link: http://forum.xda-developers.com/showthread.php?t=704895
Pics:
Roosticity Icon Set
Link: http://forum.xda-developers.com/showthread.php?t=813986
Pics :
Ultimate Launch icons
Link : http://forum.xda-developers.com/showthread.php?t=386213
Pics :
DINIK's "HD2" IconSet
Link: http://forum.xda-developers.com/showthread.php?t=591248
Pics:
aSmoothStar Icons Release
Link : http://forum.xda-developers.com/showthread.php?t=812947
Pics:
TallMin Icon Set
Link : http://www.droid-den.com/android-guides/android-tallmin-icon-set
Pics:
Shiny Boxes by coolof
Link : http://forum.xda-developers.com/showthread.php?t=782873
Pics:
Devine Icons by Ipapun
Link : http://www.deviantart.com/download/137555756/Devine_Icons_by_ipapun.zip
Pics:
Suave HD Icons
Link: http://browse.deviantart.com/?qh=§ion=&q=suave#/d27w5xc
Pics:
Autobots Icon
Link: http://www.deviantart.com/download/61630983/icon_for_transformers_by_ypf.rar
pics:
Spherical Icons
Link:
http://ahmad-hania.wateentech.com/images/sphericalicons_full.jpg
http://ahmadhania.deviantart.com/art/The-Spherical-Icon-Set-121010107
Pics:
Upojenie Icons
Link: http://www.deviantart.com/download/160055593/Upojenie_by_SoundForge.zip
pics:
Redux Icons
Link: http://www.deviantart.com/download/91781658/REDUX_SummerBoard_Theme_by_m0rphzilla.rar
pics:
WP7 style icons
Link: http://forum.xda-developers.com/showthread.php?t=815445
pics:
Heefys Icons [203 Icons]
Link : http://forum.xda-developers.com/showthread.php?t=680580
pics:
iReflect icons
Link: http://forum.xda-developers.com/showthread.php?t=652582
pics:
The DROID Collection_v1.0
Link: http://forum.xda-developers.com/showthread.php?t=668772
pics:
Dark Passion Icons
Link : http://forum.xda-developers.com/showthread.php?p=6551087#post6551087
pics:
THIS IS STILL EXPERIMENTAL, I AM IN NEED OF SOME TESTERS.
See Post # 2 for Change log and Download links.
What is ROM OTA?
ROM OTA is a framework I am attempting to develop to allow ROM Devs to create a custom environment to download kernels, themes, fixes, updates, etc. to their ROMs.
Customizing ROM OTA
ROM OTA is made of 2 components, the client side application and server side xml. Each of these 2 components need to be configured.
Client Side App
Without any customization, ROM OTA the Main Menu of ROM OTA will contain generic links to various Captivate ROMS, Kernels, Modems, and GPS Fixes.
{
"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"
}
With some minor configuration, the Main Menu in ROM OTA can display different icons and links selected by the Dev. To customize the Main Menu in ROM OTA, you need to:
Edit a simple xml file (menu.xml) and place the xml and any custom icons in /sdcard/rom_ota (See ROM_OTA.zip for sample CWM Zip setup). The layout of the default menu.xml looks like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<xmlmenu>
<menu count="4" name="Captivate Downloads" server="http://sgs.wilsongis.com/xml/" >
<field menu_item_name="Captivate ROMS" desc="Latest Captivate ROMs" xml="rom.xml" icon="N" icon_name=""/>
<field menu_item_name="Captivate Kernels" desc="Latest Captivate Kernels" xml="kernel.xml" icon="N" icon_name=""/>
<field menu_item_name="Captivate Modems" desc="Captivate Compatable Modems" xml="modems.xml" icon="N" icon_name=""/>
<field menu_item_name="Captivate GPS Fixes" desc="Captivate GPS Fixes" xml="gps.xml" icon="N" icon_name=""/>
</menu>
</xmlmenu>
The following lines need to be customized (Values to update in CAPS):
<menu count="# OF MENU ITEMS" name="Captivate Downloads" server="WEB URL OF SERVER SIDE XML" >
<field menu_item_name="MENU CAPTION" desc="MENU DESC, USED ON DOWNLOAD SCREEN" xml="SERVER-SIDE XML NAME" icon="USE ICON Y/N" icon_name="LEAVE BLANK FOR DEFAULT OR IMAGENAME.PNG TO USE"/>
Use "<field menu_item_name..." to add as many menu items as you want. Remember to place the edited menu.xml and custom icons (IMAGENAME.PNG, above) in /sdcard/rom_ota folder.
Server-Side XML
The layout for the Server-side xml looks like:
Code:
<?xml version="1.0" encoding="utf-8"?>
<rows>
<row>
<one>Captivate SGS Tools</one>
<two>wilsongis</two>
<three>Captivate_SGS_Tools.zip</three>
<four>http://sgs.wilsongis.com/rom_ota/Captivate_SGS_Tools.zip</four>
<five>http://forum.xda-developers.com/showthread.php?t=936727</five>
<image>http://forum.xda-developers.com/customavatars/avatar3014854_2.gif</image>
</row>
<row>
<one>FF Mods and Fixes</one>
<two>wilsongis</two>
<three>FF_Changer.zip</three>
<four>http://sgs.wilsongis.com/rom_ota/FF_Changer.zip</four>
<five>http://forum.xda-developers.com/showthread.php?t=968136</five>
<image>http://forum.xda-developers.com/customavatars/avatar1525116_4.gif</image>
</row>
</rows>
The following needs to be edited to customize the server-side xml (Values to update in CAPS):
<row>
<one>ITEM 1 TITLE</one>
<two>AUTHOR</two>
<three>ZIP FILE</three>
<four>ZIP URL</four>
<five>Changelog URL</five>
<image>URL TO CUSTOM ICON</image>
</row>
<row>
<one>ITEM 2 TITLE</one>
<two>AUTHOR</two>
<three>ZIP FILE</three>
<four>ZIP URL</four>
<five>Changelog URL</five>
<image>URL TO CUSTOM ICON</image>
</row>
</rows>
The text in CAPS need to be edited by the Dev and placed on a web server. Make note of the web address (See and edit WEB URL OF SERVER SIDE XML above). Basically, each item that you want in the Main Menu of the client side app requires it's own xml file.
I hope these instructions and the purpose of the app make sense. I look forward to your feedback.
Credits:
xtremekilla09
adamholden85
YOU USE THIS SOFTWARE AT YOUR OWN RISK, THE DEVELOPER OF THIS SOFTWARE IS NOT RESPONSIBLE FOR ANY DAMAGES CAUSED BY THIS APP.
Default ROM OTA APK
Sample CWM File Structure
Sample Server-Side XML
Change Log:
v1 - Beta
- Initial Release
This is gonna be huge.
I am just glad to have contributed. (Even if it was just a tiny bit)
Hopefully the devs are gonna use this like I have for FireFly.
Really makes it easier for the end-user
xtremekilla09 said:
This is gonna be huge.
I am just glad to have contributed. (Even if it was just a tiny bit)
Hopefully the devs are gonna use this like I have for FireFly.
Really makes it easier for the end-user
Click to expand...
Click to collapse
Crap I need to add credits. I appreciate all the help you gave me. I am hoping the app will work on any ROM regardless of the type of phone.
wilsongis said:
Crap I need to add credits. I appreciate all the help you gave me. I am hoping the app will work on any ROM regardless of the type of phone.
Click to expand...
Click to collapse
Credits not necessary. You did all the work.
The app should work regardless of phone type.
xtremekilla09 said:
Credits not necessary. You did all the work.
The app should work regardless of phone type.
Click to expand...
Click to collapse
You really did help.
I am hoping my instructions are clear but we will see. I think I am also going to start a separate thread for the Default app. Even without customization it should be totally usable.
Great work guys..
Black?
Anyway we could go to a black background with white text?
Also If we don't specify a icon can it just show text?
Awesome program easy to setup too! Thanks for your work on this!
Edit: I used a work around by making a transparent image.
ChanceM
Let me mess with the icons. I may also make the text and background dynamic.
ChanceM said:
Anyway we could go to a black background with white text?
Also If we don't specify a icon can it just show text?
Awesome program easy to setup too! Thanks for your work on this!
Edit: I used a work around by making a transparent image.
ChanceM
Click to expand...
Click to collapse
Sent from my SGH-I897 using XDA Premium App
Updated the default xml.
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
This would be my second public-released xposed module...
Original Thread: http://forum.xda-developers.com/showthread.php?t=2400369
I did not expect that my WisdomSky Xploit would be a big hit.
I'm just an Amateur developer who just started delving into android development 3months ago and I didn't expect that much appreciation from my work... XD
But all of these would not be made possible if not because of sir @rovo89 and sir @Tungstwenty and their Xposed Framework, right? That's why I thank them a lot...
REQUIREMENTS
Xposed framework must be pre-installed before installing this.
What does the ResXploit do?
ResXploit has two parts:
the Removable part, terminal
and the main star, engine
The terminal is where you enter the commands(I'll discuss it later). These commands will then be interpreted by the engine and then passed to Xposed framework...
Flow:
TERMINAL >> ENGINE >> XPOSED FRAMEWORK
I have provided a variety of modules:
ResXploit (Terminal + Engine) (RECOMMENDED FOR NEWBIES)
ResXploit Terminal (Terminal Only)
ResXploit Engine (Engine Only)
You might be wondering why I made one which has both terminal and engine... and other two which are separated...
ROM Chefs, Themers and some others would understand directly why...
All the commands are interpreted by the Engine right? so that would mean that once you have entered all the desired commands, the terminal will now end up as useless... so you will just delete so no one can touch the engine...
If you are a ROM Chef or a themer, you can theme all the apps you need to theme using ResXploit and then remove the terminal, so end-user interaction of the engine is prevented after you have released your ROMs to the world.
FOR NEWBIES!
I recommend you to use the ResXploit (Terminal + Engine)...
It is very smart..
I included 99% accurate error-checking system,
line numbering system,
and also Xposed module prioritization(which is first implemented on ResXploit for better module performance).
COMMANDSd
We have five basic commands in the ResXploit, the apk, drawable, string, color, and boolean.
apk - A prerequisite command. This command is very vital whenever you using the ResXploit. This will define the target application by using the package name of the target application. You need to include this before you enter any command or else your command will not know which application is targeted and end up in lost island.
Code:
[B]format[/B]: [I]apk <package name>[/I]
[B]example[/B]: apk com.android.systemui
drawable(also drw) - The most often used command. The command which will change icons/images (png drawables) of an application. You can either overlay the existing image with your favorite color or completely replaced it with a .png image from your sdcard.
Code:
[B]format1[/B]: [I]drawable <target application's drawable name> <image path, no need to include /sdcard> <transparency, 0 to 255>[/I]
[B]example1[/B]: drawable status_background_color my_image/bg.png 255
[B]format2[/B]: [I]drawable <target application's drawable name> <HEX RGB color code> <transparency, 0 to 255>[/I]
[B]example2[/B]: drawable status_background_color #fff00ff 255
string(also str) - This command will change string(text) values of the application. The predefined string values are usually located in res/values/strings.xml of an application, but I guess they are not visible when you view the contents of an application using Archive managers like RootExplorer. But there is a way to identify them. I will include it later.
Code:
[B]format[/B]: [I]string <target application's string value holder name> <replacement string>[/I]
[B]example[/B]: string app_name My App
color(also clr) - This command will change color values of the application. The predefined color values are usually located in res/values/colors.xml of an application, but I guess they are not visible when you view the contents of an application using Archive managers like RootExplorer as well.
Code:
[B]format[/B]: [I]string <target application's color value holder name> <replacement color in HEX RGB Format>[/I]
[B]example[/B]: color holo_background_dark #ffffff
boolean(also bln) - This command will change boolean values of the application. The predefined boolean values are usually located in res/values/bools.xml of an application, but I guess they are not visible when you view the contents of an application using Archive managers like RootExplorer as well.
Code:
[B]format[/B]: [I]string <target application's boolean value holder name> <replacement boolean value, either [B]true[/B] or [B]false[/B] only>[/I]
[B]example[/B]: color allowNumberNotifications true
Some simple examples screenshots:
drawable and string commands in action
{
"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"
}
ResXploit UI screenshots:
If you find my ResXploit module interesting,
Please hit THANKS!!! XD:angel:
Please help me buy a new Android Phone.. Y_Y
Pretty awesome, gonna have to give this a try
Sent from my SPH-L710 using Tapatalk 4
This sounds amazing! are you planning on creating a GUI based frontend?
ReelFiles said:
This sounds amazing! are you planning on creating a GUI based frontend?
Click to expand...
Click to collapse
Maybe not for now.... but if it turns out good in the future, then why not? XD
and also.....
Please refer to the original thread,
this duplicate thread is not updated anymore... XD
the original thread link is mentoned at the very top.....
Interesting, sounds like a concept similar to Ninjamorph.
A couple of quick questions:
Is this able to apply folders or just single png's?
Also do you need extract png's from apks in order to apply or does it extract and apply automatically?
:good:
Edit : just seen the above post referencing other thread, maybe get this removed or locked.
Works perfect on my htc sxl...tnx bro
Any way to replace files in assets directory?
Incredible ... Keep up the good work
Layers Project Generator
This application will generate a Layers base project for android studio
created this to get rid of sample git projects with preset values
{
"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"
}
(NOT MADE FOR THE CM THEME ENGINE!)
• Generates the following based off user input:
• Directory's
• AndroidManifest.xml & theme environment
• Various theme info
• Preset color values for (frameworks, settings, systemui, contactsCommon, contacts, inCallUI, dialer) to get you started, based on the latest layers patches
Downloads
Layers Generator - BETA REBUILD
Layers Generator - v3.3
Layers Generator - v3.2
Layers Generator - v3.0
Layers Generator - v2.0 (Lost File)
Layers Generator - v1.0 (Not here since it was private)
My Donation Box
Changelog
v3.3.0.0:
• Cleanup code
• Update all current template values/method
• Remove preview image from template
• Add target SDK selector/input
• Textbox's no longer clear on re-click
v3.2.0.0:
• Add template icons option
• Add preview image placeholder
• Add comments to generated AndroidManifest
• Add Google Keyboard to the target app list
• Add Google Plus to the target app list
• Add more color values to settings template
• Expand update window a bit
v3.0.0.0:
• Add new icon/images
• Add updater
• Add wiki
• Add gmail to the target app list
• Add InCallUI to the target app list
• Add contactsCommon to the target app list
• Add template colors for dialer
• Add template colors for inCallUI
• Add template colors for contacts
• Add template colors for contactsCommon
• Change recommended priority
• Update tool-tip messages
• Code cleanup/fixes
v2.0.0.0:
• Released!
• No updater in v2
v1.0.0.0:
• Private build
• No updater in v1
Compatible Operating Systems
Windows 7/8/10 (haven't tested vista/xp)
Linux (when using Wine)
Mac, Whats a mac? lol!
.NET Framework Version:
4.5.1
More Info & Where to Find Us
Generator wiki
Layers G+ Community
Xda Thread
If you are confused about something check the wiki i made before posting
If you cant find it there than post about it
Let me know of any issues or ideas
In the "target app to overlay" if your specified app isn't there post about it and ill consider putting it the next update, until than you can delete the text of the drop down menu and put in the package domain of that app
Future Ideas
More Preset Target Apps (waiting for user request)
Looking good bunchies!I'm first!
Awesome
Sent from my Nexus 4
Thank you very much!!!
bunchies said:
Compatible OS
Windows 7 (havent tested vista, xp, 8, 10) feedback please
Linux (when using Wine)
Whats a mac? lol!
Click to expand...
Click to collapse
Testing on windows 10 as we speak. seems to be working just fine
I own a Mac... *Sigh*
swirly05 said:
I own a Mac... *Sigh*
Click to expand...
Click to collapse
I've never used a Mac, if wine works on mac you might be able to run it
If its possible and you end up trying it throw us some feedback so I can remove the joke
swirly05 said:
I own a Mac... *Sigh*
Click to expand...
Click to collapse
I will question your life choices now forever...
Beware of googleys
Awesome sauce!
Now, I just have to improve my Photoshop skill.?
nice
Sent from my Nexus 6
Woot woo
Like stated in the op works right out of the box in wine.
Will try it.. Looks very good
Nice..
Holy fuc*### nice man!!!
Can we have contacts & dialer as targeted apps as well? Please
brolic925t said:
Can we have contacts & dialer as targeted apps as well? Please
Click to expand...
Click to collapse
They should be there already, I'll double check though
Man this is going to make getting themes started SO much easier! Can't wait to see how the auto-update service works! Layers is gaining traction, and this is only helping it get better and easier! Great job!!!
Mods & Theme Kitchen for Kushan Rom
Mods & Theme App in Post #2
NOTE: THIS THREAD IS SPECIFICALLY FOR MY ROM. YOU MAY TRY IT ON OTHER ROMS TOO AT YOUR OWN RISK.
SystemUI Themes
Stock UI Quick Connect & S-Finder Remover (from notification bar) -Link
StockUI Quick Connect & S-Finder ReAdder (to notification bar) - Link
S6UI Quick Connect & S-Finder Remover (from notification bar) - Link
S6UI Quick Connect & S-Finder ReAdder (to notification bar) - Link
Black Modded SystemUI themed with blue icons
Screenshots Here:
{
"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"
}
Flashable Zip Download Link - Link
To revert back to original theme just flash the s-finder adder or remover zip (the one you prefer)
Themed SystemUI + 3minit battery mod:
Screenshots here:
Flashable zip download link - Link
To revert back to original theme just flash the s-finder adder or remover zip (the one you prefer)
Flashable Mods & Features
To Fix Write Block Error - Link
To enable Call Recording - Link
To enable Call PopUp follow the steps below:
Apps needed:
Sqlite Editor.
Steps:
1. Open the app Sqlite Editor. (Wait for it to load apps)
2. Scroll down and find out Settings Storage.
3. Now open "Setting Storage" and you will find out "settings.db"
4. Now open "Settings.db"
5. Now you will see many options. Select "system" from that (last option).
6. After Selecting "system" you will be lead to a screen with lots of names and values.
7. Tap the search button at the top of the page and write "popup" in the filter value and hit OK.
8 After hitting OK you have to find out "popup_incoming_call"
9. Long press it and select "edit record".
10. Now in the value field change"0" to "1" and hit Save.
Thats it now you have enable Call PopUp
To try it receive a call by opening any of the app
Floating Features Mod Enabler:
Flash this zip to enable the features that are shown in the attached Screenshots - Link
After flashing this zip.... To enable toolbox. Follow the below steps:
Open Sqlite Editor. And follow the below path...
"settings storage" > "settings.db" > "system" > search for "toolbox" > edit "toolbox_onoff" > change the value to "1" > save and reboot....
credits: @RubbaBand for the guide..
If you want to revert back to original Settings....
Flash this zip.....
Floating Features Mod disabler - Link
To enable Menu Key to Switch Between Apps:
Flash this zip - Link
To revert back to Original Settings i.e to DIsable Menu Key to Switch Apps....
Flash this zip - Link
To Enable S5 3 Dot Menu:
Flash this zip - Link
To revert back and disable 3 Dot Menu....
Flash this zip - Link
To add NFC support for Lite Version - Link
5 Way Reboot Menu - Link
(The boot may take upto 15-20 mins)
Aroma Kernel Chooser - Link
XDA:DevDB Information
Mods and Theme Kitchen for Touchwiz Lollipop [I9505], Theme for all devices (see above for details)
Contributors
Kushan02
Version Information
Status: Stable
Current Stable Version: v.1.0
Stable Release Date: 2015-03-27
Created 2015-03-27
Last Updated 2015-04-02
Reserved
Theme & Mods App
Hey Guys, here I made a Mod & Theme Kitchen for my rom.
My Rom - Thread Link
I made this to keep everything in place and also as per users demand (according to poll results)
So here is my app. BTW this is my first app, so there maybe some minor mistakes.
App v.1.0 - Link
The mods may work for other roms also, but trying the SystemUI mods is risky.
Screenshots in Post #3
Contributors
Kushan02
Version Information
Status: Stable
Current Stable Version: v.1.0
Stable Release Date: 2015-03-27
Created 2015-03-27
Last Updated 2015-03-28
Reserved
Screenshots:
I think this kind of app is a very good and useful app.. With this app everyone with basic knowledge would be able to theming easily.. I believe you will improve it and make it more comprehensive and this app will be one of the favorite apps for lots of users..
Good luck my friend for your works..
Great app mate thanks for the hard work cant wait for black themes!! @Kushan02
Is it compatible with v4.0 already?
Can you update mods for v8
Sent from my GT-I9505 using Tapatalk