Could someone upload default wallpaper with tree on meadow from Transformer Prime in orginal quality. Thanks
http://forum.xda-developers.com/showthread.php?t=1409263
Related
I really like the Nexus S Microbes live wallpaper. It works PERFECT on my Motorola Bravo. The screen resolution for the Bravo is 480x854. The Atrixs' screen resolution is 540x960, and that is why the live wallpaper doesn't work for the Atrix. Is there any way I can go into the apk, change the resolution (in some xml file I'm guessing) and get this live wallpaper to work with the Atrix?
do you know how to change resolution on apk file?? if its an game apk?? what is software @ tool to edit it?? help me
Wondering if any devs could take a look at the Asus Day Scene wallpaper and figure out how to get it to run on the Note (ICS) without having to switch into tablet mode. It works great in tablet mode, but crashes at the standard 320 dpi.
Here's a link to the LWP:
https://www.dropbox.com/s/fxpcoki3olzy8nq/asusdayscene.apk
THANKS!
made by myself hope you like
native resolution is 1280 × 800
i did make is 1280 by 800 however it still doesnt fit right
Sent from my ASUS Transformer Pad TF300T using xda premium
cguerrero said:
i did make is 1280 by 800 however it still doesnt fit right
Sent from my ASUS Transformer Pad TF300T using xda premium
Click to expand...
Click to collapse
Wallpapers will have to be a higher resolution to account for the panning when you swipe across home screens. The wallpaper is not static. I do not know the exact resolution needed but i would make it bigger than neccesary then crop it to fit from the tablet. If you recall it gives a cross shape when you crop the wallpaper as it is different in landscape and portrait.
Alternatively you could make the 1280*800 fit as a static wallpaper using something like wallpaper wizadri from the play store, or static live wallpaper.
good luck
use an app called picspeed. when you go to the image and choose set as wallpaper, use picspeed as the program to set it. this will handle the task without the major cropping.
The resolution should be 1920x1408 to fit correctly.
1920x1408, still no good...
If i want to create my own wallpaper in Photoshop, do you know what size
it should be in order for it to fit exactly in landscape? i mean, should i take the pannig into consideration, just like bleed in print? and if so, how much...?
Does ppi matters?!
i want to make a shelf like wallpaper so that icons would appear to sit on them
and it's driving me crazy cuz' i have no clue as to where they (the shelfs ) should be...
Thanks!
... try
Code:
1920x1408, still no good...
... give 1920x1280 a try, it seems to be the native resolution for Android 4.0.3 (ICS) on the TF 300 tablet. No crop, cut or resize here :good:
Anyone have a working apk for the Asus day scene live wallpaper?
To set a black or solid color wallpaper on an Android device, one can use a tiny 1x1 pixel image with the pixel set to that color. This works on most Android devices (including Nexus devices and others that run stock Android). The system knows how to fill the entire screen with that one pixel, giving you a full solid color wallpaper.
However, there are some Android devices that crash immediately after setting the 1x1 pixel image wallpaper:
Unfortunately, System UI has stopped.
Unfortunately, Home has stopped.
Trying slightly larger image sizes (2x2, 3x3, 4x4) also fails. For some devices, you need a 32x32 pixel image to finally get your color wallpaper working.
I just created an open source Android app to test this issue: Minimum Wallpaper. It's available on Google Play:
https://play.google.com/store/apps/details?id=com.ahelloworlddev.minimumwallpaper
Its source code is available on GitHub:
https://github.com/AHelloWorldDev/MinimumWallpaper
So far I have a report with screenshot that on Allview P8 Energy the minimum wallpaper size that works is 32x32. From another project I'm involved in, I have some information that a 1x1 wallpaper also fails on devices such as:
LG: G5, Stylus 2
Meizu: m1 note, m2 note, MX5, Pro 6
My questions:
What could be a reasonable reason that (only) some devices are crashing/failing after setting a 1x1 pixel wallpaper?
What could be the minimum "safe" wallpaper size that should reasonable work on all Android devices?
My kind request: can Android device owners that read this thread - especially if they own one of the above mentioned devices - LG (G5, Stylus 2), Meizu (m1 note, m2 note, MX5, Pro 6) - test the Minimum Wallpaper app and report back the results on GitHub at:
https://github.com/AHelloWorldDev/MinimumWallpaper/issues
Thank you