749 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-4
votes
1
answer
240
views
Setting a window as wallpaper [closed]
So I am trying to make my own wallpaper engine (for Windows 11) to render OpenGL shaders on my desktop wallpaper. However, I am facing a problem. I found out that I need to get a WorkerW window and ...
0
votes
0
answers
47
views
What is the right way to update WallpaperService
I'm trying to set a video as a live wallpaper, with some user-configurable options such as changing the video path, wallpaper scaling type (Crop or Fit to Screen), and background color. The code below ...
user avatar
user7954210
0
votes
0
answers
118
views
How to Customize Lock Screen on Android Using Kotlin?
I'm working on an Android app and want to Customize Lock Screen UI using Kotlin. I’ve tried using the KeyguardManager API, but I’m not able to change the lock screen background or add widgets.
What I’...
0
votes
0
answers
75
views
Why doesn't my code display the window under the desktop icons?
I am writing a live wallpaper. So, first thing is create a window and set it behind the desktop icons. Now I almost finish it. I don't know why sometimes the icons display above the window, and most ...
0
votes
1
answer
189
views
How do I add default wallpaper for landscape and portrait accordingly?
I'm customizing AOSP source. I have two images for different resolutions for my tablet. The images are: One for landscape and the other for portrait.
How do I change the images for the wallpaper when ...
0
votes
1
answer
66
views
how to set custom image to background-image of body element using user property in web wallpaper of wallpaper engine?
body {background-image: url('wallpaper.jpg'); background-size: cover;}
window.wallpaperPropertyListener = {
applyUserProperties: function(properties) {
if (properties....
0
votes
2
answers
117
views
How to change image dynamically in drawable folder in Android studio?
I have this snippet below:
public void onReceive(Context context, Intent intent) {
try {
int random_int = (int)Math.floor(Math.random() * (max - ...
3
votes
4
answers
3k
views
Getting the path of the current screen's wallpaper on macOS Sonoma
On previous macOS versions, Apple wrote Desktop image locations to
/Users/\<current-user\>/Library/Application Support/Dock/desktoppicture.db
However on macOS Sonoma this seems to have changed.
...
1
vote
0
answers
101
views
How to listen for the successful setting of a video wallpaper in Android Kotlin?
I'm working on setting a video wallpaper for Android, but I can't determine when it's successfully installed.
I tried to set broadcast receiver to listen service, but I cant know how to set Broadcast.
...
0
votes
0
answers
257
views
Neither Nitrogen or FEH Work in Autostart if Xrandr also in Autostart
If I put nitrogen --restore in awesome config file lua.rc, the desktop opens with the correct wallpaper. However, if I add xrandr to config file the resolution is successfully set but nitrogen no ...
1
vote
1
answer
446
views
How to set Desktop wallpaper SlideShow with IDesktopWallpaper
I found a class for working with desktop and wallpaper, I can change the background image with the code below
public static void SetDesktopWallpaper(string imagePath,
...
1
vote
0
answers
363
views
How to set live/video wallpaper in flutter
I want to set video.mp4 as a live wallpaper in flutter.
I used async_live_wallpaper package but its open another app/activity for setting live wallpaper please provide me a another solution to set ...
1
vote
1
answer
574
views
how to add set as wallpaper feature in my react native app
I am using Expo Go, and I am creating a Wallpaper app I want to set image/wallpaper on the user's Device when the user clicks on the Set as Wallpaper Button I searched the internet and tried many ...
0
votes
1
answer
226
views
Blend an image into another with Python
I am trying to blend an image into another with python to set as your wallpaper for every frame of the fading animation.
I've look on several fourms and haven't found anyone trying to do the same ...
1
vote
0
answers
60
views
Receiving DATA from FIREBASE in inbuilt ( Android Studio ) Emulator But Not in APP or if opening with other Emulator No database is Shown
Building an application:
Tool: ANDROID STUDIO 22
Language: kotlin
Database: Firebase
I'm receiving images from firebase realtime database. Everything works fine in Standard Emulator (Pixel 6 API 29)
...