How to make custom app icons - Windows Phone 7 General

This is my first tutorial and it might be in the wrong place :/ sorry
To make custom icons for your apps you need to have:
1. A developer unlocked WP7 device
2. The xap file of the app whos icon you want to change
3. WinZip or any equivalent software
4. A picture editing software (I highly recomend GIMP)
5. An icon for the app (.png)
To actually make the custom icon you must:
1. Find an image for the app (in this case i will be using angry birds with this icon) w w w .gutenbergn.com/wp-content/uploads/2011/02/angrybirds175x175.png
2. next open the icon in GIMP and if the icon has rounded edges, make them angled with the brush tool and using the eyedropper to find the right color
3. use GIMP to change the size of the image to 173x173 by going to image>scale image and change it there
4. Open winzip or any equivalent program and open the .xap game, inside the xap you will see one or two .png icons (in angry birds it is called "AngryBirds_Tile_173x173") in the case of angry birds you would change the name of the png image to "AngryBirds_Tile_173x173"
5. Drag the icon into the winzip archive and wait for it to transfer
6. to confirm the change open up the png icon and make sure its the one you made it
7. Next close WinZip and re-deploy the xap game to your windows phone using any xap deploying tool (i recomend the MultiXapInstaller)
Thats it! pretty easy huh? ask any questions down below and also if you see anything wrong with this thread please tell me
all feedback is appreciated

Post a picture.

Related

Changing application icons - possible workaround?

So, I'm well-aware that the reason icons can't be changed easily on the Android home screen is because the icon image is stored in the APK file, and editing that image is, essentially, near impossible.
However, I had an idea that could potentially fix that problem, and I'm just curious how realistic the solution is:
As most G1 users know, AnyCut is a great application that can allow a user to create a shortcut to any number of actions on the phone. These shortcuts are customizable by name, and, for the time being, have a limited number of icons, one for each shortcut type.
I also recall using an app several months ago to change the icons of bookmarks (Bookmark 2, I believe it was called). With this app, a user could choose exactly what their icons would look like on the home screen, except, of course, that these icons could only link to bookmarks.
By combining these two applications, wouldn't an icon changer be quite possible?
Using this same methodology, wouldn't it be possible to create "shortcuts" to applications on the home screen, and thus, allow the user to rename apps and change their icons, at least on the desktop? I know that the icons would not be changed in the pull-out drawer or elsewhere on the system, but wouldn't this be a temporary workaround, until a better solution is reached? I have quite a few programs with horrendous icons, and it really takes away from the aesthetic of the home screen.
Again, all I'm asking is if there's a way to place a shortcut to an APK on the desktop, and preferably to customize that shortcut's icon, not the actual apps.
It is possible to edit .apk's and change the icons. Just look at the forum for theams.
http://forum.xda-developers.com/forumdisplay.php?f=450
soundwire said:
It is possible to edit .apk's and change the icons. Just look at the forum for theams.
http://forum.xda-developers.com/forumdisplay.php?f=450
Click to expand...
Click to collapse
Well, I know that the icons can be edited in a theme, but can non-stock icons be edited as well?
And also, my concern with that is that it seems like a lot of work to update a theme everytime a new app appears on the market. I'm a little OCD, so if I were able to change all the icons on my home screen, I would want them all to be absolutely uniform (like the themes' icons are). However, if a new, super-useful app were to appear on the market, and I absolutely needed it on my home screen, it would seem much easier to simply add an image to my phone, and make a shortcut using that image, than to have to edit an APK, resign the entire package, and reflash the phone each time. While I know my way around the G1, and I'm comfortable with basic rooting, I am by no means a developer, and just like most G1 users, I would probably be more comfortable making shortcuts than updating firmware.
Do you understand where I'm coming from?
I too, would also like to know how to change "non-stock" app icons. Bump.
jayaustn said:
Well, I know that the icons can be edited in a theme, but can non-stock icons be edited as well?
And also, my concern with that is that it seems like a lot of work to update a theme everytime a new app appears on the market. I'm a little OCD, so if I were able to change all the icons on my home screen, I would want them all to be absolutely uniform (like the themes' icons are). However, if a new, super-useful app were to appear on the market, and I absolutely needed it on my home screen, it would seem much easier to simply add an image to my phone, and make a shortcut using that image, than to have to edit an APK, resign the entire package, and reflash the phone each time. While I know my way around the G1, and I'm comfortable with basic rooting, I am by no means a developer, and just like most G1 users, I would probably be more comfortable making shortcuts than updating firmware.
Do you understand where I'm coming from?
Click to expand...
Click to collapse
I have yet to try this, but (provided you have root), you should be able to use adb to pull the apk for an app off your phone, edit it as described, and push it back to the same place. I will give this a go tomorrow, as I'm rather sleepy, and it's probably not a good thing to mess about with superuser stuff when I can't think straight.
If there's any flaws in my theory, I'd be happy to hear them.
RE: Changeing Icons!
I have a video on you tube on how to change icons. Here it is!
http://www.youtube.com/watch?v=AjnV_d9b22E
Hope you enjoy and your able to Change Your Icons.
Good Luck!
bms122223 said:
I have a video on you tube on how to change icons. Here it is!
http://www.youtube.com/watch?v=AjnV_d9b22E
Hope you enjoy and your able to Change Your Icons.
Good Luck!
Click to expand...
Click to collapse
Video doesnt show you how to change "non-stock" app icons, only icons for the original apps.
Well, I kind of figured out how to change the non-stock icons. But got stuck at the end...here's what I did...
1) Install/Open Astro.
2) Back up the app you want to change the icon for.
3) Grab that backup apk file off of your sdcard and put it on your computer.
4) Open it with Winrar.
5) Go to the proper folder and drag your new icon into the folder.
6) Close Winrar and move the apk back to your sdcard.
...this is where I get stuck, I know the icon changed because I can see it when I TRY to install the app. But the app doesnt want to install, it says "install unsuccesful". I'm guessing it needs to be signed?
I have used astro as well, I even signed the apk the same way I sign themes and no luck.
ultra spikey said:
Well, I kind of figured out how to change the non-stock icons. But got stuck at the end...here's what I did...
1) Install/Open Astro.
2) Back up the app you want to change the icon for.
3) Grab that backup apk file off of your sdcard and put it on your computer.
4) Open it with Winrar.
5) Go to the proper folder and drag your new icon into the folder.
6) Close Winrar and move the apk back to your sdcard.
...this is where I get stuck, I know the icon changed because I can see it when I TRY to install the app. But the app doesnt want to install, it says "install unsuccesful". I'm guessing it needs to be signed?
Click to expand...
Click to collapse
You're real close; once you replace the icon you need you need to delete META-INF folder then zip it back up, rename file extension to .apk and sign it with the test keys like the stock .apk. The META-INF is where the signature info is kept from the original author, you need to delete this so it doesn't conflict with the test keys.
Geo411m said:
You're real close; once you replace the icon you need you need to delete META-INF folder then zip it back up, rename file extension to .apk and sign it with the test keys like the stock .apk. The META-INF is where the signature info is kept from the original author, you need to delete this so it doesn't conflict with the test keys.
Click to expand...
Click to collapse
I will that a try. So this also mean that if author updates .apk file we will not be able to install update? Similar to google RC30 updates, we have to wait for JF to modify it.
johnowa636 said:
I will that a try. So this also mean that if author updates .apk file we will not be able to install update? Similar to google RC30 updates, we have to wait for JF to modify it.
Click to expand...
Click to collapse
Agreed; this might be a problem.
I mean, opening up the APK files is definitely a start, but it seems the shortcut approach I mentioned earlier is just so much easier. Shortcuts would allow basic users to change icons effortlessly and without fear of ruining the app, and the process could be just as easy as Bookmark 2, if a developer took charge, no?
ultra spikey said:
Well, I kind of figured out how to change the non-stock icons. But got stuck at the end...here's what I did...
1) Install/Open Astro.
2) Back up the app you want to change the icon for.
3) Grab that backup apk file off of your sdcard and put it on your computer.
4) Open it with Winrar.
5) Go to the proper folder and drag your new icon into the folder.
6) Close Winrar and move the apk back to your sdcard.
...this is where I get stuck, I know the icon changed because I can see it when I TRY to install the app. But the app doesnt want to install, it says "install unsuccesful". I'm guessing it needs to be signed?
Click to expand...
Click to collapse
i would like to verify that this method works to change non-stock apps without pushing files or inserting apps into updates. i used 7zip but i'd imagine winrar will work fine as well. just remember to delete the entire metainf folder, not just its contents. once you have your .apk, re-sign it using stericson's auto-sign utility and you'll be able to install the app through astro.
i should also note that i deleted all instance of the unmodified app from my sdcard. i uninstalled it and deleted the backup on my sd card. this may or may not be necessary, but i just wanted to take precautions.
I've given this method a try, and it seems simply too complicated for a moderate user like me. Wouldn't the shortcut method I mentioned be so much easier to quickly change home screen icons? Would any of the developers on this forum be interested in throwing such an app together? I'd gladly donate some money if a good app was able to take care of this problem.
what are you having trouble with, exactly? i'm far from an advanced user myself, but this is probably one of the easier things to do on the g1, probably second to flashing themes.
though i will say that there are a few apps that i can't change icons for. chomp and cubik have installed but force close when opened.
i have a feeling it's something to do with the signing the apk's, but like i said, i'm not an advanced user at all.
TruLuvNvrDies said:
what are you having trouble with, exactly? i'm far from an advanced user myself, but this is probably one of the easier things to do on the g1, probably second to flashing themes.
though i will say that there are a few apps that i can't change icons for. chomp and cubik have installed but force close when opened.
i have a feeling it's something to do with the signing the apk's, but like i said, i'm not an advanced user at all.
Click to expand...
Click to collapse
I opened up the APK using WinRAR, replaced the icon.png with my icon of choice, and then I'm stuck. I known I have to auto-sign the APK, but am not exactly sure how. I have Stericson's auto-signer tool, and used command 4 to manually enter the APK path, but once I do that I get a bunch of errors. If need be, I can copy down the exact error I get.
ultra spikey said:
Video doesnt show you how to change "non-stock" app icons, only icons for the original apps.
Click to expand...
Click to collapse
Nice video!
jayaustn said:
I opened up the APK using WinRAR, replaced the icon.png with my icon of choice, and then I'm stuck. I known I have to auto-sign the APK, but am not exactly sure how. I have Stericson's auto-signer tool, and used command 4 to manually enter the APK path, but once I do that I get a bunch of errors. If need be, I can copy down the exact error I get.
Click to expand...
Click to collapse
you probably need to delete the contents of the meta-inf folder. there should be three files in there, delete them all. if you extracted the contents of the .apk, zip them back up with an .apk extension. if you didn't extract them, you're at the last step, which is to re-sign the .apk. you don't actually need to manually re-sign the file through the console on stericson's re-signer. just right-click the .apk file and at the very top, there should be an option that says "resign .apk". click on that and your app will be re-signed and ready for an install attempt.
though, as i said before, this method is not 100%. of the 6 apps that i modified so far, i was only successful with 4 of them. even if you do all of the steps correctly, you might not have a working app at the end. the apps will install but will automatically force close when launched. i don't know what causes this, actually, and any suggestions would be appreciated.
I agree with the OP, while it is easy enough to edit the apks, resign them, copy them back onto your phone it would be far more elegant (IMHO) if you could have an application that allowed you to copy "Icon Packs" onto your SDCard, and then add links to applications on your home screen giving you a choice of icons from the aforementioned "Icon Pack".
Theme developers could then distribute the "Icon Pack" with the theme, and end users could easily add custom icons to your home screen from your phone without having to mess about on a PC.
liamw said:
I agree with the OP, while it is easy enough to edit the apks, resign them, copy them back onto your phone it would be far more elegant (IMHO) if you could have an application that allowed you to copy "Icon Packs" onto your SDCard, and then add links to applications on your home screen giving you a choice of icons from the aforementioned "Icon Pack".
Theme developers could then distribute the "Icon Pack" with the theme, and end users could easily add custom icons to your home screen from your phone without having to mess about on a PC.
Click to expand...
Click to collapse
So what everyone wants is Anycut that can do custom icons.

Theme On The fly Think Tank

Just wanted to create a Post so people can bounce ideas off each other as to what would be necessary to change themes on the fly. How does a normal phone change themes?
i just have a folder on my SD card called themes and i update it everyday with everytheme and the latest version of each, the themes folder has all my themes separated into adp1 adp1.1 rc30 and rc33 and i use linda file manager to move them to the root and rename them. i can flash any theme anytime i want. and if a new one comes out while i'm not near a computer i download with steel and try it out.this is the best way as far as i can see, at least with the tools i have access too
anyone seen the iphone emulator? it actually works where it will open a program associated with the icon, could that possibly help get a way to theme similar to how summerboard works?
jdwme said:
anyone seen the iphone emulator? it actually works where it will open a program associated with the icon, could that possibly help get a way to theme similar to how summerboard works?
Click to expand...
Click to collapse
That's not even close to being a theme though.
A proper theme is more than just smoe icons.
IE. iKid has a much nicer looking media player.
i use the exact same method w the themes on sdcard... i take it one step further... i use andftp to upload to my qctx.org server and upload directly tested themes... so i can access and organize however i need
- great for backing up sdcards
This is how I edit my themes on the fly
Walkthrough for creating your own Android theme
First you need to get signing setup properly. This topic is covered in many places and my recommendation is to use the Stericson walkthrough or the Stericson auto-signing setup tool. Once you can click on any zip or apk file and get the option to Resign it you are ready to proceed with making your own theme.
1. Download an archive manager that allows you to open archives inside of archives without creating new windows. My recommendation for this is the application 7-zip. It is tiny, free, easy to use, and on all my computers it has replaced winzip and winrar.
2. Now take a blank theme from Stericson to use as your starting point, this will be the minimum needed to change your theme and will contain all the original artwork.
3. Open the update.zip and inside are typically 3 files, framework, system or app, and META-INF. Leave META-INF alone, you wont be touching that. Inside framework and system/app is where the files are that you can change. In this case we will open update.zip, then double click framework and then double click framework-res.apk (this is where the next archive will open inside the same window, your life just got a little easier).
4. Now you are looking at assets, META-INF, res, and a couple other random files, the resources.arsc can be edited but I will show you that in another tutorial. Now open up the folder res and you will see the treasure we are searching for, folders with the name drawable. All of the folders that start with the name drawable are where we can edit the themes, this includes drawable, drawable-land, drawable-port, and drawable-finger.
5. Now drag and drop the folders drawable and drawable-land onto the desktop. Once they are on the desktop you can edit the .png files in those folders until you are ready to put your theme together.
6. Now in your still open window at \framework\framework-res.apk\res\ you will open the drawable folders one at a time and drag and drop your edited files into the archive, only dragging and dropping the files you edited and not just everything inside the folder.
7. Once you have your new images copied into the archive in the correct place you can just hit the close button or browse up a couple directories and find other files to edit. Any time you edit an apk and browse out of it or close it you will be prompted to update it in the archive by 7-zip (this is my secret shortcut), always press ok.
8. Now you have a freshly created theme ready to install, all you have to do is right click, chose to Resign the file, and once its done you can copy it to your SDcard, make sure its named update.zip, and flash your new theme.
Its literally that easy! And you use this same technique in the system/app folder to edit the apk files for the individual apps on the phone. Explore around in the update.zip and see what you can find, I only told you about the major items but there is plenty more to find and change. You can always copy a folder out of the archive and if you cant edit anything just toss it but if you can find something to edit, do so and throw it back in the archive. You guys now have all the info I had when I started plus all my tricks to making that process 10x easier.
jdwme said:
anyone seen the iphone emulator? it actually works where it will open a program associated with the icon, could that possibly help get a way to theme similar to how summerboard works?
Click to expand...
Click to collapse
The thing with the iPhone is that the applications are just folders with a .app extension at the end. This allows one to easily replace resources inside of them using just simple scripts.
In Android, the applications are zip files with an extension of .apk and must be signed. This makes it harder to replace resources on the fly.
I use the Discover App from the MarketPlace. I have a folder called Themes in my SD Card which I have separate folders labeled with the name of the theme. Inside the folder I have the update.zip. With discover I just move the update zips in and out of the folders to change themes.
Rich

Hide clock/time under TouchFlo 3D

Does anyone know how to hide the HTC clock (not flipping it up to make it smaller) completely while keeping TouchFlo3D activated?
I want the home screen has has completely nothing on it to show the whole wallpaper.
freshgear.files.wordpress.com/2008/11/htc-touch-hd-screen-main.jpg
Like from the picture above, I want to hide:
The Time (10:20)
The date
The alarm off text
The call history and calander text
So just a blank screen w/o anything while keeping TouchFLO3D running.
Hi
yes it is possible
I have to know what kind of phone you'v got, to help you
lumisab said:
Hi
yes it is possible
I have to know what kind of phone you'v got, to help you
Click to expand...
Click to collapse
I have the Touch HD T8282 with WindowsMo 6.1 (one that came with the phone)
netwr said:
Does anyone know how to hide the HTC clock (not flipping it up to make it smaller) completely while keeping TouchFlo3D activated?
I want the home screen has has completely nothing on it to show the whole wallpaper.
freshgear.files.wordpress.com/2008/11/htc-touch-hd-screen-main.jpg
Like from the picture above, I want to hide:
The Time (10:20)
The date
The alarm off text
The call history and calander text
So just a blank screen w/o anything while keeping TouchFLO3D running.
Click to expand...
Click to collapse
You can use TouchFlo Detacher to assign operations (show/hide/close)
Hi
what you have to do is,you have to change 17 manila files to transparency and the mode9 file 1c684cd8_manila.I did it already for you,because I changed my homescreen too.Important is,go in you phone windows directory (Windows) and save all the files what you will overwrite with this procedure to you computer to be on the save side,because it could be you change you mind sometimes,and you never know what could get wrong.If not,you will have to make a hard reset with you phone to go back to you original state,copy all the files in your PHONE WINDOWS DIRECTORY (WINDOWS)
lumisab said:
Hi
what you have to do is,you have to change 17 manila files to transparency and the mode9 file 1c684cd8_manila.I did it already for you,because I changed my homescreen too.Important is,go in you phone windows directory (Windows) and save all the files what you will overwrite with this procedure to you computer to be on the save side,because it could be you change you mind sometimes,and you never know what could get wrong.If not,you will have to make a hard reset with you phone to go back to you original state,copy all the files in your PHONE WINDOWS DIRECTORY (WINDOWS) I make a download link underneath with all the files in it.keep me posted
Click to expand...
Click to collapse
Are all the files from your ZIP stored under a specific folder in Windows? I browsed the Windows folder in my phone and found the exact file names that matched the ones you have attached, but they are not in PNG (all the files just have a Windows icon), are those the ones?
Hi
I'v got something better for you,use the cfc_gui tool from chainfire,what you have to do is,copy all manila files to you computer,open it up with the cfc_gui tool,it takes a couble a secound to open it, in this tool you will then find all you manila files,if you tick of one file you will see all his content,size,name and picture, you can than save each one on you computer separately and work or change something on it with photoshop or others, if you in the cfc_gui tool go to the (home\vga files) because that a the files for the clock,if you make all the files transparent than the clock will disappear,you can do a lot with this tool,of course you have to be connectet with you phone to the computer to save the alteret files back again to you phone,and don't worry this tool save all you files to the right place in you phone if you use the cfc_gui tool than you don't need the zip file any more you can choose you own method and do what you want, underneath the download link.
lumisab said:
Hi
I'v got something better for you,use the cfc_gui tool from chainfire,what you have to do is,copy all manila files to you computer,open it up with the cfc_gui tool,it takes a couble a secound to open it, in this tool you will then find all you manila files,if you tick of one file you will see all his content,size,name and picture, you can than save each one on you computer separately and work or change something on it with photoshop or others, if you in the cfc_gui tool go to the (home\vga files) because that a the files for the clock,if you make all the files transparent than the clock will disappear,you can do a lot with this tool,of course you have to be connectet with you phone to the computer to save the alteret files back again to you phone,and don't worry this tool save all you files to the right place in you phone if you use the cfc_gui tool than you don't need the zip file any more you can choose you own method and do what you want, underneath the download link.
Click to expand...
Click to collapse
I think I cannot use this method because I do not use a Windows computer and cannot connect between computer and phone.
Basically, I just need the things highlighted in neon green in the attached photo to disappear while keeping everything unchanged.
From your first method, I found the files that you put in the ZIP under my phone's Windows folder, but the ones in the phone's Windows folder are not PNGs.
Can you confirm if those are the correct files to replace?
Also, if I just need the few things from the attached photo to disappear, do I have to replace every file with the ones from your ZIP?
Hi
to you first question:how do you copy the files in you phone without computer
to you secound question:that what you highlighted on you phone that is exactly the 17 manila files,you will find in the new zip files the description of all the manila files
to you third question:the manila files a all alteret from PNG to QTC otherwise it would nothing happen when you copy them to the win directory,it was my mistake I should have mention it early in the post before, apology for that
to you fourth question:use the files in the new zip for what I will make a download link underneath thats the right files
to you fifth question:yes all the few things on you photo is all the 17 manila files, look in the description in the new zip file you will see that you need all the files,it is all explaind
something else use the mode9 file 16c84cd8_manila only if you can still someting see on you clock and screen
as you can see on my homescreen no clock
lumisab said:
Hi
to you first question:how do you copy the files in you phone without computer
to you secound question:that what you highlighted on you phone that is exactly the 17 manila files,you will find in the new zip files the description of all the manila files
to you third question:the manila files a all alteret from PNG to QTC otherwise it would nothing happen when you copy them to the win directory,it was my mistake I should have mention it early in the post before, apology for that
to you fourth question:use the files in the new zip for what I will make a download link underneath thats the right files
to you fifth question:yes all the few things on you photo is all the 17 manila files, look in the description in the new zip file you will see that you need all the files,it is all explaind
something else use the mode9 file 16c84cd8_manila only if you can still someting see on you clock and screen
as you can see on my homescreen no clock
Click to expand...
Click to collapse
To answer your question, I only use bluetooth to transfer files between my computer and phone.
By replacing the files with ones above, will it cause any problem if my ROM isn't english?
Is there a quicker way to backup all 18 original files in case someday I want the clock back, instead of copying one after one from the Windows folder?
Just to confirm, your ZIP above has 18 files (excluding the capture.PNG)
One last question, how do make the menu bar transparent (like from your home screen above) and change all the icons at the bottom of the screen?
Hi
no it cause no problems for you ROM,
no quicker way to copy files from you win phone folder,if you would have a connection to you phone via computer it would take a few secound to copy,
zip files have 18files 17 manila and one mode9 file,+PNG
for you last question:to get the transparency for the taskbar I cooked it in my ROM after that I flashed it to my phone,I'v got a cab file that promised to do that same with the taskbar,I never try it because I cooked it already in my ROM,if you want to try it I will make a download link, if it dosen't work you can delete it again from you device,to the icons you can use the HDWall tool to create the icons

ICS - Modifying a Stock Theme

I recently received my Galaxy Nexus - and love it!
My idea was to keep it as stock as possible, but I wanted to change the look and feel to be more minimal, without having to install a non-stock launcher or use a different ROM. (The inspiration for this came from Nitroz's 'Black Exodus' theme.)
Phone : Galaxy Nexus, Rooted, now with a slightly modified stock ICS 4.0.2
There were a number of posts all around the Internet that led me in the right direction. To the cast of thousands who shared their information - Thank You!! The instructions below are just a compilation of the work already out there, but hopefully as they are in one place they will speed things up if you want to do this.
I am assuming that any future OTA updates will reset this.
Instructions for a Newbie (like me)
Requires :
One Rooted Galaxy Nexus
Way of getting files on and off the phone - I am using ES File Explorer
7-Zip on a PC
The new icons
The icons are located in the APK files located in the \system\apps folder.
To change the SMS icon
On the phone
Backup the original \system\apps\mms.apk file
Copy the \system\apps\mms.apk to a PC with 7-ZIP installed​
On the PC
Open with 7-Zip (DO NOT EXTRACT)
Change to the res\mipmap-xhdpi folder
Drag and drop the new PNG file (ic_launcher_smsmms.png) over top the old one.​
Copy the APK file back to \system\apps on the phone
The phone does not require a reset, but you will need to add the icons back.
To change the Contacts and Phone icons
These are located in the \system\apps\contacts.apk.
Folder - res\mipmap-xhdpi
Files - ic_launcher_phone.png, and ic_launcher_contacts.png​
To change the Browser icon
These are located in the \system\apps\BrowserGoogle.apk.
Folder - res\mipmap-xhdpi
File - ic_launcher_browser.png​
To change the App Drawer icon
These are located in the \system\apps\launcher2.apk.
Folder - \res\drawable-xhdpi\
File - ic_allapps.png​
Removing the line above the App Doc
The file from the phone to edit is \system\apps\launcher2.apk.
On the PC create a blank file called hotseat_track_holo.9.png.
Overwrite the file in the /res/drawable-xhdpi directory of laucher2.apk
Just a thought, but Nova Launcher looks exactly like the stock launcher, but you can change the icons to whatevery .png you want directly from the homescreen. They will remain even after updates to the app. It's entirely up to you, but i thought that might save you a ton of work
And save myself 2 days of pain and frustration?? ;-) It was a good learning exersize, although when the config gets nuked by an update, and I don't have the time to play, I will look at using a different launcher. Thanks for highlighting Nova as an option.

[Statusbar] Change the icons and background of your statusbar for all android devices

FOR ALL ANDROID DEVICES​
Note: Take a complete nandroid backup before doing this, though there is no threat. It is still compulsory to take nandroid backup!!!
Follow the steps carefully, they are very easy:
1) Download NinjaMorph from GooglePlay, https://play.google.com/store/apps/details?id=stericson.ninjamorph.free
2) Open it, you need root of course. Click on New Project.
3) Now browse down to system, and choose it, then choose app folder.
4) A long list will appear. Search SystemUI.apk and choose it. The app will extract the apk. Stop!!!! Don't go any further.
5) Join your mobile to pc and allow USB storage.
6) Go to your Mobile's sd on the pc and find a folder named android themes, open it. Then open a folder named workspace, then SystemUI and then res.
7)Now open a folder named drawable-Idpi in which you will find many files.
8) now we start changing!
9)You should set your windows to show the folder in tiles. So now you will see the quickpanel icons like bluetooth and wifi with names like quickpanel_icon_bluetooth_on etc.
10)Find a desired icon and change it with, but remember the new icon should be of the same pixels and should also have exactly same name as the old one, EXACTLY SAME!!!!!
11) Do not only change the icons which represent a function is on like bluetooth on but also change its off icon like quickpanel_icon_bluetooth_off. REMEMBER IT SHOULD BE THE NAME AS THE OLD ICON'S NAME!!!!
12) Now find icon named statusbar_background.9 and change it with your desired background. Do the same with title_bar_portrait.9. Remember the new icon should be of the same pixels and should also have exactly same name as the old one, EXACTLY SAME!!!!!
Now disconnect usb storage, go to NinjaMorph again but this time choose Finish Project, choose SystemUIapk and click yes on all that pops up.
Now your status bar will disappear but don't worry just reboot. REMEMBER ALL NEW ICONS SHOULD BE THE NAME AND SIZE AS THE OLD ICONS!!!!
IF YOU MADE ANY MISTAKE IN THE STEPS AND YOUR STATUS BAR IS RUINED THEN EITHER EDIT IT AGAIN CORRECTLY OR DO A NANDROID RESTORE.
Nice Thread

Categories

Resources