Post inquiries for theme help here! - Droid Incredible Q&A, Help & Troubleshooting

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?

Related

Ultimate Extractor

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...

Metamorph Force Close Fix

I want to make metamorph work on my device without givving me fcs after i reboot. This happns when i try to change the boot animation by writing to framework-res.apk. i have a working busybox and nandroid backups so i am willing to try anything...please help.
i have tried running fix_permissions which didnt help
i have tried the linking solution
the process works fine because u can see the new boot animation load up fine but the phone gets a billions force closes for almost everything as soo as i unlock.
please help me out because i have searched the very depths of the internet onl to come out empty handed. i know many people are facing this issue so it would be nice to give them a step by step fix.
stericson did a good job with the app from wat i hear and once working is supposed to be an essential app.
pleas helppp
olvap377 said:
I want to make metamorph work on my device without givving me fcs after i reboot. This happns when i try to change the boot animation by writing to framework-res.apk. i have a working busybox and nandroid backups so i am willing to try anything...please help.
i have tried running fix_permissions which didnt help
i have tried the linking solution
the process works fine because u can see the new boot animation load up fine but the phone gets a billions force closes for almost everything as soo as i unlock.
please help me out because i have searched the very depths of the internet onl to come out empty handed. i know many people are facing this issue so it would be nice to give them a step by step fix.
stericson did a good job with the app from wat i hear and once working is supposed to be an essential app.
pleas helppp
Click to expand...
Click to collapse
Mine does too.
ahhhhhhhhhhh
What build are you using?
You gotta be careful with what build you are using and what you are changing.
Don't boot animations usually go into /system/media?
1.6 use shine and mask logos
2.x use Boot animations
They are different so...yeah...be careful.
Macrophage001 said:
You gotta be careful with what build you are using and what you are changing.
Don't boot animations usually go into /system/media?
1.6 use shine and mask logos
2.x use Boot animations
They are different so...yeah...be careful.
Click to expand...
Click to collapse
This is true, but! Also their are two Apk's that always give problems when themed (Wrong). MetaMorph doesn't replace files that don't exist, meaning, if the two different roms have two different locations for boot files example: System/media or framework-res.apk/assets/images/ and neither are present. It will skip over both and not copy. So conclusions state that maybe one or more of the images are not accepted by the Android System.
These two apk's, my friends, are the framework-res.apk and the Launcher.apk...
Many of failed themes from the past proves this theory accurate, ask any old skool themer...
Worse case scenario, check the pictures with the (.9.png) extentions.
wow sorry i really lost rack of this thread sorry
i know specifically that the problem is cause by framework.apk and when i said boot animations i meant mask and shine.
p.s also im using latest build available in market
RichieDaze said:
This is true, but! Also their are two Apk's that always give problems when themed (Wrong). MetaMorph doesn't replace files that don't exist, meaning, if the two different roms have two different locations for boot files example: System/media or framework-res.apk/assets/images/ and neither are present. It will skip over both and not copy. So conclusions state that maybe one or more of the images are not accepted by the Android System.
These two apk's, my friends, are the framework-res.apk and the Launcher.apk...
Many of failed themes from the past proves this theory accurate, ask any old skool themer...
Worse case scenario, check the pictures with the (.9.png) extentions.
Click to expand...
Click to collapse
can u expand a little more on this?
how can i check if the theme im trying to flash will work or how can i fix force closes after metamorph or how can i change the theme so it will work with metamorph?
p.s the actual morph works cause i can see the changes on reboot but as soon as i unlock a get a million force closes
please please reply i desperatly need help
olvap377 said:
please please reply i desperatly need help
Click to expand...
Click to collapse
What Rom are you using? Cyan?
Who's MetaMorph theme are you using? Enoch?
Have you tried installing all of themes EXCEPT framework-res.apk to see if you still have the forecloses, or one by one to see which ones are causing the forecloses?
Some Homework:
If you want to test framework, try to remove all the foldes from the theme (make backups first). Add 1 folder back to theme, then run the MetaMorph cycle. Leave the png folders for last. When you reach a folder containing png's, add 3 png's at a time to each MetaMorph cycle. So now you narrow down the culprit(s) faster.
Example:
I am trying to MetaMorph my Zelda theme. My framework-res folder change, for some reason shuts down my Market on TheOfficial TMO rom. I can download, but when its about to install the apk it forecloses. But it works accurately on TheOfficial AOSP. (???) So, I am thinking that maybe it the way some roms are built.
im using cyan 4.2.15.1 with ebi1 port and im trying to metamorph the mask and shine at startup that writes to framework-res.apk
olvap377 said:
im using cyan 4.2.15.1 with ebi1 port and im trying to metamorph the mask and shine at startup that writes to framework-res.apk
Click to expand...
Click to collapse
Are they located in (theme.zip) framework-res/assets/images/???
RichieDaze said:
Are they located in (theme.zip) framework-res/assets/images/???
Click to expand...
Click to collapse
yes they are and they do work cause after reboot i see it but wen i unlock it show a million force closes
any news please?
olvap377 said:
any news please?
Click to expand...
Click to collapse
Did you do the homework to see which folder the problem was in???
I spent days looking for problems in my themes and other themes to solve the FC's issue. The process of elimination all ways worked out, but time consuming. When you find it, You can post the fix for others with the same problem...
olvap377 said:
any news please?
Click to expand...
Click to collapse
I am not running a Cyan mod. So I cant do it for you. Sorry! A logcat can help pin point the problem.
RichieDaze said:
What Rom are you using? Cyan?
Who's MetaMorph theme are you using? Enoch?
Have you tried installing all of themes EXCEPT framework-res.apk to see if you still have the forecloses, or one by one to see which ones are causing the forecloses?
Some Homework:
If you want to test framework, try to remove all the foldes from the theme (make backups first). Add 1 folder back to theme, then run the MetaMorph cycle. Leave the png folders for last. When you reach a folder containing png's, add 3 png's at a time to each MetaMorph cycle. So now you narrow down the culprit(s) faster.
Example:
I am trying to MetaMorph my Zelda theme. My framework-res folder change, for some reason shuts down my Market on TheOfficial TMO rom. I can download, but when its about to install the apk it forecloses. But it works accurately on TheOfficial AOSP. (???) So, I am thinking that maybe it the way some roms are built.
Click to expand...
Click to collapse
how can i do the homework when ive only got 1 folder in the theme and it only contains 2 pngs the mask and shine?
olvap377 said:
how can i do the homework when ive only got 1 folder in the theme and it only contains 2 pngs the mask and shine?
Click to expand...
Click to collapse
??? Its only boot images??? Sorry, I did not know it was only boot images. Are the png's the proper size?
Would you be willing to flash my Zelda boot screen as a test to see if it is the theme. It might be the rom?
Here it is if you want to try:
i will flash yours and tell u the results and im currently on cyan 4.2.15.1 with bcrook's ebi1 port and enoch installed (via flashable zip)
edit: i cant even metamorph yours it says there isnt a valid thm file found? what does that mean?
edit2: nvm i figured it out u had an extra directory in the zip but i fixed
btw these themes do they have to be signed in a special way somehow like the zips or no
ps ur boot looks really nice
edit3 : still getting a million force closs after unlock so i wiped and restored
olvap377 said:
i will flash yours and tell u the results and im currently on cyan 4.2.15.1 with bcrook's ebi1 port and enoch installed (via flashable zip)
edit: i cant even metamorph yours it says there isnt a valid thm file found? what does that mean?
edit2: nvm i figured it out u had an extra directory in the zip but i fixed
btw these themes do they have to be signed in a special way somehow like the zips or no
ps ur boot looks really nice
edit3 : still getting a million force closs after unlock so i wiped and restored
Click to expand...
Click to collapse
Your gonna have to flash the whole framework-res.apk as an update on the recovery to prevent FC's for now.
Post a logcat on this thread so that every one can see and give you ideas...

5 lockscreen....can i flash on CWM?

Hello, does it exist a .zip for install 5 lockscreen in CWM?
Sent from my GT-I9000 using Tapatalk
You could use lockbot pro think that will give you extra lock screen styles
Sent from my GT-I9000 using XDA App
Not lockbot but only 5 lockscreen
Sent from my GT-I9000 using Tapatalk
Looking for that too, I wonder if there is something available.
alexxandro84 said:
Hello, does it exist a .zip for install 5 lockscreen in CWM?
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
Just flash a theme with 5 lockscreens, most of the themes includes 5 lockscreens...
But doesn't it depend on the rom?
I mean, the unlock screens are a rom feature or a theme feature?
I would put my money on the themes. But I'm not 100% sure.
Someone please correct me if I'm wrong.
Sent from my GT-I9000 using Tapatalk
Most themes won't work without a Modified ROM. I could maybe try and extract the files from a ROM that has it and make a CWM update file. Only thing is I need to write a script to make it work and I haven't yet learnt how to do that yet.
up ?
Or juste epic lockscreen . zip plz ?
THX
Zethor said:
Just flash a theme with 5 lockscreens, most of the themes includes 5 lockscreens...
Click to expand...
Click to collapse
i want to have 5 lockscreen without flash a theme, is it possible? only 5 lockscreen on a stock fw
I too would like to know this. I searched for this a while ago, but couldn't find anything.
My understanding is that the 5 lockscreens modification is theme related, but that doesn't mean that they can not be included in a ROM.
I'm a total noob when it comes to these things.
I did manage to remove the 'Swipe Glass to Unlock' message by using a hex editor on a themes framework-res apk and replacing the string with a whole bunch of spaces (hence why I think this is theme related) but anything beyond that is above me. To be honest I was surprised that even worked and it almost looked as if some of the strings visible in the hex editor were in Portuguese or something....?!?
Then again I would assume the Settings.apk would need to be modified in order to include the extra option in 'Display' settings but I have flashed a different settings apk before and got no change (apart from the icons that were changed).
I cant even figure out why I can't view xml's from an unpacked APK on my PC, yet using root explorer they are all in plain English on my phone..... so I really have no clue in the world about these lock screens, but at least I tried.
Wow... what a rant that was.
Point is, anyone who has a good knowledge on this stuff, your opinion would be appreciated.
Android apks can be classified in two forms:
-compiled and
-decompiled.
When in compiled form, xmls will be in a gibberish, so no readable text can be deciphered. Android can only read this gibberish.
If you want to edit it, you need to decompile it, this will make it readable and understandable.
Decompiling is very important so you can really modify anything. Also very important for .9 pngs, as the boundaries are distinguishable.
Hope this helped, btw im still a noob themer compared to some of the other blokes here.
Sent from my GT-I9000 using XDA Premium App
Well, i have theme that has 5 locksreecn, but the Epic Lockscreen is modified, is it possible for me to flash the "normal" Epic Lockscreen on CWM and have it normal (not moded)? If yes, maybe any links?
Thanks
alexxandro84 said:
Hello, does it exist a .zip for install 5 lockscreen in CWM?
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
Look for Stockmod Plus.
From looking around google, I found a guide on another forum that gives a few details on what files need amended, based on it, it appears that you need to amend the framework-res.apk and a few .jar files...
If my understanding is right, you don't want to flash a full theme, I understand, I'm the same, want the 5 locks but Not a full theme, even if it claims to be stock or not...
From what I have read, the files that need changed are as follows:
Framework-res.apk, framework.jar, android.policy.jar, Settings.apk, and services.jar
I guess you could download the StockMod .zip, open it with 7zip, you will find a folder called system\framework, if you Delete all the files from it except the ones mentioned above and then flash the .zip, I assume it will give you the lock screens and possibly the power button options (may need other files such as TWFramework-res.apk) with minimal theme change at all, but I don't know for sure as the Themers seem to want to keep this information to themselves so you flash their Full themes...
Otherwise the only other way is to extract the files from your phone, decomile them, edit them and re compile them etc... but a guide would be nice
Hopefully a nice Dev will come along and share some details...
so has anyone made some update.zip or something to install lockscreen without new theme????

[Q] Theme help plz?!

Can someone tell me how to add custom icons for apps in my rom? There are many apps I'm gonna leave out but want to have the icons I make used if that app is installed. The only way I know is to manually change the icon in the drawable-hdpi in each app. This would be essential for two reasons. First, it would automatically use my custom icon. Secondly, it would make updating my rom so much easier without having to manually edit the icons every time the rom gets updated. I tried looking at some theme.apks for theme chooser but didn't quite see what I needed to accomplish my aim. I've used apktool and looked at some of the xml files as well to try and get a feel of what I need to do in order to accomplish my theme. So as the title states, HELP PLEASE!!!
Try using Ninja Morph. I recommended it to a lot of people. I made a how to a while ago for changing the signal bars. It is essentially the same process if you know where the icon is you want to change. Let me know if you need help.
*It's IncREDible*
That's not really what I'm needing. I'm fine tuning our grp rom and need something that will work like theme chooser apps but for all my icons and theme. This rom is a public distribution and will need to be up dated regularly. Ninja morph is for individual customization. Correct me if I'm wrong.
Check out desktop visualizer from the market. You can set the icon that shown on the home screens. This is the easiest way I know without changing the image file in the apk.
If you leave an app out, I don't think there is a way to have your icon used.
spence341 said:
Check out desktop visualizer from the market. You can set the icon that shown on the home screens. This is the easiest way I know without changing the image file in the apk.
If you leave an app out, I don't think there is a way to have your icon used.
Click to expand...
Click to collapse
So, according to my description in the op, this app from market will allow me to add all my custom apps to my rom and then everyone can use the rom with my cutom images/icons?
I believe you can create an icon pack and use desktop visualizer to implement them. The user would have to apply these after d/l and installing your rom. You may check out the EVO forums. Riptide made a glass theme and he may be able to give you better insight.
ok, thanks. I mainly want to them my rom and make my rom available for others. I don't really want an add-on that the user will have to implement themselves.
Use 7zip to change your icons. If you change the icons with the app out of the Rom zip, you will have to resign it. If you Chang it while It's still in the Rom zip, no signing needed.
Stoney 666 said:
Use 7zip to change your icons. If you change the icons with the app out of the Rom zip, you will have to resign it. If you Chang it while It's still in the Rom zip, no signing needed.
Click to expand...
Click to collapse
It sounded like he did not want to include them in the rom flash...
spence341 said:
It sounded like he did not want to include them in the rom flash...
Click to expand...
Click to collapse
I wanted to include them in the Rom flash. I wanted to include extra ones for apps such as facebook, tweeter, angry birds, etc so that if the user installs those apps my custom icons will be pulled from the drawable rather than the default app icon in the app drawable. Thanks stoney for the tip to avoid resigning.

Dark MMS.apk for 4.2.2

http://forum.xda-developers.com/showthread.php?t=1745830
A while ago I tried to find a fix for using dark themes (saves battery life) but MMS text always turned out black on black. Making it unreadable.
So after a some investigations I am happy to say I have a fix that works with sending images
The CM10.1 version works with Shpongle for me fine so far.
mcgi5sr2 said:
http://forum.xda-developers.com/showthread.php?t=1745830
A while ago I tried to find a fix for using dark themes (saves battery life) but MMS text always turned out black on black. Making it unreadable.
So after a some investigations I am happy to say I have a fix that works with sending images
The CM10.1 version works with Shpongle for me fine so far.
Click to expand...
Click to collapse
Just tried this one, with much better effect, works better with more themes
https://www.box.com/s/zpaxiyp3dehrmdw9n66m
i use the one from black jelly 2.2
Curious,
just installed this and the icon on the homescreen is still that green default native app one.
I really dig that ics colored icon, is there a way to change it within the app as opposed to using something like desktop visualizer? I'm looking for it to install that icon by default.
I know i can decompile the apk and change it that way. But I'm prepping to do a reinstall on my pc and don't want to install an apk tool till after.
If not that's cool, just figured I'd ask
Ken C said:
Curious,
just installed this and the icon on the homescreen is still that green default native app one.
I really dig that ics colored icon, is there a way to change it within the app as opposed to using something like desktop visualizer? I'm looking for it to install that icon by default.
I know i can decompile the apk and change it that way. But I'm prepping to do a reinstall on my pc and don't want to install an apk tool till after.
If not that's cool, just figured I'd ask
Click to expand...
Click to collapse
i dont think u can change the Icon of the Messages app ... the icons come from Framework-res.apk .. you have to change it there or use a theme :good::fingers-crossed:
Here's another hmm for y'all. And I'll mention that I pulled the native mms apk from the phone first.
Does anybody have the app going back to the light colors after a reboot? I still have the native apk but it's on my sd card. So I can't see where it could be influencing the dark apk. But sure as the sun rises in the east, when I have to reboot for some reason it reverts. If I reinstall the dark apk it all goes back to what is supposed to be, and I retain all my messages. Just curious if it's just me. Or something I did
Oh, figured out how to get the ics icon to show on your homescreen.
Before you flash your Rom, go into system/app and pull the green mms.apk, and replace it with the dark version. When the phone boots it'll use that apk and viola. Ics icon and dark mms.
Hope this helps somebody. Personally I think the dark version actually sends the msgs faster. Maybe it's in my head, but it sure felt that way,
Update: for clarification, this needs to be done on your pc. Don't have to unzip the file or anything, just open it as you would a normal file/folder. I is definitely say to do this before transferring the Rom file to you device. It seems to take forever otherwise. Plus one on the phone, it seems you can't change the name of the file. Which I'd definitely recommend. Just name it "mms.apk" the device seems to take care of the permission stuff itself.
Ken C said:
Oh, figured out how to get the ics icon to show on your homescreen.
Before you flash your Rom, go into system/app and pull the green mms.apk, and replace it with the dark version. When the phone boots it'll use that apk and viola. Ics icon and dark mms.
Hope this helps somebody. Personally I think the dark version actually sends the msgs faster. Maybe it's in my head, but it sure felt that way,
Update: for clarification, this needs to be done on your pc. Don't have to unzip the file or anything, just open it as you would a normal file/folder. I is definitely say to do this before transferring the Rom file to you device. It seems to take forever otherwise. Plus one on the phone, it seems you can't change the name of the file. Which I'd definitely recommend. Just name it "mms.apk" the device seems to take care of the permission stuff itself.
Click to expand...
Click to collapse
Using root explorer you can just paste it into the system/app folder, also if you use Titanium backup then once its installed you can incorporate the update into the rom. This means it will always boot with your new .apk
I have just installed the BlackOut clear theme with mms.apk and all the rest. You can install all the zips etc for GAPs as well
http://www.designrifts.com/teamblackedoutapp/
mcgi5sr2 said:
Using root explorer you can just paste it into the system/app folder, also if you use Titanium backup then once its installed you can incorporate the update into the rom. This means it will always boot with your new .apk
I have just installed the BlackOut clear theme with mms.apk and all the rest. You can install all the zips etc for GAPs as well
http://www.designrifts.com/teamblackedoutapp/
Click to expand...
Click to collapse
That's interesting.I was using smanager to do the same thing. But whenever I'd rebootthe phone it would revert to the native style. The only way I've gotten it to stick permanently is with the method I mentioned before
Ken C said:
That's interesting.I was using smanager to do the same thing. But whenever I'd rebootthe phone it would revert to the native style. The only way I've gotten it to stick permanently is with the method I mentioned before
Click to expand...
Click to collapse
You need to rename and redo the permissions as well, but all that can be done on phone with root explorer.
mcgi5sr2 said:
You need to rename and redo the permissions as well, but all that can be done on phone with root explorer.
Click to expand...
Click to collapse
Just replacing the one in the Rom with the dark one and flashing the Rom did it for me. No permission stuff, just renamed it. And flashed the Rom. aside from pulling the native app from the Rom zip. That is
Lol...y'all jinxed me. It's showing everywhere but on the homescreen in blue.
Ken C said:
Lol...y'all jinxed me. It's showing everywhere but on the homescreen in blue.
Click to expand...
Click to collapse
Any reason why it crashes everytime I send a picture? Can text np but can not sent pics.
Sent from my SGH-M919 using Tapatalk
Brutal Pineapple said:
Any reason why it crashes everytime I send a picture? Can text np but can not sent pics.
Sent from my SGH-M919 using Tapatalk
Click to expand...
Click to collapse
Check your APN settings are correct
mcgi5sr2 said:
Just tried this one, with much better effect, works better with more themes
https://www.box.com/s/zpaxiyp3dehrmdw9n66m
Click to expand...
Click to collapse
Can u tell from where this app is from mate??? I mean, thread link???
rohov said:
Can u tell from where this app is from mate??? I mean, thread link???
Click to expand...
Click to collapse
I wish I could remember Rohov, have you discovered its been ripped from someone elses work? Or are you looking for a nice 4.2.2 MMS.apk, I can recommend the Slim 4.2.2 mms,apk looks purdy.
mcgi5sr2 said:
I wish I could remember Rohov, have you discovered its been ripped from someone elses work? Or are you looking for a nice 4.2.2 MMS.apk, I can recommend the Slim 4.2.2 mms,apk looks purdy.
Click to expand...
Click to collapse
Can u provide the link of some good 4.3 or 4.2.2 mms.apk if u kno???
rohov said:
Can u provide the link of some good 4.3 or 4.2.2 mms.apk if u kno???
Click to expand...
Click to collapse
http://www.slimroms.net/index.php/downloads is where I got mine from, there is a little variation from rom to rom but generally pretty mint. Plenty of dark gapps in there as well, I used most of the 4.4 ones in the SlimRom except for the camera which I got from a normal google apk.
I'm working on a apktool guide so you could always read and use that :angel: .
Do you want direct links for apk only to save bandwidth? or are the rom files fine?
Thanx for sharing!!!... But i cant find mms.apk anywhere... Is it in rom zip??? If yes, plz if u have, can u share the direct links for apk...
rohov said:
Thanx for sharing!!!... But i cant find mms.apk anywhere... Is it in rom zip??? If yes, plz if u have, can u share the direct links for apk...
Click to expand...
Click to collapse
Hi Rohov, its in the rom.zip all the mms.apk s are in the /system/app folder. You can use any zip program to open them and pull the apks out. Once they are on your phone you may need to change the permissions to -r -rw -rw itll make sense in the root browser if not post me.
Here as requested is my current fav mms.apk tho.
https://mega.co.nz/#!twEQyDrK!5W33umnIY1pMAZ6DEr_LTNh1ADX18SIHx0T41BId67w

Categories

Resources