Related
Hi all,
I have been trying for a while to find some dll's with icons
for sk shortcut manager but I did not find nowhere.
I decided to make my own! thanks to bluemetalaxe for the icons.
Just unzip it and copy files to mobile. then find this dll's
with sk shortcut manager and change the shortcut icons.
http://rapidshare.com/files/182622789/3new_dll_s.rar
some screenshot's from my omnia programs
and here all icon's in 3 dll's...
sorry for my bad english
excellent! Thanks!
Thanks
Great icons,
I use SK shortcut manager often
Also i've found DLL file with many (400) old school icons thanks to google(attached with this post).
A little preview also thanks to google:
p.s. U can use also your windows DLL files (copy shell32.dll from c:\windows to your PDA).
bigchrizzieboy said:
Great icons,
p.s. U can use also your windows DLL files (copy shell32.dll from c:\windows to your PDA).
Click to expand...
Click to collapse
Thanks!
I was also struggling a lot to assign Icons to shortcuts in SK Manager
Ultimately I Found the Solution
" you can find all the icons inside these files
phone memory/windows/ shellres.dll , shellres.96.dll "
Thanks
sawan25 said:
I was also struggling a lot to assign Icons to shortcuts in SK Manager
Ultimately I Found the Solution
" you can find all the icons inside these files
phone memory/windows/ shellres.dll , shellres.96.dll "
Click to expand...
Click to collapse
Thanks for sharing this, got now to many icons Will change them "to much"
new icons
55 new icons
efbill said:
Hi all,
I have been trying for a while to find some dll's with icons
for sk shortcut manager but I did not find nowhere.
I decided to make my own! thanks to bluemetalaxe for the icons.
Just unzip it and copy files to mobile. then find this dll's
with sk shortcut manager and change the shortcut icons.
http://rapidshare.com/files/182622789/3new_dll_s.rar
some screenshot's from my omnia programs
Click to expand...
Click to collapse
Hi, excellent work!
For the ones with probs to access rapidshare, here all the files in one zip:
HI ,
Did anyone succeeded in changing the icons for Internet Explorer, Calculator, Notes, ActiveSyn and File Explorer?
No mater what i try i just cant seems to change the icon for the above mentioned although under SK he icons are changed.
Can someone pls enlighten me where i went wrong?
Thx.
Anyone pls..
Are these icons also available in VGA? For QVGA these are great but I think a lot of users are now using VGA devices so for us, these icons won't work for us.
thanks for sharing
Can sk shortcut manager change the icons of spb ms3 launcher?
Icon Size
Is there a way to get bigger icons?
I tried to enlarge them with psp and replace them with reshack.
That doesnt work. The icons stay small.
In MS3 bigger icons would look better to me.
Maybe that is a setting MS3?
Eric
HI,
Can anybody explain to me how I can change the Icons on my Omnia using the SK Shortcut Manager and the dlls from the first post?
How can I assign them to a certain icon or is this just automatically assigned by choosing the dll file in SK Shortcut Manager?
Many THX!
Greetz Guido
efbill said:
Hi all,
I have been trying for a while to find some dll's with icons
for sk shortcut manager but I did not find nowhere.
I decided to make my own! thanks to bluemetalaxe for the icons.
Just unzip it and copy files to mobile. then find this dll's
with sk shortcut manager and change the shortcut icons.
http://rapidshare.com/files/182622789/3new_dll_s.rar
some screenshot's from my omnia programs
Click to expand...
Click to collapse
hi efbill!
how to do dll from ico or png files?
ali1010 said:
hi efbill!
how to do dll from ico or png files?
Click to expand...
Click to collapse
I've opened one of the .dll in the first post, with Reshack, and replaced the original icons with custom icons, just dragging them over the original, and then i saved the new .dll.
Hope this can help!!
MarkRain said:
I've opened one of the .dll in the first post, with Reshack, and replaced the original icons with custom icons, just dragging them over the original, and then i saved the new .dll.
Hope this can help!!
Click to expand...
Click to collapse
thank you MarkRain! i will try it.
ali1010 said:
thank you MarkRain! i will try it.
Click to expand...
Click to collapse
Hi MarkRain!
Thanks much! it works.
solutions are always easier than we thougth
Hi all.
I thought i would write a basic guide on how to modify a skin apk the way YOU want it. There are some great skins being made, but often the colour scheme is not the way you might like it. I am new to android so if i have made any mistakes please let me know and i will correct ASAP.
Firstly i will say if you modify any skin, please DO NOT post it unless you have the previous developers permission. This is IMPORTANT. They are for personal use only.
First you need to install the following on to your PC:
Android SDK Here: http://developer.android.com/sdk/installing.html
Java JDK and JRE Here: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Auto sign Here: http://forum.xda-developers.com/showthread.php?t=473580
A good photo editing tool. I use photoshop.
Once installed open the android sdk and download the relevant Android Platforms.
Download the skin apk you want to modify. The apk can be opened with winrar. There will generally be 3 folders a xml and arsc. The two we need to look at are assets and res.The assets folder contains the preview pic and the wallpaper for the skin. The res folder contains all the png files. In res, the drawable folder contains the xml's. drawable-port-hdpi contains the png's for the home screen like the softbar and sense clock. drawable-land-hdpi contains the pngs used in land scape. drawable-hdpi contains the bulk of the png used in the skin
The following is how i changed the carbon fiber orange skin to green.
Extract the Carbon fiber apk. Then i wanted to change to colour scheme from orange to green so i used the res/drawable-hdpi from the evolution skin by extracting with winrar as this uses green png's. Copy the green png from the extracted evolution res/drawable-hdpi to the extracted carbon fiber res/drawable-hdpi. You will need to go through each png and just replace the orange png as the carbon fiber skin has some parts in this file.
Then take a look at the png's in the extracted carbon fiber res/drawable-port-hdpi. You will see the ones used for the home screen button colours (there the one's that are orange) Here is were photoshop comes in. You can remake the buttons or simply edit the colour of the existing png's your choice. I also changed the colour of the clock numbers from silver to green. Then replace your modified pngs with the ones in res/drawable-port-hdpi.
Next you can change the wallpaper and preview pic in the assets/image.
Now you need to add the modified folders with winrar. Open the original orange carbon fiber.apk with winrar and drag the modified assets and res folders from the modified extracted carbon fiber, to the archive. It will now replace the folders. Then close winrar.
Next you need to resign the apk with autosign for it to install. Please read the instructions on the autosign thread. Once auto sign is set up just right click on the modified carbon fiber.apk and click resign APK, wait a few seconds and job done!
I hope this info comes in useful. If i have missed anything please let me know and i will add it.
That's great! Thanks!
Sent from my Desire HD using XDA App
original_ganjaman said:
I hope this info comes in useful. If i have missed anything please let me know and i will add it.
Click to expand...
Click to collapse
Thanks for the guide. This will come in really useful!
Sent from my DHD
Dear original_ganjaman:
First thanks for your guide.
I had Edit Skin .apk's.
But when I change the png that name is lockscreen_arc_incall.png in res/drawable-hdpi.
It always can't show on lockscreen.
Can you tell me why.
Thank you.
laphone said:
Dear original_ganjaman:
First thanks for your guide.
I had Edit Skin .apk's.
But when I change the png that name is lockscreen_arc_incall.png in res/drawable-hdpi.
It always can't show on lockscreen.
Can you tell me why.
Thank you.
Click to expand...
Click to collapse
That png is for when you are receiving a call. Edit lockscreen_arc.png, thats the one you want.
original_ganjaman said:
That png is for when you are receiving a call. Edit lockscreen_arc.png, thats the one you want.
Click to expand...
Click to collapse
Thank you for your answer
original_ganjaman said:
Hi all.
I thought i would write a basic guide on how to modify a skin apk the way YOU want it. There are some great skins being made, but often the colour scheme is not the way you might like it. I am new to android so if i have made any mistakes please let me know and i will correct ASAP.
I hope this info comes in useful. If i have missed anything please let me know and i will add it.
Click to expand...
Click to collapse
Dear original_ganjaman:
How can I change name of skin??
I try use apktool to do.
But apktool like can't decode skin's apk
I got way to change name of skin
Thanks
I downloaded a win rar for a dock,
and I have no idea how to get it onto my phone, I have tried to read this, but I'm just soo confused I don't get it.
superdaddy said:
I downloaded a win rar for a dock,
and I have no idea how to get it onto my phone, I have tried to read this, but I'm just soo confused I don't get it.
Click to expand...
Click to collapse
Which part are you stuck on? I don't understand how far you have got.
original_ganjaman said:
Which part are you stuck on? I don't understand how far you have got.
Click to expand...
Click to collapse
I downloaded this dock and wanna put it on my phone.
http://dutchlimits.deviantart.com/#/d324v1v
superdaddy said:
I downloaded this dock and wanna put it on my phone.
http://dutchlimits.deviantart.com/#/d324v1v
Click to expand...
Click to collapse
It is for launcherpro. I don't use this sorry. it is not a skin but a whole dock replacement.
I have only been using android for around 2 weeks, so i am new to this.
Edit: i took a look and it is a skin for launcher pro. install instructions seem easy: Taken from the readme.txt:
Install:
- Download launcherpro
- On home: Press menu -> Preferences -> Appearence -> Dock background -> Custom
Can anyone tell me, after edit the apk file, how can i change the name of the skin and author?
Exactly what I was looking for, thanks!
Sent from my ADR6400L using XDA App
thnx!
thnx guy, this is useful 4 all the newbies on the field of edition skins!! xP
*Yawns* - Old thread is old. If you want to say thanks, use the button.
*Puts Thread Back To Sleep*
*Yawns* - Old thread is old. If you want to say thanks, use the button.
*Puts Thread Back To Sleep*
Hello - trying to search, but only getting search down error. I have the captivate with root and am trying to locate where the icons are kept. I would like to keep the 4 programs on the bottom dock, but want to change the icon. I wanted to go into Photoshop, but I can't find where the icons are kept. Any help or advice would be great. I prefer not to use another launcher to change icons as I like the screen the way it is.
vtmorp said:
Hello - trying to search, but only getting search down error. I have the captivate with root and am trying to locate where the icons are kept. I would like to keep the 4 programs on the bottom dock, but want to change the icon. I wanted to go into Photoshop, but I can't find where the icons are kept. Any help or advice would be great. I prefer not to use another launcher to change icons as I like the screen the way it is.
Click to expand...
Click to collapse
There's an app called apk editor. Its on the i9000 themes and apps forum I believe.
Sent from my GT-I9000 using Tapatalk
Thanks! Going to check it out now.
OK, I'll admit it - I have no idea what I am doing. I do not know how to use the edit apk or apk manager. Is there any way to mount my phone, open photoshop, find an icon and edit it? I really am most wanting to edit the app icon on the dock. Does any one know where to find this icon? Also, where are the other icons - are they in each individual program? Thanks. Peace. Michele
vtmorp said:
OK, I'll admit it - I have no idea what I am doing. I do not know how to use the edit apk or apk manager. Is there any way to mount my phone, open photoshop, find an icon and edit it? I really am most wanting to edit the app icon on the dock. Does any one know where to find this icon? Also, where are the other icons - are they in each individual program? Thanks. Peace. Michele
Click to expand...
Click to collapse
1. extract the app with root explorer to the sd card,
2. put it on your computer and change it to a .zip file
3. extract the res folder and go into the drawable-hdpi
4. replace the current icon with the icon that you want (should be named something similar to "homescreen_icon_musicplayer.png" which is the stock music player icon) it shouldnt be to hard to figure out which one it is. just make sure the names are the same when you replace it.
5. replace the original res folder inside the zip file with the modified version
6. cange the zip back into a .apk and put it back onto the sd card
7. Finally using root explorer replace the old apk with the new one from the sd card.
vtmorp said:
OK, I'll admit it - I have no idea what I am doing. I do not know how to use the edit apk or apk manager. Is there any way to mount my phone, open photoshop, find an icon and edit it? I really am most wanting to edit the app icon on the dock. Does any one know where to find this icon? Also, where are the other icons - are they in each individual program? Thanks. Peace. Michele
Click to expand...
Click to collapse
Yes each app icon is built into the app. If all you really want to do is change the bar icon on your main screen then I would grab Launcher pro or another launcher that allows for custom Icons and use that or you will be editing each app one by one
I'll post this picture since i've seen the icons on it, couldn't find them anywhere else. I am specifically interested in those arrow icons, for my app drawer. Can anyone tell me the name of the pack please? Thank you!
Anyone?
Sent from my Nexus S using Tapatalk
The screenshot is from blackbearblanc website. Browse from his old archive.
Or you can search from his gDocs - here.
Regards.
cjoshua said:
The screenshot is from blackbearblanc website. Browse from his old archive.
Or you can search from his gDocs - here.
Regards.
Click to expand...
Click to collapse
Thanks but the icon sections are empty
Anyway, does anyone happen to have a similar arrow icon? Because I am mostly interested in those arrow icons, text isn't a problem cause there are a ton of packs with such stuff. I tried google images but no luck, can't find the damned arrows
Maybe you should have read my remark in the nexus s section a bit better ! you are not seeing icons but a dock with fixed text ! anyways sjoshua was right, it can be found in his account ... this is the link :
https://docs.google.com/leaf?id=0B6...WU5NS00NjFlLTliZmYtZWI0YjQ0YzAwZDU4&cindex=13
lvnatic said:
Thanks but the icon sections are empty
Anyway, does anyone happen to have a similar arrow icon? Because I am mostly interested in those arrow icons, text isn't a problem cause there are a ton of packs with such stuff. I tried google images but no luck, can't find the damned arrows
Click to expand...
Click to collapse
No they are in another folder called "Docks by Champkongen".
Click here if you can't find them.
Regards.
Hi,
Can anyone explain how one changes the icons in the notification bar?
More specifically, the 3G icon, Signal Strength, and the notification for a new text message?
Also, I know you can change the carrier name to whatever you like with apps like "CCname" and etc. but I've also seen that people have changed it into actual pictures or .png. Any help?
Thanks
I'd like to know more about this too!
The icons are usually found in framework-res.apk/res/drawable*** and begin with "stat". The email notification depends on what app your using but is also found in res/drawable***. You can change them using metamorph.
Hope this helps.
So do you mean I should use a program like APK Manager, and open up the framework apk? What does metamorph have to do with it? Sorry, don't know anything about this.
Unzip the theme you're using, and navigate your way through the SystemUI folder.
If your theme doesn't come with custom icons, download a theme that does (I use Buuf as a base, because it effectively themes /everything/) and see what naming scheme you require for your custom icons.
Replace the icons in the theme you're using, in the correct folder, and rezip as an .mtz.
Not sure if it's the /best/ way to be doing things, but is working well enough for me. I'm finding it rather easy to create a whole custom theme by simply replacing elements from buuf, with my own, and removing those I want as default.
Edit: I too would like to know about carrier icons, however! haha.
Antennas said:
Unzip the theme you're using, and navigate your way through the SystemUI folder.
If your theme doesn't come with custom icons, download a theme that does (I use Buuf as a base, because it effectively themes /everything/) and see what naming scheme you require for your custom icons.
Replace the icons in the theme you're using, in the correct folder, and rezip as an .mtz.
Not sure if it's the /best/ way to be doing things, but is working well enough for me. I'm finding it rather easy to create a whole custom theme by simply replacing elements from buuf, with my own, and removing those I want as default.
Edit: I too would like to know about carrier icons, however! haha.
Click to expand...
Click to collapse
this is how i was told to do it by another extremely helpful gentleman, the carrier icon i would like to know as well
Does anyone know what a sms notification is called? Can't find it in any of the themes for miui. The closest I find is "chat" and i'm assuming thats for google chat
Easiest thing to do is get your rom zip and unpack all the frameworks and apks in apps using 7zip.
Then do a search for "stat" you'll be presented with the icons that appear in your status bar, then you can highlight them to see what apk they came from and edit as you please.
You don't need to use apk tool/manager as your only doing simple edits.
Metamorph will only replace the images you want so you dont need to flash/push a full apk.
Theres threads how to use metamorph, I think one might be a sticky at the top of this section. Its childs play to use it.
jeffng09 said:
Does anyone know what a sms notification is called? Can't find it in any of the themes for miui. The closest I find is "chat" and i'm assuming thats for google chat
Click to expand...
Click to collapse
It depends what app your using for SMS.
Sent from my GT-I9100 using XDA Premium App
the way i have done it today was to take the theme file and open it with 7zip(i just opened the archive, i didnt extract it) and go to folder systemui>res>drawable hdpi>stat_notify_sms.png or whatever file you want to change, then i would delete the file that i wanted to change and add the renamed file that i wanted to the archive. it has to match the stat_notify_sms.png name, or whatever the image is that your changing, or it will not work. then i just put it into dropbox and dl'd it to my phone and installed it
the only downside for me was that i couldnt change that image to the little ribbon that i wanted to. other than that i was able to change the signal bars, the wifi bars, and the 3g bars, but the sms wouldnt change for me, neither would the gmail.
I'm using the stock sms from miui.
bodybombs said:
the way i have done it today was to take the theme file and open it with 7zip(i just opened the archive, i didnt extract it) and go to folder systemui>res>drawable hdpi>stat_notify_sms.png or whatever file you want to change, then i would delete the file that i wanted to change and add the renamed file that i wanted to the archive. it has to match the stat_notify_sms.png name, or whatever the image is that your changing, or it will not work. then i just put it into dropbox and dl'd it to my phone and installed it
the only downside for me was that i couldnt change that image to the little ribbon that i wanted to. other than that i was able to change the signal bars, the wifi bars, and the 3g bars, but the sms wouldnt change for me, neither would the gmail.
Click to expand...
Click to collapse
For Gmail notification you will have to put
stat_notify_email.png here
com.google.android.gm->res->drawable-hdpi
if these folders do not exists create them.
For changing SMS notification icon changing stat_notify_sms.png under
com.android.mms->res->drawable-hdpi
will change SMS notification icon
Hope this helps.
Ok, Just to be clear.
First, I find a pre-made theme, and change the .mtz to .zip so I can open it.
Then I find the icon i want to replace and change it with the exact name.
Then I compress it back to a .zip.
Then I rename the .zip into a .mtz.
Should that work?
jeffng09 said:
Ok, Just to be clear.
First, I find a pre-made theme, and change the .mtz to .zip so I can open it.
Then I find the icon i want to replace and change it with the exact name.
Then I compress it back to a .zip.
Then I rename the .zip into a .mtz.
Should that work?
Click to expand...
Click to collapse
no,
find theme
right click>7zip>open archive
find the icon you want to replace and change it with the exact name
i have to delete the icon im replacing from the archive before i put the new icon in its place first
smokin901 said:
For Gmail notification you will have to put
stat_notify_email.png here
com.google.android.gm->res->drawable-hdpi
if these folders do not exists create them.
For changing SMS notification icon changing stat_notify_sms.png under
com.android.mms->res->drawable-hdpi
will change SMS notification icon
Hope this helps.
Click to expand...
Click to collapse
the gmail still didnt work for me
jeffng09 said:
I'm using the stock sms from miui.
Click to expand...
Click to collapse
If your on stock odds are its in the framework, never ran miui so I'm not too sure.
Where can I find the battery icons at? I like in the systemui and framework-res folders and I can't find anything
bodybombs said:
the gmail still didnt work for me
Click to expand...
Click to collapse
Have you tried "stat_notify_gmail.png" in the framework?
dully79 said:
Have you tried "stat_notify_gmail.png" in the framework?
Click to expand...
Click to collapse
yeah i themed everything i could find relating to gmail lol
SubyWill said:
Where can I find the battery icons at? I like in the systemui and framework-res folders and I can't find anything
Click to expand...
Click to collapse
systemui>res>raw should be it