wallpaper Questions

1

How to set Windows 7 Wallpaper slideshow programmatically? Setting a normal wallpaper [DllImport("user32.dll", CharSet = CharSet.Auto)] private static extern Int32 SystemParametersInfo(...
Megohm asked 4/7, 2012 at 21:5

2

I have been developing the application which need to set an image as wallpaper. Code: WallpaperManager m=WallpaperManager.getInstance(this); String s=Environment.getExternalStorageDirectory().g...
Crosby asked 15/4, 2012 at 7:21

3

Solved

I'm working on a live wallpaper that incorporates some water ripple effects on touching the screen but I'm a little stuck. Would it be better to create multiple images and loop through them to cre...
Allo asked 26/4, 2012 at 1:21

2

Solved

Is there a way to programatically get all the android system wallpapers? I know how to get the current one, via WallpaperManager, and then save it to disk. But I want to know if there is a way to ...
Beryllium asked 12/5, 2012 at 20:0

1

I've all but finished my little wallpaper app. The only thing now is that I can't find any method for offset on API level 3. No matter what size image I use, it is not centered in my test phone. It...
Octagon asked 21/1, 2011 at 20:7

1

I would like to change the wallpaper of all desktops (formerly "spaces") on a screen. As of OS X 10.6 there is a category to NSWorkspace which allows the setting of the wallpaper, however, when I u...
Calabria asked 25/9, 2011 at 17:8

1

I'm trying to create a batch file that will change my background when a program closes on Windows 7. I've tried using this, but it doesn't work, even when I log off and log back in: @echo of...
Wachtel asked 15/10, 2011 at 17:39

1

Solved

Can someone guide me how to create a live wallpaper in Android. And also, is there a process to use the photos within the gif and implement them into a live wallpaper? Because that's exactly ...
Quit asked 7/9, 2011 at 1:57

1

Solved

I'm building an app which would have to have the ability to show my own views on the iPhone lock screen. I've seen lots of apps which let you customize the lockscreen and so forth and these were Ap...
Lemire asked 5/6, 2011 at 14:42

2

Possible Duplicate: Android - how to set the wallpaper image What i'm trying to do is, set the wallpaper using an image URI (no cropping) I'm a noob at dev on Android and dev in gene...
Taproot asked 5/2, 2010 at 4:41

1

Solved

Is there a way to draw on or modify the key guard wallpaper programmatically? It looks simple enough for the home wallpaper, you can use WallpaperManager. But how about for the lock screen wallpap...
Scheldt asked 31/10, 2010 at 21:21

2

Solved

I am writing a live wallpaper for android. To test my basic code was working I drew a rectangle in the top left-hand cornor of the screen: canvas.drawRect(0f,0f,50f,50f,paint); Half of the recta...
Neilneila asked 18/8, 2010 at 15:39

1

I am using Android SDK 1.6. Could someone tell me how to set an image as the wallpaper in the homescreen. getApplicationContext().setWallpaper(); seems to be not working for me.
Underhand asked 18/5, 2010 at 12:0

1

Solved

Can anyone please provide me some idea/guidance on how to save an image from a webserver and set it as wallpaper? i am developing an android application which needs to do that and i am new in andro...
Birdt asked 20/1, 2010 at 1:49

3

Solved

How would I change the wallpaper on a Linux desktop (using GNOME) within a C/C++ program? Is there a system API to do it?
Laden asked 3/8, 2009 at 5:58

3

Solved

Ive narrowed down to this method but i don't understand why its locking the file. I believe you could use something like using( something) { //do stuff here } But im not sure that would A) solv...
Domineer asked 30/4, 2009 at 1:38

2

Solved

I have an app which could benefit from the user being able to choose to set an image as the wallpaper (the background image on the "slide to unlock" screen). Is there a way for non-jailbreak thir...
Karli asked 30/10, 2008 at 1:16

2

Solved

I have been asked to standardize the screen saver and desktop background used by everyone in my company and, aside from going around to each PC individually, I'm looking for a programmatic way to a...
Vulgarian asked 28/9, 2008 at 15:35

© 2022 - 2024 — McMap. All rights reserved.