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

learn more… | top users | synonyms

0
votes
0answers
13 views

setting wallpaper from resource

I have a simple problem with wallpapermanager and I cannot find the answer on this site. I have this very simple code with a picture that is 1280x800 (the display of my tablet). When I run the code, ...
1
vote
2answers
24 views

Set image from app as wallpaper

I have developed an app which have few images in it. I have placed them in drawable folder. I want to give an option for the users to choose anyone of those images and make it as device's wallpaper. ...
1
vote
0answers
21 views

Android: ACTION_SET_WALLPAPER without cropping image?

select wallpaper code below Intent pickWallpaper = new Intent(Intent.ACTION_SET_WALLPAPER); startActivity(Intent.createChooser(pickWallpaper,"Select Wallpaper")); but the wallpaper get cropped like ...
1
vote
1answer
35 views

Can i insert a some code in HTML to set android wallpaper

This would be my first post ever on stackoverflow.com I have found many many of the answers to my questions but this one question i cannot figure out. I know that it is possible to invoke few android ...
-2
votes
0answers
14 views

how to create wallpaper site with wordpress [closed]

i want to create a wallpaper site with WordPress. so the question is, how can i create a similar site like wallpapers from where to get this plugin or is there any one who can develop a plugin as ...
0
votes
0answers
25 views

Android - Using images as live wallpaper

I have made apps before but never a lwp. I understand how these things work but never tried it. So I wanted to have a go at it today. I actually made some images with photoshop which if played ...
2
votes
2answers
80 views

change desktop wallpaper c#

I want to create a program that saves a bmp image file on the driver and sets the image as wallpaper. The code i managed to write saves the image in the correct place but the image doesn't appear as ...
0
votes
0answers
32 views

Change Windows Wallpaper with Transition Effect (no ActiveDesktop)

I'll start by saying I have working code that changes the Windows desktop wallpaper, using either SystemParametersInfo or using IActiveDesktop. When I use IActiveDesktop I do get the fade transition ...
1
vote
0answers
26 views

C# : About the Themes & wallpaper in windows, how to keep the slideshow.ini don't change?

For some reason, I am working for resetting the wallpaper by using the SystemParametersInfo in C#. But every time i have done this work, the slideshow.ini in the ...
0
votes
0answers
35 views

Display an Android live wallpaper in a fragment

Is there any way to display an Android live wallpaper in a fragment? I have a live wallpaper, and currently if the user wants to change some settings, they need to click settings, make a change, hit ...
0
votes
0answers
9 views

Different wallpaper on each desktop - is this possible? [migrated]

How can I set up defferent wallpaper on each of my desktops? How can I change them? Fedora 14, Gnome 2.32.
3
votes
4answers
197 views

Can a live wallpaper lock the screen in portrait mode?

Can a live wallpaper lock the screen in portrait mode? And if so, how? I should mention that I have seen two supposed answers to this question on SO, one appeared inordinately complicated, I didn't ...
0
votes
0answers
18 views

How to get screen rotation from within a wallpaper

I need to know the screen rotation 0 (portrait) or +90 or -90 degrees for a wallpaper. The closest I have found so far is simply to detect whether the screen is being shown as portrait or landscape ...
-2
votes
1answer
41 views

Hide all the icon [android sdk]

I am making a live wallpaper for android. I want to implement a function that allow user hide all the icon from the screen of android to show off the live wallpaper(User double click to screen -> hide ...
-1
votes
1answer
63 views

Android - size (and names) of screen componants

I'm sure this will have been asked before, but I don't know how to look it up because I don't know the names of the things I'm looking for... I'm making a live wallpaper and have a canvas which ...
-4
votes
0answers
7 views

Issue regarding wallpaper application which take time to start as contain large images in DRAWABLE [closed]

Issue regarding wallpaper application which take time to start as contain large images in DRAWABLE
0
votes
1answer
41 views

android:settingsActivity - how to get non-standard behavior

I have made a live wallpaper, which has many complex settings. Looking at various examples on the web it appears that the standard way to set preferences in a wallpaper is to have some xml like this: ...
0
votes
0answers
106 views

OpenGL live wallpaper - onVisibilityChanged

When i run it on my phone, it keeps running in background, even when de screen is off. Any idea why @Override public void onVisibilityChanged(boolean visible) { ...
0
votes
1answer
34 views

Android Wallpaper Managerdoes not create an object (NPE)

I'm trying to create a simple gallery application with as wallpaper option, but every time I get a Null Pointer Exception in a: myWallpaperManager.setBitmap(mBitmap) line. Here is my code: package ...
0
votes
1answer
54 views

I need advice for this project [duplicate]

Shows s JPEG image. Display a button over the image that allows the user to set the image to their wallpaper. Auto resizes the image to the users specific Android phone display size. Removes the ...
0
votes
2answers
62 views

How to remove all images which came with the app when uninstalling

i am creating a simple app for a project that comes with an image and above it a button when you press the button the image becomes the wallpaper of the phone. This i have done however for my ...
0
votes
1answer
172 views

Set Wallpaper directory using batch file

I am developing a simple application that downloads Desktop Wallpapers from server and saves the images in Wallpaper Downloads. I want to set this directory as my Wallpaper directory as we see in ...
0
votes
1answer
34 views

Set Wallpaper when images are from arraylist

How could i set wallpaper when the images are stored in arraylist i have tried but no hope!! here is the code: final ImageView image = new ImageView(mContext); ...
0
votes
0answers
200 views

Set Wallpaper programmatically in Android

I am having problem of setting wallpaper in android.I have used the following code but its not working . Here is the code: final WallpaperManager wallpaperManager = ...
0
votes
2answers
53 views

onHandleIntent() - Wallpaper change not working correctly

I am using the IntentService to change wallpaper in the background. Using the code below inside the main Activity class the wallpaper changes to an image correctly, but when the code is added to the ...
0
votes
2answers
58 views

App UI becomes unresponsive when Bitmap is being loaded

I have a CountDownTimer which calls the ChangeWallpaper() method every 15 seconds. The Wallpaper changes as it should but when I try and open the App, it makes the App Drawer screen unresponsive for ...
0
votes
1answer
73 views

Bitmap wallpaper change every 10 seconds android

Hello I'm trying to create bitmap wallpaper. But this bitmap changes every 10 seconds. How can I accomplish this? This is what I have tried: // I have declared int[] images = {R.drawable.donna, ...
0
votes
1answer
98 views

Saving Gallery Image (Wallpaper) to SD Card (Closed)

Im trying to figure out how to make this code work and im loss for answer's. My code is simply a wallpaper selector, code pulled from the AOSP source. Im adding a button which will save the current ...
1
vote
1answer
41 views

setting wallpaper from assets

when i try to set Wallpaper from Assets it takes time to get the job done so maybe there is easier way instead of my hardcode public void Setwallpaper(int position , Context context) throws ...
0
votes
0answers
44 views

Viewing a list of installed wallpapers on an android device

I am writing an android application and would like to present a list of all of the wallpapers that are installed on the device to the user. The user will then be able to select these wallpapers for ...
1
vote
2answers
216 views

how to set image as wallpaper from the ImageViev

i have an activity in which there are two Buttons and an ImageView. one button is for to take image from the Camera application of the phone and set it to the ImageView, and other Button is to set ...
0
votes
0answers
219 views

Android own Launcher: How to set wallpaper as background

I want to create my own launcher. Now I'm even stuck here: How can I set a wallpaper on it? I mean like on other launchers: The user opens a wallpaper chooser, taps on a wallpaper and it is now the ...
3
votes
2answers
176 views

Tile/Center image in the forms background

Is there a way to place an image in the form background and be able to tile it or center it ? Also I need to place other components on top of the image. I tried rmControls but I cannot place ...
0
votes
0answers
25 views

Disappearing Desktop

Is it possible to set up desktop resolution/wall paper in such a way that monitor is completely invisible from 2 meters away? This feature would be helpful for privacy in public place like office ...
0
votes
1answer
121 views

How do you set a wallpaper if your images are stored in an array?

I have a number of images in an array called pics.Where do i call the wallpapermanager?? Please tell me how to create a wallpaper when the image view is clicked. I know i have to create an ...
1
vote
0answers
187 views

windows 8 set as desktop background

I'm writing a small program to change desktop background with one or two mouse clicks.. I know that I can right click on any Image file and set it as Desktop Background.. And exactly there is where ...
0
votes
0answers
63 views

how can I set wallpaper like this?

ImageView im1_a; im1_a = (ImageView)findViewById(R.id.a_01_b); im1_a.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO ...
0
votes
1answer
237 views

set background image code

ImageView im1_b; im1_b = (ImageView)findViewById(R.id.b_01_b); im1_b.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO ...
0
votes
1answer
123 views

I have to fix a bug nullpointerexception

I have an error that only appears in froyo devices nullpointerexception in Bitmap.createScaledBitmap() java.lang.RuntimeException: An error occured while executing doInBackground() at ...
1
vote
1answer
305 views

Android set wallpaper

I am using WallpaperManager to set an image as wallpaper. The problem is that the image is automatically enlarged and set ( ie the entire image doesnt appear on screen). I have tried setting ...
-1
votes
1answer
115 views

Is this code optimal? Image-downloader/wallpaper setter [closed]

I'm making an image-downloading app that sets the image as the device wallpaper. For this I used the class: ImageDownloader.java This class has a function which accepts a url and an ImageView. It ...
0
votes
1answer
74 views

Objective C or C /qt set OSX desktop wallpaper?

I would really like a snippet of code that would take in a string location for a file & makes that the desktop background. It can be in c++ or Objective C, but I'm just having no luck here.
0
votes
2answers
106 views

Different way for programmatically change Form wallpaper

I need to programmatically assign form's wallpaper by a jpg file choosed by user. I've do this with new Bitmap but jpeg file become read only if I do so. It's possibile to load in RAM jpeg file and ...
1
vote
1answer
80 views

IActiveDesktop wallpaper fade effect not working after restart

Am I missing something using IActiveDesktop? Sympthoms: After system (Win7/Win8) restart fade effect during wallpaper change disappears. To restore it I have to manually go to ...
0
votes
0answers
66 views

android live wallpaper: how to destroy adview?

My problem that my live wallpaper displays some ad in the settings screen in a linearlayout (it works perfectly), but when I send it to background (e.g.: press home button), it seems that the adview ...
0
votes
2answers
4k views

How to change the lockscreen wallpaper in android?

I want to change the lockscreen wallpaper of android. I was able to change home screen wallpaper through WallpaperManager.setResource But not able to set LockScreen Wallpaper....plzz help
0
votes
1answer
142 views

use phone wallpaper as app background - Theme.Wallpaper like behaviour

I wanted to use Theme.Wallpaper in my app. This theme uses the phones current wallpaper as a background. The problem is it doesn't work on a 4.1 device. I also tried recreating the Theme.Wallpaper in ...
5
votes
1answer
141 views

How to make a monitoring program appear as wallpaper?

I made a simple C# program to display basic information about some machines we have. The program is full screen and refreshed every second. We have a dedicated PC and screen in the shop to display it ...
0
votes
1answer
136 views

Image saving in android mobile for setting wallpaper in titanium

I am working in titanium. I am facing an issue i.e. can I save an image taken by camera,Gallery,PhotoAlbum or from a feed of twitter feeds for setting as wallpaper in android device using titanium as ...
0
votes
1answer
181 views

Setting wallpaper

Im trying to set my bitmap image as a wallpaper! Im currently using this code to get it done. WallpaperManager wpm = WallpaperManager.getInstance(this); float minH = ...

1 2 3 4 5 8