[Q] Replace icons? - T-Mobile, Samsung Galaxy SIII

Hello,
I would like to know if it is possible to replace the system icons (phone, contacts, Play Store) in Deviant Wicked v10 with the system icons from Deviant Domination v1 and if it is possible, how would it be done.
Thanks in Advance.

Its very possible.. You can do it by extracting the icon.png from the res folder within the apks you want the icon from, and then use a launcher like nova to replace the icons in the drawer or desktop using the PNG you extracted.. That is the easy way.
If you wanna use the touchwiz launcher, you have to extract the icon.png from the apk you want the icon from, decompile the apk you want to use, replace the icon.png to the one you want (the one you extracted), compile the apk, and then push it to system/app.. I think there's special things you gotta do to get the phone, contacts and play store to compile and launch correctly though, I never messed with them much
Sent from my SGH-T999 using Tapatalk

Thanks
Unzipped i don't know how many apk's but cannot find the icons anywhere.

Look in the res/drawable-xhdpi folder.. Should be one of those pngs
Sent from my SGH-T999 using Tapatalk

serio22 said:
Look in the res/drawable-xhdpi folder.. Should be one of those pngs
Sent from my SGH-T999 using Tapatalk
Click to expand...
Click to collapse
Thank you for your help. I Found the play store icon. it's in the Phonesky.apk. extracted it from Domination, replaced it in Wicked but when I tried to copy the apk back to the phone, it gives an error and wont allow the copy.

shootingblanks00 said:
Thank you for your help. I Found the play store icon. it's in the Phonesky.apk. extracted it from Domination, replaced it in Wicked but when I tried to copy the apk back to the phone, it gives an error and wont allow the copy.
Click to expand...
Click to collapse
Did you decompile, replace icons and recompile it?
Sent from my SGH-T999 using Tapatalk

I used WinRAR to unzip it, replaced the icon, zipped back then renamed it.

shootingblanks00 said:
I used WinRAR to unzip it, replaced the icon, zipped back then renamed it.
Click to expand...
Click to collapse
That's not gonna work.. You need to decompile and recompile it.. Look for threads on how to do it
Sent from my SGH-T999 using Tapatalk

ok. thanks

Related

Change lockscreen slider color??

i saw somewhere once on an Epic that the stock Samsung lock screen slider was a red circle and red arrow up with the lock in the middle. I can't seem to find the thread in order to do more research or get what i am looking for.
so does anyone know how i can get my slider icon to be red instead of the greyish black it is now?
Flash a theme, or if you only want the lockscreen then delete all the images except the lock.
Texted while driving
063_XOBX said:
Flash a theme, or if you only want the lockscreen then delete all the images except the lock.
Texted while driving
Click to expand...
Click to collapse
where are the images located?
or where can i get just a theme for the lockscreen, i don't want a full on theme.
Are you using the standard or the aosp lockscreen?
cerebralzulu said:
Are you using the standard or the aosp lockscreen?
Click to expand...
Click to collapse
standard samsung on Epic
The images you are looking for are found in the framework-res.apk file.
Specifically i think you might be looking for /res/drawable-hdpi/
zz_unlock_arrow.png
zz_unlock_arrow_msg.png
maybe even
zz_unlock_lockbg.png
zz_unlock_lockbg_press.png
black06c230 said:
standard samsung on Epic
Click to expand...
Click to collapse
p3dr0maz said:
The images you are looking for are found in the framework-res.apk file.
Specifically i think you might be looking for /res/drawable-hdpi/
zz_unlock_arrow.png
zz_unlock_arrow_msg.png
maybe even
zz_unlock_lockbg.png
zz_unlock_lockbg_press.png
Click to expand...
Click to collapse
using Root Explorer i can get to /res/....but there is not a folder for drawable-hdpi
anymore thoughts on places to check?
Nope, that's where it is for moi. Weird. Try unzipping the whole folder then look on /sdcard/extracted/ and see if it shows up there.
If not maybe post your framework-res.apk and twframework-res.apk here and i can take a look.
edit: Maybe mine's different since technically we don't have the stock TW Launcher. We have a slightly modified one on Bonsai.
black06c230 said:
using Root Explorer i can get to /res/....but there is not a folder for drawable-hdpi
anymore thoughts on places to check?
Click to expand...
Click to collapse
p3dr0maz said:
The images you are looking for are found in the framework-res.apk file.
Specifically i think you might be looking for /res/drawable-hdpi/
zz_unlock_arrow.png
zz_unlock_arrow_msg.png
maybe even
zz_unlock_lockbg.png
zz_unlock_lockbg_press.png
Click to expand...
Click to collapse
That's where they are on mine. Stock, not rooted ec05.
Sent from my always stock, EC05 Epic 4G
zanderman112 said:
That's where they are on mine. Stock, not rooted ec05.
Sent from my always stock, EC05 Epic 4G
Click to expand...
Click to collapse
thanks wasn't reading in full...i found the files once extracted
BUT of course i am find a new file and name it to overwrite the current file but how do i recompile it back to the .apk to relpace the .apk?
p3dr0maz said:
Nope, that's where it is for moi. Weird. Try unzipping the whole folder then look on /sdcard/extracted/ and see if it shows up there.
If not maybe post your framework-res.apk and twframework-res.apk here and i can take a look.
edit: Maybe mine's different since technically we don't have the stock TW Launcher. We have a slightly modified one on Bonsai.
Click to expand...
Click to collapse
thanks wasn't reading in full...i found the files once extracted
BUT of course i am find a new file and name it to overwrite the current file but how do i recompile it back to the .apk to relpace the .apk?
EDIT: in the extracted file i don't see the ones i'm looking for....i am using Syndicate ROM if that helps
Apk's are just archives. You can use your favorite archiving application to modify the APK ( i like WinRAR ). All I normally have to do is open the APK with WinRAR and take the modified PNG's (not .9.pngs - these have to be run through eclipse first) and drop em in to the folder you want. Boosh! Done.
I'm seeing the files right where we said they'd be. you still don't have 'em? /system/framework/framework-res.apk
black06c230 said:
thanks wasn't reading in full...i found the files once extracted
BUT of course i am find a new file and name it to overwrite the current file but how do i recompile it back to the .apk to relpace the .apk?
Click to expand...
Click to collapse
Inside framework-red.apk is a folder called res. Inside that is drawable-hdpi, all the way at the bottom of that.
Sent from my SPH-D700 using Tapatalk
p3dr0maz said:
Apk's are just archives. You can use your favorite archiving application to modify the APK ( i like WinRAR ). All I normally have to do is open the APK with WinRAR and take the modified PNG's (not .9.pngs - these have to be run through eclipse first) and drop em in to the folder you want. Boosh! Done.
I'm seeing the files right where we said they'd be. you still don't have 'em? /system/framework/framework-res.apk
Click to expand...
Click to collapse
okay thanks i figured out my error and now can see the file
thanks for your help
1 last ? where is the file for the task/notification bar color?
black06c230 said:
okay thanks i figured out my error and now can see the file
thanks for your help
1 last ? where is the file for the task/notification bar color?
Click to expand...
Click to collapse
Its in framework res.apk too look for status bar background. There are two one is a bigger png which is for when you pull it down and that's a dummy file because on the epic its inside twframework-res but the other is a small box and a .9.png so if you don't know how to edit them borrow one from a working theme.
Sent from my SPH-D700 using Tapatalk

[Q] request of honeycomb blue outline

Hey guys i dont no much about theming so i was wondering if someone can pull the blue outline from the honeycomb fusion theme. The one that pops up with every popup on the theme. thats all i need and want or if someone can point me in the rightt direction to get it myself. Thankyou.
The blue outline on popups is part of the images as a hole. Just look in the drawable-hdpi folder of both frameworks
Sent from my SPH-D700 using Tapatalk
The images you want to copy over are:
framework-res:/res/drawable-hdpi/
popup_bottom_bright.9.png
popup_bottom_dark.9.png
popup_bottom_medium.9.png
popup_center_dark.9.png
popup_center_bright.9.png
popup_center_medium.9.png
popup_top_bright.9.png
popup_top_dark.9.png
popup_top_medium.9.png
charlie95113 said:
Hey guys i dont no much about theming so i was wondering if someone can pull the blue outline from the honeycomb fusion theme. The one that pops up with every popup on the theme. thats all i need and want or if someone can point me in the rightt direction to get it myself. Thankyou.
Click to expand...
Click to collapse
So the images i just copy them to the framework i got correct im using the darkhorse theme or do i unzip those files and just add them to the dht and rexip then flash .what would be eadiest
charlie95113 said:
So the images i just copy them to the framework i got correct im using the darkhorse theme or do i unzip those files and just add them to the dht and rexip then flash .what would be eadiest
Click to expand...
Click to collapse
You can do either one. I would update the zip that way if you need it in the future you will have it done already.
Sent from my SPH-D700 using XDA Premium App
Well i tried but no luck i couldnt put the framework apk back together
charlie95113 said:
Well i tried but no luck i couldnt put the framework apk back together
Click to expand...
Click to collapse
You should only be copy and pasting these from the Honeycomb frameworks over to the framework your modding. Don't unzip (extract) anything, just OPEN the archive using either WinRAR or 7zip (I use 7zip personally) and just copy/paste.. Extracting and attempting to re zip the frameworks are going to cause trouble.
Ok thanx ill try that when i get ahold of my pc unless i can do it through the phone
I've done some zip work through the Epic using Root Explorer/Astro/ES File Explorer at different stages to get it all to work and its a pain in the butt. You would be much better off just using your PC, take you a whole 5 minutes to pull those pop up pngs mentioned by p3dr0maz and paste them into your framework and flash it/ADB push it.

[Q] how can i add or edit whatsapp for custom emoticons ?

I would like to add some emoticons into whatsapp
Sent from my GT-I9100 Westcrips ICS using xda premium
RodneyNL said:
I would like to add some emoticons into whatsapp
Sent from my GT-I9100 Westcrips ICS using xda premium
Click to expand...
Click to collapse
You probably wont be able to add any, you can change the current ones by editing the apk, signing it then installing it. Once you open up the apk (with 7zip, winrar etc.) look inside the drawable-hdpi folder. Thats probably where the emoticons are kept.
I can help if you need.
You might want to check out these custom whatsapp's by yorzua :
http://forum.xda-developers.com/showthread.php?t=1543631
Thanks for your reply om gonna try it out i'll let you know of i need your help (probably i will need it xD)
Sent from my GT-I9100 using xda premium
Adding icons to whatsapp
Hey Guys has anyone tried adding new icons into the default whatsapp?
Or do the modded versions allow adding additional GIF'S to be added to the instant messenger?
Thanks
yes i have tried it, but it's useless since the recipient of the emoticon should have the "moded" version too, so that he could see the emoticon
Just wanted to add that Ive noticed the Iphone has new icons and I can view them on my phone which dont have those icons :/
esk02k said:
You probably wont be able to add any, you can change the current ones by editing the apk, signing it then installing it. Once you open up the apk (with 7zip, winrar etc.) look inside the drawable-hdpi folder. Thats probably where the emoticons are kept.
I can help if you need.
You might want to check out these custom whatsapp's by yorzua :
http://forum.xda-developers.com/showthread.php?t=1543631
Click to expand...
Click to collapse
I used 'Formatter' to rename (whatsapp) .apk file into .zip did required changes (replaced one .png smiley file) & again renamed it into .apk
But then, I'm not able to install it (even after uninstalling previous version). An error saying 'Application not installed' shows.
How can I modify .apk files (in terms of replacing only the smiley image files) & repack it into proper .apk file so that I'll be able to install it without any error?
Please help me..
thanks
yogz214 said:
I used 'Formatter' to rename (whatsapp) .apk file into .zip did required changes (replaced one .png smiley file) & again renamed it into .apk
But then, I'm not able to install it (even after uninstalling previous version). An error saying 'Application not installed' shows.
How can I modify .apk files (in terms of replacing only the smiley image files) & repack it into proper .apk file so that I'll be able to install it without any error?
Please help me..
thanks
Click to expand...
Click to collapse
i also want a new smiley, for example a puking smiley
After modifying the apk i think you should resign it to be able to install it
Check zipsigner from the play store
Sent from my GT-I9100G using XDA Premium 4 mobile app
fmardini said:
After modifying the apk i think you should resign it to be able to install it
Check zipsigner from the play store
Sent from my GT-I9100G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
so i have to download the whatsapp.apk, unrar it, change the icons in it, and resign it?
Were are the folder?
I am getting a "parsing" error by installing whatsapp
jonny.pl said:
i also want a new smiley, for example a puking smiley
Click to expand...
Click to collapse
That is exactly what I am trying to do here.
I was looking for the same & found these.
http://www.techgyd.com/whatsapp-stickers-free-android-iphone/12739/
Good idea, but not practical
In order to install an apk, it must be properly signed and with a password that only the developers know. If you own the app though, you will still need to to decompile and recreate the apk structure by turning the directories of the zip into an android structure, since the compiling will change pretty much everything.
Worst part of it all, if you somehow manage to change and install the app, only you will be able to see it since only the apk installed on your phone has those custom emoticons.
Cheers :good:
how do I put emoticons on viber /whatsapp for sell
Just get your friends to use wechat, has all the emos in the world. Whatsapp is crap

[Request] Cyan Stock Battery & Cyan Internet Traffic Arrows

Can anyone make this mod? Or help me how to make this mode.
Im using MC3 and I love the Cyan colour on my phone than this stock green.
I want ro Stock batter and Stock Internet & Wifi Arrows but just in Cyan Colur.
Like This pic.
Can anyone Help me about it please?
I decompiled the framework-res.apk but couldnt find anyting to change colour
Joy` said:
I decompiled the framework-res.apk but couldnt find anyting to change colour
Click to expand...
Click to collapse
Look into SystemUI.apk, not in framework
I decompiled SystemUi.apk
Its about 2.4 Mb. change my battery colours (you can see on the attach)
But when i compile again it was 1.7 Mb. Unsigned
I signed Apk and still same 1.7 Mb.
Its my first time to decompile any apk.
I think i made something wrong
Any idea for this Noob User? :angel:
Size is not important. Often a compile of something you decompile will come out smaller. This shouldn't be used as an indicator of anything
Sent from my GT-I9300 using Tapatalk 2
rootSU said:
Size is not important. Often a compile of something you decompile will come out smaller. This shouldn't be used as an indicator of anything
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I replaced the new systemUI.apk to system/app give permission rw-r--r-- but. Status bar dont shown and systemUI force close
Sent from my GT-I9300 using xda premium
In that case you have done something wrong
You don't even need to decompile to swap images anyway. Just open the zip (NOT extract) with winrar, 7zip or linux archive manager, delete the images you want and drag the new images (which must have the exact same name - case sensitive) in. If it asks for compression,.choose "store" or "no compression"
You only need to decompile and recompile if you're changing resources and xml files
Sent from my GT-I9300 using Tapatalk 2
rootSU said:
In that case you have done something wrong
You don't even need to decompile to swap images anyway. Just open the zip (NOT extract) with winrar, 7zip or linux archive manager, delete the images you want and drag the new images (which must have the exact same name - case sensitive) in. If it asks for compression,.choose "store" or "no compression"
You only need to decompile and recompile if you're changing resources and xml files
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Hahaha. IT work Lol. I did not thinks thats easy like this.
You are Parfect Mate.! Very Thanks :good:
yep, very easy if only images.
And Ta taa!!
Sent from my GT-I9300 using xda premium

[Q] How to Change Fonts on CM10.1?

I can't find anything in the settings for changing the font and rom toolbox does nothing but send my phone into a boot loop... Anyone know how(can explain)?? I have a lot of font apk's from GB I'd like to use.
Go the hard way: fonts are stored under /system/fonts and you just have to replace them all you like with a root-enabled file explorer. If your fonts are in an APK pack, extract with WinRAR/WinZIP and look for .ttf files inside.
Sent from HTC Incredible S @ CM10.1
Is it just like a drag and drop? Would I replace the ones in there? Or just add the,... If I add them how dovI enable them? If I'm replacing them, would I rename them to the system name? Does it change instantly, or what? I'm not really "familiar" with this :/
KooladeKC said:
Is it just like a drag and drop? Would I replace the ones in there? Or just add the,... If I add them how dovI enable them? If I'm replacing them, would I rename them to the system name? Does it change instantly, or what? I'm not really "familiar" with this :/
Click to expand...
Click to collapse
Rename to the system names (but there are many font files, do make sure which you want to replace!) and replace them. Don't forget to set permission to rw-r--r--. Then just reboot to see effect. If anything happens just flash the original ROM without wiping anything.
Sent from Xperia Mini Pro SK17i @ CM10.1
AndyYan said:
Go the hard way: fonts are stored under /system/fonts and you just have to replace them all you like with a root-enabled file explorer. If your fonts are in an APK pack, extract with WinRAR/WinZIP and look for .ttf files inside.
Sent from HTC Incredible S @ CM10.1
Click to expand...
Click to collapse
All of the fonts are individual apk files.. How do you extract the ttf files?
KooladeKC said:
All of the fonts are individual apk files.. How do you extract the ttf files?
Click to expand...
Click to collapse
I mean, can't you open the apk's with WinRAR or WinZIP? (if necessary, change the file extension to .zip) Extract and seek .ttf files in it. I can't guarantee you will find it though, as I always directly fetch readily-available ttf files and never used these font APKs. Maybe that's different.
A bit offa topic: why change when system default (the Roboto font family) is beautiful enough?
Sent from HTC Incredible S @ CM10.1
When I change some of the file I get stuck in a forever boot. Am I doing something wrong?
Sent from my HTC Vision using Tapatalk 2
TayOnG1 said:
When I change some of the file I get stuck in a forever boot. Am I doing something wrong?
Sent from my HTC Vision using Tapatalk 2
Click to expand...
Click to collapse
Then you must be doing wrong, or you might haven't set correct permissions after replacing files.
Anyway, I'm free on summer vacation, so you can send me the fonts you want to use (font name or file, both are okay, BUT it has to be a font family with at least bold, italic and bold+italic variants!), and I'll see if I can pack up a flashable zip for you.
AndyYan said:
Then you must be doing wrong, or you might haven't set correct permissions after replacing files.
Anyway, I'm free on summer vacation, so you can send me the fonts you want to use (font name or file, both are okay, BUT it has to be a font family with at least bold, italic and bold+italic variants!), and I'll see if I can pack up a flashable zip for you.
Click to expand...
Click to collapse
I see now what I was doing wrong. The font I was trying to use wasn't bold and I was trying to load it into a bold file in the system folder. Thank you for the quick response.
I know this isn't apart of the tread but how would you go about packing fonts in a zip to flash?
Sent from my NookColor using Tapatalk 4 Beta
TayOnG1 said:
I know this isn't apart of the tread but how would you go about packing fonts in a zip to flash?
Sent from my NookColor using Tapatalk 4 Beta
Click to expand...
Click to collapse
Normally I have to base my flashable zip on an already existing one, then I just replace the fonts inside, slightly tweak the update-script, repack, re-sign and all done. Dunno how to go into details...
Sent from Google Nexus 4 @ CM10.1.2

Categories

Resources