Stock Live Wallpapers - Android Q&A, Help & Troubleshooting

Hello. I have several projects ongoing at the moment, for ways to improves Amazon's Fire tablets, specifically the Fire HD 8. One of them includes trying to get Android's stock live wallpapers from KitKat 4.4 to work. There are a few mysteries and head scratching with these tablets. Wallpapers are one.
Amazon has supposedly blocked the functionality of live wallpapers. Not just Androids, but every live wallpaper that exists (at least from what I've gathered). However I don't believe that is entirely the case. There is an wallpaper XML file which exists in /etc/permissions, android.software.live_wallpaper.xml, which states specifically what permission is needed for live wallpapers to work:
This feature should be defined for devices that support live wallpapers. There are minimum hardware requirements to be able to support this feature: robust multiple GL context support, fast enough CPU, enough RAM to allow the wallpaper to be running all of the time.
Click to expand...
Click to collapse
Code:
<permissions>
<feature name="android.software.live_wallpaper" />
</permissions>
I am using LiveWallpapersPicker.apk and AndroidLiveWallpapers.apk from KitKat 4.4, along with all the stock wallpapers from that OS version. Everything uploads just find. I can get the picker program to load, if I use an app like Activity Launcher to launch the program. All the live wallpapers are listed. However when I go to select them, nothing happens, or I get a black screen for a second and I am kicked into settings or back to the live wallpaper menu.
My next step was to try and load each wallpaper manually, also using Activity Launcher. All of them will launch, but again Amazons blocks them. The process launches and stays open, but it appears a black overlay is placed in front of the wallpapers so you can't see them or press the button to set them. In all cases, except for two of them, you get about 1/2 a second view of the live wallpaper before you're rudely blacked out. There is one light at the end of the tunnel though. It also proves somewhat of a point they don't have to be installed into /system to work.
This one was expected to work. Holo Spiral (com.android.wallpaper.holospiral) and It's the only one Android labeled as a test wallpaper. It will launch if you do it on it's own. However it's not technically a wallpaper at this point. It's actually more of a screensaver. And honestly a pretty cool one which is also mildly interactive:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The second one, and probably the coolest one (though not my favorite) is Black Hole. Again it's not really a wallpaper, it's a screensaver. Because I am unable to set it as a wallpaper.
So I know these can function and thpough ssome of the wallpapers and the programs have the permission to be used as wallpapers, they still won't work. LiveWallpapersPicker.apk does NOT have the permission. So I used APKtool to decompile it, with Amazon's framework-res.apk installed and added the permission to the XML manifest, right above BIND_WALLPAPER (as most posts I find state to do it there). If the permissions for wallpapers, BIND_WALLPAPER or SET_WALLPAPER_COMPONENT were not there, I added them to. These are simple files really so I shouldn't have to add anything more. I saved the XML, rebuilt the APK and installed it. It works. Howevewr it somehow DOWNGRADES the version to 2.X.X. Huh? I never had an experience where I had an APK downgrade in versions when adding a permission to it's manifest.
With that came two additional problems: 1) The live wallpapers no longer recognized LiveWallpapersPicker. When trying to set them, each wallpaper says "app not installed." I can still get the two wallpapers listed above (screensavers) to load though. So I uninstalled the APK and reinstalled the original. At this point I am stumped and have been for a few days now.
I know you don't need to install them in /system because Amazon allows other such applications for live wallpapers in their own Appstore. You can see for yourself by searching. There are dozens if not more. So I am not sure what I am doing wrong. This should really be as simple as it sounds. Just last week we were able to find a way to disable all of Amazon's apps and another user, one who for a few months helped to get us this far, even made a tool to do it automatically. Shortly after I found a way to install widgets onto the tablets, when using a custom launcher. In both cases the functions were 'blocked' by Amazon, but also in both cases the codes or scripts had literally been staring us in the face for months. The disable command was listed in the ADB menu and the widget script was placed in /system/bin/appwidget and had a step by step guide to activate them. Now they have the same mentality where they 'block' live wallpapers but give a detailed instruction on how to enable them.
I for the life of me just can't figure out what I am doing wrong. I installed Google's app 'Wallpapers' which again gives me the option to set live wallpapers and lists each one, but they are blocked. You also get the option to set them in Nova Launcher too. Scratching your head yet? I have been for months.

Well...I've been able to decompile, modify to add permission from /etc/permissions/android.software.live_wallpaper.xml, recompile and **SUCCESSFULLY** install the Live Wallpaper apk with ALL modifications holding!!!!
Everything appears to be right, however they still won't work I've added:
Code:
WRITE_SECURE_SETTINGS
WRITE_SETTINGS
SET_WALLPAPER
SYSTEM_ALERT_WINDOW
READ_EXTERNAL_STORAGE
SET_WALLPAPER_HINTS
CHANGE_CONFIGURATION
You have to grant the secure settings permission manually, which I did and it is holding. However for the Live Picker, I can't get the tablet to accept the commands to manually grant the Picker BIND_WALLPAPER and SET_WALLPAPER_COMPONENT
Code:
C:\ adb shell pm grant com.android.wallpaper.livepicker android.permission.SET_WALLPAPER_COMPONENT
Operation not allowed: java.lang.SecurityException: Permission android.permission.SET_WALLPAPER_COMPONENT is not a changeable permission type
I get the same error for the Live Wallpaper APK too. Isn't that some BS? I've given it just about all the permissions I can.

I started over as I recently received a rooted Amazon Fire HD 7. I recopied the stock APKs from my XT907. I placed them into internal storage, then moved them to /system/priv-app. I made sure all of them had the right permission, rw-r-r. I then installed them one at a time, rebooted into recovery via ADB, wiped the cache and rebooted. All is well, aside from the fact they still don't work. However now the screen to set the wallpapers comes up, but only for a second before being force closed. I even tried using Activity Launcher to independently launch them, with no success. However, using Activity Launcher, it does open the Live Wallpaper Picker activity which allows me to choose the various stock live wallpapers, but again, force closed. I even made sure the android.software.live_wallpaper.xml was placed in the right spot (/system/etc/permissions). Still nothing. I haven't tried anything from the Play Store though. Any thoughts?

Related

[Q] How to automate Bing Daily Image as my Android background?

Anyone know of a way to get the Bing daily background as my Android phone's background?
(on an automated daily basis without user intervention)
There are a lot of wallpaper switching apps, but none of them link to Bing's daily image.
If there were an app that would set the wallpaper from a URL (http://mydomain.com/image.jpg) on a daily basis, then I could scrape the Bing image and host it for retrieval.
If I could even just find a wallpaper app that switches on a daily RSS feed, I could create my own feed to expose Bing's daily image. But alas, haven't found any apps that do so.
Google gives me this. Its an apk file.
http://handheld.softpedia.com/get/Wallpapers/Phils-Fractal-Wallpaper-Lite-108354.shtml
You could automate that with tasker or locale. Set it to repeat every 24 hours, then have it get the file and save it, then set the wallpaper as that image.
Should be fairly straightforward.
I haven't found a way to make Tasker or Locale get an image from a URL and save it to the sdcard.
Connect the developer of WallMe, he's looking into this and already supports Flickr.
Sent from my HTC Desire using Tapatalk
Is the bing wallpaper url fixed? There is a binary of wget you can use to retrieve the file and rename it locally. Don't know how to set it as the wallpaper from a script though
also http://forums.somethingawful.com/showthread.php?threadid=3378016
The Bing wallpaper URL changes daily
Nice find on SA
I have one app bing daily wallpaper
just search "bing daily wallpaper" in the android market
if you need, I can add one function to run as a service and download /setup the wallpaper automatically.
appdotconfig said:
just search "bing daily wallpaper" in the android market
if you need, I can add one function to run as a service and download /setup the wallpaper automatically.
Click to expand...
Click to collapse
That would be nice so it automatically changes every day
+ I would donate for your hard
Sent from my CM7 EVO
do you want the chopped version or the full version
hi there,
since the wallpaper of bing is wide enough for the wallpaper by default
so either chose one portal of picture as a chopped option,
or we can just the landscape mode to show the full picture, let me know
mdaddy said:
Anyone know of a way to get the Bing daily background as my Android phone's background?
(on an automated daily basis without user intervention)
There are a lot of wallpaper switching apps, but none of them link to Bing's daily image.
If there were an app that would set the wallpaper from a URL on a daily basis, then I could scrape the Bing image and host it for retrieval.
If I could even just find a wallpaper app that switches on a daily RSS feed, I could create my own feed to expose Bing's daily image. But alas, haven't found any apps that do so.
Click to expand...
Click to collapse
You can try my app here at market
Search: Bing Daily Wallpaper int Google Play
I saw reports of the app being updated for Android with automatic wallpaper update each day.
I installed the app on my HTC One Mini, kept an app shortcut on the Main screen and set the Bing image as wallpaper. But it still won't update each day.
What settings do I change?
So I wanted to do this and searched around the interwebs and didn't really find anything. Most things were either apps for reddit, or old methods that no longer worked.
I ended up doing it myself via Tasker. If someone is curious, I can post what I did here in a more specific way but a quick explanation is that I have a profile set up to kick off at 5:30AM which then has 1 task with 5 actions associated with it. The actions together, HTTP Get the XML from Bing, parse the changing link and append it onto www.bing.com. Then I use this to HTTP Get the image itself, save it to a directory on the phone with the date in the name (solely for archival purposes and not necessary) and then apply the wallpaper. It was pretty straight forward actually.
Maverick0984 said:
So I wanted to do this and searched around the interwebs and didn't really find anything. Most things were either apps for reddit, or old methods that no longer worked.
I ended up doing it myself via Tasker. If someone is curious, I can post what I did here in a more specific way but a quick explanation is that I have a profile set up to kick off at 5:30AM which then has 1 task with 5 actions associated with it. The actions together, HTTP Get the XML from Bing, parse the changing link and append it onto www.bing.com. Then I use this to HTTP Get the image itself, save it to a directory on the phone with the date in the name (solely for archival purposes and not necessary) and then apply the wallpaper. It was pretty straight forward actually.
Click to expand...
Click to collapse
I'd love to know how you did it in more detail please, with screenshots if possible; I'm a proper tasker noob.
DJBrie said:
I'd love to know how you did it in more detail please, with screenshots if possible; I'm a proper tasker noob.
Click to expand...
Click to collapse
I don't really have the time to actually put a full walkthrough together at the moment, but I've attached the exported task, which is the bulk of the effort. With this, you can execute the task manually and it will work just fine. In order to schedule it, you have to create a time based profile which executes the task which is real easy. The way I did it, just because I thought I might want them later, was to save the images based on the date that they were live. It saves them to a folder on the root of the sdcard named Bing. If you don't want them archived, just delete %DATE in the final 2 steps in the task. Specifically in the final 2 screenshots.
Here are some screenshots of the profile which schedules the task that is the XML that is attached to this post:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you for going to so much trouble. I'm constantly amazed at how much effort people go to to help others on XDA
I highly recommend the app Cool Daily Wallpaper from the Play Store.
It automatically downloads from Bing and change the wallpaper automatically daily. Plus the images are in high resolution (1920x1080), without the Bing watermark, and saved to a Bing/ folder on the sdcard. This makes it very easy to also use the downloaded images for a Dreamscene or screensaver.
Very low resource usage, since it is not a live wallpaper.
Here you go:
https://play.google.com/store/apps/details?id=bg.ailiev.android.wallpapermanager

[Q] Screen resolution issue

So I just got my G Tab yesterday. I've rooted it and slammed on Vegan. I'm really impressed with this thing. The one issue I seem to be having is that I download wallpapers (1024x600) but they never show up properly on it. They are always cropped. Am I doing something wrong?
Also, is there a way to verify that my screens resolution is correct? Any help would be appreciated.
Thanks
Happy new G Tab guy
Yeah, that happens to me too. It seems the wallpapers only show the full art in portrait mode.
The only way I have seen to recify that issue is to download MultiWallpaper Live from the market. Set the single picture that you want was your wallpaper as the default wallpaper and it will fit to the screen as you would expect it to.
I still haven't figured out how to correctly display wallpaper without the use of this program on my GTab.
Sent from my SGH-T959 using XDA App
g1no23 said:
The only way I have seen to recify that issue is to download MultiWallpaper Live from the market. Set the single picture that you want was your wallpaper as the default wallpaper and it will fit to the screen as you would expect it to.
I still haven't figured out how to correctly display wallpaper without the use of this program on my GTab.
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Couldnt find it in market
https://market.android.com/details?id=se.alittleplaceinaspen.multiwallpaper
Found it but it seems to be a paid app
Set wallpaper with 1024x1024 and they will always be shown without clipping.
gator2k83 said:
https://market.android.com/details?id=se.alittleplaceinaspen.multiwallpaper
Found it but it seems to be a paid app
Click to expand...
Click to collapse
The correct app for this is MultiPicture Live Wallpaper, which is free. https://market.android.com/details?id=org.tamanegi.wallpaper.multipicture
After you install MultiPicture Live, it will appear as an option within "Live wallpapers".
ThunderPuppy said:
The correct app for this is MultiPicture Live Wallpaper, which is free. https://market.android.com/details?id=org.tamanegi.wallpaper.multipicture
After you install MultiPicture Live, it will appear as an option within "Live wallpapers".
Click to expand...
Click to collapse
Oops, thanks for the correction.
Hey Guys, thanks for the suggestions. I'm at work but will definitely be checking this out when I get home.
I can't find it in the Marketplace through my tab (and I have most of the Marketplace available). When I go there on my desktop it says its not compatible with my device...
TheAnswerMVP2001 said:
I can't find it in the Marketplace through my tab (and I have most of the Marketplace available). When I go there on my desktop it says its not compatible with my device...
Click to expand...
Click to collapse
You may have to try the market fix (go down to Part Three). However in my experience you will lose access to the device on the 'Web Market' (your device will disappear, never to be seen again). I have not figured out how to fix that, so be warned before trying it.
When I check the 'market', there's a list of apps I look for specifically (Not because I use all of them, but they seem to cover most of the filters). Some of them I've noticed are only available BEFORE the fix, and some (most) only available AFTER:
Adobe Flash/Air*
Mozilla Firefox*
Dolphin HD
Google Apps (Maps, Voice, Youtube, Voice Search, Gmail)
Launcher Pro
ADW Launcher (probably same filter as LP)
Titanium Backup
Yahoo! Messenger Plugin (Voice & Video)
Smart Keyboard
*means they are only available BEFORE the fix, they disappear from the market afterwards, so if you want them, be sure to download them first (may be others).
Of course, these are only the ones I know about, YMMV.
EDIT: If you still have trouble finding it and have another Android device (like a phone), you can download it there first, then back it up (eg. with Astro or TB), then sideload it onto the tablet (copy it over using preferred method, such as USB or Dropbox, then open it with a file manager on the tablet).
multipicture
I have tried puting different backround pics on each screen which works fine until I reboot and then I get a "picture not available" message on all the screens. I have tried several times with the same result.
I am a newbie - what the heck am I doing wrong!
Agree on the 1024x1024. However, if you can't find background in that resolution or no photoshop skill to make it so, use crop wallpaper.
Depend on the image, set it with the gtab horizontal or vertical.
Voila, no low rez crap background.
anyone else having color banding issues?
like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm really curious about actually getting this problem fixed. I don't have very much knowledge, however I am a quick learner. can anyone shed some light on whats causing this problem in android and why its present in every rom?
I've got a bit of free time until summer semester starts and i wouldnt mind spending some time on getting this fixed once and for all.
no-success said:
anyone else having color banding issues?
Click to expand...
Click to collapse
It's the built in gallery app made by cooliris, which is 16bit. Google's own gallery app that was there before android 2.1 was 24 bit. They opted for the 3rd party solution probably for it's 3d interface to attract more regular consumers.
I love google's apps for it's functionality. But IMO, graphical interface smoothness is not one of their strong areas.
I am on Calkulins 1.1, Clemsyn 9, Launcher Pro, and my wallpaper was always 1/3 cut off and moved to the bottom of the screen. Last night I switched to Go Launcher and it was fixed. Wallpaper looks perfect. Go Launcher has about 7 themes that are free and really cool. It functions a lot like Launcher Pro and is free.
happened to me
Got my gtab a few days ago and tried some new launchers tonight, when I switched to the toshiba launcher my wallpaper messed up. Live wallpapers work fine but normal ones are cropped, tried the fix posted but I got a "no photo to display" message and I don't know what folder the wallpapers are in to fix it.

Editing an .apk

Anyone know how to edit an .apk? Specifically I want to edit the mythmote app, to change its glaring light button colors to something darker and suitable for a home theater.
I suspect the apk has an image file for each button, so it should be a matter of extracting those, editing in Gimp, and reassembling the apk.
But I've never done this before. Any guidance?
Quantumstate said:
Anyone know how to edit an .apk? Specifically I want to edit the mythmote app, to change its glaring light button colors to something darker and suitable for a home theater.
I suspect the apk has an image file for each button, so it should be a matter of extracting those, editing in Gimp, and reassembling the apk.
But I've never done this before. Any guidance?
Click to expand...
Click to collapse
I would recommend taking a look at APK Multi-Tool http://forum.xda-developers.com/showthread.php?t=1310151. It will allow you to easily decompile, edit the graphics you want, and then sign and re-compile the apk. Let me know if you have any questions or need help in the process.
Sent from my SCH-I535 using XDA Premium 4 mobile app
Thanks, but I'm a Linux type and can't even successfully install or run MultiTool. I realized I lack Java in my XP install in VirtualBox, so I went to the Java site and tried to install that. Hit Agree and Download, choose a different install directory, and *POP* it goes away and does nothing more. The install dir is empty.
Quantumstate said:
Thanks, but I'm a Linux type and can't even successfully install or run MultiTool. I realized I lack Java in my XP install in VirtualBox, so I went to the Java site and tried to install that. Hit Agree and Download, choose a different install directory, and *POP* it goes away and does nothing more. The install dir is empty.
Click to expand...
Click to collapse
I would recommend trying to install it in the default directory the installer presents you with, also keep in mind Windows XP has alot of compatibility issues if you can I would use Windows 7 for your virtual machine.
Winduhs just doesn't make sense, so I installed Eclipse and the Android programming plugin. Imported the MythMote source code and banged away at it.
I am very happy with the result. I run this app on a 10" tablet to control my home theater and before, it would shine as bright as the Sun, forcing me to turn the tablet down while watching TV. The button backgrounds are drawables (not pngs), so I had to figure out gradients, change linear to radius gradient, replace the icons with better ones, put radii on corners, etc. I still have some tweaking to do, like figuring out how to change the text color in the number pad, and replace the TVGuide button with a Delete function (which I use all the time). No idea where to find these...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Quantumstate said:
Winduhs just doesn't make sense, so I installed Eclipse and the Android programming plugin. Imported the MythMote source code and banged away at it.
I am very happy with the result. I run this app on a 10" tablet to control my home theater and before, it would shine as bright as the Sun, forcing me to turn the tablet down while watching TV. The button backgrounds are drawables (not pngs), so I had to figure out gradients, change linear to radius gradient, replace the icons with better ones, put radii on corners, etc. I still have some tweaking to do, like figuring out how to change the text color in the number pad, and replace the TVGuide button with a Delete function (which I use all the time). No idea where to find these...
Click to expand...
Click to collapse
Very nicely done, you did a good job modifying things you might even consider sharking the apk file with others who may want similar features to the changes you made :good:.
apktool for windows
Thanks Shimp. I've made a patch, but they're not going to want it because I also develop the MythTV patch for the R5000 digital recorder. Long story, but the R5000 is Very Disapproved Of (for purely political reasons) and is Frowned Upon with extreme predudice by Myth devs. I know one of them specifically asked for a darker MythMote like this, but at the same time told the MythMote dev to not give me any info as I also work on the R5000.
So, no soup for him. Politics cuts both ways.
Quantumstate said:
Thanks Shimp. I've made a patch, but they're not going to want it because I also develop the MythTV patch for the R5000 digital recorder. Long story, but the R5000 is Very Disapproved Of (for purely political reasons) and is Frowned Upon with extreme predudice by Myth devs. I know one of them specifically asked for a darker MythMote like this, but at the same time told the MythMote dev to not give me any info as I also work on the R5000.
So, no soup for him. Politics cuts both ways.
Click to expand...
Click to collapse
I hear yeah always sad when politics has to come in-between development, but as you put it politics are politics unfortunately.

Hints n Tips

Just thought a little hints and tips thread may help new users,so please share any you may think will help new users,or even old users who may not be aware.I will update this post as more are added.Here's a couple from me you may or not know.
although you cannot directly edit an icons default size there is a workaround.When creating your theme,instead of adding an apps icon from your apps list,click on the plus sign at the bottom and select add image,select an icon you wish to use and click add.You can then resize this via style/scale.Remember though to assign the new icon to an app by using hotspot.
made a theme and none of your icons work,or it simply reverts back to the edit screen when selected ? remember to switch on hotspot after adding,this will prevent this.
working on a theme and not sure what colours work ? try here http://www.pictaculous.com/
Using photoshop to create wallpapers ? here's a tip to help get seamless multiple screen.This is just an example but will work with all images used for wallpapers.On my phone the resolution is 480X800 so for a three screen theme I want to create an image three times the size ie 1920X800,the height should always be the same.Once you have image you want,go into your toolbox and click on the slice tool.Then right click on the image and select divide slice.In the box that appears the bottom section select divide vertically and enter a number,in this case it's 1920 divided by three which will give three screens of 480X800.Click on save for web and away you go three seamless screens.
Some tips and hints from me
Here goes
1. When ever creating a new theme do a full export not just save the widgets as many users are finding after a re-boot all the work they have done has gone. And there is a big difference between save widget and export and they are save widget will allow you to save a widget so for ex you could make a clock once then have the same clock on 2 or more screens.
Where's export will save the whole theme. So even if you are left with a black screen after a reboot all that is needed is to reapply the theme.
2. For each everything widget added make sure no to have more then 18 hot spots as when you go back to your screen after edit items will disappear.
The work around is to add 2 everything widgets to each page 1 for the top half and one for the bottom half
3. To add extra fonts to themer place the .ttf file in MyColorScreen-themer-everythingwidget-customfonts
4. To add extra weather icon set place the weather icon folder in MyColorScreen-themer-evrythingwidget-weathericons
I will soon do a tutorial on how to make your own weather icon folders.
5. To add theme that are not downloaded from themer.
Place the theme.zip file to MyColorScreen-themer-expoted-zip
6. To get a preview of you theme in browse theme exported my themes. Just take a screen shot of your home screen and place it in MyColorScreen-themer-exported-thumbs
REMEMBER to rename the screen shot to the same name as the theme
All the best
Moley
Sent from my RAZR I screen to your screen using a strange thing known as the world wide web
Thanks @alldroid and @dj_mol3y_x8,
We also advise people to watch the Themer videos on the MyColorScreen YouTube channel that comes with a few tips and tricks.
Here is the link: http://bit.ly/1eDDcz9
dj_mol3y_x8 said:
Some tips and hints from me
Here goes
1. When ever creating a new theme do a full export not just save the widgets as many users are finding after a re-boot all the work they have done has gone. And there is a big difference between save widget and export and they are save widget will allow you to save a widget so for ex you could make a clock once then have the same clock on 2 or more screens.
Where's export will save the whole theme. So even if you are left with a black screen after a reboot all that is needed is to reapply the theme.
2. For each everything widget added make sure no to have more then 18 hot spots as when you go back to your screen after edit items will disappear.
The work around is to add 2 everything widgets to each page 1 for the top half and one for the bottom half
3. To add extra fonts to themer place the .ttf file in MyColorScreen-themer-everythingwidget-customfonts
4. To add extra weather icon set place the weather icon folder in MyColorScreen-themer-evrythingwidget-weathericons
I will soon do a tutorial on how to make your own weather icon folders.
5. To add theme that are not downloaded from themer.
Place the theme.zip file to MyColorScreen-themer-expoted-zip
6. To get a preview of you theme in browse theme exported my themes. Just take a screen shot of your home screen and place it in MyColorScreen-themer-exported-thumbs
REMEMBER to rename the screen shot to the same name as the theme
All the best
Moley
Sent from my RAZR I screen to your screen using a strange thing known as the world wide web
Click to expand...
Click to collapse
Nice, was kinda of an eyesore however there's one theme that's hussling me.
I've tried all kinds of different variants i.e "Dark Orange", "dark_orange", "darkorange" without luck, any ideas?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
"On Time" works fine which just makes it even more strange
[SIC] said:
Nice, was kinda of an eyesore however there's one theme that's hussling me.
I've tried all kinds of different variants i.e "Dark Orange", "dark_orange", "darkorange" without luck, any ideas?
"On Time" works fine which just makes it even more strange
Click to expand...
Click to collapse
Hi,
There's a space after the Dark Orange .zip file ("Dark Orange .zip"), that might be giving you the issue. Hope this helps!
ThemerSupport said:
Hi,
There's a space after the Dark Orange .zip file ("Dark Orange .zip"), that might be giving you the issue. Hope this helps!
Click to expand...
Click to collapse
Haha right over my head, thanks :highfive:

[APP][2.3+] MIUI V5 Launcher for Tablets

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MiLauncher for Tablets​
I'm proud to announce the overhaul of the MIUI Launcher for Tablets.
It's been a very long time since I've updated the project, as when I left it, (due to not owning a tablet any more) I believed that it was working as I had intended on Tablets, sadly, as of Android 4.3 that was no longer the case.
With the release of Android 4.4 I obtained another tablet and decided to update the project. This is the result of my work, my research and the help of a few others, who will be mentioned below.
Please, provide feedback, hit thanks, and most importantly, enjoy it. Please understand that this is currently in beta, the bugs that it currently contains are all small graphical quality of life ones, and I'll be getting right on those.
As someone who is studying full time, please understand that I don't have a lot of free time, but I'll do my best to update this regularly and respond to any concerns or issues you may have.
I do not give permission for my work to be redistributed, direct linked or posted anywhere else other then XDA-developers.com or en.miui.com forums. Anyone who shares this must post a link to this thread and give credit.
Landscape Mode Only - Persistent for the moment.
Grid Sizing Options;
-6x6
-7x5
-8x5
-8x6
Pretty MIUI Icons
Various Transition Effects
Hide apps from your home screen and make their access pin protected!
MIUI Widgets
MIUI Theme Market
Android 2.3-4.4 support
Code:
Beta 1:
31st March 2014
Initial re-release
Based off MiHome 2.22.0
Resolved an issue where the launcher would not open on Android 4.3 and 4.4 devices
Not really a ton to say as of yet
They're probably a little giant, brace yourself.
​
Bug or Graphical Issue / Work around
Beta 1:
The weather clock 4x2, Clock 2x1 and Clock 2x2 do not appear graphically correct on the HP Touchpad.
> Pending further feedback from other devices.
In the Launcher Settings -> Launcher: There is text that does not appear in english.
>This is the Hide Apps With a Pin Function.
Static Wallpapers seem blurred when using this launcher on the HP Touchpad.
> Pending further feedback from other devices, not sure if this is device specific or not, Live Wallpapers Seem to Work Fine.
There is text that does not appear in english in the themes market
Obviously as the market stuff is server side, I can't change that, however there may be a few local images > Pending further investigation.
MIUI Express Locker is terribly scaled, low res and buggy
> Disable Express Locker, which is stated in the install instructions anyway.
This is something I'm still looking into and I'm not sure if I can fix it, generally it's about as buggy and slow as most lock screen replacements anyway,
not sure if they've improved that from the last time I used MiHome on a phone > Pending further investigation.
If you have an issue be it graphical or performance based, the first step is to make sure it isn't a bug from your rom,
if you've excluded that possibility post in the main thread, for me to be able to do anything with it, you must include;
Code:
Your Device Name
Your Android Version
Your Current Rom
Your Device DPI
Version of this Launcher
The problem.
If you haven't followed the install instructions below, don't expect me to do anything to resolve your issue until you do.
Part 1:
Download and Install MiHome-Step1.apk
Once the launcher loads slide up from above the nav bar and hit "Launcher Settings."
Scroll down the options until you find "Cell Layout Type"
Hit it and select the option that suits your device best
Please choose wisely because you'll need to re-install the app to change this.
Part 2
Download and Install ZSC.mihome.BX.apk, (X being the latest version number)
You will be prompted to update MiHome, obviously confirm it.
Once MiHome loads, you may or may not notice a rather mangled looking clock widget.
I am aware of this and for the moment, delete it.
Head into launcher settings, if you don't have a physical menu button look in the next section.
Hit the "Lockscreen" option, uncheck "Use MiHome Locker",
this is the lockscreen replacement Xiaomi includes with the launcher.
It doesn't play well with larger screens or landscape as of the moment
Optional But Very Recommended
If you do not have a physical menu key,
long press an empty part of the screen and hit the "Toolbox" icon.
Select the "Launcher Settings" icon on the far right.
You'll see the icon is on your home screen, open the settings.
Hit the "Launcher" option, look down at the last option "Choose Swipe Up Gesture Function"
Hit it and select the last option "Swipe up to open Menu."
Now you can view all your options by sliding up from above the nav bar again!
If your transitions seem slow, or strange when changing home pages,
Head into "Launcher Settings", Hit Launcher
Hit "Screen Transition Effects" and select something other than "Classic",
This is optional, but Classic looks silly and makes the launcher seem less fluid.
It may also appear strangely on some devices.
Beta 1:
Step 1 - Refer to the Instructions
Step 2 - Refer to the Instructions
Code:
I'm not responsible for anything that happens to your device, but I highly doubt anything will.

Categories

Resources