[HOWTO] Easily get theme's default wallpaper - Samsung Galaxy SL i9003

Hey, I just discovered a way to get a theme's default wallpaper without asking for it to the developer, I'm sorry if this is obvious for you and this thread is completely unnecessary, but I think it's an interesting point to look at
Ok, let's go
- First, open the zip of the theme with winrar or something similar
- Without unzipping, go to system>framework and unzip only framework-res.apk
- Now, again, open the apk extracted with winrar
- Look for res>drawable-hdpi and there you will find the default_wallpaper.jpg
Unzip that, put it in your phone and enjoy
NOTE:If you don't find in that folder the wallpaper you wanted, you can also look for it in another folder in res called "drawable". Look again for default_wallpaper.jpg

Hi, thanks for this useful post. I know this is an old one but i didn't want to open a new topic.
I want to get the other stock wallpapers of i9003 itself has. (For example, the green one). What should i do? I found only one wallpaper in that directory, not all of them.

rupid said:
Hi, thanks for this useful post. I know this is an old one but i didn't want to open a new topic.
I want to get the other stock wallpapers of i9003 itself has. (For example, the green one). What should i do? I found only one wallpaper in that directory, not all of them.
Click to expand...
Click to collapse
Use a root file browser in your phone,
Go to system/app/TwWallpaperChooser.apk
View the files, go to res/drawable-hdpi
All the stock wallpapers are in there. Extract the wallpaper you like.
I used root browser.
Edit: if you're not rooted, you can use astro file browser. It can copy from system without root.
Sent from my GT-I9003 using xda app-developers app

If only I knew it earlier. Thanks for this usefull post, now I know.

Related

Revert back to stock font?

I just installed the incognito theme and love it but was wondering how to switch the font back to stock. Is there an easy way to do this?
Sent from my DROIDX using XDA App
I'm also intrested in changing up a few fonts? And font colors too. I've browsed around most of the apk files to see if anything stands out to me but no luck... Mostly .png image files. Which ive successfully modified. But can't seem to find straight forward answers floating around for fonts in the any of the forums.
Any help pointing to the right files locations??
Why would you want to go back to the old font
If you wanna do that, the best way is to repackage the Incognito zip file with the fonts you wanna use. You can do that by:
1 Extract the files in the .zip file to some location on your computer (there should be 2 folders and a file, I think).
2 From your extracted files, go to the font folder located inside the system folder
3 Replace the fonts in that folder with any fonts you want (in your case, you'll have to download the stock fonts from somewhere) and make sure that the fonts are renamed to match the ones before
4 Once that's done, repackage the files/folders as a .zip file by jumping back out to the location of where you originally extracted the files, selecting all 3 files/folders(ctrl+ click each one), right click and "send to compressed folder (zip)".
5 Put that file on your sd card and install it the same way you installed the theme the first time.
Sent from my DROIDX using XDA App
PS: Thank you Android gods for Swype

[How To] Basic Themeing

This is a very basic guide to beginning themeing. It is not meant to be all-inclusive, just some simple steps that can be taken to make your own custom theme fairly easily. This guide should allow anyone to be able to grab images they like from any ROM and incorporate them into their own.
I SUGGEST YOU ALWAYS MAKE A BACKUP OF ANY FILE BEFORE YOU THEME IT AND NANDROID FIRST BEFORE FLASHING
Here is a basic overview of changing images in an apk:
1. Get your base file to theme – framework-res.apk, com.htc.resources.apk, phone.apk ect.
2. “Open” apk archive with 7-zip (don’t unzip!) and drag and drop the new images into the appropriate folder.
3. Flash new file.
Now some details:
1. The first step is to obtain the file you are going to theme. The file you are themeing ( i.e. going to flash to your phone) must come from the ROM you are currently running. Always use files from your current ROM as a base, however the images you want to change can come from other ROMs, or you can edit existing ones or make your own from scratch. You can obtain your theme base through an ADB pull of the files from your phone, or simply downloading the ROM zip file and extracting the files you need.
2. Now that you have the file to theme, don’t touch it! OK, more specifically, you won’t unzip or do anything to this file except “open” it with 7-zip (unless this is a market app, but more on that later). You are going to drag and drop the new icons into this file by “opening” it and navigating to the appropriate folder. The images you want to change are stored in the apk under /res/drawable-hdpi. Once you have your new icons from other sources, open your base file and navigate to this folder and drop them in.
3. Now you can flash this new file. I have provided empty zip files that you can place your themed files into and flash in recovery. Place your framework-res.apk and/or com.htc.resources.apk into the /system/framework folder located in the zip file provided. Now highlight the META-INF and system folders and zip them up. You can now place this file on the root of your SD card and flash. System apps can be placed under /system/app in the zip file.
Some more info on common themeable files:
Framework-res.apk – this is the meat and potatoes of a theme. On an AOSP ROM it will contain almost everything you want to theme aside from individual apps themselves. Sense ROMs have another file com.htc.resources.apk, as well as framework-res.apk. Both of these files are located in a ROM under /system/framework.
System apps: These apps come packaged in a ROM under /system/apps. They can be themed in the same manner as a framework apk. Some of these apps include Gmail, browser, camera, ect. Place them in your flashable zip under the folder /system/app.
Market apps: These apps are downloaded from the market and are can be pulled from your phone from /data/app. These files require a bit more to theme. They don’t share the same signature as the system apps and you must resign them using a program such as apkmanger. Place them in your flashable zip under /data/app.
If there are any errors, or if anyone has suggestions please let me know. I may have over looked some details, ect.
Thanks to everyone on XDA who has shared their knowledge and made this a great community!
Thanks that will be helpful
Sent from my PC36100 using XDA App
so using this guide we can pull parts and what not from other elements of themes we like and create our own framework to push back? Also, based on what you have, shouldn't it be easy to put this up on bid for hire (?) website to create a program to automate that?
xlGmanlx said:
so using this guide we can pull parts and what not from other elements of themes we like and create our own framework to push back? Also, based on what you have, shouldn't it be easy to put this up on bid for hire (?) website to create a program to automate that?
Click to expand...
Click to collapse
Yes the idea of this guide was to help people pick and choose icons they like in other ROMs and add it to their own. I'm not sure what bid for hire is?
its a website where you can load your requirements and folks can bid to do your work
linky
nukedukem said:
Yes the idea of this guide was to help people pick and choose icons they like in other ROMs and add it to their own. I'm not sure what bid for hire is?
Click to expand...
Click to collapse
xlGmanlx said:
its a website where you can load your requirements and folks can bid to do your work
linky
Click to expand...
Click to collapse
Interesting. Didn't know anything like this existed.
Sent from my EVO (CM6.1) using XDA App
Thank you, thank you!!!! I've been looking for something like this for a while.
evolishesh said:
Thank you, thank you!!!! I've been looking for something like this for a while.
Click to expand...
Click to collapse
No prob. Let me know if it works for you.
I couldn't get the auto signing to work, but the manual way of doing it worked.
Hmm, I got a boot loop on first try and doing this. Does that mean something went wrong with the signing, or that what I created for the theme was wrong? I used the empty .zip folder and re-zipped it, so I don't think that is the issue.
JasonK75 said:
Hmm, I got a boot loop on first try and doing this. Does that mean something went wrong with the signing, or that what I created for the theme was wrong? I used the empty .zip folder and re-zipped it, so I don't think that is the issue.
Click to expand...
Click to collapse
The signing should be ok. If you are using Amon_ra recovery it wont let you flash an unsigned zip I believe. Are you on sense or AOSP? Are you editing images or just copying from other ROMs?
What you might want to do is just create a simple test file. Change just one image and then flash that. That should let you know that your process is correct.
I using Amon Ra and using AOSP. I was moving some items out of a sense ROM so I guess that is where I might have went wrong. I think I'll take your advice and move just a single image and see how that works for me. Thanks!
I tried again this time I ended up stuck at the EVO white screen. I'm guessing it doesn't like the sense part I'm trying to throw in there. I'll have to try again with a AOSP theme instead.
Sent from my EVO (CM6.1.1) using XDA App
A couple things to look out for when swapping sense/CM icons - some file names are slightly different between sense and AOSP. Rename any sense icons to their AOSP counterparts and vice versa. Also, double check the image size of the icon is the same in both, i.e. 70x70 pixels, ect. and make sure you are not adding images that don't exist normally in the framework. For example there wont be any 4G icons in CM framework.
Also, make sure you aren't unzipping the new framework-res.apk you want to theme and flash, or trying to resign it. Only sign the flashable zip, not the individual files inside. The only thing you want to do with the framework-res.apk you will package and flash is open (not unzip) with 7-zip and navigate to the res/drawable-hdpi folder so you can drag and drop the new icons into it, overwriting the old.
I hope that helps!
How important is it to re-sign? I have modified the Framework and Resources apks with 7zip by switching images out. I have also modified the Rosie.apk. I put everything back where it was supposed to go, backed out of 7-zip and flashed. I have never had an issue with it, nor have I re-signed it. Just wondering.
spence341 said:
How important is it to re-sign? I have modified the Framework and Resources apks with 7zip by switching images out. I have also modified the Rosie.apk. I put everything back where it was supposed to go, backed out of 7-zip and flashed. I have never had an issue with it, nor have I re-signed it. Just wondering.
Click to expand...
Click to collapse
AFAIK if you are on clockwork recovery, I don't think it checks for signatures. I think Amon_ra requires a signed file to flash. I think it's just added protection against flashing any old junk. If you can flash in amon_ra without a signature and you don't have problems then I wouldn't worry about it. It's the signature of the framework-res.apk ( or com.htc.resources.apk) that's important. That's why you don't unzip it.
I think that
1.7.0.2 = yes
1.8 = no
nukedukem said:
AFAIK if you are on clockwork recovery, I don't think it checks for signatures. I think Amon_ra requires a signed file to flash. I think it's just added protection against flashing any old junk. If you can flash in amon_ra without a signature and you don't have problems then I wouldn't worry about it. It's the signature of the framework-res.apk ( or com.htc.resources.apk) that's important. That's why you don't unzip it.
Click to expand...
Click to collapse
nukedukem said:
A couple things to look out for when swapping sense/CM icons - some file names are slightly different between sense and AOSP. Rename any sense icons to their AOSP counterparts and vice versa. Also, double check the image size of the icon is the same in both, i.e. 70x70 pixels, ect. and make sure you are not adding images that don't exist normally in the framework. For example there wont be any 4G icons in CM framework.
Also, make sure you aren't unzipping the new framework-res.apk you want to theme and flash, or trying to resign it. Only sign the flashable zip, not the individual files inside. The only thing you want to do with the framework-res.apk you will package and flash is open (not unzip) with 7-zip and navigate to the res/drawable-hdpi folder so you can drag and drop the new icons into it, overwriting the old.
I hope that helps!
Click to expand...
Click to collapse
Thanks, any advice does help.
I did make sure the the icons I was swapping out were named the same thing in the CM ROM, but I didn't check the size of it at all.
I didn't unzip the famework-res.apk but instead just went into it with 7-Zip and dragged the icons into that. Then I backed out of 7-Zip so that it would save and close everything properly - know that does work because that is how I add the Fold transistions to the ROM - and then I put the famework-res.apk into the folder and zip it up per your instructions above. Then I manually sign it (still haven't been able to get the auto-signing to work) and then flash.
I'll have to try again moving a CM theme to the CM framework-res.apk and see if it is working. What I was attempting to do was take, from the Batman Theme for sense, the drop down notification shade with the Bat Icon and put it into the CM ROM. I don't know if you have time to try it yourself to see if it works, or if you get the same issues that I had.
Either way, thanks for the help! I know I'll get this theming down at some point!
nukedukem said:
No prob. Let me know if it works for you.
Click to expand...
Click to collapse
Hey buddy.
I’m stuck. I had to download and install Eclipse with the sdk plus java. I don’t know where to go from there. Every time I open the rom that I want to theme and get the framework.apk and edit the PNG’s , how do I go about saving them? Do I just used the same name as the old ones or I have to save them with a new name.
Or pm Me.
xlGmanlx said:
I think that
1.7.0.2 = yes
1.8 = no
Click to expand...
Click to collapse
So the new amon_ra doesn't require a signed file to flash? I'll make a note off that. Thanks.
JasonK75 said:
Thanks, any advice does help.
I did make sure the the icons I was swapping out were named the same thing in the CM ROM, but I didn't check the size of it at all.
I didn't unzip the famework-res.apk but instead just went into it with 7-Zip and dragged the icons into that. Then I backed out of 7-Zip so that it would save and close everything properly - know that does work because that is how I add the Fold transistions to the ROM - and then I put the famework-res.apk into the folder and zip it up per your instructions above. Then I manually sign it (still haven't been able to get the auto-signing to work) and then flash.
I'll have to try again moving a CM theme to the CM framework-res.apk and see if it is working. What I was attempting to do was take, from the Batman Theme for sense, the drop down notification shade with the Bat Icon and put it into the CM ROM. I don't know if you have time to try it yourself to see if it works, or if you get the same issues that I had.
Either way, thanks for the help! I know I'll get this theming down at some point!
Click to expand...
Click to collapse
OK I'll try and do what you are trying to do and see if it works...
evolishesh said:
Hey buddy.
I’m stuck. I had to download and install Eclipse with the sdk plus java. I don’t know where to go from there. Every time I open the rom that I want to theme and get the framework.apk and edit the PNG’s , how do I go about saving them? Do I just used the same name as the old ones or I have to save them with a new name.
Or pm Me.
Click to expand...
Click to collapse
So now you have an unzipped framewor-res.apk with a bunch of images. This framework should be the one that you want to take icons from. If not, start over with the ROM you want to copy images from. You will want to copy the images you want to put into another ROM so that you can dump them into the new framework-res.apk. After you figure out what icons you want to bring to your new framework, get a clean version of framework/com.htc from the ROM you are actually running - i.e. if you are running myn ROM on your phone, download the myn ROM and pull out the framework-res.apk or com.resources.apk that you are going to theme.
Now with this fresh clean framework you will "open" it with 7-zip to navigate to the /res/drawable-hdpi folder so you can now drag and drop the images you want to copy over into it. Then the close the 7zip window and your framework-res.apk is all set to flash. You don't need to rename if the file names are the same, you can just drag and drop and the files will be overwritten in the new framework.

[Lockscreen] Honeycomb Shaped Lock

Here are the files to add to your framework-res.apk if you have a rooted rom. All you have to do is copy your framework-res.apk from the system and open it up in an apk editor then find the lockscreen files and replace them with these. Works really well. If I could get a screenshot of my lockscreen I would show you but I dont know how to do that.
Hey i was wondering if you could post a video or some screenshot of it in action because 3 white tiles with hexagons in them doesn't really give me a good idea of what it looks like.
Anyways nice work
Here is a link to the youtube video and a fix of the ring, I had my photoshop on the wrong layer. My bad! http://youtu.be/UUc1jVc_rAQ
Looks nice.
I had inverted the colors on mine... but the VR theme template didn't want to work for me and I got too lazy to modify the framework and re-flash it.
Question, were you able to edit the actual lock icon?
Because when I open it in Photoshop CS3 the transparency is messed up.
Also, if you have the Android SDK installed on your computer you can use it to take screen shots (even of the lockscreen), but I think a video is better for this.
Aright thanks for the video it looks sick
bleached45 said:
Question, were you able to edit the actual lock icon?
Click to expand...
Click to collapse
Yes I just thought that the actual lock icon was not bad so I left it.
Mattamac230 said:
Yes I just thought that the actual lock icon was not bad so I left it.
Click to expand...
Click to collapse
Ah, what version of Photoshop are you using?
I was able to open it... but it wasn't being displayed correctly.
i used photoshop cs3
Thanks, work great.
can somebody post those images in a zip file?
Zip file but it is not flashable. It is just a zip file of 3 images.
just to say i might be getting a transformer tomorrow and also i used to do lots of themeing so i can tell you that the images are indexed so you need paint.net to open and save then open the new saved file in photoshop and edit.
these will be included in the metrocomb theme
pashinator said:
just to say i might be getting a transformer tomorrow and also i used to do lots of themeing so i can tell you that the images are indexed so you need paint.net to open and save then open the new saved file in photoshop and edit.
Click to expand...
Click to collapse
I can upload the PSD for anyone who would like to tweak this. Honestly I just did this for myself and thought I would share it.
Looks awesome! Is there any chance it could be made as a flashable zip? I wouldn't want to change framework Res then find I have to do it again when Rom is updated..
Many thanks all!
Sent from my Transformer TF101 using Tapatalk
Great...I download an APK Editor, but is this true, that for every update we need tot change the framework again...
As requested above, a flashable zip would be realy great
I dont know how I would go about doing that.
bloemkool said:
Great...I download an APK Editor, but is this true, that for every update we need tot change the framework again...
As requested above, a flashable zip would be realy great
Click to expand...
Click to collapse
You can save a copy of the one you modified, if no major changed in the framework, just push it again.
Actually you don't even need a apk editor. you can just rename the .apk to .zip, unzip it, do your thing, zip it back up and rename .zip to .apk.
Will Android install altered/unsigned .apk files? I'm not sure the unzip/alter/zip to apk method will work.
I used zipthemer from market to apply these and it worked fine. It makes an undo zip for you as well as creates a flashable zip for you to flash. I have attached flashable zip file for prime 1.9.1 rom as well as ziptheme zip file for whoever wants to use that. 152kb one is the zipthemer file. As usual make backups etc just in case.

How to customise APK's Images [EASY]

First off you need a deodoxed custom rom , next copy the desired APK's from your System/App folder or from the zip you flashed or from wherever.
Download and Install WinRAR or 7Zip and drag the APK onto the shortcut on your desktop. It should open it up , next extract the LDPI and the HDPI folder/s onto your desktop.
Edit your pics with any program e.g. Paint.net . Then replace the modified folder with the old one.
Next download SignAPKTics from APKTops and install that. Drag the modded APK to your SD card.
Click START , choose the APK , click next , choose Test Sign and click sign! Wait 1.5 mins! And ot should be done. Now just (with root browser) replace the old one with the modded one.
And re-boot! Enjoy...
hah great tip for us
thanks
Has the OP tested this trick?
Thanks a lot!!!!!!!!!!!! :^)
Sent from my GT-S5360 using xda premium
bumslayer said:
Has the OP tested this trick?
Click to expand...
Click to collapse
Click START , choose the APK , click next , choose Test Sign and click sign! Wait 1.5 mins! And ot should be done. Now just (with root browser) replace the old one with the modded one.
Click to expand...
Click to collapse
I'm not sure if he has tried it with system app. replacing a file like systemUI.apk or framework-res.apk will make our device continously give FC message. we should use zip file to push the apk to /system/app. system app is also should not signed. I always using this trick without signing stuff and it works. we just need to make sure that we're replace the ordinary file (not the .9 one) and put a picture with same resolution with the original one.
Exactly my thoughts. Resigning systems apps is a big NO. I already did it twice (SystemUI.apk) and I ended up with no statusbar. Good thing I had a backup.
bumslayer said:
Exactly my thoughts. Resigning systems apps is a big NO. I already did it twice (SystemUI.apk) and I ended up with no statusbar. Good thing I had a backup.
Click to expand...
Click to collapse
afaik, it's all or nothing. if you resign one system apk, you have to do for all system apk with the same key.
irfanbagus said:
afaik, it's all or nothing. if you resign one system apk, you have to do for all system apk with the same key.
Click to expand...
Click to collapse
AND permissions.. make sure the permissions are same as original BEFORE putting it in the appropriate folder..
noobwithgalaxyy said:
AND permissions.. make sure the permissions are same as original BEFORE putting it in the appropriate folder..
Click to expand...
Click to collapse
Thats the reason I prefer flashing instead of manually replacing the files cuz then you dont need to set the permissions. Its good for lazy people like me
I have tried it and it works. I did it because when I didn't it said "status bar force close".
Sent from my GT-S5360 using XDA
I.AM.H3RO said:
I have tried it and it works. I did it because when I didn't it said "status bar force close".
Sent from my GT-S5360 using XDA
Click to expand...
Click to collapse
lol?
show us screen shots
when making a guide always post screenshots dude,
not just post words,
make it clarified and very detailed so that people reading this will not get lost,
also don't post for the sake of just putting it there,
you have a good title
but when people read this its not "easy"
try to put yourself in other people's shoes,
even i can't comprehend the output you put on this
no offence but make this better and stop posting threads that are useless
The easiest and foolproof method is to use Ninjamorph or metamorph app from market.I've modified tones of .pngs with them.
First open the apk with the app
Exit the app
Go to myfiles/Androidthemes/workspace/name-of-apk/res/
Then go to drawable ldpi
Take a look at all of the .png files
Find which .png you want to replace.
You should make your own pic with photoshop or anything to replace it with exact resolution and name
Store it in the sd-card
Open the app again
Go to Existing project/name-of-apk/res/drawable ldpi
Click on the .png you want to replace
App will ask you to replace it with some other .png
Navigate to the modified pic
It'll replace the .png
Then go back to homepage of app
Then click finish project
Tap on the apk name
App will ask you whether you want to replace the original apk
Do as you want
Reboot phone
Make a nandroid backup before everything. cheers
sent while doin' some burnouts
b16h22 said:
The easiest and foolproof method is to use Ninjamorph or metamorph app from market.I've modified tones of .pngs with them.
First open the apk with the app
Exit the app
Go to myfiles/Androidthemes/workspace/name-of-apk/res/
Then go to drawable ldpi
Take a look at all of the .png files
Find which .png you want to replace.
You should make your own pic with photoshop or anything to replace it with exact resolution and name
Store it in the sd-card
Open the app again
Go to Existing project/name-of-apk/res/drawable ldpi
Click on the .png you want to replace
App will ask you to replace it with some other .png
Navigate to the modified pic
It'll replace the .png
Then go back to homepage of app
Then click finish project
Tap on the apk name
App will ask you whether you want to replace the original apk
Do as you want
Reboot phone
Make a nandroid backup before everything. cheers
sent while doin' some burnouts
Click to expand...
Click to collapse
yea metamorph/ninjamorph is great but i'd prefer to do it in PC and just push it via adb cuz i use photoshop and i find it a hassle to use my phone to edit apk's
It's for those guys who dont know how to decompile/compile apk files with their pc.But I agree with you, pc is the best way to go.
sent while doin' some burnouts
I.AM.H3RO said:
First off you need a deodoxed custom rom , next copy the desired APK's from your System/App folder or from the zip you flashed or from wherever.
Download and Install WinRAR or 7Zip and drag the APK onto the shortcut on your desktop. It should open it up , next extract the LDPI and the HDPI folder/s onto your desktop.
Edit your pics with any program e.g. Paint.net . Then replace the modified folder with the old one.
Next download SignAPKTics from APKTops and install that. Drag the modded APK to your SD card.
Click START , choose the APK , click next , choose Test Sign and click sign! Wait 1.5 mins! And ot should be done. Now just (with root browser) replace the old one with the modded one.
And re-boot! Enjoy...
Click to expand...
Click to collapse
May be you should try it out first.Replacing system apps with root explorer is a very dangerous business.I'm familiar with that.My phone started to do endless boot loops which even a nandroid restore failed to fix and ended up in flashing a new stock rom.
sent while doin' some burnouts
b16h22 said:
May be you should try it out first.Replacing system apps with root explorer is a very dangerous business.I'm familiar with that.My phone started to do endless boot loops which even a nandroid restore failed to fix and ended up in flashing a new stock rom.
sent while doin' some burnouts
Click to expand...
Click to collapse
agree
pushing it using adb is a more safer way, because if something goes wrong with forcing it to system then you can just repush the original system apk
you was replacing a running apk. there's no doubt it will give you FC message (lol). try your method to replace framework-res.apk or any system app/framework. b16h22 is right. your method is dangerous.
I modify my systemui.apk but signapktic give
Doesn't exist
132 installed package
Error ...
I'm just trying to help people , if you don't like it then good for you. I'd love to add screenies but laptop is broken. If you could provide them then brilliant.
Sent from my GT-S5360 using XDA
Use test sign and if that doesn't work are install signapktic
Sent from my GT-S5360 using XDA

How To Modify Themes From Theme Store For S6/Note5 Roms.

Hello again everybody!
So today I have a way for you to modify themes that are from official samsung theme Store, the method is hard and it does take a lot of time so bare with me.
First of all you will need a rooted device, obviously lol
Also you will need to have, root explorer and xploer. Now for the stepes:
1- Open root explorer and go to Data > App
2- You will see many many folders for the theme, in my case I will modify something in the home screen so the folder should have your theme name and then home and the end like this ( minuhome.FranceParis.home-1 )
3- Open the folder you will find an apk called base.apk
3- copy that apk and paste To somewhere else
4- Open explore and find the copied Base.apk
5- modify the things you want, for an example I changed the folder Look, I took a folder icon, renamed it To .qmg instead of .jpg then renamed that icon exactly like the folder icon For the theme, then deleted That old One and replaced it with the new one. ( do the same with any icon you want in any base.apk)
6- Open root explorer, take the new modified base.apk and replace it with the old one, set permissions And then reboot.
If it didn't work On the first time then apply the theme then apply another theme And then apply the theme again.
This may not be the best way, but it's the only way to modify them so far.
Do not copy my method on any place without my permission!! Thank you.
Hit Thanks if you liked it!
Thank you for the tutorial ��
Kill-Switch said:
Thank you bro for the tutorial ?
Click to expand...
Click to collapse
My pleasure bro! Thank you For your feedback.
Flash version please
SM-N9200 cihazımdan Tapatalk kullanılarak gönderildi
anildinc1 said:
Flash version please
SM-N9200 cihazımdan Tapatalk kullanılarak gönderildi
Click to expand...
Click to collapse
I am sorry, what do you mean by flash version?
MrHollywood said:
I am sorry, what do you mean by flash version?
Click to expand...
Click to collapse
to take to deal with direct flash
SM-N9200 cihazımdan Tapatalk kullanılarak gönderildi
anildinc1 said:
to take to deal with direct flash
SM-N9200 cihazımdan Tapatalk kullanılarak gönderildi
Click to expand...
Click to collapse
You can't flash them, that's a method to modify themes that come from samsung theme store for note 5 roms.
How to modify only wallpaper and other images in theme
constantine23 said:
How to modify only wallpaper and other images in theme
Click to expand...
Click to collapse
Go to the same place, find a folder named your theme and then wallpaper like this ( minuhome.FranceParis.wallpaper ) you will find an apk inside called base.apk go inside, then go inside res And then you will find 3 wallpapers, one for homescreen one for lockscreen, one for Sview cover.
I know that as I have done that Before. ..But what about the settings page,contacts page And other pages wallpaper...How to change them...bcoz for changing wallpapers of homescreen,lockscreen and s-view we don't have to modify an apk we can simply change it Through settings...
constantine23 said:
I know that as I have done that Before. ..But what about the settings page,contacts page And other pages wallpaper...How to change them...bcoz for changing wallpapers of homescreen,lockscreen and s-view we don't have to modify an apk we can simply change it Through settings...
Click to expand...
Click to collapse
You will find other folders but instead of having wallpaper at the end, you will see contacts, settings, home...etc
How to make icons stay?
MrHollywood said:
Hello again everybody!
So today I have a way for you to modify themes that are from official samsung theme Store, the method is hard and it does take a lot of time so bare with me.
First of all you will need a rooted device, obviously lol
Also you will need to have, root explorer and xploer. Now for the stepes:
1- Open root explorer and go to Data > App
2- You will see many many folders for the theme, in my case I will modify something in the home screen so the folder should have your theme name and then home and the end like this ( minuhome.FranceParis.home-1 )
3- Open the folder you will find an apk called base.apk
3- copy that apk and paste To somewhere else
4- Open explore and find the copied Base.apk
5- modify the things you want, for an example I changed the folder Look, I took a folder icon, renamed it To .qmg instead of .jpg then renamed that icon exactly like the folder icon For the theme, then deleted That old One and replaced it with the new one. ( do the same with any icon you want in any base.apk)
6- Open root explorer, take the new modified base.apk and replace it with the old one, set permissions And then reboot.
If it didn't work On the first time then apply the theme then apply another theme And then apply the theme again.
This may not be the best way, but it's the only way to modify them so far.
Do not copy my method on any place without my permission!! Thank you.
Hit Thanks if you liked it!
Click to expand...
Click to collapse
Hello MrHollywood, looks like no one has posted here for a while but I'll give it a shot and hope for a reply/help. Your instructions are great, I've been wanting to know how to do this since my Galaxy S6.....I'm now onto an S8, rooted and rockin' an altered theme thanks to you! I have been able to use another themes icon pack with success, however when I use another theme's "InCallUI" (accept, reject, hangup icons in phone dialer) I cannot get them to stick. They will stay for a duration then default back to the Samsung goofy cartoon icons. I know that restarting phone triggers the reset but it also randomly triggers without restart. I can get them back by applying another theme then re-applying my theme....but a bit of a pain to have to do everytime!
What I have done, as per your instructions, is taken the "InCallUI.apk" out of theme's "base.apk", edited it and replaced. I have also placed that same edited InCallUI.apk into; Data > Overlays > Style > mytheme folder, then changed permissions to "rwx r-- r-w". I use these permission because all the other apk's in this folder use them.
Any advise or corrections in what I'm doing would be greatly appreciated!
Thanks in advance.

Categories

Resources