[HOW TO] GO Launcher EX Theme Template - Android Themes

NOTE: THIS IS NOT THE SAME AS THE THEME PROGRAM
This is a tutorial and download (salvaged from before the server crashed) of the GOLauncher EX Theme Template
With it you can create beautiful themes, with unlimited icons, for each package.
Now, here goes nothing:
1. Download the zip of the template here, and extract it
2. Open the english pdf and follow the instructions in there
3. Grab the icons you want, either from another theme or from your own sources
4. Give theme a good name (like gtalk for google talk) and resize them to a 72*72 png in Paint.NET
5. Go to /assets in the trunk_1.0ok folder and open appfilter.xml (I recommend Notepad++ for this)
6. Copy this into the file:
Code:
<!-- APP NAME (for your use) -->
<item component="ComponentInfo{com.quinny898.theme.miui/com.quinny898.theme.miui}" drawable="the png without the .png extension" />
7. a. Replace APP NAME with your own name, for your use to remember it, for example "N.O.V.A. 2"
b. Download LauncherPro to your phone from the market, but don't set it as default home. Create a shortcut on GOLauncher's desktop and select 'activites' (with LauncherPro icon). Wait for it to load and then find your app. Tap the name and lots of package name with activites will appear.
c. Replace the first com.whatever... with the app name, such as com.opera.browser
d. Replace the second com.whatever... (after /) with the package AND activity name, so it ends up as something like com.opera.browser.BrowserActivity
e. Do this for each activity name, until you end up with a list, under one <!-- -->, like this:
Code:
<!-- Asphalt 6 -->
<item component="ComponentInfo{com.gameloft.android.ANMP.GloftA6HP/com.gameloft.android.ANMP.GloftA6HP.GLGame}"
drawable="asphalt6" />
<item component="ComponentInfo{com.gameloft.android.ANMP.GloftA6HP/com.gameloft.android.ANMP.GloftA6HP.installer.GameInstaller}"
drawable="asphalt6" />
<item component="ComponentInfo{com.gameloft.android.ANMP.GloftA6HP/com.gameloft.android.ANMP.GloftA6HP.MyVideoView}"
drawable="asphalt6" />
<item component="ComponentInfo{com.gameloft.android.ANMP.GloftA6HP/com.gameloft.android.ANMP.GloftA6HP.GLiveMain}"
drawable="asphalt6" />
<item component="ComponentInfo{com.gameloft.android.ANMP.GloftA6HP/com.gameloft.android.ANMP.GloftA6HP.IGPActivity}"
drawable="asphalt6" />
g. Replace all of the things inside the drawable ""s with the name of the image inside the /res/drawable-hdpi folder, but without the .png extension, so for example, if you had an icon name like asphalt6.png, it would be asphalt6
8. Go back to the trunk1.0_ok folder and right click in a blank space, whilst holding shift. Click Open command window here
9. Type makeall into the command prompt that appears and hit enter
10. Wait for it to finish
11. Take the _signed.apk fron the folder and put it on you phone's SD card
12. Install it using your favourite file manager
13. Apply it in GOLauncher EX
14. Hit the thanks button

Thanks for this tutorial,
I am using your other ECLIPSE Template, is way better and faster. Anyway, this is even more work than with Launcher Pro / ADW Launcher Themes.
I don't know how the biggest Icon Pack for Go Launcher is, but I searched some and some of them are only 700kb big and the biggest and most popular ones are 2MB big. So I would say they include around 100-200 Icons.
My Iconpack fro LauncherPro includes right now 1300 ICONS and I try to port it completely to Go Launcher. The good thing is that it won't be so big as on LauncherPro.
Started today and got 100 Icons, wow a lot of work. Will do some more tomorrow and maybe in a couple of days/weeks I can have all the Icons inside.
AND have not only the biggest LauncherPRO Icon Pack, but also the biggest Go Launcher Icon Theme

The/my iPhonious GoLauncher themes, have over 1400 icons, and 900+ of them theme from the drawer.
The theme also works with ADW, LP, CircleLauncher, DVR, and more.
if you guys look around, there are some serious resources that could help

docsparks said:
The/my iPhonious GoLauncher themes, have over 1400 icons, and 900+ of them theme from the drawer.
The theme also works with ADW, LP, CircleLauncher, DVR, and more.
if you guys look around, there are some serious resources that could help
Click to expand...
Click to collapse
maybe you can help us how to create a theme that works with alle Launcher like Go and LauncherPro
P.S. you said something about a iPhonious Theme, I can't find one for Go Launcher, only for MIUI, and there it is really easy to theme

Hi,
when i type makeall, i'm getting "The Device is not ready" msg...
Can anyone help me?
thanks
Ivan

You rock mate! Thank you Going to play around with this tomorrow!!!

Hope you don't mind, I'm using this to learn for the ics theme. Due to me having NO idea whatsoever what I'm doing

gannon5197 said:
Hope you don't mind, I'm using this to learn for the ics theme. Due to me having NO idea whatsoever what I'm doing
Click to expand...
Click to collapse
That's fine. Although, as Omega is based on ADW, you'd be better learning for that
Sent from my HTC Desire HD using xda premium

"Application not installed"
Hi...I followed your steps n also the guide (Go_Launcher_Template_V1.2.pdf) in the zip...
I get the signed .apk file... But when i try to install it on my phone it says "Application not installed"...
Any solution to this?...
My phone is Samsung Galaxy SL..with the official Gingerbread OS...

ammar786 said:
Hi...I followed your steps n also the guide (Go_Launcher_Template_V1.2.pdf) in the zip...
I get the signed .apk file... But when i try to install it on my phone it says "Application not installed"...
Any solution to this?...
My phone is Samsung Galaxy SL..with the official Gingerbread OS...
Click to expand...
Click to collapse
It doesn't actually sign it. Use zipsigner 2 from the market for that
Sent from my ARCHOS 80G9 using xda premium

Thanks Solved..!!
Quinny899 said:
It doesn't actually sign it. Use zipsigner 2 from the market for that
Sent from my ARCHOS 80G9 using xda premium
Click to expand...
Click to collapse
Oh Thanks...
Solved the Problem...!!!

Does anyone know how to make an adw icon pack compatible with go launcher?

All the activities need to be listed under the <!-- -->?
All the activities need to be listed under the <!-- -->? 'Cause i want to change the GO icon, the launcher main icon and some of the GO apps icons and hell, there are a lot of activities... (sorry for my english)

Wrong APK Created
So I followed the instructions and it does create an APK, but when I install the name is "Theme Template Go Launcher". Also the icons that I imported don't show up - only the icons from the trunk1.0_ok\res\drawable-hdpi folder install. HELP!

wxo said:
So I followed the instructions and it does create an APK, but when I install the name is "Theme Template Go Launcher". Also the icons that I imported don't show up - only the icons from the trunk1.0_ok\res\drawable-hdpi folder install. HELP!
Click to expand...
Click to collapse
I think you are supposed to put the icons into that folder

Quinny899 said:
I think you are supposed to put the icons into that folder
Click to expand...
Click to collapse
I did that and no luck. Also it seems to be creating an APK from the original files and not the ones that I modified.

wxo said:
I did that and no luck. Also it seems to be creating an APK from the original files and not the ones that I modified.
Click to expand...
Click to collapse
Try deleting the temp build files

Quinny899 said:
Try deleting the temp build files
Click to expand...
Click to collapse
Which ones are those?

delete bin/res before export

Hi,
I'm getting a weird issue with the latest Go Launcher. When I apply my theme downloaded from play store (or even by sideloading it), the folders and the home button in the app drawer go missing. i.e. only folder labels show up, but not the folder icon. When I tap the folder label, they do open and show the themed icons. So, only the folder icons go missing.
Please see the attached screenshot to understand what I mean.
Could anyone please tell me what could be wrong in my theme build? Am I missing any PNG or some entry in any xml?

Related

Adding Wallpapers to Launcher.apk

First post so pls go easy on me.. am a android noob who just got his first G1 a few days back..
I wanted to add wallpapers to the "android wallpaper gallery" in my cyanogenmod v4.2.15.1 G1,
Here is what I did, what worked and what I need help with.
I read the the files are stored within Launcher.apk and hence files have to be added to that. So I used Metamorph to add jpg files with the wallaper_<name>.jpg and wallpaper_<name>_small_jpg to launcher.apk. The files were not visible in the android wallpaper gallery.
On the other hand if I renamed my new wallpaper to the same name as an existing one in launcher.apk (ex-wallpaper_bluedotgrid.jpg and wallpaper_bluedotgrid_small.jpg), the new wallapaper is visible..
So iwas wondering what other files I need to edit to ADD new wallpapers.. It quite limiting if i have to replace the existing ones with ones of my choice.
Any help appreciated..
You should mess with some xml inside the apk, but idk which one atm.
For this you may try Brut.all's apktool to decramble the binary xmls or just compile launcher from sources...
Well any how to or guides would be much appreciated.. I am new to xml coding also..
May I ask why you want to do this? If it is to retain the quality of the wallpapers you are adding, and avoid cropping them.. then there are alternative methods.. but if it is for more complicated reasons then nevermind.
I just like the "android wallpaper gallery" over setting a jpg as wallpaper from astro or file browser..
Metamorph seems great to add files to apk, so If i can find a way such that I can copy new jpgs into zip and metamorph it to get it into launcher.apk, it would be great..
EDIT: Seeing this thread has had 240+ views, maybe ppl would be interested in the replace wallpapers method that i used..
Here is guide posted by cloverdale..
tinylink(dot)com/?SkPYhdh1XA
Can i post links to other site here?
rnb89 said:
I just like the "android wallpaper gallery" over setting a jpg as wallpaper from astro or file browser..
Metamorph seems great to add files to apk, so If i can find a way such that I can copy new jpgs into zip and metamorph it to get it into launcher.apk, it would be great..
EDIT: Seeing this thread has had 240+ views, maybe ppl would be interested in the replace wallpapers method that i used..
Here is guide posted by cloverdale..
tinylink(dot)com/?SkPYhdh1XA
Can i post links to other site here?
Click to expand...
Click to collapse
I'd just like to contribute that all of the roms\launcher.apk's I've pulled apart ALL use the replacement method; I have yet to see a rom that has custom wallpapers and does not replace stock ones.
jcarrz1 said:
I'd just like to contribute that all of the roms\launcher.apk's I've pulled apart ALL use the replacement method; I have yet to see a rom that has custom wallpapers and does not replace stock ones.
Click to expand...
Click to collapse
Well Cyanogen's Launcher.apk has wallpaper named wallpaper_prash_cm_girls.jpg
That definitely isn't a default one replaced.. he added it in..
rnb89 said:
Well Cyanogen's Launcher.apk has wallpaper named wallpaper_prash_cm_girls.jpg
That definitely isn't a default one replaced.. he added it in..
Click to expand...
Click to collapse
Yeah I've seen at least a few that have a large catalog of available wallpapers through the launcher, Cyanogen (as stated above) and Marks theme launcher are two that come to mind right away.
You have to recompile from source. The wallpaper list is defined in an array within the source code I think...
id matches file name...
You could try opening launcher.apk with apktool and editing res/values-mdpi/arrays.xml and making it something like
Code:
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string-array name="wallpapers">
<item>wallpaper1</item>
<item>wallpaper2</item>
<item>wallpaper3</item>
<item>wallpaper4</item>
<item>wallpaper5</item>
<item>wallpaper6</item>
</string-array>
</resources>
Delete
Delete

[App]2/1/11 Launcher Pro 8.3 Glass

Launcher Pro 8.3 Glass Theme​
Provided in the zip file are some starter icons with a blank glass template for you to make your own icons.
could you advise me on how to use this theme? I pulled the icons from the zip but what about the theme itself?
nvm. i found out you have to delete the current LP
seoulseek80 said:
nvm. i found out you have to delete the current LP
Click to expand...
Click to collapse
Great, was thinking you didn't know how to use custom icons in LP after reading your post.
I understand where your coming from, would have loved to try out your themes... thanx anyways.
Don't kep everything to yourself. Your themes are awesome. Please know that trolls like myself just love your work and really look forward to more from you.
Sent from my SPH-D700 using XDA App
Honestly, I doubt it was very difficult for you to do in the first place. So getting a thank you from a bunch of random people on the forums shouldn't be a big deal. Unless your doing it for the warm feeling inside lol.
oh welllllllllllll. it probably was buggy anyways.. lol ..
InfDaMarvel said:
Honestly, I doubt it was very difficult for you to do in the first place. So getting a thank you from a bunch of random people on the forums shouldn't be a big deal. Unless your doing it for the warm feeling inside lol.
Click to expand...
Click to collapse
Warn fuzzies are big deal to me.LOL
xTmDarren said:
oh welllllllllllll. it probably was buggy anyways.. lol ..
Click to expand...
Click to collapse
No more buggy than without the theme.
Launcher Pro 8.3 reposted.
thank you. will this mess up my licenced launcher pro in some way?
Omnichron said:
thank you. will this mess up my licenced launcher pro in some way?
Click to expand...
Click to collapse
No it will not. You will have to uninstall your current version and install this one. Put licence key in again and your good to go.
Umm yea I'm sorry I don't know how to install these icons...I figured you might be able to move some system files around in Root Explorer but I'm not really getting anywhere...modding for dummies help would be helpful people!
sent from my rooted, suited & booted Epic 4G know dat
tony45x220 said:
Umm yea I'm sorry I don't know how to install these icons...I figured you might be able to move some system files around in Root Explorer but I'm not really getting anywhere...modding for dummies help would be helpful people!
sent from my rooted, suited & booted Epic 4G know dat
Click to expand...
Click to collapse
1. DL and copy to sdcard root directory or a folder called (exp: My APKs)
2. Goto settings and select allow Unknown sources .
3. Open File Explorer and find the apk and select to open.
4. Also install this app (Home Switcher) that will allow you to switch between which launcher you want active.
jstine671 said:
1. DL and copy to sdcard root directory or a folder called (exp: My APKs)
2. Goto settings and select allow Unknown sources .
3. Open File Explorer and find the apk and select to open.
4. Also install this app (Home Switcher) that will allow you to switch between which launcher you want active.
Click to expand...
Click to collapse
Preciate the help I had no trouble installing the themed Launcher itself but how do you apply the themed app icons to your applications? I'm running DK28 ViperROM Trinity 2.o and I tried flashing the icon pack zip in CWM3 but "installation failed" any more suggestions?
The only themed icon I saw was the launcher app drawer icon
sent from my rooted, suited & booted Epic 4G know dat
tony45x220 said:
Preciate the help I had no trouble installing the themed Launcher itself but how do you apply the themed app icons to your applications? I'm running DK28 ViperROM Trinity 2.o and I tried flashing the icon pack zip in CWM3 but "installation failed" any more suggestions?
The only themed icon I saw was the launcher app drawer icon
sent from my rooted, suited & booted Epic 4G know dat
Click to expand...
Click to collapse
You do not flash the icon zip. There are icons only with a blank starter icon to roll your own icons. Copy the unzip folder to your sdcard folder (exp: LP Icons).
Press and hold the icon you want to change. Select change icons, goto the folder you created called LP icons and select the icon you want. You may also at this time change the label name of the icon pointer to the app.
looking good jstine!
jstine671 said:
You do not flash the icon zip. There are icons only with a blank starter icon to roll your own icons. Copy the unzip folder to your sdcard folder (exp: LP Icons).
Press and hold the icon you want to change. Select change icons, goto the folder you created called LP icons and select the icon you want. You may also at this time change the label name of the icon pointer to the app.
Click to expand...
Click to collapse
Ok I created the folder in the root of my SD card with all the folder icons unzipped so that they are showing as png (whatever that is) format...I apologize for my slow slawness wit this but where exactly am I going to press ad hold the icon I want to change in order to apply the modded ones?
sent from my rooted, suited & booted Epic 4G know dat
tony45x220 said:
Ok I created the folder in the root of my SD card with all the folder icons unzipped so that they are showing as png (whatever that is) format...I apologize for my slow slawness wit this but where exactly am I going to press ad hold the icon I want to change in order to apply the modded ones?
sent from my rooted, suited & booted Epic 4G know dat
Click to expand...
Click to collapse
Let's say you want to change the phone icon for your LPro. Press and hold and you will get a screen "Edit dock shortcut". Select "Change Icon" then "Custom Icon" now you are in the Gallery. Find the folder that you named before and then select the icon you want to replace the phone icon with. Select the blue phone icon. Now you are done with custom icons. BTW: any icon that you select should have a size of 84x84. I think the ones I put in the zip folder are folder are 128x128. Please resize to 84x84 before using those icons for the screen to look correct. Hope this helps
Edit: Just tried this myself and the icon don't show to the correct size. Will have to look into why?????????
jstine671 said:
Let's say you want to change the phone icon for your LPro. Press and hold and you will get a screen "Edit dock shortcut". Select "Change Icon" then "Custom Icon" now you are in the Gallery. Find the folder that you named before and then select the icon you want to replace the phone icon with. Select the blue phone icon. Now you are done with custom icons. BTW: any icon that you select should have a size of 84x84. I think the ones I put in the zip folder are folder are 128x128. Please resize to 84x84 before using those icons for the screen to look correct. Hope this helps
Edit: Just tried this myself and the icon don't show to the correct size. Will have to look into why?????????
Click to expand...
Click to collapse
Ight preciate it mane this was a big help...I also figured out that if you longpress on the homescreen to add an application shortcut you can modify the app icon and name of any application on the phone with any icons you have in the gallery...only gripe I have is that the icons only change on top of the launcher homecreens...still a pretty cool feature doe...thanks again mane.
P.S. I have the same icons and they look and work just fine with the size they came after I put it under the DCIM folder on the SD card.
sent from my rooted, suited & booted Epic 4G know dat

[GUIDE] [TUTORIAL] How to Modify Theme Engine APKs (Windows only) [CM10.x Themes]

HOW TO MODIFY THEME CHOOSER APKs (Windows only)
this thread was created to help my HUEsers modify my theme.apk, (may be applicable to other themes as well)
to get familiar and exposed on the contents of it and basic filenames / codes inside the apk,
because some users are not fully satisfied with my releases
some want additional stuffs added, some want to change some parts/areas, some want to remove specific apk being themed,
as much i want to help and provide modified themes for you, i may be busy most of the time,
and i can't even grant all your requests
so i decided to start the thread to help you guys, guide on how to mod it,
and who knows, one of these days
you will become one of the Recognized Themer of XDA,
enjoy and i hope you found this useful
WARNING!!!:
use this guide for your own use only, if you wish to release in public and start a new thread,
PLEASE ASK PERMISSION TO THE DEVELOPER and GIVE PROPER CREDITS AND LINKS
and DON'T modify and release their paid/donate version themes, RESPECT PLEASE!!!
WHAT YOU WILL NEED?
Java Platform (JDK)
Android SDK (included in ADT Bundle)
Notepad++
APK multitool - thanks @raziel23x
modified aapt.exe - thanks @titanic_fanatic
SETTING UP...
1. now that you have downloaded all the tools above, install jdk, sdk, and apk multitool one by one,
(instructions must be on their individual websites) you may want to install them all in the root of your drive C:
2. once you are done installing apk multitool, grab the aapt.exe you downloaded in the link above
(please thanked @titanic_fanatic on his post and work - this is a modified aapt.exe that lets you compile upper case package names)
and put/replaced existing aapt.exe in APK-Multi-Tool/other
LET"S DO IT!
decompiling theme (Hue.apk for ex)
1. put Hue.apk in APK-Multi-Tool/place-apk-here-for-modding
2. double click Script.bat in APK-Multi-Tool
3. press any key
4. press 9 (Decompile apk)
5. go to APK-Multi-Tool/projects and you will find a folder named Hue.apk
6. that's it, you have just successfully decompiled my theme and time to do the edits
7. don't close script.bat
modifying apk
1. this is the time you will do your modifications (changing/adding/deleting images and codes)
2. i will discussed most important parts of apk in post #2 to keep this instruction short and clean
3. don't close script.bat
compiling / signing / installing
1. on your phone, go to settings > developer options > and check usb debugging
2. connect your phone on your pc / laptop
3. now in Script.bat opened, select 15 (this will compile, sign and install your modified theme all at once at your phone)
4. that's it, check your phone using your modified theme
5. congratulations!
6. btw your modified apk is located in APK-Multi-Tool/place-apk-here-for-modding as signed_Hue.apk (you can rename it)
MY THEMES
Hue
Asul
SimpleSoft
HeKi [Hello Kitty]
CREDITS / THANKS
Learned from their threads:
anthonycr
nhnt11
ebs512
BASICS INSIDE THE APK
3 basic file types/extensions we will be dealing with most of the time
1. .xml - color codes, image redirections, are inside this file (use Notepadd++ to open such files)
2. .png - these are the images/icons we usually see on most part of the phone ui (open using photoshop/gimp and dont edit using paint or you will lose its transparency background)
3. .9.png - stretchable pngs that expand or shrink depending on the usage (these images has a black pixel boarder that needs to be preserved, or else you will be having error in compiling)
color codes (hex codes)
quick overview of color hexcodes (range - 0 1 2 3 4 5 6 7 8 9 A B C D E F)
#FF000000 as an example (represents black while white is #FFFFFFFF)
FF or the first two letters of the code represents its transparency 00 means full transparent while FF is opaque (im using 88 or 80 for semi transparent)
next 6 digits are the RGB color code, look at this way #FFRRGGBB
if you want solid red, use #FFFF0000, solid green #FF00FF00, solid blue #FF0000FF
just play with the color codes (im sure you have just played with it in most of the rom options)
decompiled apk
once you decompiled apk, you will noticed a folder named res (this is our main concern, we will be working with this folder all the time)
inside the res folder...
there are lots of drawable-** folder that contains all of our images (.png and .9.png),
most of the icons are located in drawable-xhdpi and drawable-hdpi,
you can also find values folder containing some xmls such as
styles.xml - this xml is where i usually make my inverts of ui (from holo.light to holo for example)
drawables.xml - some color codes were redirected here
colors.xml - some of the hex codes inside styles.xml were redirected here, most color codes inside drawable folder and color folder are also redirected here, so i can only have one place of editing when converting color codes on my color versions of themes
next is the xml folder
xmls inside this folder controls the apps being themed, you can find package names of the apps as the xmls filenames
if you will noticed, there are some xmls here having upper cases, that's why we need the modified aapt.exe (again thanks titanic_fanatic)
last is the mipmap-** folder
this folder contains all the themed launcher icons, i already redirected all my themed app's launcher icons here
file names
how do i named the images? let's put an example
go to res/xml and look for com_android_calculator2.xml
now this is the xml that controls my themed calculator, if you open up the xml via Notepad++ you will notice the original png file names being replaced by my own themed png through a line code
this line for example (this is the delete icon in calculator)
Code:
<item name="drawable/calc_clear_symbol">@drawable/calculator_calc_clear_symbol</item>
the stock/original png which is calc_clear_symbol.png under drawable-xhdpi folder
Code:
<item name="[B][COLOR="Red"]drawable/calc_clear_symbol[/COLOR][/B]">@drawable/calculator_calc_clear_symbol</item>
is now being replaced by my themed icon calculator_calc_clear_symbol.png under drawable-xhdpi folder
Code:
<item name="drawable/calc_clear_symbol">@[B][COLOR="Red"]drawable/calculator_calc_clear_symbol[/COLOR][/B]</item>
i just put a prefix calculator_ so i can easily locate where they are when modifying
**most of the themes out there uses the app's package name as their prefix
for example...
in my theme i use
Code:
<item name="drawable/calc_clear_symbol">@drawable/[B][COLOR="Red"]calculator_[/COLOR][/B]calc_clear_symbol</item>
but others and most of them use
Code:
<item name="drawable/calc_clear_symbol">@drawable/[B][COLOR="Red"]com_android_calculator2_[/COLOR][/B]calc_clear_symbol</item>
i just make it simple the way i can easily search them in my drawables folder
IT'S MODDING TIME!
i will show you some examples and what file to edit with these mods
again file names of images may vary depending on theme,
but package name under res/xml are standard on all theme
before you begin modifying, delete Public.xml in res/values folder
remove themed launcher icons
delete these two folders
res/mipmap-hdpi
res/mipmap-xhdpi
remove themed specific apps
for example you don't want my themed keyboard and prefer stock aosp keyboard look
delete the xml of the apps you want to be removed, in our example keyboard which is
com_android_inputmethod_latin.xml in res/xml folder
change background of system and dialer
prepare your custom background (make sure you have the right size as per your screen resolution)
hdpi - 480x800
xhdpi - 640x960
and name it as
contacts_background_dial_holo_dark.png and framework_background_holo_dark.png
and replaced existing backgrounds in res/drawable-nodpi
change notification background
the image for that is system_notification_panel_bg.9.png located in res/drawable-xhdpi
note that this is a .9.png, be careful in editing and preserve the black 1px boarder of it
however you can bypass the image if you want to make it the stock look or pure black look
open com_android_systemui.xml in res/xml
look for the line
Code:
<item name="drawable/notification_panel_bg">@drawable/system_notification_panel_bg</item>
you can see that it was redirected to my themed image system_notification_panel_bg.9.png
if you prefer the stock background look, just delete that entire line
if you want it to be pure black, remove the redirection to the custom image and this time redirect it to hex code instead
Code:
<item name="drawable/notification_panel_bg">#FF000000</item>
change (non connected to google server) signal back to grey
download HueSilver.apk, rightclick and open archive using 7zip
go to res/drawable-xhdpi (for phone ui only, for tablet ui, go to res/drawable-sw720dp-xhdpi)
drag these icons outside the apk and replaced it on the apk you were modifying
(dragging existing images from the apk is only applicable to .png and not to .9.png)
system_stat_sys_data_connected_1x.png
system_stat_sys_data_connected_3g.png
system_stat_sys_data_connected_4g.png
system_stat_sys_data_connected_e.png
system_stat_sys_data_connected_g.png
system_stat_sys_data_connected_h.png
system_stat_sys_data_connected_hp.png
system_stat_sys_signal_1.png
system_stat_sys_signal_2.png
system_stat_sys_signal_3.png
system_stat_sys_signal_4.png
system_stat_sys_wifi_signal_1.png
system_stat_sys_wifi_signal_2.png
system_stat_sys_wifi_signal_3.png
system_stat_sys_wifi_signal_4.png
i will update this post on my free time and depending on users concern
just ask here and i will see if i can answer all areas, sometimes i can't remember what file/png i've changed
---
Looks good
Keep up the good work
Edit: Added to the RootBox Jelly Bean Mods thread http://forum.xda-developers.com/showthread.php?t=1806577
Very nice, thank you
Sent from my Nexus 7 using Tapatalk HD
Bookmarked for the weekend! Thanks, kroz!
thanks guys, i hope you'll learn something in this thread
thanks a lot for your guide. it will help us A LOT.
but i tried to decompile "hue_2.8.apk" twice, but it showed error.
i decompile some other apps' apk files and it's ok.
yaibakt said:
thanks a lot for your guide. it will help us A LOT.
but i tried to decompile "hue_2.8.apk" twice, but it showed error.
i decompile some other apps' apk files and it's ok.
Click to expand...
Click to collapse
what error?
can you try to rename first Hue_2.8.apk to Hue.apk and decompile again
kroz said:
what error?
can you try to rename first Hue_2.8.apk to Hue.apk and decompile again
Click to expand...
Click to collapse
the 2nd time i tried, i renamed it to Hue.apk already.
ive been using this software to mod some other apps before. but this is error on mine:
yaibakt said:
the 2nd time i tried, i renamed it to Hue.apk already.
ive been using this software to mod some other apps before. but this is error on mine:
Click to expand...
Click to collapse
try to update your framework-res.apk in /other folder
replaced it with your rom's framework-res.apk (android 4.2.2)
Salamat.
How about the clock? If I want to make it the default one. Thanks
JeraldPenus said:
Salamat.
How about the clock? If I want to make it the default one. Thanks
Click to expand...
Click to collapse
which clock?
kroz said:
try to update your framework-res.apk in /other folder
replaced it with your rom's framework-res.apk (android 4.2.2)
Click to expand...
Click to collapse
still no luck. i get framework-res.apk from my phone at folder /system/framework/ and copy to the other/ folder of apk multi tool, and try to decompile again, but still error.
Just changed background for dialer and settings:laugh:
Wow. I knew before its a lot of work what you do... but its huge work(after I saw how many .png`s there)!!!:good:
Thanks for lesson Mark
yaibakt said:
still no luck. i get framework-res.apk from my phone at folder /system/framework/ and copy to the other/ folder of apk multi tool, and try to decompile again, but still error.
Click to expand...
Click to collapse
hmmm, maybe you can try to check this thread
http://forum.xda-developers.com/showthread.php?t=1310151
i am not expert on the tool itself, maybe the developer could give some suggestions
rtimoff said:
Just changed background for dialer and settings:laugh:
Wow. I knew before its a lot of work what you do... but its huge work(after I saw how many .png`s there)!!!:good:
Thanks for lesson Mark
Click to expand...
Click to collapse
there are lots of images, and i already deleted thousands of repeated images and just redirect those
to make the file smaller,
5 months in existence
kroz said:
there are lots of images, and i already deleted thousands of repeated images and just redirect those
to make the file smaller,
5 months in existence
Click to expand...
Click to collapse
yeah, titanic work
Mercado_Negro said:
@kroz
I just noticed that the signal bars are always blue (using HueLite2.8), which is weird because I've been using your theme for a couple of versions and this is the first time I notice this. You can read my specs on my signature below.
I follow the color change from grey to blue and viceversa to check if there's Internet on my phone.
Could you please tell me if I can edit this using your guide and what should I change if that's the case? It would be great if it followed the color conventions in the official version, though.
Thanks in advance, sir.
Click to expand...
Click to collapse
download HueSilver.apk, rightclick and open archive using 7zip
go to res/drawable-xhdpi (for phone ui only, for tablet ui, go to res/drawable-sw720dp-xhdpi)
drag these icons outside the apk and replaced it on the apk you were modifying
(dragging existing images from the apk is only applicable to .png and not to .9.png)
system_stat_sys_data_connected_1x.png
system_stat_sys_data_connected_3g.png
system_stat_sys_data_connected_4g.png
system_stat_sys_data_connected_e.png
system_stat_sys_data_connected_g.png
system_stat_sys_data_connected_h.png
system_stat_sys_data_connected_hp.png
system_stat_sys_signal_1.png
system_stat_sys_signal_2.png
system_stat_sys_signal_3.png
system_stat_sys_signal_4.png
system_stat_sys_wifi_signal_1.png
system_stat_sys_wifi_signal_2.png
system_stat_sys_wifi_signal_3.png
system_stat_sys_wifi_signal_4.png
kroz said:
download HueSilver.apk, rightclick and open archive using 7zip
go to res/drawable-xhdpi (for phone ui only, for tablet ui, go to res/drawable-sw720dp-xhdpi)
drag these icons outside the apk and replaced it on the apk you were modifying
(dragging existing images from the apk is only applicable to .png and not to .9.png)
system_stat_sys_data_connected_1x.png
system_stat_sys_data_connected_3g.png
system_stat_sys_data_connected_4g.png
system_stat_sys_data_connected_e.png
system_stat_sys_data_connected_g.png
system_stat_sys_data_connected_h.png
system_stat_sys_data_connected_hp.png
system_stat_sys_signal_1.png
system_stat_sys_signal_2.png
system_stat_sys_signal_3.png
system_stat_sys_signal_4.png
system_stat_sys_wifi_signal_1.png
system_stat_sys_wifi_signal_2.png
system_stat_sys_wifi_signal_3.png
system_stat_sys_wifi_signal_4.png
Click to expand...
Click to collapse
Grrr... I'm limited to 8 thanks per day.... Thanks a ton, kroz! You're da man!

[Tool] [Theme Creator] [CM/Avatar] Theme creator tool

This thread will no longer be active and the same has been moved to another thread from official avatarrom team.
http://forum.xda-developers.com/showthread.php?t=2303702
This is a beta release of Theme creator tool. It is a QT based desktop application to edit themes.
Themes created using this tool are compatible with Avatar ROM and Cyanogen ROM. Similarly you can edit both Avatar Themes and Cyanogen themes.
Download the theme apk and open it using the theme creator tool. You will see a screen to edit the resources. After editing the resources, save the apk and install on the device.
What you can do with this tool ?
1. There are 1000's of resources that can be themed in Android. We change only a small set of them and if you want to theme more resources you can use this tool.
2. We make some mistakes when creating a theme. Eg: SMS time stamp color was not proper in some of our themes. You can now use this tool to fix it.
3. We cannot satify all the users with a theme. Eg: If you want to have a darker orange shade in denim theme you can now do it using this tool.
4. You can import an existing theme, change some of the resources we modified and you have a brand new theme.
Upcoming features:
1. Import MiUi mtz theme file and convert it to theme apk which is compatible with AvatarROM and CyanogenROM.
2. Upload your new themes to our server so it can be used by other AvatarROM users.
3. Html5 based new theme creator tool which is more elegant and user friendly.
If you create a new theme and want to upload to our server, send us a PM and we will give access for you to upload the theme.
Download links
Download links
Windows
Linux-x86
Linux-x86_64
Mac
Also find the Wiki Page which explains different options on the tool and gives a list of resources that can be edited using the same
Additional help
I am using the Avatar rom for quite some time now. Just tried the theme creator. I found some useful resources from the wiki. Adding more such resources will be useful. Also a feature to edit themes from the rom will be useful
Hi.
I downloaded themes but I cannot find the apk file in filesystem.
Where are they stored?
The download folder is still empty...
Thanks for reply
caroot said:
Hi.
I downloaded themes but I cannot find the apk file in filesystem.
Where are they stored?
The download folder is still empty...
Thanks for reply
Click to expand...
Click to collapse
There are no theme apks with the tool. You can create a new theme from scratch.
If you would like to edit our existing themes, please find links to some of our themes at our website
Find apks in sdcard
caroot said:
Hi.
I downloaded themes but I cannot find the apk file in filesystem.
Where are they stored?
The download folder is still empty...
Thanks for reply
Click to expand...
Click to collapse
caroot open themechooser on your avatarrom smartphone download any theme you want. It will be downloaded to your sdcard in 'Download' folder.
I'd like to play with the tool, so I changed an existing theme and tried to install it through the "Install->On Avatar Device" option. Unfortunately, I get a "install_parse_failed_inconsistent_certificates" error for the modified theme. I'm not familiar with the certificate thing yet (I just know, that the .apk are signed), so what can I do?
Please uninstall the original theme from the device and try to install it again from the tool.
Alternatively you can change the package name while saving the theme using the tool.
The error is due to the original theme having a different signature than the test signature used by the tool.
Sent from my GT-I9300 using xda app-developers app
dorsalsk said:
Please uninstall the original theme from the device and try to install it again from the tool.
Alternatively you can change the package name while saving the theme using the tool.
The error is due to the original theme having a different signature than the test signature used by the tool.
Sent from my GT-I9300 using xda app-developers app
Click to expand...
Click to collapse
Thx for this quick answer!
That's what I actually did after some googleing (uninstall & reinstall), but wouldn't it be more userfriendly to let the tool do it (if possible)?
yogi77 said:
but wouldn't it be more userfriendly to let the tool do it (if possible)?
Click to expand...
Click to collapse
If it is a theme previously installed with the tool, it will automatically reinstall the same. But otherwise the tool won't uninstall the themes.
Does anyone know by chance, if the app drawer background of the bazooka launcher is an image? And if so, which one is it? Or is it just a matter of settings (which I didn't find yet)?
I already modified a theme and I'd like to have a (semi) transparent app drawer background...
How do I add more apps? I would like to theme Chrome etc.
yogi77 said:
Does anyone know by chance, if the app drawer background of the bazooka launcher is an image? And if so, which one is it? Or is it just a matter of settings (which I didn't find yet)?
I already modified a theme and I'd like to have a (semi) transparent app drawer background...
Click to expand...
Click to collapse
I don't think the app drawer background is themable in Bazooka launcher. There is a setting "Transparent mode" (in Menu->Bazooka Settings->General) to make the background transparent.
Neefy said:
How do I add more apps? I would like to theme Chrome etc.
Click to expand...
Click to collapse
We will definitely add more apps going forward.
But if you know the application package and the resources that needs to be themed,
you can add them to the tool by editing/adding some xml files in <path_where_tool_is_installed>/Packages folder.
For example to add chrome
Add a new entry in index.xml
Code:
<Application name="Chrome" AppPackage="com.android.chrome" AppXml="com_android_chrome"/>
Also needs to add a new xml com_android_chrome.xml in the same folder with contents
Code:
<?xml version="1.0" ?>
<Application name="com_android_chrome">
<Page name="Drawables">
<item name="icon" type="drawable">
<BackendInfo ActivityName="icon"/>
</item>
<item name="app_icon" type="drawable">
<BackendInfo ActivityName="app_icon"/>
</item>
</Page>
</Application>
On next launch, the tool will show Chrome entry in the Applications menu and you can modify the icon images using the same
i got error or crashing after upload my pic..
why.?
I am trying to use this app to edit a apk theme, but none of the images load when I choose the app from the dropdown. See screenshot:
(I am using linux 64bit version)
Delvien said:
I am trying to use this app to edit a apk theme, but none of the images load when I choose the app from the dropdown. See screenshot:
(I am using linux 64bit version)
Click to expand...
Click to collapse
Can you try changing the dpi options at the top? The apk might have the images only for one dpi.
hilmanjack said:
i got error or crashing after upload my pic..
why.?
Click to expand...
Click to collapse
Can you please provide some more details or a screenshot of the error message?
Also can you mention on which platform you are facing these issues?
Anyone else getting the "It seems You have opened an invalid Theme." error on Windows? I'm running Windows 7 x64, I've tried running in compatibility mode up to windows xp, and running as admin, but no change. I've downloaded themes from within the tool, from the website, I can't even start from scratch. I'm not sure what else to do. I can't be the only one.
CapeNick said:
Anyone else getting the "It seems You have opened an invalid Theme." error on Windows? I'm running Windows 7 x64, I've tried running in compatibility mode up to windows xp, and running as admin, but no change. I've downloaded themes from within the tool, from the website, I can't even start from scratch. I'm not sure what else to do. I can't be the only one.
Click to expand...
Click to collapse
Its working for me in Windows x64. I am able to download theme and its opening. Can you attach the NTMLogs.txt present in "C:\Users\<your username>\.ATC"?

Change dialer and settings wallpaper in any theme store theme?

As many of you know, many themes would be great if they just didn't have some super strange background in the dialer, settings, etc.
There's got to be a way to change this for any theme in the theme store.
Can anyone help us all out with a solution?
Sent from my SM-G920T using Tapatalk
Here is what you need to do:
-Install the theme from the store
-Browse to /data/app and find all the folders pertaining to your theme. Then find the specific folder that relate to the element you ware wanting to remove the wallpaper from (ie. com.themename.settings-1).
-Copy the base.apk in the folder to your computer
-Decompile with APK tool.
-Remove the .qmg that is the background. Update your public.xml
-Recompile and use original signature
-Place APK back into folder in /data/app and set correct permissions
-Reboot
:good:
cambunch said:
Here is what you need to do:
-Install the theme from the store
-Browse to /data/app and find all the folders pertaining to your theme. Then find the specific folder that relate to the element you ware wanting to remove the wallpaper from (ie. com.themename.settings-1).
-Copy the base.apk in the folder to your computer
-Decompile with APK tool.
-Remove the .qmg that is the background. Update your public.xml
-Recompile and use original signature
-Place APK back into folder in /data/app and set correct permissions
-Reboot
:good:
Click to expand...
Click to collapse
I'm using your LessIsMore theme and would like to have a darker grey background (hex 252425). before i attempt to follow your instructions, wanted to know if you prohibit changes like this...if yes, i understand and will leave as i. if you're ok, will the above method work with the LessIsMore theme? thanks.
cortez.i said:
I'm using your LessIsMore theme and would like to have a darker grey background (hex 252425). before i attempt to follow your instructions, wanted to know if you prohibit changes like this...if yes, i understand and will leave as i. if you're ok, will the above method work with the LessIsMore theme? thanks.
Click to expand...
Click to collapse
Yes, as long as you aren't sharing the theme as it's a paid theme. You will want to pull all the APKs and change edit the colors.xml looking for 454545 to change.
cambunch said:
Yes, as long as you aren't sharing the theme as it's a paid theme. You will want to pull all the APKs and change edit the colors.xml looking for 454545 to change.
Click to expand...
Click to collapse
you have my word... this is only for me. thanks for responding.
ran into issues getting things to compile so i'll use as is... thanks again.
zgroten said:
As many of you know, many themes would be great if they just didn't have some super strange background in the dialer, settings, etc.
There's got to be a way to change this for any theme in the theme store.
Can anyone help us all out with a solution?
Sent from my SM-G920T using Tapatalk
Click to expand...
Click to collapse
With alliance framework you can change these to an image of your choice from your gallery with any tint color you choose as well
Sent from my SM-G920F using Tapatalk

Categories

Resources