Customize theme, aod etc - Samsung Galaxy S9+ Questions & Answers

Hello,
I've been wondering if there's any way of getting my hands on the "Galaxy Themes" app, or whatever its name is, from Samsung without going through the hassle of signing up for it with my non-existent portfolio. I just want to make myself some AOD's and maybe a theme. Is there any way of achieving this with anything other than their app? Is there any way of achieving this at all? I'm mostly interested in modifying the AOD and by modifying I really mean modifying ( just like those on the market ), not just putting a background image.
Thank you!
Later edit: I'm on android 9, if it matters.

So there's really nothing?

A quick Google search yielded this: https://www.apkmirror.com/apk/samsung-electronics-co-ltd/samsung-themes/

can you change icons on experience launcher?, without downloading a launcher. I know theme store has some but i have own ones.

YrrchSebor said:
A quick Google search yielded this: https://www.apkmirror.com/apk/samsung-electronics-co-ltd/samsung-themes/
Click to expand...
Click to collapse
I need to make one for myself, not get one from the samsung themes store.

Related

[REQ] All black based apps

I am now using the awesome all black mod and was wondering how hard would it be to "all black" the gmail and gtalk apps to match. Black background and white/grey text perhaps. I would think in my case this would save a lot on battery as well as I check email frequently.
I would love this as well though I am just a user, not a programmer or the like. However I don't think this would be too hard. It could be as simple as implementing maybe a high contrast which pretty much almost flips the colors. No idea though
If their layouts, styles, etc are defined in accessible XML files it could probably be done.
yeah add me! this would be an awesome mod. can totally see 2+ days with something like this.
Anyone able to actually do this I poked around some and was unable to make it work.
I'll take a look...
That would be awesome. If you would be willling to share your findings that would be icing on the cake as I would love to learn how to do this myself.I tired to change the background colors by changing color values in the chat_view.xml but that seemed to have no effect. I am sure its just a matter of changing color values in a few key xml files but just dont know where to look.
Thanks again
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Wykedx said:
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
adm1jtg said:
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
Click to expand...
Click to collapse
Almost positive framework for google apps (gapps) is closed source and not to be modded or distributed. that is why CM got the cease and desist letter.
You could create a metamorph to do this but it would take quite a lot of hunting to find all the .xml files needed, as well as all the .png's used. The easy part would be editing the basic framework files. Editing all the apps you've installed is a whole new story.
Snoop around in framework.res and twframework.res if you like. That's what the AllBlack mm changes.
FYI, Cyanogen got a C&D for the _distribution_ of Google apps. I strongly doubt Google would care if you change the graphics of gapps for yourself, so long as you're not making the apps themselves available for download.
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
nakagusukumike said:
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
Click to expand...
Click to collapse
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Scarinzi said:
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Click to expand...
Click to collapse
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
s0niqu3 said:
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
Click to expand...
Click to collapse
I don't blame you at all.
If you decide to make this available to everybody, it will be awesome. Good work.
I couldn't find it on XDA but a quick Google search found one on a droid x forum in zip form.
I flashed it with CWM and it worked.
Not as nice looking throughout as s0niqu3's but looks alot better than the regular version.
http://www.droidforums.net/forum/blacked-out/128296-release-gmail-2-3-4-1-blacked-out.html

Remove Icons from Pop-up Taskbar

I uninstalled world clock, Calender, Pen Memo and Calculator with Titanium. By doing that, they vanished from the taskbar!
Why is this in dev?
ezcats said:
Why is this in dev?
Click to expand...
Click to collapse
I second this, let us know when you figure out how to put new apps in there.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums and Read THIS
Moving to Q&A
Did you figure out how to add any new apps to this task bar?
inkyadrian said:
I uninstalled world clock, Calender, Pen Memo and Calculator with Titanium. By doing that, they vanished from the taskbar!
Click to expand...
Click to collapse
Found this to hide taskbar in Market: TaskBar Hider.
This does work in landscape mode-ideal for games and videos etc.
inkyadrian said:
I uninstalled world clock, Calender, Pen Memo and Calculator with Titanium. By doing that, they vanished from the taskbar!
Click to expand...
Click to collapse
To each his own, it took me a few days to get used to the task bar but eventually I came to appreciate the value of these mini applications which unlike others will run on top of most open applications. Having access to your calendar, a NotePad or a calculator without jumping fully out of another application comes in handy.
dsafety said:
Did you figure out how to add any new apps to this task bar?
Click to expand...
Click to collapse
From what I've read those are special TW mini-apps written by Samsung. They have never released the specs to developers to write their own and be able to add or replace the ones already there.
Jay Evans said:
From what I've read those are special TW mini-apps written by Samsung. They have never released the specs to developers to write their own and be able to add or replace the ones already there.
Click to expand...
Click to collapse
Kinda pissed samsung doesn't. They seem super awesome. We did not buy the tab for their touchWiz update, but for the hardware (but the touchwhiz update does do some nice extras) but fi they would release the code it would make ALL of android even better. like if they licensed or even sold how they did the apps in the taskbar and even how they modified and added the screenshot and notification toggles (as android should have this already included as its so handy).
Did anybody find a way to replace apps? Maybe renaming apps like the stock apps and the taskbar will fetch their links and icons thinking they are stock?
Until someone figures out how to modify the stock pop-up tray, there is a way to add a second pop-up task bar using an app called "Wizz Bar". I think that the Tab has to be rooted to run this app. It works quite well.
Bob
1337GameDev said:
Did anybody find a way to replace apps? Maybe renaming apps like the stock apps and the taskbar will fetch their links and icons thinking they are stock?
Click to expand...
Click to collapse
I think you'll find the apps are specifically made to address some proprietary Samsung addition to the taskbar framework which, as you mentioned, Samsung don't release the source to.
Renaming the apk won't do anything, they're just programs that run. You could rename all your system apps to kang1.apk, kang2.apk, etc and you'd probably notice no difference.
Of all the irritating rubbish in TouchWiz, they come up with one potentially useful feature but don't give us the source to extend it. Ironically frustrating.

Notification center customization

Hi, as we all know androids notification is quite great. Apple however took this concept and in my opinion improved it. Many developer also seemd to like it and there are many apps on cydia that offers some customization.
What I'm looking for is an app or any way really that lets you customize the drop down window.
I'd like to b able to change wallpaper, change color of text, add widgets and info for fast updates.
I have spent many hours googling but I cant find anything like this. Is there any way to do this or does someone have thw ability to make souch an app?
I hope
I'm pretty sure access to the android notification can not be done through an app. Its like a core system process that probably can't be edited in real time. You would have to embed some sort of "notification drop down settings" into the OS.
But he is right Apple should not be ahead of us in any way..
Has no one left with common computer skills?
There's many topics on this here one just for you http://forum.xda-developers.com/showthread.php?t=1363528
Google and search button's seems to be extra these days
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
airninja6r said:
Good stuff I'll have to try. I don't know about everyone else about the search function, but I like to use my phone as a PC so the search does not work all that great through the android browser. Then filtering through the results.on this smaller than PC screen will give anyone a headache. Maybe the xda app is better idk..
Click to expand...
Click to collapse
I used my standard international SGS2 found results NP..
Cool, we're gettimg there.
However im looking for more than just a theme. Widgets and the ability to add my own background. I wamt the functionality, not just the look

[Q] Possible Request?

I'm a complete novice when it comes to programming for this kind of thing. Actually, novice doesn't begin to describe So I have a request, but I'm not sure how possible it is, or if it's done and I just haven't figured it out. I *love* Themer, and I like have the freedom to change things up without all the extra crap that other launchers have. My issue is that I tend to change themes every week or so, but then I have to turn around and modify each one to get it just right. Is there a way to transfer mods from theme to theme?
biblioholicbeth said:
I'm a complete novice when it comes to programming for this kind of thing. Actually, novice doesn't begin to describe So I have a request, but I'm not sure how possible it is, or if it's done and I just haven't figured it out. I *love* Themer, and I like have the freedom to change things up without all the extra crap that other launchers have. My issue is that I tend to change themes every week or so, but then I have to turn around and modify each one to get it just right. Is there a way to transfer mods from theme to theme?
Click to expand...
Click to collapse
What sort of mods you talking. As depending on what you want add.
You could use themer zooper as that will save a template to your sd card that you can add to as many themes as you like
All the best
Moley
Sent from my RAZR I screen to your screen using a strange thing known as the world wide web
biblioholicbeth said:
I'm a complete novice when it comes to programming for this kind of thing. Actually, novice doesn't begin to describe So I have a request, but I'm not sure how possible it is, or if it's done and I just haven't figured it out. I *love* Themer, and I like have the freedom to change things up without all the extra crap that other launchers have. My issue is that I tend to change themes every week or so, but then I have to turn around and modify each one to get it just right. Is there a way to transfer mods from theme to theme?
Click to expand...
Click to collapse
You can't save Everything Widgets from theme to theme, but as Moley said you can save the Zooper Widget configurations.
If you hold down on the homescreen - Advanced - Unlock Widgets, then hold down on the widget - Configure.
If it's a Zooper Widget, you can do as many customization tweaks as you want, and once you're happy (via Layout) - select the save icon at the top.
Now when you want to add this saved template, add a Zooper Widget - Resize it - tap to open it's options - SD Card - your saved template
where can I download it from their is no link?
aluts123 said:
where can I download it from their is no link?
Click to expand...
Click to collapse
What are you trying to download? You can download Themer here: bit.ly/ThemerPlayStore

[Q] What is the theme builder application?

How does a person create a theme and then use it? I'd like to have very specific things on my theme but other than adding to an existing theme, i can't seem to take away from an existing theme, how do I create a new one from scratch?
I know they say watch the vid but if you are like me you need to see it in writing,it makes more sense to me that way.Anyway the easiest way is to grab a theme and change it around/edit,get a feel for the program then create your own by changing wallpapers,icons,weather etc.A lot of themes now won't let you edit them I have found,however download any of mine and edit away they are all editable,as are a few more posted here but names don't spring to mind,none in my opinion are any better or worse than each other they just have their own little attributes that makes them unique in their own way.So go on and play around m8,it will be fun.
alldroid said:
I know they say watch the vid but if you are like me you need to see it in writing,it makes more sense to me that way.Anyway the easiest way is to grab a theme and change it around/edit,get a feel for the program then create your own by changing wallpapers,icons,weather etc.A lot of themes now won't let you edit them I have found,however download any of mine and edit away they are all editable,as are a few more posted here but names don't spring to mind,none in my opinion are any better or worse than each other they just have their own little attributes that makes them unique in their own way.So go on and play around m8,it will be fun.
Click to expand...
Click to collapse
Thanks, I cannot stand those youtube videos that "show" you how to do things. I find them tedious and unusable. I'd rather just get some instructions, an application and let me do it. Yet, so many seem to post "youtube instructions" i write this stuff for a living and have never found a video more useful than written instructions. However, that's my bias.
I'll go check out some of yours.
I agree with your assessment that NONE of the themes I've downloaded have been editable. I don't want to ADD more widgets and icons to a theme. I just want to start with a blank canvas and let me do it.
Yet, if all these themes exist, HOW were they created? I'm really not going to watch a youtube video. There has to be a building application somewhere. Not re-engineer something already there.
One question, when you say "download mine" where do I find yours. None of the ones I've seen through the application say who created them.
mine and others are in the screenshots and themes forum beneath the general discussion.I agree fully with the video and much prefer to read it as I find it more followable,but again I suppose that is my bias too.You can start almost fresh,grab a theme as posted earlier,then delete everything,if the theme uses everything widget this is simple to do,just press screen and choose remove,then change the wallpaper by selecting your own then simply add you own widgets etc via the inbuilt everything widget (although this isn't as stable as it could be) or download widgets from playstore etc then add them,hope this helps apologies if I seem to waffle on.
alldroid said:
mine and others are in the screenshots and themes forum beneath the general discussion.I agree fully with the video and much prefer to read it as I find it more followable,but again I suppose that is my bias too.You can start almost fresh,grab a theme as posted earlier,then delete everything,if the theme uses everything widget this is simple to do,just press screen and choose remove,then change the wallpaper by selecting your own then simply add you own widgets etc via the inbuilt everything widget (although this isn't as stable as it could be) or download widgets from playstore etc then add them,hope this helps apologies if I seem to waffle on.
Click to expand...
Click to collapse
Got it, will go over there and check them out.
sanjsrik said:
Got it, will go over there and check them out.
Click to expand...
Click to collapse
Hi sanjsrik,
I'm the one who made the YouTube tutorial videos, so I apologize if they weren't that informative. Those were created in the beginning just to give people a basic understanding of what Themer was about.
Alldroid is correct in saying that starting with a fresh blank theme is the best, then just seeing what works and what doesn't. My advice would be learn more about Zooper Widget, as a lot of the newer themes use it, and it's brilliant. That's all Themer is essentially, a wallpaper, some widgets, and maybe some icons if you're feeling brave. We do recommend making the grid size quite large, in order to make the widget resizing easier. you might also notice that the new themes include incredibly detailed icons, these are in fact Zooper fonts, so as mentioned play around with the Zooper widgets found in the new themes.
If you need help/ideas feel free to ask, I'm always here to help!
- Marco
It isn't that the video isn't informative,it probably is but some people including myself prefer to read it via a text file or maybe a pdf file
alldroid said:
It isn't that the video isn't informative,it probably is but some people including myself prefer to read it via a text file or maybe a pdf file
Click to expand...
Click to collapse
Would you like us to create in-depth text tutorials on our site?
ThemerSupport said:
Would you like us to create in-depth text tutorials on our site?
Click to expand...
Click to collapse
Marco,
I would definitely go for it... though I am more of a "hands on" student and for learning I need to hear the stuff (that's how I learned all the stuff during college - my wife reading the material and me laying down and just listening - damn, she was so furious when I got the same grades as she did... ;o]]]), the text might help you gain more audience among those "give-me-a-manual-and-shut-up" types.
You have created a superb product for the tinkerers so a step further in the direction of a superb customer/user support would be a definitive nod in the right direction.
I personally would like more short video tutorials on specific features, how they work, what is their purpose and the mechanics (Yeah, you guessed it, I am not that familiar with design and graphics;o]) and maybe a tut on the 'codes' for custom formats of zooper widget.
well and maybe few more videos with theme designers like the one you guys did with GeriArts would also be inspiring... ;o]]]
another definate yes here too thanks,would make it a more better product in my opinion.
ThemerSupport said:
Hi sanjsrik,
I'm the one who made the YouTube tutorial videos, so I apologize if they weren't that informative. Those were created in the beginning just to give people a basic understanding of what Themer was about.
Alldroid is correct in saying that starting with a fresh blank theme is the best, then just seeing what works and what doesn't. My advice would be learn more about Zooper Widget, as a lot of the newer themes use it, and it's brilliant. That's all Themer is essentially, a wallpaper, some widgets, and maybe some icons if you're feeling brave. We do recommend making the grid size quite large, in order to make the widget resizing easier. you might also notice that the new themes include incredibly detailed icons, these are in fact Zooper fonts, so as mentioned play around with the Zooper widgets found in the new themes.
If you need help/ideas feel free to ask, I'm always here to help!
- Marco
Click to expand...
Click to collapse
I promise I am NOT complaining. I promise I am NOT criticizing. I am just asking the question, WHAT is Themer?
from everything I understand, it's not a true "application", it's a wallpaper that then people can add widgets that "do" things.
if this is the case, HOW are these widgets "locked" where they can't be changed in a lot of the wallpapers I've downloaded.
THAT is my only question.
Oh, and how come there's not a "builder" application for Themer?
sanjsrik said:
I promise I am NOT complaining. I promise I am NOT criticizing. I am just asking the question, WHAT is Themer?
from everything I understand, it's not a true "application", it's a wallpaper that then people can add widgets that "do" things.
if this is the case, HOW are these widgets "locked" where they can't be changed in a lot of the wallpapers I've downloaded.
THAT is my only question.
Oh, and how come there's not a "builder" application for Themer?
Click to expand...
Click to collapse
No worries we weren't offended by your comments, we're just trying to make everyone's theming experience as easy possible.
Themer is a launcher. Just like TouchWiz, Nova, Apex, ssLauncher, etc. It's a link between the hardware and software, you could think of it as the body/shell of a car. The car can have a different shell, and with Themer, it's shell can be customized in seconds.
Calling it a wallpaper with widgets doesn't really do it justice, as a launcher incorporates your app drawer as well, and maybe some more features arriving soon.
One thing to remember is that Themer, once stripped to its core, it a launcher, just like the rest. By that we mean you're able to edit/add/remove widgets, change wallpapers, change the icons (icon pack support arriving soon), etc. To unlock widgets, hold down on the homescreen - Advanced - Unlock Widgets. Repeat the process to lock them, or alternatively you can go into the main Themer settings - Advanced - Desktop - enable Lock Desktop Widgets.
Whenever the widgets/icons are unlocked, this can be called the "builder" mode, as you can add/remove/edit widgets and icons.
Hope this helps!
sanjsrik said:
I promise I am NOT complaining. I promise I am NOT criticizing. I am just asking the question, WHAT is Themer?
from everything I understand, it's not a true "application", it's a wallpaper that then people can add widgets that "do" things.
if this is the case, HOW are these widgets "locked" where they can't be changed in a lot of the wallpapers I've downloaded.
THAT is my only question.
Oh, and how come there's not a "builder" application for Themer?
Click to expand...
Click to collapse
I am always critizising m8 it's what makes it a better program,constructive critisizm always helps,your post didn't seem offensive to me m8
ThemerSupport said:
No worries we weren't offended by your comments, we're just trying to make everyone's theming experience as easy possible.
Themer is a launcher. Just like TouchWiz, Nova, Apex, ssLauncher, etc. It's a link between the hardware and software, you could think of it as the body/shell of a car. The car can have a different shell, and with Themer, it's shell can be customized in seconds.
Calling it a wallpaper with widgets doesn't really do it justice, as a launcher incorporates your app drawer as well, and maybe some more features arriving soon.
One thing to remember is that Themer, once stripped to its core, it a launcher, just like the rest. By that we mean you're able to edit/add/remove widgets, change wallpapers, change the icons (icon pack support arriving soon), etc. To unlock widgets, hold down on the homescreen - Advanced - Unlock Widgets. Repeat the process to lock them, or alternatively you can go into the main Themer settings - Advanced - Desktop - enable Lock Desktop Widgets.
Whenever the widgets/icons are unlocked, this can be called the "builder" mode, as you can add/remove/edit widgets and icons.
Hope this helps!
Click to expand...
Click to collapse
Thank you for the constructive email.
I think the biggest confusion anyone has with your "application" is that it doesn't seem like an application. It really does sound like a wallpaper with widgets. For example:
* Is there the ability to add groups for grouping together like kinds of applications?
* Can I add my own icons for applications?
Think GoLauncher or some other such "launcher" application that exists.
sanjsrik said:
Thank you for the constructive email.
I think the biggest confusion anyone has with your "application" is that it doesn't seem like an application. It really does sound like a wallpaper with widgets. For example:
* Is there the ability to add groups for grouping together like kinds of applications?
* Can I add my own icons for applications?
Think GoLauncher or some other such "launcher" application that exists.
Click to expand...
Click to collapse
1. With Themer, you can add in Smart Category folders. For example the Games Category, when you install a new game, it will show up in this category and then whichever theme has a games folder, this new game will automatically appear. This saves a lot of time, but you can also manually add in your own categories or manually add in your own apps to a category.
2. Icon pack support is still limited. If you have icons on the homescreen, these can be edited manually. Some icon packs are supported, but you can also set them to other images in your gallery.
ThemerSupport said:
Would you like us to create in-depth text tutorials on our site?
Click to expand...
Click to collapse
YES! I watched many of the videos and I'm still very much confused. I have specific ideas for what I want, and although I can figure some things out on my own by trial and error, reinventing the wheel is both time-intensive and tiresome.
Also, I am glad to hear that icon pack support is on the list. Although my plans include heavy use off the app drawer, I'd like to have the icons in there be pleasing to my eye as well as the ones on my home screen.
It's a great product, one that I've already suggested to several friends. I just am more demanding than the "average bear".
Sent from my HTC One using xda app-developers app
j3nn said:
YES! I watched many of the videos and I'm still very much confused. I have specific ideas for what I want, and although I can figure some things out on my own by trial and error, reinventing the wheel is both time-intensive and tiresome.
Also, I am glad to hear that icon pack support is on the list. Although my plans include heavy use off the app drawer, I'd like to have the icons in there be pleasing to my eye as well as the ones on my home screen.
It's a great product, one that I've already suggested to several friends. I just am more demanding than the "average bear".
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Great to hear! Stay tuned for text-tutorials!
Hi.
I would like to have as well an written tutorial. Seems very interesting. I start now to play around with the themer myself from downloading a theme then deleting all a add my stuff.
Can i use all icon packs ? what format they have to be ?
störte said:
Hi.
I would like to have as well an written tutorial. Seems very interesting. I start now to play around with the themer myself from downloading a theme then deleting all a add my stuff.
Can i use all icon packs ? what format they have to be ?
Click to expand...
Click to collapse
most icon packs by default don't work with themer,but there is a way round this although you will need to manually change the icons you want to use.
Download apk extractor from Playstore
download the icon packs you want to your device
using apk extractor extract the apk of the icon pack you downloaded,this file will be stored on your device main storage in the apk extrat folder.
Attach your device to your laptop etc,then drag the extracted apk icon pack to it
rename the icon.apk and change the apk extension to zip
open with your favourite zip program
then simply extract the icon file images
this thread helped a lot

Categories

Resources