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
1 answer

Different wallpaper for each monitor in a multi-monitor setup in Windows 10

There are a number of questions and answers about setting wallpapers programmatically on multi-monitor setups in Windows, but I'm asking specifically for Windows 10 (and maybe Windows 8) because it seems to work differently from all the explanations…
Roel Schroeven
  • 1,778
  • 11
  • 12
0
votes
1 answer

How to get default "Set wallpaper" intent

I m trying to set image as wallpaper from stored in drawable folder with default android way like this I have tried as answered in other questions here. But i m getting error as "No apps can perform this action" My code to get uri- Uri…
user10971736
0
votes
3 answers

Script to find active wallpaper file in Finder under macOS Catalina

I used to use two AppleScript scripts to find out the file name of the actual wallpaper image from desktop 1 and desktop 2 (dual monitor mode) under macOS Mojave. One script for the main monitor and another one for the second monitor. Under macOS…
afrikapit
  • 29
  • 1
  • 9
0
votes
1 answer

Changing Live wallpaper based on user selected interval

Im new to andriod development. I have developed an app to set live wallpaper and wallpaper will change on intervals selected by user from dropdown. I have used WallpaperService to implement this. Handler with runnable is used to set the…
LaJ
  • 45
  • 1
  • 7
0
votes
0 answers

Android WallPaper Service

When I used to install on Android 7.1.2 it works fine. But on Samsung Android Version 8.1.0 it crashes. Then I later change the code as below Intent intent = new Intent(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER); …
0
votes
1 answer

Set as wallpaper,lock screen by action attach data

welcome everyone I'm trying writing a program to set the wallpaper, lock screen and contact picture etc from imageView by action attach data or any other way of doing the same. Please see the pictures image 1 image2 some code : Intent setAs =…
0
votes
1 answer

applescript to find wallpaper image not working under Mac OS Mojave anymore

I used to use two applescripts to find out the file name of the actual wallpaper image from desktop 1 and desktop 2 (dual monitor mode) under Mac OS High Sierra. One script for the main monitor and another one for the second monitor. Under Mac OS…
afrikapit
  • 29
  • 1
  • 9
0
votes
1 answer

Program with SPI_SETDESKWALLPAPER Function Only Changes the Desktop Background to the Color Black when Trying to Change it to an Image using C++

I am trying to change the desktop background/wallpaper to a different image with a .png file. Although when I run the program, the background turns to solid black instead. I am certain that I typed the file name, "ksa.png", correctly in my code to…
0
votes
1 answer

How do I reference the image returned in the random image array?

I am putting together some codes and attempting to assign a wallpaper with the attached code. The random image part works, the assign image to wallpaper works, but I do not see how to get the exact image shown to be the image for the…
cdaniel09
  • 68
  • 3
0
votes
1 answer

live wallpaper onTouchEvent

:) I'm trying to separate the touch from the slide but I can't get it right: - when the user slides the screen I want to get only slides public void onTouchEvent(MotionEvent event) { if (event.getAction() ==…
Misca
  • 459
  • 2
  • 11
  • 31
0
votes
3 answers

How to load many of images from server in android fast?

I'have developed an android wallpaper app which have a lot of wallpapers images around 200 wallpapers(high size images). I'm using rest api and retrofit library for that but my app load it slowly now I want to make it faster to load all the…
Abdullah Khan
  • 56
  • 1
  • 13
0
votes
1 answer

How to set Windows 10 and above Lock Screen Wallpaper from WPF?

I want to set Lock Screen Wallpaper of Windows 10 and above from WPF application. I have searched and found the following links are useful. https://stackoverflow.com/a/51785913/5523095 https://superuser.com/a/1274588 Based on the suggestion from the…
Kumar M
  • 994
  • 6
  • 21
0
votes
0 answers

Continuous Video Wallpaper throughout multiple HTML Files

I am making an HTML website and I am a bit lost now. I have created a video wallpaper. But what I am confuse right now as to how do I make my video in a continuous video and not start from the beginning each time I click onto a new page? I wish I…
Azazel
  • 573
  • 3
  • 10
  • 23
0
votes
1 answer

Change Mac' desktop background remotely via SSH

I want to change a Mac (Hign Sierra) desktop background of one specific user account remotely. I am able to SSH into that machine by login in as a different user, which is an admin user btw. Please check my following approaches: I tried to use apple…
xcydss1
  • 1
  • 2
0
votes
0 answers

Setting wallpaper through Active Desktop in UWP app changes fit mode

I am using the Active Desktop interface in C# to change desktop wallpaper in Windows. I am only using the IActiveDesktop.SetWallpaper method and never use IActiveDesktop.SetWallpaperOptions, so I would expect only the wallpaper image to change and…
tjohnson
  • 1,047
  • 1
  • 11
  • 18