Hi, first of all thanks for coming here
I've been trying to mod an existing theme for me but till now no luck, i've tried to open the apk with 7z, drop the new pngs i want, save and close,
Then sign and installation failure, then someone sugested try to delete META-INF and still no luck
So i tried to go into hardcore and decompile and all that crazy stuff but still no luck, my JDK refuses to work =S, so im really going crazy =S
If someone kindly can give some advice or take a look into my theme files i would be really gratefull
ill post the gdrive link: https://docs.google.com/file/d/0Bxt51MAjKyi0MDNCMm1HaV9sU1U/edit?usp=sharing
thanks
good Luck
Tyrany said:
Hi, first of all thanks for coming here
I've been trying to mod an existing theme for me but till now no luck, i've tried to open the apk with 7z, drop the new pngs i want, save and close,
Then sign and installation failure, then someone sugested try to delete META-INF and still no luck
So i tried to go into hardcore and decompile and all that crazy stuff but still no luck, my JDK refuses to work =S, so im really going crazy =S
If someone kindly can give some advice or take a look into my theme files i would be really gratefull
ill post the gdrive link: https://docs.google.com/file/d/0Bxt51MAjKyi0MDNCMm1HaV9sU1U/edit?usp=sharing
thanks
Click to expand...
Click to collapse
Man One day i will try to do this I am hoping for the best and I'm sure someone will come up with some help for you!
No need to mess with decompiling if all you are changing is images. You can use 7zip like you said, but rename it to theme.zip first, then replace your images (not .9.images, only .png) then rename back to theme.apk and install.
Sorry to hijack this thread, but I have a similar question.
How easy would it be to remove custom icons from a (Theme Chooser) theme? You know how they sometimes replace the messaging and camera icons, etc. I want the theme but not the icon replacements. Possible?
Would it be as easy as renaming to a zip and finding and deleting the icon images?
jakis39 said:
Sorry to hijack this thread, but I have a similar question.
How easy would it be to remove custom icons from a (Theme Chooser) theme? You know how they sometimes replace the messaging and camera icons, etc. I want the theme but not the icon replacements. Possible?
Would it be as easy as renaming to a zip and finding and deleting the icon images?
Click to expand...
Click to collapse
Yep.
Related
I got this idea from a thread where someone was asking for a certain icon pack and I suggested to go one by one and grab the icon from each apk. I then thought to myself that this could all be automated. So here it is:
Ultimate Extractor
HOW TO USE:
1. Download icex.zip
2. Make folder C:\icex
3. Extract files from icex.zip to C:\icex
4. Put the theme in C:\icex (has to have .zip extension)
5. Make sure that the theme is the only zip file in C:\icex
6. Now you have 4 choices:
-> 6a: If you want everything (.pngs, .jpgs, .xmls) run UltimateExtractor.bat
-> 6b: If you want only icons (icon.png or ic_launcher*.png) run IconExtractor.bat
-> 6c: If you want almost every single .png run PngExtractor.bat
-> 6d: If you want to run Ultimate Extractor on .apks and not a whole zip file, run UltimateExtractorApk.bat *NEW*
Thanks to ultra spikey for his theme porter script which I based mines off of and thanks to woelv for the thread that got me to do this.
xidominicanoix said:
I got this idea from a thread where someone was asking for a certain icon pack and I suggested to go one by one and grab the icon from each apk. I then thought to myself that this could all be automated. So here it is:
ICon EXtractor v1.0
HOW TO USE:
1. Download icex.zip
2. Make folder C:\icex
3. Extract files from icex.zip to C:\icex
4. Put the theme in C:\icex (has to have .zip extension)
5. Make sure that the theme is the only zip file in C:\icex
6. Now you have to choices:
-> 6a: If you want every single icon, run IconExtractor.bat
-> 6a -> 1: You will be prompted twice
-> 6a -> 2: Hit 'u' and enter at both prompts
-> 6b: If you dont want to be prompted, run IconExtractor_NoPrompt.bat
7. All the icons will now be in folder C:\icex\icons
The reason that the non prompting one won't give you all the icons is because a lot of icons are named "icon.png" so they end up overwriting each other. Also some of the ic_launcher* icons have the same name as well (such as ic_launcher_gallery). The prompting script gives you the option to automatically rename the .pngs as they are extracted. I will try and find a way around this eventually.
I will try to find a way to get all the icons without being prompted (its a 7z thing)
Thanks to ultra spikey for his theme porter script which I based mines off of and thanks to woelv for the thread that got me to do this.
Click to expand...
Click to collapse
wow man... you never cease to amaze me... keep up the badass work!
Ted417 said:
wow man... you never cease to amaze me... keep up the badass work!
Click to expand...
Click to collapse
hehe thanks man .. if only i could get it to be perfect
nice work! now you need another tool to repack the icons. so people can extract icons from one place and repack them automatically into another. that would be perfect since people who extract the icons want to use it for another app or theme.
NguyenHuu said:
nice work! now you need another tool to repack the icons. so people can extract icons from one place and repack them automatically into another. that would be perfect since people who extract the icons want to use it for another app or theme.
Click to expand...
Click to collapse
well thats what ultra spikey's theme porter is for
xidominicanoix said:
The reason that the non prompting one won't give you all the icons is because a lot of icons are named "icon.png" so they end up overwriting each other. Also some of the ic_launcher* icons have the same name as well (such as ic_launcher_gallery). The prompting script gives you the option to automatically rename the .pngs as they are extracted. I will try and find a way around this eventually.
Click to expand...
Click to collapse
Maybe you could create folders for each apk. So that the icons can be easily identified?
Great work, by the way!
RichieDaze said:
Maybe you could create folders for each apk. So that the icons can be easily identified?
Great work, by the way!
Click to expand...
Click to collapse
i was able to get them into folders for each apk but i was having trouble getting them to the root of each folder (they were in res/drawable within each folder which is what im trying to avoid)
ill keep working on it and see if i can get them into the root of their own folders
EDIT: found a huge bug which ill be fixing for the next update
xidominicanoix said:
i was able to get them into folders for each apk but i was having trouble getting them to the root of each folder (they were in res/drawable within each folder which is what im trying to avoid)
ill keep working on it and see if i can get them into the root of their own folders
EDIT: found a huge bug which ill be fixing for the next update
Click to expand...
Click to collapse
This would make mylife ten times easier to port themes. I have to search through the whole rom to get the png's I need. It takes around 4 hours to do. Plus some of the older roms png's have different names for them. Mostly on the Framework. Does it extract the png's from the Framework as well?
Yea it should be doing so but ill double check to make sure
EDIT: no i wasnt doing it before but i implemented it now
ok new update
have everything in separate folders now
enjoy
ALSO, for anyone who's curious .. that 'huge bug' is due to some themes having an 'app' folder while others have 'system/app' ... my script wasnt working with the 'app' folder before ... now it tests for it
EDIT: had to re up it real quick with a small fix
Should I reboot after doing this process or simply the icons apply themselves instantly? 'Cause I did it and nothing happened. i'm on CyanogenMod 3.97 and try to put icons of the Aero theme...Can some help...Pleaseeee
fairymaru said:
Should I reboot after doing this process or simply the icons apply themselves instantly? 'Cause I did it and nothing happened. i'm on CyanogenMod 3.97 and try to put icons of the Aero theme...Can some help...Pleaseeee
Click to expand...
Click to collapse
this isnt changing the icons in your phone .. this extracts the icons from any theme and puts them in a folder on your computer .... its mainly a help to theme devs or anyone looking just for icons
Ohhh ok good thanks for the reply
This program works great....Only one thing though, on the launcher folder, seems like the png's w/ the same name get over writen. Example= "delete_handle" from Res/drawable-land AND Res/drawable-port aren't two different Png's. Maybe for this apk and others with thhe same folders, you could place them in the original folders----Drawable----Drawable-land----Drawable-port, as you said it work before hand. Some other folder/Png's are missing as well...
I tryed to use UltraSpikey's theme converter and was unsucessful. I was More accurate using this method, thanks to you... It is gladly appreciated...
RichieDaze said:
This program works great....Only one thing though, on the launcher folder, seems like the png's w/ the same name get over writen. Example= "delete_handle" from Res/drawable-land AND Res/drawable-port aren't two different Png's. Maybe for this apk and others with thhe same folders, you could place them in the original folders----Drawable----Drawable-land----Drawable-port, as you said it work before hand. Some other folder/Png's are missing as well...
I tryed to use UltraSpikey's theme converter and was unsucessful. I was More accurate using this method, thanks to you... It is gladly appreciated...
Click to expand...
Click to collapse
yea the overwriting pisses me off but its the only way to get it fully automated .. i will add a second version that will prompt to rename any pngs ... or i can try to get the drawable, drawable-land, and drawable-port right ... can you let me know which folders are missing so i can see why?
Can't wait until saturday night, i'm off work, so i can play with this. Thanks for your hard work!
RichieDaze said:
This program works great....Only one thing though, on the launcher folder, seems like the png's w/ the same name get over writen. Example= "delete_handle" from Res/drawable-land AND Res/drawable-port aren't two different Png's. Maybe for this apk and others with thhe same folders, you could place them in the original folders----Drawable----Drawable-land----Drawable-port, as you said it work before hand. Some other folder/Png's are missing as well...
I tryed to use UltraSpikey's theme converter and was unsucessful. I was More accurate using this method, thanks to you... It is gladly appreciated...
Click to expand...
Click to collapse
now they get extracted into their respective folders (drawable, drawable-land, drawable-port, etc) (also this stops the overwriting )
temporizer said:
Can't wait until saturday night, i'm off work, so i can play with this. Thanks for your hard work!
Click to expand...
Click to collapse
no problem man .. just trying to use what ive learned so far to help out the community
Works perfect now!!!
Ten Thumbs up!!!!!!
Now its like stealing candy from the baby...
Any ideas that i should implement .. it feels sorta 'final' but i can always try and optimize/revise/add to it
There's always room for improvement... How about making this script pull the Jpeg"s off the Framework and Launcher??? Then at a later date(Next update) locate the most common edited Xml's files to be pulled off next...
Making this thread in effort to keep things a little less cluttered in the forum/threads
Post your inquiries here and I'll try my best to answer your questions when time permits... this is a community so hopefully the other experienced senior members will chime in to help.
Overground: can we get a sticky?
reserved for faq
Alrite just a couple questions about theming and customization.
I would like to apply your red sense theme.
-Do I have to use a rom or can I just apply it on my rooted phone?
-If I have to use a rom which do you suggest so I can still use the original internet app that came with the phone?
Thx for all your help!
Sent you a PM about this actually.
Whats the trick to enable transparency? Particularly the notification pull-down. I have already modified framework-res.apk to include the transparent images, however they are not displaying transparent when applied to the phone. I read a few things about hexing, and even found a 'transparency patcher' program from droid-forums. This patcher apparently, does the hex work for you on services.jar. However, it did not do the trick. What am I missing here?
I'm running my own fully deodexed custom rom based on the 2.2 sense leak.
I'm working on Transparency as well...I contacted Xeudoxus at droidforums...hopefully he can help.
I would just like to know how to manually change my icons and or folders on my home screen and in my app drawer. Any help would be appreciated, thanks!
I too would like to find out how to change the "Folders" icon from the plain manila to obviously something else.
Tyler 3 said:
Alrite just a couple questions about theming and customization.
I would like to apply your red sense theme.
-Do I have to use a rom or can I just apply it on my rooted phone?
-If I have to use a rom which do you suggest so I can still use the original internet app that came with the phone?
Thx for all your help!
Click to expand...
Click to collapse
All root themes will usually only work for the rom they are made for. Sometimes there are big changes to the firmware, sometimes little... a good rule of thumb is to always make a nandroid backup if your an early adopter. So long story short:
1. yes
2. whatever rom i made the theme for... you can only use the original browser app with sense
deficitism said:
Sent you a PM about this actually.
Whats the trick to enable transparency? Particularly the notification pull-down. I have already modified framework-res.apk to include the transparent images, however they are not displaying transparent when applied to the phone. I read a few things about hexing, and even found a 'transparency patcher' program from droid-forums. This patcher apparently, does the hex work for you on services.jar. However, it did not do the trick. What am I missing here?
I'm running my own fully deodexed custom rom based on the 2.2 sense leak.
Click to expand...
Click to collapse
SoCalMiles said:
I'm working on Transparency as well...I contacted Xeudoxus at droidforums...hopefully he can help.
Click to expand...
Click to collapse
I have no idea... If you guys get ahold of Xeadoxus then let me know how its done. I have a feeling he'll tell you to download xUltimate though.
emplox said:
I would just like to know how to manually change my icons and or folders on my home screen and in my app drawer. Any help would be appreciated, thanks!
Click to expand...
Click to collapse
KGBxxx said:
I too would like to find out how to change the "Folders" icon from the plain manila to obviously something else.
Click to expand...
Click to collapse
Changing folder icons/app icons: you're gonna have to theme the rom you're using
basic ingredients in no particular order:
1. update.zip- just download one of themes and the update script in there (META-INF) or make your own if you feel like learning the syntax
2. resigning tool http://forum.xda-developers.com/showpost.php?p=3175518&postcount=2
3. 7zip for extracting apks
4. Android SDK
5. Lots of time
Start extracting apks and viewing the contents of res/drawable-hdpi---where you'll find icons
Most icons are named ic_launcher_XXXX.png, some are named app_icon, others are just simply icon... you'll have to look around to find them as there is no easy way to change them. Once you find the icon you want to replace, drop your new icon (with exactly the same name) into the same directory (preferably using 7zip since you don't have to have the directory extracted to replace it) and resign the entire zip file... flash zip and win!
So how much time do you think I would need if I was to do this? Just kidding looks like a pain in the ass. However, doable. Thanks for the link to signing the zip. Thought it just might be a bit easier. Hopefully soon I can change the plain folders to a picture of my girlfriend or something.
Sent from my noob rooted dinc.
Signal Bars
I have seemed to try everything to change the signal bar(s) colors. I have changed all of the icons to a red theme and the only way I can think thats left is that it has to be hex coded. Important fact is I am running skyraider 2.0.1. Has anyone had any luck changing these?
hey. i am trying to make a flashable zip to do a few mods, including a translucent notification tray, and a modified notification bar. i would reccomend you try it out. the only problem is, i dont have the neccesary files. i could always download fresh, but that would take too long. could somebody plz send me services.jar located in /system/framework/ from the newest fresh? thats all thanks.
Here you go.
thanks metal. saving me a bunch of time downlaoding. try my theme when i am done with all the smali and baksmali. it will be in the theme section.
No problem, happy to help. I'll definitely check it out, always looking for new themes.
Check my first post
Hello fellow xda members,
can someone help me to create a flashable .zip file for PA with the attached pictures of my own Softkey creation?
I tried myself, replaced the images in another flashable file for PA, tried zipThemer but nothing worked... :crying:
I think there could be other members who like those softkeys, they would appreciate it as much as me. If you're a themer and want to implement the softkeys in your theme, feel free to do so!
Attached is an overview and the individual pics, you do not see the individual pics since they have a transparent backgroung, but they are there
Thanks in advance!
flx-grafix said:
Hello fellow xda members,
can someone help me to create a flashable .zip file for PA with the attached pictures of my own Softkey creation?
I tried myself, replaced the images in another flashable file for PA, tried zipThemer but nothing worked... :crying:
I think there could be other members who like those softkeys, they would appreciate it as much as me. If you're a themer and want to implement the softkeys in your theme, feel free to do so!
Attached is an overview and the individual pics, you do not see the individual pics since they have a transparent backgroung, but they are there
Thanks in advance!
Click to expand...
Click to collapse
Let me know nice looking s keys
Sent from my Galaxy Nexus using xda premium
can't see anything at all.....
*edit-now I can
So we're already three people
No one willing and able to help?
cut that out into individual .png's and i will do it for you. not sure if they will be cross compatible with later ROM updates though.
Thank you, highly appreciated. Attached is a zip with the individual .png's.
If I have a working file, maybe I can figure it out how to update for future versions.
flx-grafix said:
Thank you, highly appreciated. Attached is a zip with the individual .png's.
If I have a working file, maybe I can figure it out how to update for future versions.
Click to expand...
Click to collapse
it's actually quite simple to do yourself for future versions and requires nothing more than 7-zip. you are just modifying the images in SystemUI.apk, and 7-zip won't affect the signatures.
1. open (open, not extract) the ROM zip with 7-zip, and browse to "system/app/SystemUI.apk/res/drawable-xhdpi".
2. drag your images into "drawable-xhdpi" folder in 7-zip, it will overwrite the existing softkeys. you will see a prompt asking if you want to replace those files, say yes.
3. close 7-zip, you will be asked if you want to update the archive, say yes.
4. follow standard flashing procedure with the modded ROM zip.
i am not familiar with vrtheme or zipthemer, so i only know the "old-fashioned" way of modding your SystemUI.apk, so if you upload that, i could help also. liquid150 has already nicely offered to help, hopefully more knowledgeable about that sort of thing
Thanks, for the guide. I was trying it that way, but with another program than 7zip. Unfortunately I'm on a Mac and there is only an unofficial 7zip version. Will try that out.
But how do you open the SystemUI.apk inside the archive?
flx-grafix said:
Thanks, for the guide. I was trying it that way, but with another program than 7zip. Unfortunately I'm on a Mac and there is only an unofficial 7zip version. Will try that out.
But how do you open the SystemUI.apk inside the archive?
Click to expand...
Click to collapse
ahh i didn't know about there not being an official Mac version.. well, assuming the unofficial version functions the same way, when you open the archive, you can click into the .apk files as if they were folders. so as you are clicking down into the folders, just double-click the SystemUI.apk and it opens into the apk folder structure.
or you could always just extract the SystemUI.apk from the ROM and do the 7-zip modifications directly in the apk file. then make your own little flashable zip with just that apk to put it back onto your phone.
Working on a ZipThemer zip where this will be Universal for ya give me a few.
That sounds awesome, ÜBER!!!
Okay so i need somebody to test.. this is the first time i've done it for the softkeys... but everything should be fine. let me know how it works.
FLX-Softkeys.zip
Its a ZipThemer zip so you need to use Zip Themer to make the flashable if you dont know how visit my Theme Thread and in post #7 there is a tutorial it is linked at the end of the OP. Enjoy
Ok, I'll give it a try now.
flx-grafix said:
Ok, I'll give it a try now.
Click to expand...
Click to collapse
It work?
Will tell you inna few, just made a fresh clean install of the newest PA version and gonna try it now.
EDIT: Works like a charm. Thanks very much!
EDIT2: It only works in the PhoneUI mode in PA. This is weird, but I think it has something to do with how PA works...
flx-grafix said:
Will tell you inna few, just made a fresh clean install of the newest PA version and gonna try it now.
EDIT: Works like a charm. Thanks very much!
EDIT2: It only works in the PhoneUI mode in PA. This is weird, but I think it has something to do with how PA works...
Click to expand...
Click to collapse
Yes its.. its because PA uses MDPI when in tablet mode not XHDPI which is where the softkeys get put.
Edit:
Okay fixed it for MDPI and HDPI go ahead and download it again from the previous link.
Thanks for your efforts, but it still only works in PhoneUI. ZipThemer tells me that 15 entries are updated...
flx-grafix said:
Thanks for your efforts, but it still only works in PhoneUI. ZipThemer tells me that 15 entries are updated...
Click to expand...
Click to collapse
Weird.. :S anyways you forgot the landscape softkeys.. which i am making my self.. as well as modding the little menu for my personal use. This is what it looks like. Im using the original menu key you had as the menu_big.
Looks very nice.
I created those keys a while back and used them in an AOKP version in which you could change the softkey pics in the ROM's settings. I never used anything in landscape mode, this is why I left it out.
PA moves the navbar to the bottom of the screen when switching into landscape, so I thought I don't need it since I always used PA in TabletUI.
But thanks for your efforts and making the png's for landscape mode
flx-grafix said:
Looks very nice.
I created those keys a while back and used them in an AOKP version in which you could change the softkey pics in the ROM's settings. I never used anything in landscape mode, this is why I left it out.
PA moves the navbar to the bottom of the screen when switching into landscape, so I thought I don't need it since I always used PA in TabletUI.
But thanks for your efforts and making the png's for landscape mode
Click to expand...
Click to collapse
No problem ill let you know when its finished and ill reupload the new keys. If you dont mind i would like to post them up in the Nexus 7 forums .
I am looking to theme my stock SMS bubbles to different colours other than those available.
I have searched everywhere and cannot find any collection of themes for this.
I am running edgarf28's XperianZE Rom.
Can anyone offer any help with this...?
I did particularly love the red and grey of the MIUI theme for the S3 but that theme isn't compatible with my current ROM version...
If possible, I'd like to just theme the SMS (stock).
Please don't point me towards GoSMS etc.... I don't want to install a third party SMS app.
Thanks for any help.
xxxxchrisxxxx said:
I am looking to theme my stock SMS bubbles to different colours other than those available.
I have searched everywhere and cannot find any collection of themes for this.
I am running edgarf28's XperianZE Rom.
Can anyone offer any help with this...?
I did particularly love the red and grey of the MIUI theme for the S3 but that theme isn't compatible with my current ROM version...
If possible, I'd like to just theme the SMS (stock).
Please don't point me towards GoSMS etc.... I don't want to install a third party SMS app.
Thanks for any help.
Click to expand...
Click to collapse
you need to know about to:
1- How to decompile and editing System apk files. i suggest you to read the manuals about the APK MULTITOOL. (google it)
2- How to edit 9.png files
-------------------
you need to edit : System/app/SecMms.apk
when you decompile it, goto SecMms.apk/res/drawable-xhdpi folder
you can find the 9.png files that started by message_bubble***.9.png names.
edit them, and recompile SecMms.apk
copy edited SecMms.apk file into system/app folder on your phone.
---------------------------------------
Useful links
For 9.Png files
[TUTO] Create your 9.png !
[GUIDE][THEME] Where to find 9.png image
How to edit .9.pngs
For multi tool
http://forum.xda-developers.com/showthread.php?t=1310151
Best Regards.
Thanks for the advice.. looks a little tricky for a beginner.
Is it possible for me to somehow take the SecMms.apk file from another rom and drop it into my SecMms.apk/res/drawable-xhdpi folder?
Also, if i can do this.. do i need any particular file browser etc to access that folder? Can this be done post Rom install, or does this all need to be done within the flashable rom zip file prior to flashing?
Thank you.
xxxxchrisxxxx said:
Thanks for the advice.. looks a little tricky for a beginner.
Is it possible for me to somehow take the SecMms.apk file from another rom and drop it into my SecMms.apk/res/drawable-xhdpi folder?
Also, if i can do this.. do i need any particular file browser etc to access that folder? Can this be done post Rom install, or does this all need to be done within the flashable rom zip file prior to flashing?
Thank you.
Click to expand...
Click to collapse
there is no path secmms.apk/res/x/x
first u need to decompile ur secmms.apk
u can do it after installation also..no problem in that..replace secmms.apk directly, if u have another secmms.apk with those colored bubbles u want