[Tutorial] Change every icon you want [Newbie-Stuff] - Samsung Galaxy S7 Edge Themes, Apps, and Mods

Hello , first of all i dont know english very well so i have problem writing it well lets start with our little project.
And i see some people here ask to change the icons on launcher so here we go.
Well hmm i love telegram but you know what i dont like the color of his icon it has to much on it so but i want more red one and the name i dont like i would preffer better like on my way so its easy its a android application called APK Editor and he has the free and the pro version in this case we need pro but and free version can do the work , with this application you can rebuild entire app and with rpo version you can have the smali files.
Requirements :
Rooted device
APK Editor
Steps :
I made a video because its complicated to write here but i will write and put the video link here.
1) Open app and select the program you wouls like to edit, after you select the program you have 3,4 choice to select what kind of edit you want in this case we want full edit i mean rebuild one so we select the first choice that the program offer to us.
2) After selecting the app you are now on the content of that app so we can go direct to our job ans lets other stuff without touching them so we go under the files tab and select the res folder and find our icons but icons are located at subfolders named drawable so in there we look for our icons we want to change on our case is a icon on launcher and notification so on Telegram app thoose icons are named book_icon.png and ic_launcher.png so there are to much drawable folder because have to many phone different rezolution and diferent api so we must have diferent icona to fit any phone so we have to made some our icons with out dimensions i upload mines here for RED telegram.
3) After finishing go and tab Build on the right corner and uala remove your installed application and install yours (anyway the program will ask you its self).
Video link :
Here is for thoose who want to have my moded Telegram.
http://ucagg.com/uca.apk
Note :
I couldn't install because of recorder that one overlapse my screen.
Easy with thoose you can fc an app.
You can use this app on so many different ways one of them on our loved AOD i made a threat here to change the wallpaper.

Related

[Tutorial] How to create Titanium skins (WM6.5)

Theres one thing I have to say before I begin: Make good skins!
Theres nothing wrong on reusing stuf from others (with due credits and permission, if needed) but dont go for the easy mix, make some good graphics with cool transparencies and plently of bling.
Please dont make ugly skins (like I did) for example, the M2D skin thread is huge, but only some are thrully nice and different.
Each person has its own taste, but lets all make an effort to raise the bar.
The skin change can be as simple as editing the 2 main images: The main tab and the minimized tabs, you can do much, much more, but those 2 images are the main change to the visual effect.
The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed).
The main tab is a png inside a DLL with other icons, for that you need to edit the DLL with a special program.
To edit the DLL (containg the main graphics and icons):
----------------------------------------------------
- Download ans install the PE Explorer trial: http://www.heaventools.com/download.htm
- Copy bronzeres.dll from the Windows folder to your SD card then to your PC.
- Open the DLL in PE Explorer and click on View > Resources
- See all the files inside the RC Data folder and double-click the png number 3000 for portrait or 4000 for landscape.
- Import a new PNG into that new screen and save the dll when finished (backup yours first).
- Download, export an open MSigner and open your dll inside this software.
- Copy that dll into your SD Card and then into the Windows folder (use Resco explorer if it denies access).
- Reset and enjoy.
To change the layout of the plugin you need to edit the Titanium_*.cpr file on your Windows folder (like Titanium_240x320.cpr, or whatever your screen resolution is), its a "simple" XML inside, you can see it with Notepad.
See this link for a detailed explanation of it:
Titanium Walkthrough by drkfngthdragnlrd
http://forum.xda-developers.com/showpost.php?p=3601164&postcount=2
You can download here a (bad) example of a simple skin.
More tools for developers:
--------------------------
A Guide to Windows Mobile 6.5 by joel2009
http://forum.xda-developers.com/showthread.php?p=3626556
CPL/CPR online creator:
http://forum.xda-developers.com/showthread.php?t=520857
Worked like a charm...
Great tutorial...
Many Thanks
Thanks, Iwas trying to look at the bronzeres.dll with reshacker and getting really confused. All I saw was a bunch of code. No images. I'll try this PE Explorer out. Anybody know if there is a chrome or grey theme already? Do we not need to sign the dll as in previous skinning like taskbar?
Hmmm... to be honest I dont remenber if I signed it, I dont think i did... :/
PNG Format
Hi TWolf,
thanks for the perfect instructions. Just tried myself. WAnt to change the 3000.png. But if I export it into Photoshop and create a new one with transparnency Titanium just shows background after having copied the new dll.
Do you know the specifications of the PNG?
Thanks
Januwar
there is also a tutorial for cpr files?
would be nice like the one for manila 2d, where people put lines and explanations...
Januwar said:
Hi TWolf,
thanks for the perfect instructions. Just tried myself. WAnt to change the 3000.png. But if I export it into Photoshop and create a new one with transparnency Titanium just shows background after having copied the new dll.
Do you know the specifications of the PNG?
Thanks
Januwar
Click to expand...
Click to collapse
Hmmm.. I used simple 32 bits alpha transparent pngs from flash or paint shop pro... :/
KeRmiT80 said:
there is also a tutorial for cpr files?
would be nice like the one for manila 2d, where people put lines and explanations...
Click to expand...
Click to collapse
The link on the first post of Titanium Walkthrough by drkfngthdragnlrd has some info on that.
when i replace the file and reboot it. I get a blank today screen and its set on windows default so i guess i'm doing something wrong. Same problem as januwar
Thats strange, could you test this?
Open your file on the signer and after its signed try to put it on the windows folder again...
I wasnt sure this step was really needed..
signed file works
thank you!!!
now just a question...how to add icons to "collapsed" tabs?
what i understood is that is possible to link to an external icon or use one in the bronzeres.dll...
...i'd like to know how
Thanks, added to the tutorial.
That depends of the plugin, if it uses icons that are inside this dll, then they can be changed too... If they use external pngs, thats even easier.
yes but only if the plugin already has the code to display an icon in the cpr right?
dont' know...it's the right place to ask for an example?
how to add an icon (not to change only) can you show the lines to add to the cpr for a generic tab? maybe it's possible to use the chome editor, i saw some registry entries related to icons in tabs editor...
something easy...newbie level please
its exacly the same procedure, just instead of being that icon number, its another one... :/
In some cases, if you edit the registry to a full path png file, it will use it.
no sorry maybe i didn't explain myself...
default plugins in titanium has only text when not selected, right?
now if i want (like i saw in some themes) to add an icon on the left to a non selected tab i think i have to edit the cpr and add some lines to create a link to a number in case of bronzeres or to an external png.
what i need is an example of these lines to add to cpr so i can replicate on my own for all my installed plugins.
i hope i've been more clear this time
ps :sorry for the dumb question as i told you i'm newbie, thank you for your help
Theres already a thread, as I said, to show ppl how tu use the cpr files... :/
You can see a example of what I did here:
http://forum.xda-developers.com/showpost.php?p=3788297&postcount=45
I added this to the condensed view of my resolution cpr:
Code:
<Image ID="[B]ICON[/B]" Left="0" Top="0" Width="36" Height="36" />
And this to the registry:
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\system\CondensedPage]
"[B]ICON[/B]"="\\[I]My Documents\\Themes\\Titanium System Panel\\sd.png[/I]
thank you
i've read the walkthrought but i couldn't find these...maybe i have to search in the whole thread
These nice people copied the first post text and did even gave credit to xda:
http://pocketpc-live.com/pocket-pc/how-to-create-titanium-skins.html
Send them a nice letter of thanks.
OK...color me stupid, but I don't see CHome_listback.png on my device...I read and followed:
"The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed)."
from the first post, but it is not there. it sharts with CHome_send..... and then a list of CHome_ Win..... images, but no CHome_listback.png!!
Any suggestions or ideas as to why?
Thanks
Strange, maybe it could be a different build, to be sure, copy my png from the UGLY SKIN to your Windows folder.
syrguy1969 said:
OK...color me stupid, but I don't see CHome_listback.png on my device...I read and followed:
"The minimized tab is very simple, its just a PNG inside the Windows folder named CHome_listback.png (its hidden, so use Resco Explorer if needed)."
from the first post, but it is not there. it sharts with CHome_send..... and then a list of CHome_ Win..... images, but no CHome_listback.png!!
Any suggestions or ideas as to why?
Thanks
Click to expand...
Click to collapse
Me too, I could'nt find CHome_listback.png at all with Total commander/or Resco - just the same list as above.
I'm using NRGZ rom on the Diamond

[Q] 2010 samsungjack improvements

The theme slash app is available for download with some cool features i added like a new solid battery icon,improve HTc theme,faster scrolling now,support landscape mode now,haves zune on it now but not finish with it,and new weather design look for the theme and better darker text or like to call it words and for the last thing this improves the remove program app in setting now oh ya and its faster tell me if you find any bugs in it so I can fix it here is the file name u should be downloading to your windowsmobile standard device HTC Edition windowsmobile standard cab.zip you should find it in this thread
The next update will have a better interface, have 3d weather forcast,fix the homescreen problem with not supporting the theme somethimes but not that bad but needs more work and if you do have problem with it just go to your themes and just assign it to your device as your theme again and it should work ,finish the Zune App,and make it possible to change the clock to add better one"s,make the landscape mode better,and maybe able to change the start menu icons into htc icons and that is all.
link to youtube page to see my projects in action http://www.youtube.com/user/julian35961?feature=mhw4
Another video is coming out soon on the new update keep you updated on my work
If you have any question message me or leave you replieds here for me to read enjoy
4/1/10 update here i some other cool stuff that u can add to those files like a desire battery that i found on the xda developer site that works on windowsmobile standard devices to but its was made for touch devices but it works his name is Dark Ninja give him credit for these cool batteries.but the taskbar dont work and when installing these make sure to restart your device when they done loading.
hey i'm using the same thing on your first pic but how did you change the battery icon on your second pic? what cab are you using for the battery one?
htc jack
its a htc desire battery and had posted a video go check it here the link
http://www.youtube.com/watch?v=32Z6VuZZ7D0
fg
just add more stuff that would change your phone interface .The cabs would be out somewhere today or the next day. just checking everything out making sure it want mess up people samsungjack device.The things i fix was the battery icon not show the full percentage and just start over and made a new one and increase the wordsor test alittilebetter but if you dont like you can change it and this feature in sktool that improves the speed of the phone just to make it run faster and so other stuff that helps it to.
if you want me to add any more features to just leave a message and i will see what i can do to make it happen
oh this would work on qvga standard devices and wvga and qvga professional devices to video would becoming out with the new improvements.
the last files to make its look good.
samsung /htc
here are the pics and here is the link to see the video of it.
http://www.youtube.com/watch?v=G_pHKcR9q5Q&feature=youtube_gdata
i have a problem the battery doesnt keep the right percentage does it on your phone?
wait are u using the old one or the new one i made if you using the old one you better off changing in to the new one because that one needs to be fix or i need to find a solution on how to make it work
plus show me a pic of your phone using it so i can see wat is wrong with the old battery.
the cab files to download the new battery and the new text is coming out pretty soon like today.
here are the cad files if you want to make these work when you install them and they are finish you would have to restart you phone to make it work
here is what the first cab duechange your battery into a solid and font patch change text/wordson your phone like the one in picture.
The strange thing is that my remove program app thing that is on my phone that didnt work is now working when i made these. so happy but stange
4/1/10 Here are the rest files but i have 3 more left to give to u go look for them
mange to make the samsung jack support landscape mode now and added Zune to it
samsung jack supporting landscape i was manage to make it support landscape mode here are the pics and it haves zune on it to
fdf
need people to try things out for me
hi there, i have a samsung shg-i637 i like your theme. I would like to prove your new weather, can you post the cab please
u want to try it out
Htc standard edition theme for windowsmobilestandard
here is the theme but u would need the other cab files to look like mines in the picture and i adding the landscape mode so you can use it on your phone to and tell me if it works on your phone. wait nevermind you dont need those other files already install into this one enjoy
If you have any problems installing this you may need total commander to get the theme and the add on"s or u can open it threw winzip on your computer in just transfer one by one to your computer.It is almost 3 ways you can do it or just download straight from your phone this is third way
4/1/10 updated this post just decided to just give you all the cab files in the file to just make them seperate due to problems trying to put them and the same file format plus if i do put it in one file you may not like some of the stuff thats why i did this enjoy
theres going to be another post with the rest of the files couldnt fit all of them into this one.
thanks works perfect on my sgh-i637, but i have a question: when i try to change the background i go to app/data/home htc2 xml but i need to change the cpr file too?
no you just go to pictures and assign them ask your background
the layout you have selected cannot be loaded. please selecta different layout using the home screen item in settings
just go to setting then go to display then home screen when you get to the last part u should see something about home screen layout you would find HTC2 in there plus if you want to change background for it you should find the background image
Aitrus said:
hey i'm using the same thing on your first pic but how did you change the battery icon on your second pic? what cab are you using for the battery one?
Click to expand...
Click to collapse
deleted the old top pics
the problem i found with the thing keep say error about the background made because of screen size i think but mostly every theme does that on windowsmobile standard devices it just a glitch in the standard rom that they just need to fix or someone who wants to make a better rom for it would help it but is not bad it only happens only one or twice but is going to fix the problems and others.

[Q] Tutorial: Create or Change own Softbar for CHT2?

Is there a Tutorial on how to change an existing or create a new Softbar for CHT2?
iselia said:
Is there a Tutorial on how to change an existing or create a new Softbar for CHT2?
Click to expand...
Click to collapse
Sure out there are some tutorials, but its actually not that hard:
You will need the program cfc_gui and a program like gimp or photoshop. You have to find the 5E90131C_manila file in your windows directory and copy it to the sd card and after that put it somewhere on your pc.
Open cfc_gui and open the folder the manila file is in. Than in the lower right corner select save as and change it as a image file.
Now you will have a image with 512x128 pixels. Open in your photo editing program a document with these dimensions.
After that you can start editing or creating a new one. The other image is only a guide so that you dont create a file that isnt usable.
If you have the image ready, then just open cfc_gui again and select the 5E90131C_manila. then in the lower right corner you press replace and choose your image. Now you have the image stored in the manila file. After that you can take the 5E90131C_manila and put it into the windows directory of your phone and overwrite the old one. After that restart sense and you are done
Thank you!
I will try it.
If I am not able to do it, after your explanation, I have chosen the wrong profession (M.SC. Computer Science) *g*
btw.
You created some great Themes and Customizations!
In which Manila files will I find the icons for cusomization? Not only the background?
iselia said:
Thank you!
I will try it.
If I am not able to do it, after your explanation, I have chosen the wrong profession (M.SC. Computer Science) *g*
btw.
You created some great Themes and Customizations!
In which Manila files will I find the icons for cusomization? Not only the background?
Click to expand...
Click to collapse
Hehe^^ I am sure you will manage that, if not, just ask again
The icons are a lot easier. Just make an image with 128x128 pixels and name it:
CHT_softkey_win
CHT_softkey_menu
CHT_softkey_tabslider
CHT_softkey_phone
CHT_softkey_web
and
CHT_softkey_lock
after that just place them in your windows directory of your device and after a sense restart you are done
Great, if I get some good results I will post them.
how can i link missed calls count and sms and email to softbar and show them insted of link to oben the default web, phone, slider, lock, etc
Check this thread if you havent already.
there is a couple examples and Nordpolcamper uploaded a little guide/ template.
http://forum.xda-developers.com/showthread.php?t=993177
for me it was hard to get it aligned perfectly. you could always paste a softkeybar on your wallpaper and use a transparent softkeybar as the actual bar itself.
let me know how it goes.
thanks but this is not what i was asking for ,, i want to to have my missed calls and sms email, notifications shown on task bar .. like the notification bar widget but the task bar counts it so i have for example in my taskbar instead od lock button an image (custom softkey) you know we have at CHTEditor>softkeys>custom key1,2,3 with run path1,..etc and command line and icon path but
dody said:
thanks but this is not what i was asking for ,, i want to to have my missed calls and sms email, notifications shown on task bar .. like the notification bar widget but the task bar counts it so i have for example in my taskbar instead od lock button an image (custom softkey) you know we have at CHTEditor>softkeys>custom key1,2,3 with run path1,..etc and command line and icon path but
Click to expand...
Click to collapse
mmhm I dont think, that this is actually possible right now. There is no program you could asign for the softkey.
What you are looking for I have only seen on android devices.
hope see it soon
How can I combine my changes in a .cab file?
Any tutorial out there?
Usually I use the search function, but never sure where to look for (hd2, win 6.5.x ...)
iselia said:
How can I combine my changes in a .cab file?
Any tutorial out there?
Usually I use the search function, but never sure where to look for (hd2, win 6.5.x ...)
Click to expand...
Click to collapse
Hehe^^ well the easiest way to make a cab is using Quick Cab. Just search it and you will find it Lanch the taxi like exe and then go to files, then select all your files on the left side and then select windows on the right side and press add.
After that go to create, select the name for your program, enter your name and then go to browse, select where you want to save it, then enter the cab name press ok and then press create.
After that you are already done
Uploaded my first version.
Give it a try if you like it.
http://forum.xda-developers.com/showthread.php?p=12191104#post12191104
iselia said:
Uploaded my first version.
Give it a try if you like it.
http://forum.xda-developers.com/showthread.php?p=12191104#post12191104
Click to expand...
Click to collapse
looking good But I would recommend, that you use higher resolution icons for the softkeys, because they appear to be blurry^^
It's only the screenshot I think.
They look good on my device.
hey nordpolcamper i wann to make softbar too ,i read ur tutorial and when i make that,how can i make cab file to just install it not to copy in folder on my phone and overwrite files?
trezack said:
hey nordpolcamper i wann to make softbar too ,i read ur tutorial and when i make that,how can i make cab file to just install it not to copy in folder on my phone and overwrite files?
Click to expand...
Click to collapse
Thats quite easy But if you really want to work on the Softbars, I highly recommend just overwriting the files. Cause if you always install a cab you will get a very huge list in your programs list and that can be very messy. But if your eyes are set on it, I would suggest you download quickcab.
For simple cabs this is the best program and its very easy to use. Just set the directory to the windows folder, add what you want to copy and then give the program a name and a name for the Cab and press generate and everythings already done.
If you need help, just say so
i will just overwrite till i make a good one. ty for help
i have your nordpolcamper gingerbread theme its great..but when i make softbar its only picture ..how did u made icons for softkeys for web phone and startmenu?
here you go
Nordpolcamper said:
Hehe^^ I am sure you will manage that, if not, just ask again
The icons are a lot easier. Just make an image with 128x128 pixels and name it:
CHT_softkey_win
CHT_softkey_menu
CHT_softkey_tabslider
CHT_softkey_phone
CHT_softkey_web
and
CHT_softkey_lock
after that just place them in your windows directory of your device and after a sense restart you are done
Click to expand...
Click to collapse

[Tutorial][Keyboards!]MAKE YOUR OWN SWIFTKEY THEME FOR KEYBOARDS!!!

HEY THERE XDA!
ahmad89098 here and this is my first tutorial
In this tutorial, I am going to show you guys how to make your own custom theme for SwiftKey!
Note: I am not allowed to post links. So you will be needing to find source files yourself.
The hell is SwiftKey?
Swiftkey is an Android app which customizes your keyboard. You can buy themes for it. These themes are around $1.25. The SwiftKey app is very fun to use and gives an appelaing look to your keyboard!
There was a post on XDA as well in which, there were hundreds of more themes. The developer(s) called it Super SwiftKey.
At this point you might be wondering, how do you make your theme for it? Well, your'e gonna learn that today!
This tutorial is compatible for the following:
Complete Android Beginners (and above)
For Android Noobs (and above)
People who really want to get into keyboard design
People you want their own keyboard for SwiftKey
So without further ado, lets get started! :laugh:
1. GET YOUR TOOLS![/SIZE]
For making the keyboard, we will be needing the apk itself. We will later on install it once it has keyboards.
To download the apk go to google and google: download swiftkey apk and use the first link whose link says apk4fun. Donwload apk.
Once we have the apk file, we will need our tools. Download WinRAR and Notepad++ (Don't be lazy!)
2. GET READY TO WORK!
Now, we will need to get the files out of the apk.
Move the apk from your Downloads to your Desktop (for conveniance.)
Open Winrar. When you open it, it gives you the files on your desktop. Find the apk, open it. A new windows pops up, with some folders.
Now make a new folder on your Desktop. Name it Swiftkey.
Extract them files using WinRAR.
Once extracted, open up your folder. Should look something like this:
Congratulations! Your working space has now been set up!
2. NOW START TO WORK!
OK guys! We will now start our work.
Remember: The language we will be dealing in is xml. If you know about it, then you will be at an advantage. If you don't know problem!
Open the folder named "assets"
Then open "themes"
Now opens up a list of folder. If you are familiar with SwiftKey, then you know that when we open the themes menu, these are the exact names of the themes.
For beginner conveniance, we will work using the "pumpkin template". because it has a jpg background which can easily be replaced.
Now copy the "pumpkin" folder and paste in the same location.
We will be working in the new pumpkin folder. Name it whatever you like!
When we open the working folder, there are some folders. Open "hdpi"
Now open a list of xml files with a blank icon.
Open key_special.xml with notepad++ .
As you can see, the first line says,
<item state_pressed="true" drawable="key_base_pressed.9.png" />
This means that when a key on the keyboard is pressed, the key should look like the png specified. In this case, the png is
key_base_pressed.9.png.
Keeping this window open, go back to the working folder and open "key_base_pressed.9.png"
If you look at more files in the folder, you will find key_base_normal.9
When you compare these two png's, you will find that key_base_pressed is just a highlighted version of key_base_normal.
Now, edit key_base_normal.9 to whatever color you want your keys to be. Use Paint, Photoshop, or any other image editor.
After this, edit key_base_pressed.9 to what color you want a pressed key to be. Usually, a highlighted version of the color you have chosen is suitable. The whole thing, however, entirely depends on you.
Now, it is time to chose the background of the whole keyboard. This background will be overlapped by the keys.
To choose this, open the file"popup_background.xml" in Notepad++
We will now edit the line where it says: "<solid color="#333333" />"
#333333 is the color code. Now, when you decide the color you want, you need to find out the code for your color.
Now enter the code. Done!
We now have our own:
a solid background key color
a color for the key
and for when the key is pressed.
The only thing left is the text color. I am just getting to that.
there is a .png file, flip_left. Its like a wifi signal tilted. Orange is growing from lighter to darker.
Along with it is another png, flip_right. It is an inverted image of flip_left.
Edit these to your liking.
Chose your color. E.g blue.
Open flip_left.png in any image editor. We will use Paint
Zoom in as the image is very small.
Start working on your "triangles"
Do the same thing for flip_right.png. Note: these should be exactly the same tint of white in both.
Once completed, copy all these png's and edited xml files to the folders "hdpi" "ldpi" " xhdpi" "mhdpi". These are located in "pumpkin"
:laugh: CONGRATULATIONS :laugh:
WE HAVE FINISHED ALL THE EDITING :highfive: :victory:
The only thing now left is to compile all these files back into the apk. It is now time to wrap up.
Change your folder name to: "Whatever you want.."
Open the SwiftKey apk in WinRar.
Copy the folder "SwiftKey" to the apk.
Now delete all the original files in the apk.
Once deleted, copy the edited files from the SwiftKey folder from dekstop to the apk.
Delete the folder in the apk.
Done!!!!!!
You now have a custom keyboard! Install the apk on your phone and boom!
I hope you learned stuff.
Support me by liking and making use of this thread!
Goodbye!
AHMAD SALEEM MIRZA
I can't find the key_special.xml file. where is this located exactly?

Theming for dummies - replace the icons inside themes from Samsung's Store - no root

So this is a simple how to aimed to people with unrooted phones that still want to replace the icons inside Samsung Themes.
First of all, just a bit of theory
1) Samsung Thems are simple apk files, so you can edit them and re-install without any trouble, they don't need a particular signature by Samsung.
2) The icons inside such themes are in qmg format, which is a proprietary format that cannot be converted without Samsung Theme designer's kit or by using the built-in converter which is in our phones... It's something that packs a png file and an xml one andnot even imagemagick for Linux can convert it.... No problem, you can replace qmg files in themes with png files flawlessly, you just need to rename them as png
So, you need apk extractor (see play store) which can extract installed apk very easily (even system files) without root and apkeditor pro (see play store as well) wich is a very handy tool for minimal decompiling. I am not affiliated to apk editor pro and you can obviously do the same thing with apk tool and a pc, though this simple how to is for 'noob dummy themers' and it makes more sense to use just your phone than apktool.
Once you have installed such apps, open apk extractor and look for the apk you must edit. Let's say you want to edit the material theme by Cambunch (see galaxy store). So, you will find two apk files with cambunch etc.... Choose the first one, the one with the words appicon inside and extract it. It will be placed into the folder ExtractedApk
I don't like, in such theme, the icons for calendar and messages, which are green and yellow, so I replaced them with google original ones. Just download them somewhere and rename them to qmg. I mean, if the original file was named message.png, just rename it to message.qmg for example.
Now open apk editor pro and choose to edit an apk file, go to ExtractedApk folder, choose the theme you have extracted and choose simple edit....
You should see a partially decompiled apk.... Go to res folder and then open the drawable etc.. folder
Inside that folder you'll see several qmg files... Look for the one that refers to message (the names are quite self explanatory) and click the 'pen' option, then use the file manager to choose the icon message.qmg you've saved as said above and replace the original one with the new icon. It can obviously been done with any icon inside that folder.
Now follow the steps suggested by the app itself and install the new apk over the former and your theme will have been updated.
If the theme had already been applied, move to a different one (even the default one) and then apply it back to see the changes.
Very simple
Just as a sample, this is the apk modded with calendar and message icon respectively in blue and light blue like the original ones by Google. It must be installed as an update of the nice theme by Cameron Bunch
How can you pull out the keyboard from a theme and apply without root?
AnThOnY- S7 Edge
iTouch24 said:
How can you pull out the keyboard from a theme and apply without root?
AnThOnY- S7 Edge
Click to expand...
Click to collapse
It is not so simple, you need apktool and a pc. Apk editor is unable to fully decompile the apk files of samsung themes.
To be honest, I haven't played with themes yet and I don't exactly know how they are applied to keyboard, notification bar and so on.
Cool! Thanks for posting this. I used this to edit the soft keys on my last LG, but didn't realize it would work for themes, too. Got some editing to do when I get back from my next trip.
meyerweb said:
Cool! Thanks for posting this. I used this to edit the soft keys on my last LG, but didn't realize it would work for themes, too. Got some editing to do when I get back from my next trip.
Click to expand...
Click to collapse
Glad you appreciate it
I googled a little bit and saw that you can't make a theme from scratch without Samsung's proprietary software which is reserved to approved designers only, but still it should be possible to edit a free theme and changing it into something different. I mean, not only the icons, even the Ui. At least for the things that this theme engine allows to be themed.
I would like a ubuntu touch theme or a Sony xperia one, which are not available in the theme store, but atm I have just been able to replace the icons... I have to get some spare time to decompile a theme on my pc
Why several APK files inside?
Hi,
Followed the procedure. But when choose simple edit, it shows several apk files inside the main apk file. how to replace the images?
I replied to your PM. It depends on the theme.
jisharka said:
Hi,
Followed the procedure. But when choose simple edit, it shows several apk files inside the main apk file. how to replace the images?
Click to expand...
Click to collapse
lucaoldb said:
I replied to your PM. It depends on the theme.
Click to expand...
Click to collapse
I have the same issue with sd-Black theme. Only apk files in assets folder, no res folder. Any way to do it?
I am sorry, but I am now on Echoerom note 7 port which has the new theme store, so I can't directly check the old themes for the s7.
Anyway, when I posted this thread, I had had a look only at a couple of themes, which were very simple do as the ones by Cameronbunch. In the following day I realised that in the theme store there a basically to kind of themes and the ones of the second kind are much more complicated to edit.
To be honest, after opening this short thread, I haven't spent any time in editing themes, but I don't think apk editor is powerful enough for the themes of the second kind. You'd better go with apktool, since you need to decompile not only the main apk, but even the ones inside it.
Sorry for not being very helpful.
I have req for someone with root, can you share here themes from store: Athletics sports and Sparkle. I want to mix it and change some things. Thanks in advance.
the easiest way: use "awesome icons" app from google play (free); than, install any icon pack that you like (I prefer Note 7 icon pack), open the mentioned app and it will give you the possibility to change any icon from each app installed in the phone, keeping the functionality (eg: unread count badge for emails); you can opt for an icon in the icon pack or a picture or any .png/.jpg etc file

Categories

Resources