Questions tagged [wallpaper]

Wallpaper is the background image on one's "desktop" or "home screen."

Wallpapers vary from system to system both in function and nomenclature. In Mac OS X, the wallpaper is called the "desktop picture." It is a static image or series of images that the operating system cycles through. Its function is purely decorative. In addition to traditional (static) wallpapers, Android (v2.1+) offers "live wallpapers." Live wallpapers are similar to normal applications, though slightly different (they are services rather than activities, so their capabilities are not quite the same). Live wallpapers extend the traditional wallpaper concept by allowing for interactivity, animation, and access to system functions. One of the challenges facing the live wallpaper developer is that the wallpaper is often overlaid with icons, widgets, and the like, beyond the programmer's ability to control or often even to detect.

763 questions
0
votes
2 answers

"Set wallpaper" button function, Android

I've created a custom gallery; however, the "Set wallpaper" button will not set the wallpaper. Here's the wallpaper.java I have. I'm just lost on how to implement OnClickListener and then set my button to use an onclicklistener like…
Roo
  • 3
  • 2
0
votes
3 answers

How to set android wallpaper

I am wondering if someone can help. I would like to create a simple wallpaper test app. I have tried a few things with no success. Eventually, I started playing with gallery codes and have a few achievements. But ... I am not sure how to attach a…
Will
0
votes
3 answers

OutOfMemory error while applying wallpaper

I'm having an OutOfMemoryError when trying to apply a wallpaper to device. I'm using an AsyncTask and sometimes it works fine, but sometimes this happens. May someone help me to optimize it even more? Thanks in advance. AsyncTask code: public class…
0
votes
1 answer

How to do Panoramic wallpaper in ViewPager in android ?

I want to add panoramic effect on my ViewPager, i have one ViewPager and i have set the background of that ViewPager but i want Panoramic effect to that background wallpaper, suppose if i'll slide the ViewPager then the portion of that wallpaper…
Anshuman Pattnaik
  • 883
  • 3
  • 16
  • 37
0
votes
0 answers

Set Wallpaper app android eclipse

I have developed an app on eclipse that sets the wallpaper of the phone .The app is working fine but the wallpaper is blurred.It is an integral part of my project.I can't continue further without resolving this. Here is the code …
Cr7
  • 62
  • 8
0
votes
2 answers

Getting Wallpaper Change Based Off Of Wifi Script To Work

I found the following script from Change laptop Mac OS X wallpaper upon location but it reads an error when I run it, saying "grep: SSID:: No such file or directory". set mySSID to do shell script…
0
votes
2 answers

Android - A different Bitmap wallpaper for every home screen - OutOfMemory

I am trying to set a different wallpaper for every home screen, but I get OutOfMemory issues. I have 5 Bitmaps which I am trying to overlay on a wallpaper Bitmap which is 5 times the display width. Using the code below I get OOM. The problem seems…
timothyjc
  • 2,188
  • 3
  • 29
  • 54
0
votes
0 answers

PowerShell: Change desktop wallpaper on remote computer

I'm trying to modify PS script, but still cant figureout what can be wrong. Original script: cp "image.jpg" \\\C$ $RemoteReg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('Users', "") $WallPaper=…
0
votes
1 answer

How to make a button set a photo to the homescreen? (Android Studio)

I am creating a wallpaper app for the android platform, and I have my XML set up perfectly, but I cannot figure out a good procedure to set the selected photo to the home screen/lock screen via button. Any input is appreciated greatly.
Solomon Reed
  • 31
  • 1
  • 1
  • 7
0
votes
3 answers

How to randomly change wallpaper without duplicates in the series

I have this code in Visual Basic that randomly changes wallpaper on the first boot of the day:Dim objRandom As New System.Random(CType(System.DateTime.Now.Ticks Mod System.Int32.MaxValue, Integer)) Sub Main() Dim WallpaperNumNew As…
BillDOe
  • 101
  • 7
0
votes
0 answers

How to refresh a wallpaper on a non-persistent machine using vbscripts

I'm doing an internship project for a local community college. We are running Windows 7 virtual machines and have created pools for the different rooms. When a computer is logged onto in one of these rooms the vbscript will look at the pool and…
JCoble
  • 1
  • 1
0
votes
0 answers

Image gets zoomed while setting as wallpaper in my android application

I am trying to set my image as wallpaper but it gets zoomed/cropped when set as wallpaper. I have tried almost everything but nothing works. Here is my piece of code: public void setAswallpaper(Bitmap wallpaper) { WindowManager wm =…
0
votes
1 answer

Calculations in Wallpaper Cropper

I need to know why this extraspace is added as left margin. Due to this wakllpaper is not setting properly in my app. If i try to set leftmost portion as wallpaper then centre portion is getting set as wallpaper due to this extraspace…
0
votes
1 answer

Wallpaper not properly fit on Samsung devices

I want to set wallpaper through app for all device but problem is that my following approach work for Moto, sony, micromax but not properly fit for any samsung device like samsung S3, samsung duos, Tab etc, in these devices wallpaper is much zoom…
Garg
  • 2,731
  • 2
  • 36
  • 47
0
votes
1 answer

embedded web page on windows (7\ 8\ 8.1 ) desktop

i was wondering if anyone knows how to embed a web page ( Or a web URL - as My Project is a WebApp) to windows desktop, not as a picture but a live embeded fixed size window ( as a part of the wallpaper i guess). back on XP there was a tool called…
Nadav Oz
  • 167
  • 5