[New] Analog Clock with live wallpaper [New] - Xposed Framework Modules

Analog Clock with live wallpaper, all you have to do is install this module activate it and reboot your phone.
To choose the analog clock as your live wallpaper follow these steps:
1)go to settings
2)choose"Device"tab
3)select "Wallpaper"
4)select "Home screen"
5)finally select live wallpapers and choose the analog clock
Hope you like it guys!!
**More themes coming soon**

Screenshot/video?

Screenshot
Sure

Why is this an XPosed module?
No source? Seems like this is a new username and you've posted a few new apps recently and none are open source nor on the Play Store.
That could be perfectly normal but it's just odd something like a live wallpaper of a clock would need to be an XPosed module.
I've downloaded a live wallpaper of a clock before that didn't require XPosed which is why I'm curious.

It does not need xposed but im a new developer here and i am doing the things i am capable of and if you dont need it you dont have to use it

Then why not open source it and put it on F Droid?
That would be a perfect avenue to get some exposure. I don't know if the XPosed repo is the most ideal way I'd choose if I was wanting to get my apps out there.
F Droid might be better simply because your apps don't necessarily need root permissions and aren't doing fancy XPosed things. F Droid gets quite a bit of attention as an alternate app store with a no cost barrier of entry.

Well thanks for the note ill give it a try

@wissam.az1: The "app" seems not to have parts which could be loaded by Xposed. So why you uploaded it to Xposed repo?

Will it go in a future update that the background will be the previous or stock wallpaper.....
That it will 'look' like a floating widget in the background (instead of a solid color background) that does nothing but tell time...

X
@moshiach101 sure bro i may release the update today if i finish work early

defim said:
@wissam.az1: The "app" seems not to have parts which could be loaded by Xposed. So why you uploaded it to Xposed repo?
Click to expand...
Click to collapse
Agreed. I disabled the module in the repository.

Related

[REQ] Car home automatically changes wallpaper to black

Hey all,
I find it incredibly stupid that car home keeps the standard wallpaper and just dims it. I'm using the album art wallpaper and it makes car home almost unusable.
Would it be possible to force the system to change the wallpaper to a black background when car home is in use and then change it back when you close it?
Thanks!
If your screen is too dark:
Look on bottom right corner, under EXIT CAR MODE. See the little > right arrow?
Hit that and change your screen brightness setting.
Automatic > Night > Day
As for changing the wallpaper. I've never heard about that possibility.
Maybe someone with theming or morphing skillz will come across this thread??!
rickytenzer said:
Hey all,
I find it incredibly stupid that car home keeps the standard wallpaper and just dims it. I'm using the album art wallpaper and it makes car home almost unusable.
Would it be possible to force the system to change the wallpaper to a black background when car home is in use and then change it back when you close it?
Thanks!
Click to expand...
Click to collapse
That should be possible with Tasker.
Unfortunately I use settings profiles and would hate to pay for a software to handle this one thing. I wish CM could incorporate this change into the nightlies!
Would be easy to do with Tasker which is a great app anyway. I recommend getting it and I'm sure you'll find some other useful things you can do with it too (it should easily replace settings profile for you too)
This should be a simple change, but apktool is acting up and won't recompile the apk. Hopefully I will have one available soon.
Cool thanks! You rock.
This is turning out to be significantly harder than it should be. aapt seems to be ignoring the entire res/values folder, so even an empty decompile/recompile fails (but works fine for every other apk I throw at it), and MetaMorph is just flat out having no effect. I will keep working on it, but for now it seems hopeless by divine force.
RoboPhred said:
This is turning out to be significantly harder than it should be. aapt seems to be ignoring the entire res/values folder, so even an empty decompile/recompile fails (but works fine for every other apk I throw at it), and MetaMorph is just flat out having no effect. I will keep working on it, but for now it seems hopeless by divine force.
Click to expand...
Click to collapse
Even if you can't get it, I appreciate the effort!
So you couldn't get it going?
I really haven't looked into it but isn't it possible to theme the app to use a black interface instead of the transparent one it uses now? I mean replace the transparent .png's with black ones.
The background does not use images, it specifies a theme resourse and adds a transparent black color. I have been trying to change that resourse, without apktool playing nice there is no real way to do this. I tried changing the theme by editing the smali code, but that is overridden by the view's style attribute, and the theme can't be set after the view is inflated.
From what I have found, the only two options with out the ability to compile resource files is either to implement the original idea of blacking the wallpaper on run, or editing the compiled binary xml blob manually.
I could always make a simple service app to change the wallpaper on car mode toggle, that would be easiest at this point.
Update: Did some research, its impossible to set a live wallpaper through code using the public API due to security concerns, so that removes all non-resource ideas. This has to be done through the style resources of CarHome itself.

[PA Colors] [2013-05-21] Z_colors

Ok, here is a pet project I've been working on with my N10, it tested as working for my Rez, so I figured I'd share it with you guys.
Basically it adds another button on the Hybrid properties launch section, where you would see the different ui buttons, that contains color presets for more apps.
Includes:
Xda app (regular, pro, and tab) (dark theme)
Instagram
Netflix
Gmail
Flipboard
Ingress
Stock clock
Dropbox
Alarm Clock Xtreme
Evernote
MyScript Calculator
News & Weather
Dialer
Facebook
Facebook Messenger
Hangouts
Google Plus
Apex Launcher (Transparent statusbar)
Email
Grocery IQ
BaconReader (reddit app)
BeyondPod
Kindle
iHeartRadio
Google Play Music (there seems to be some kind of bug with this one)
Google Keep
Notes Lite by Fluffy Delusions
Tested on:
Shrike's PAC-man v20.0.0 and up
Tron 2.0 and up
Neo's PAC 4.3 builds
If you have more color presets, feel free to post them and I'll add them in if they look right.
Flashable zip version: https://www.dropbox.com/s/nxbq57khasraqxx/Z_colors-2013-05-21.zip
Manual version: https://www.dropbox.com/s/oadn3izkqz1k805/Z_colors-2013-05-21.xml
For the manual version, copy the Xml to /system/etc/paranoid/preferences/
Set perm to rw-r--r--
---------------------------------------------------------------------------------------
Version History
-2013-05-21
Changed from default PA colors:
Facebook
Hangouts
Plus
Added:
Apex Launcher Transparent statusbar
Email
Grocery IQ
Bacon Reader
Facebook Messenger
BeyondPod
Kindle
iHeartRadio
Google Play Music (there seems to be something preventing this one from working)
Google Keep
Notes Lite by Fluffy Delusions
-2013-03-15
Added:
Ingress
Stock clock
Dropbox
Alarm Clock Xtreme
Evernote
MyScript Calculator (one of my new favorite apps)
News & Weather
Dialer
-2013-02-22
First Rez offering
---------------------------------------------------------------------------------------
Undo Options
There is no one click method to get rid of the applied Zcolors without removing any other modifications you have made in the hybrid properties, this is a limitation of the Hybrid Engine. There are three ways I can think of off of the top of my head to revert these colors:
1. Go to Settings > Hybrid Properties > Apps, then click on the app you want to revert to stock, then click the reset icon (circle arrow with a dot in the middle). Repeat for each app.
OR
2. Using a file explorer, go to /system/etc/paranoid/ and open properties.conf. under ##SYSTEM PREFERENCES you will see a bunch of entries like "com.facebook.katana.colors="FFCBD2DF|B2FFFFFF|FFF FFFFF|FF5975B0|FFFFFFFF". Delete the lines for the apps you don't want the coloring on.
OR
3. Go to Settings > Hybrid Properties > Tools > Reset Properties. This will get rid of all Zcolors and any other modifications you have made to per app colors/dpi. If that doesn't bother you, then this will be the quickest easiest route.
Also, If after doing that, you want the Zcolor option to go away, you can go to /system/etc/paranoid/preferences/ and delete Z_Colors.xml. All my flashable file does is drop that XML in the right folder and set permissions correctly for it.
How would I go about flashing this? Sorry just pops up a box with text in it. n00b here. .xml file confuses me
jeph0r3 said:
How would I go about flashing this? Sorry just pops up a box with text in it. n00b here. .xml file confuses me
Click to expand...
Click to collapse
Helps when I get the links right. OP updated.
Re: [PA Colors] [2013-02-22] Z_colors
This is cool, thanks. Somewhere in the official PA rom, there is an xml called colors.xml that sets colors for a lot of popular apps like imdb but I have temporarily misplaced it.
Check my sig on the Web version of xda, there's a link to my PA properties. I pretty much found the tablet mode settings for about 20± apps with the right dpi / px for the rz. Give it a try!
Sent from my Infected Rezound using Tapatalk 2
brenuga said:
This is cool, thanks. Somewhere in the official PA rom, there is an xml called colors.xml that sets colors for a lot of popular apps like imdb but I have temporarily misplaced it.
Check my sig on the Web version of xda, there's a link to my PA properties. I pretty much found the tablet mode settings for about 20± apps with the right dpi / px for the rz. Give it a try!
Sent from my Infected Rezound using Tapatalk 2
Click to expand...
Click to collapse
That file is /system/etc/paranoid/preferences/0_colors.xml, and mine is meant to be complimentary to it. I used that file to figure out how to write mine.
Honestly, I don't use any of the dpi or layout settings in Hybrid properties, I've messed with it, but I always come back to wanting the default layout and size. If I get a chance, I'll give it a whirl though, maybe you found the magic settings that I haven't yet.
You could have all those settings add to someone's current setup, without overwriting all of their othercurrent settings, by putting them in an xml like I did. Just look in /system/etc/paranoid/preferences/, the xmls in there are what I used to write mine and the syntax is pretty easy (for the most part).
Re: [PA Colors] [2013-02-22] Z_colors
Definitely check out my PA settings. My faves in tablet mode are the Google Play apps (new media browsing visual effects), Netflix, Hulu, IMDB.
Thanks for the xml info, Neo is preparing TRON 2 and it would be great to bake in some optional presets and colors for ppl to try out.
Sent from my Infected Rezound using Tapatalk 2
brenuga said:
Definitely check out my PA settings. My faves in tablet mode are the Google Play apps (new media browsing visual effects), Netflix, Hulu, IMDB.
Thanks for the xml info, Neo is preparing TRON 2 and it would be great to bake in some optional presets and colors for ppl to try out.
Sent from my Infected Rezound using Tapatalk 2
Click to expand...
Click to collapse
Cant wait for Tron 2!
Tested and works on Tron 2.0!
Added new color presets!
Added presets for:
Ingress
Stock clock
Dropbox
Alarm Clock Xtreme
Evernote
MyScript Calculator (one of my new favorite apps)
News & Weather
Dialer
New version bump.
Changed from default PA colors:
Facebook
Hangouts
Plus
Added:
Apex Launcher Transparent statusbar
Email
Grocery IQ
Bacon Reader
Facebook Messenger
BeyondPod
Kindle
iHeartRadio
Google Play Music (there seems to be something preventing this one from working)
Google Keep
Notes Lite by Fluffy Delusions
Is anybody using this?

Icon packs

I am loving the new Themer app and the theme installation is like a breeze now but icon packs are something like a pain for me. The icons available are only for select apps like Phone, Contacts, Camera and few others which hampers my customization process.
If Themer could give us an option to download the related icon pack and feed it in our icon inventory then it would have been great!
Anyone else who agree with me?
yeah it need supports for icon packs for app drawer like nova launcher or go launcher and etc.
+1 don't using themer atm, still waiting for code, but this is a must for me
Sent from my XT910 using Xparent Skyblue Tapatalk 2
Icons
I would love to able to use icon packs.
Using one theme with a custom icons, I deleted one by accident which was a folder using an icon.
I tried to recreate the folder, and when I went to set the image, it only let me use images in my gallery, and not one's that came included in the theme.
Would be nice to be able to use icons that are part of the team, and also to install icon packs so we can use many more custom icons
icons
Well, you can use personal icons and you can export icons from a theme.
by going to settings - advanced settings - debug info - dump icons to sdcard/themerdumpedicons
voila.
hmmm
tom_el_camino said:
Well, you can use personal icons and you can export icons from a theme.
by going to settings - advanced settings - debug info - dump icons to sdcard/themerdumpedicons
voila.
Click to expand...
Click to collapse
Cheers Tom, Ive done this, and can see the files if I use my file manager, however when I choose to change the icon, it only shows my camera roll folder, and I cant see the icons that have been dumped.
Any idea's?
I just got my code yesterday! So far, I like what I see. But I will agree, there MUST be icon pack support. Sure, there are "ways around it," but one of the major rules of developing apps that more people will use is that it has to be easy to use. Advanced users can find ways around limitations, but the masses will move on to other apps if it's not quick, simple, and easy to use.
But it's still early, I realize this is still a beta and I recognize it's potential! I can't wait to see what they add/do next. :good:

[Q] Weather Widgets

I found when i used a theme with weather, it cant find my location so its just blank. I downloaded AccuWeather because ut said i must. I tried re applying after getting accuweather but that made no difference. Thanks
yamchah2 said:
I found when i used a theme with weather, it cant find my location so its just blank. I downloaded AccuWeather because ut said i must. I tried re applying after getting accuweather but that made no difference. Thanks
Click to expand...
Click to collapse
This is happening to me as well. What exactly were the changes to weather? I don't see anymore options in the settings.
Make sure to link the hotspot to ThemerWeather not the weather app you installed. I am not sure if that solves it for you guys, but I haven't had any issues with it since left it at default.
We changed the weather so that:
1. The default provider is AccuWeather, not The Weather Channel. This is because AW is available in more countries than TWC. That said, Themer will still look on your phone for dozens of other weather apps.
2. As long as you are using Themer Beta 1.4 or above, go to Settings>Themer>Weather. From there you can force C or F, or leave it on Auto.
We are using a weather provider (Open Weather Map) which is unreliable. We are going to change providers are soon as possible.
ThemerSupport said:
We changed the weather so that:
1. The default provider is AccuWeather, not The Weather Channel. This is because AW is available in more countries than TWC. That said, Themer will still look on your phone for dozens of other weather apps.
2. As long as you are using Themer Beta 1.4 or above, go to Settings>Themer>Weather. From there you can force C or F, or leave it on Auto.
We are using a weather provider (Open Weather Map) which is unreliable. We are going to change providers are soon as possible.
Click to expand...
Click to collapse
It says 65 degrees (which has to be Fahrenheit, even though i set it as celcius in Settings>Themer>Weather. Below that it says haze in location n/a. this theme is amazing but one page is wasted because it cant find anything.
EDIT: How can i change an icon for something if the icon is applied on my homescreen? for example, there is a shopping folder but i dont want that, i just want it to be the play store, but i want it to use the icon of the shopping folder. when i try and change the icon i can only select from my gallery. is there no way to select an icon from the theme?

[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