[REQ] Car home automatically changes wallpaper to black - Nexus One Android Development

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.

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

[SOLVED] Pattern Lock Screen: How do I change the clock font and dots?

UPDATE: All info in this thread summarized here: [GUIDE] Pattern lock tweaks - Wallpaper Brightness, Pattern Lock Dots, etc.
Rooted phone running Cognition 1.5.1. I am using a pattern lock so I have the standard Samsung lockscreen.
How can I change the clock font on the pattern lock screen? It looks very out of place compared to the other fonts.
Can I make the pattern lock dots smaller or more transparent? I don't like how it covers up almost all of my wallpaper. I know CyanogenMod has an option to make the pattern lock dots completely invisible. I don't really want that either, I just want them to be less obstructive.
Thanks in advance!
You can't change them afaik! You can always use third party lockscreen app like Widget Locker to get your desired lock screen.
I figured out how to change the clock font. Simply replace the Clockopia.ttf in /system/fonts. You can also use the Font Changer app, available on XDA or Market: http://forum.xda-developers.com/showthread.php?t=874658
However I noticed that my replacement clock font did not seem to line up properly. I think this is a common problem with replacing Clockopia.ttf. So you might need to adjust your font with something like FontForge first. Check out the guide here: http://forum.xda-developers.com/showthread.php?t=990853
UPDATE: This thread on Rootzwiki gives a good description of the Clockopia alignment problem and how to fix it. Basically, use a font editor to replace the glyphs in the Clockopia.ttf with the glyphs from your favorite font.
Still investigating the pattern lock dots.
Figured out the pattern lock dots! The files are in the framework-res.apk, under res\drawable-hdpi. There are two files you need to edit:
btn_code_lock_default.png -- This is the white dot in the middle
indicator_code_lock_point_area_default.png -- This is the dark circular background of the dot
I reduced the size of the white dot by 50% and used a clear transparent background so it doesn't block the wallpaper. Files are attached below in case anyone wants to use these.
One more discovery today. Normally the pattern lock wallpaper is not as bright as the original -- there's a dim or dark filter over it. To change this, decompile framework-res.apk (need to use apktool or apk_manager), and edit res\layout\keyguard_screen_unlock_portrait.xml.
On line 4, change android:background="#70000000" to android:background="@color/transparent"
Compile framework-res.apk and put it back into system\framework. Reboot and you should see that the pattern lock wallpaper is much brighter!
Also I've made another set of pattern lock dots. For this one, I reduced both the white middle dot and the outer ring by 50%. Then I increased the transparency of both and made the outer ring a lighter gray. So now the dots are larger, but even less intrusive. I've attached the files below, plus a screenshot.
Thanks a lot for the background transparency trick ! That was exactly what I was loogking for.
Also, may I add something just for information if ppl need it :
There are other files if you want a complete edit :
the ones you told about :
btn_code_lock_default.png (the small dot in the center)
indicator_code_lock_point_area_default.png (the black circle around)
The pngs that shows up when the pattern is the wrong one :
indicator_code_lock_point_area_red.png (the circle around)
indicator_code_lock_drag_direction_red_up.png (the arrow showing the direction)
And if you use "visible pattern" in the options, these are the green ones :
indicator_code_lock_point_area_green.png
indicator_code_lock_drag_direction_green_up.png
btn_code_lock_touched.png (the small dot in the center, touched version)
One more thing, if you're only editing pngs, you don't need apk tool, a simple unzip with 7zip is possible.
Thanks for the modification ideas.
I am using a Htc Desire on dGB aosp rom but just to add to this thread. In the keyguard_screen_unlock_portrait.xml, I changed:
android:background="#70000000" to android:background="@drawable/patternlock_background"
Added an image called patternlock_background.png to the drawable-hdpi folder.
Made some of the images mentioned in the previous posts transparent.
And came up with this:
Obviously, I still need to edit other aspects of that screen to tidy it up.
Great work LfcFan1977! I would be really interested in seeing more wallpapers that incorporate the pattern lock into their design. There could be some pretty cool ideas by mixing a pattern lock wallpaper with custom pattern dots and lines.
Yea, I have been wanting this kind of mod ever since I got my Android.
Here's a few ideas:
Galaxy with stars/rockets/shuttles/astronauts/planets/moons.
Dot to dot of a gingerbread man.
Flowers with the honeycomb bee.
Treasure maps and pirates.
Football.
Homer Simpson and donuts.
Pacman.
Anyway, I had a bit more of a play with the xml/images and got this.
Hi,
a few month ago I investigated the size of the background image to fit the pattern dots, and after a few experiments I saw that android was doing a bit of resizing, even if the image was exactly the screen size.
What worked for me, is to make an image smaller than 800 in height (763px to be precise) and 480 in width (regular width of 1 screen). But when done editing, I stretch its height back to 800. Then, when applying within gallery ("use as..."), it stretch it back to undeformed.
I made a template in photoshop, for those who are interested, also with my actual pattern background. Still can't post urls here, so...it's hosted at mediafire.com :
Code:
/?fo04gtvp82y1xw1 (the template)
/?82txu5qxdea6usb (the background)
Wow, this thread is a great resource for customizing the lockscreen, and it's rather painless (not much APK tool messing to do, if simple unzip, rezip works, wonderfull )
This is going into my bookmarks
I wish I would have found this thread sooner. I was looking for which files to edit for the buttons but found them elsewhere. I still have one question, though. Does anyone know how to change the path color? I can't find which file it is located in. TIA.
I can only assume the colour is applied by something in the framework.jar but as my understanding of smali coding is practically none, I can not figure it out.
I was thinking that maybe re-posting all the previous information and the above question in the android themes thread may be better. I do not think any of it is device or rom specific and we may need a wider audience in order to resovle questions like the last one.
I can't find the path color in the xml or png files so it must be something in smali code. Moving to the Android themes forum is a good idea. I am going to summarize everything and repost it in that forum.
Check out the new thread here! http://forum.xda-developers.com/showthread.php?t=1330063
A little help
This line about android:background is in keyguard_screen_unlock_portrait? I think it's keyguard_screen_password_portrait

[Q] Unable to place shortcuts in Themer dock

Hello, newb here to XDA, Themer, and Android in general. Hopefully someone will be so kind as to be able to help with my issue. I've searched the forums to no avail.
So I'm trying to build a theme within Themer and, for the most part, all is going well. But I just cannot figure out how to get the dock to accept icons/shortcuts/Themer actions so I can put the phone, internet, app drawer, sms, and camera icons there. 'Show Dock' is checked in the Advanced Settings, but I'm unable to actually get anything to stick in the dock area... any icons dragged to that area just bounce out. I attached a screen shot illustrating the problem.
Am I missing something obvious? Or maybe the Themer Beta app hasn't had this functionality implemented yet? I've seen working docks in Themer themes ('Twilight' for example), but maybe those designers used other tools to build the dock and then imported it into Themer?
I'm using a Moto G with Android 4.4.2 and Themer 1.47. Any help will be greatly appreciated.
defektiv1 said:
Hello, newb here to XDA, Themer, and Android in general. Hopefully someone will be so kind as to be able to help with my issue. I've searched the forums to no avail.
So I'm trying to build a theme within Themer and, for the most part, all is going well. But I just cannot figure out how to get the dock to accept icons/shortcuts/Themer actions so I can put the phone, internet, app drawer, sms, and camera icons there. 'Show Dock' is checked in the Advanced Settings, but I'm unable to actually get anything to stick in the dock area... any icons dragged to that area just bounce out. I attached a screen shot illustrating the problem.
Am I missing something obvious? Or maybe the Themer Beta app hasn't had this functionality implemented yet? I've seen working docks in Themer themes ('Twilight' for example), but maybe those designers used other tools to build the dock and then imported it into Themer?
I'm using a Moto G with Android 4.4.2 and Themer 1.47. Any help will be greatly appreciated.
Click to expand...
Click to collapse
Hi defektiv1, welcome to the community.
How did you create this theme? Was it created from an earlier theme? If so, which one? There might be a widget blocking the apps.
If you use the Twilight theme, then remove the icons, are you then able to insert your own?
As long as the "Show Dock" option is enabled, a dock should be present and allow you to place icons within it.
ThemerSupport said:
Hi defektiv1, welcome to the community.
How did you create this theme? Was it created from an earlier theme? If so, which one? There might be a widget blocking the apps.
If you use the Twilight theme, then remove the icons, are you then able to insert your own?
As long as the "Show Dock" option is enabled, a dock should be present and allow you to place icons within it.
Click to expand...
Click to collapse
I believe it was the 'Rainy Day' theme I started with as a base. I think there were only two widgets in that one and I deleted them both, and then turned on 'Show Dock' in the settings as that particular theme doesn't use one.
Experimenting with the 'Twilight' theme, I tried moving the icons off the dock into the main area and then back to the dock. The icons for some reason ended up smaller than they were in the default setup, and also aligned a bit higher, but they did still function as they should, staying in the dock area while swiping through the pages. Attached an image showing the smaller icons. I also tried replacing the icons that came with the theme with a random app from the app drawer, and it worked fine, except again the odd sizing and alignment issue.
The dock area is definitely there in my theme; when the 'Show Dock' option is unchecked, that area is just part of the normal desktop area of each page, and moving things there is no problem, but of course things don't stay there when moving between pages. When 'Show Dock' is enabled, it won't allow me to drop anything there... any icons dragged there from any of the main screen areas just automatically bounce back to where they were before the attempted move.
Went ahead and attached a copy of the zip in case it might be helpful.
Thanks a lot for the help, this could be really fun if I can just get this issue sorted.
defektiv1 said:
I believe it was the 'Rainy Day' theme I started with as a base. I think there were only two widgets in that one and I deleted them both, and then turned on 'Show Dock' in the settings as that particular theme doesn't use one.
Experimenting with the 'Twilight' theme, I tried moving the icons off the dock into the main area and then back to the dock. The icons for some reason ended up smaller than they were in the default setup, and also aligned a bit higher, but they did still function as they should, staying in the dock area while swiping through the pages. Attached an image showing the smaller icons. I also tried replacing the icons that came with the theme with a random app from the app drawer, and it worked fine, except again the odd sizing and alignment issue.
The dock area is definitely there in my theme; when the 'Show Dock' option is unchecked, that area is just part of the normal desktop area of each page, and moving things there is no problem, but of course things don't stay there when moving between pages. When 'Show Dock' is enabled, it won't allow me to drop anything there... any icons dragged there from any of the main screen areas just automatically bounce back to where they were before the attempted move.
Went ahead and attached a copy of the zip in case it might be helpful.
Thanks a lot for the help, this could be really fun if I can just get this issue sorted.
Click to expand...
Click to collapse
Thank you for providing such valuable information.
I've reported both issues to the team of developers, hopefully a fix will arrive soon!
-Marco
ThemerSupport said:
Thank you for providing such valuable information.
I've reported both issues to the team of developers, hopefully a fix will arrive soon!
-Marco
Click to expand...
Click to collapse
More experimenting: When I first started building this theme, I had set the desktop grid size to 8x16 on the recommendation of the article "How to correctly lay out and anchor your themes" on the themerapp.com site. Thinking that might be related to this issue, I tried setting the grid to 5x8, what I assume is the default for my phone, and now the dock area is working as it should. So it seems changing the grid size has something to do with this issue. The smaller size and higher positioning of icons only happens when initially dragging them onto the dock from the main screen area. Once I selected a new Themer action to put on a home screen, the icons on the dock correctly re-sized and re-positioned automatically. Attached an image sequence to illustrate. Hope this helps find the bugs so I can use other grid sizes with the dock.
thank you: Good:
defektiv1 said:
More experimenting: When I first started building this theme, I had set the desktop grid size to 8x16 on the recommendation of the article "How to correctly lay out and anchor your themes" on the themerapp.com site. Thinking that might be related to this issue, I tried setting the grid to 5x8, what I assume is the default for my phone, and now the dock area is working as it should. So it seems changing the grid size has something to do with this issue. The smaller size and higher positioning of icons only happens when initially dragging them onto the dock from the main screen area. Once I selected a new Themer action to put on a home screen, the icons on the dock correctly re-sized and re-positioned automatically. Attached an image sequence to illustrate. Hope this helps find the bugs so I can use other grid sizes with the dock.
Click to expand...
Click to collapse
Once I passed your errors onto the developers, they told me that they were aware of both issues and that a fix would arrive soon. The latest update (now 1.49) should have been the update to fix these problems If you run into any other bugs, please let us know!
ThemerSupport said:
Once I passed your errors onto the developers, they told me that they were aware of both issues and that a fix would arrive soon. The latest update (now 1.49) should have been the update to fix these problems If you run into any other bugs, please let us know!
Click to expand...
Click to collapse
OK, just tried with the update and the dock is working now with an 8x16 grid. Cool, thanks!

[Q] Themes with folders?

I got Themer today, and I really love how a lot of them look, but I ended up sticking with my plain stock because I like to have most things on the home screen in folders. I tried making a folder, but it didn't work.
Are there any themes that incorporate folders? Did I just do it incorrectly or are they not an option? I realize you can go into apps, and then use the categories, but I'd much rather have them on my home screen.
Plus, if I have an app, like my flashlight, that I really need on my home screen for accessibility, it's kind of obnoxious against the pretty, cohesive theme, and sticks out. If there was a folder I could stick it in on the home screen that matched the rest of the theme, it would look better. Does that make sense? I might just be rambling now.
It's a really cool app though, I like that you can do these things without rooting, I didn't realize that was possible. (My noob is showing... )
Lumosx said:
I got Themer today, and I really love how a lot of them look, but I ended up sticking with my plain stock because I like to have most things on the home screen in folders. I tried making a folder, but it didn't work.
Are there any themes that incorporate folders? Did I just do it incorrectly or are they not an option? I realize you can go into apps, and then use the categories, but I'd much rather have them on my home screen.
Plus, if I have an app, like my flashlight, that I really need on my home screen for accessibility, it's kind of obnoxious against the pretty, cohesive theme, and sticks out. If there was a folder I could stick it in on the home screen that matched the rest of the theme, it would look better. Does that make sense? I might just be rambling now.
It's a really cool app though, I like that you can do these things without rooting, I didn't realize that was possible. (My noob is showing... )
Click to expand...
Click to collapse
Hi Lumosx,
With Themer, there are multiple ways of adding folders.
First, you can drag and drop apps from the app drawer onto one you've already added. To do this:
1. Drag an app onto the app drawer that you'd like in your folder.
2. Then drag another app next to it; a popup may appear asking you to unlock widgets.
3. Select Yes and open the Desktop menu and deselect Lock homescreeen Icons.
You're now able to drag icons into one another, creating folders accordingly.
Alternatively, you can use Smart Category folders. These are the categories you see in the app drawer, and adding one of these does come with some advantages. To add one:
1. Long press on the homescreen > Advanced > Desktop > Unlock homescreen Icons.
2. Long press on the homescreen > Smart Categories > choose your preferred category.
3. Tap the icon > Select the overflow icon (3-dot icon) > Manage, in order to manually add/remove apps.
Now this category will be saved for every theme that you use.
To change the look of a folder (with both methods), long press on the icon > Edit > then select an icon either from selected packs or a simple image. Let us know if you need to find an image/icon to match your theme.
Hope this helps!
-Marco
I got it to work, thank you very much! I'm very happy with it now.
One more question: The only issue I have now is that there's one particular widget that tells me it's already added when I try to put it on the screen, but it's not actually there. Do you know what the problem could be? It came with the phone (Walkmate) if that matters.
Lumosx said:
I got it to work, thank you very much! I'm very happy with it now.
One more question: The only issue I have now is that there's one particular widget that tells me it's already added when I try to put it on the screen, but it's not actually there. Do you know what the problem could be? It came with the phone (Walkmate) if that matters.
Click to expand...
Click to collapse
What's your device and the widget called? We want to see if we can replicate this issue.
Also does it happen with all themes or one specific theme?
Lastly, is there room for the widget? What may happen is that a widget might take up the whole screen, not allowing for any widgets to be added. Deleting all the widgets on the page and try to add this widget will help us figure out what's causing the problem.
I have a Galaxy S3, the widget is Walkmate. It should fit, it's small and I have at least half the screen free. I tried when the screen was blank as well. The theme is Frosted Glass. I tried using a random theme as well and it still didn't work (it was Hi-Tech).
It's not a huge issue or anything.

First impressions and questions

Hi,
I have played with Themer and widgets last few hours, and it looks very nice. I have looked through the introduction videos, and they were informative, but there is always some information missing, and here is what I could not find:
How to lock widgets without right click?
When we unlock the widgets for editing, we need to lock them back. Every tutorial that I looked does this using right click on screen, but what if there is no place on screen available to right click (widget occupies to whole screen)?. I guess we could add one screen temporarily, lock the widgets, and remove the "dummy" screen, but I guess there should be some quicker method?
How to dock particular widget to appear on all screens?
I would like one widget to appear on all screens, something like a Dock on the stock Android. How to mark widget as docked (locked) on all screens?
How to preview a custom (exported) theme?
In the video tutorials it is said to put an image with the same name to thumbs folder (I noticed that it must be png also, not jpeg). However, this only shows the screenshot in the thumbnail preview of exported themes. What about when we select a particular theme, which opens a screen with Delete Apply choices? This preview is still blank screen, which means that it does not use the image from the thumbs. The same behavior is seen in the video tutorials.
How to know if there is an empty widget on screen?
For example, lets say that I have dropped a widget on the screen accidentally, and I did not place any element in it. This widget would be transparent by default. How can I see those widgets, so I can remove them?
Thanks.
Goran_ said:
Hi,
I have played with Themer and widgets last few hours, and it looks very nice. I have looked through the introduction videos, and they were informative, but there is always some information missing, and here is what I could not find:
How to lock widgets without right click?
When we unlock the widgets for editing, we need to lock them back. Every tutorial that I looked does this using right click on screen, but what if there is no place on screen available to right click (widget occupies to whole screen)?. I guess we could add one screen temporarily, lock the widgets, and remove the "dummy" screen, but I guess there should be some quicker method?
How to dock particular widget to appear on all screens?
I would like one widget to appear on all screens, something like a Dock on the stock Android. How to mark widget as docked (locked) on all screens?
How to preview a custom (exported) theme?
In the video tutorials it is said to put an image with the same name to thumbs folder (I noticed that it must be png also, not jpeg). However, this only shows the screenshot in the thumbnail preview of exported themes. What about when we select a particular theme, which opens a screen with Delete Apply choices? This preview is still blank screen, which means that it does not use the image from the thumbs. The same behavior is seen in the video tutorials.
How to know if there is an empty widget on screen?
For example, lets say that I have dropped a widget on the screen accidentally, and I did not place any element in it. This widget would be transparent by default. How can I see those widgets, so I can remove them?
Thanks.
Click to expand...
Click to collapse
Hi Goran,
So sorry for taking an incredibly long time to reply, I'm on a semi-vacation in Thailand at the moment and getting access to internet isn't easy. I'll try help as best I can.
1. Thanks for pointing this one out! The option to do this via the app drawer was removed in the last update, so I'll speak to the team about adding it in again. The only other way would be to enable the Themer notification bar, which has a Themer icon that brings up new themes. From here you can tap the back button to go into the Advanced Settings and then into Desktop.
2. This feature has been requested before, however it will take us a while to add it into Themer, as the resources required are quite vast to say the least. Hopefully in the new year we will have more time to focus on features like this. Right now the team is more focused on fixing bugs and improving the performance.
3. Another requested feature. We still want to improve the front end as much as possible before moving onto the back end. Trust me though we haven't forgotten about the designer side of Themer.
4. I've never heard of this feature before, but it sounds like a good one to have. I think because many users focus on adding widgets that instantly show information, it hasn't been as a priority. I'll speak to the team and see what they think.
I hope this has answered your questions. If you have any more just ask, I have a stable connection now and will be able to reply within the day.
- Marco

Categories

Resources