Skip to main content

Questions tagged [live-wallpaper]

Live wallpaper is an Android 2.1+ feature that adds the potential for animation and interactivity.

live-wallpaper
-1 votes
0 answers
100 views

Problem Downloading and Generating Live Photo from Firebase Storage in SwiftUI

I am working on an iOS application using SwiftUI where I want to convert a JPG and a MOV file to a live photo. I am utilizing the LivePhoto Class for this. The JPG and MOV files are displayed ...
olle's user avatar
  • 82
0 votes
1 answer
148 views

Why Flutter app gets restarted upon setting a wallpaper or Live Wallpaper?

I am using async_wallpaper package and this is the function Future<void> setLiveWallpaper(String liveUrl) async { setState(() { _liveWallpaper = 'Loading'; }); String result; ...
Nammar Mahsud's user avatar
1 vote
0 answers
66 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. ...
nhidn's user avatar
  • 11
0 votes
0 answers
57 views

ANR on Live WallPaper OplusWallpaperServiceExt.finishDrawing when set WallPaper

I am Facing Issue on OPPO devices Android version 12 and For two weeks I have tried to resolve this issue but can't resolve it, Any One Know the solution Kindly suggest me. Exception java.lang....
Gulnaz Naseer's user avatar
0 votes
0 answers
40 views

i don't understand why isnt my canvas playing animation

i've asked bard(google ai) it keeps giving me these codes but it dosent do anything the square is frozen.im trying it on wallpaperservice canvas i want to know how can i (modify/animate) items of ...
Gwen Andersen's user avatar
0 votes
1 answer
42 views

How can I prevent my libGDX live wallpaper from causing black font color on the Android home screen?

I've encountered a perplexing issue. When users set my wallpaper, the font color of the app names on their home screens turns black, making it difficult to read due to the wallpaper's dark colors. I ...
IvnGlp's user avatar
  • 1
1 vote
0 answers
251 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 ...
Muhammad Tayyab's user avatar
3 votes
1 answer
629 views

How to have a live wallpaper that can scroll while showing a video?

Background I've been familiar with using Canvas to draw a Bitmap in a live wallpaper, and eventually I also tried out playing GIF animation in a live wallpaper (here) and a simple video playing (here) ...
android developer's user avatar
0 votes
1 answer
69 views

Wallpaper is not setting up once set one wallpaper

I have a video wallpaper app in which I am trying to set the live wallpaper for the first time it works fine. But the second time it does not change the wallpaper unless I restart the device. I tried ...
Yasir Tariq's user avatar
1 vote
2 answers
848 views

How to get information about current live wallpaper app, without using QUERY_ALL_PACKAGES permission?

If you vote to close this, please explain why. Background For my tiny live wallpaper app (here), I offer to import previous wallpaper. I've noticed an issue of targeting API 33 that will cause me to ...
android developer's user avatar
0 votes
0 answers
372 views

C# Live wallpaper

i'm trying to make a live wallpaper, i use the SystemParametersInfo method but it's very slow, 1 frame takes about 3 seconds to install, i have a folder with 250 frames and i put them on the desktop ...
Cyber Catrom's user avatar
2 votes
2 answers
1k views

Android 13: determine if a Live Wallpaper is set

I would to check if my Live Wallpaper App is set as Live Wallpaper. The following code works on Android <= 12, but not in Android 13 (sdk 33). public static boolean isLiveWallpaper(Context context) ...
Simone Sessa's user avatar
2 votes
1 answer
1k views

Can I create a live wallpaper with flutter?

I have already created a live wallpaper in Kustom Live Wallpaper (KLWP) android app. It shows much helpful information. But I need to use the KLWP app to run my live wallpaper. Is there any way to ...
Shajedur Rahman Panna's user avatar
0 votes
1 answer
288 views

How to determine live wallpaper intent is valid programmatically?

I add a live wallpaper feature in our app, but got some exception in firebase. I tested on our ten android devices and got no exception, I wonder if I can determine live wallpaper is supported in a ...
thecr0w's user avatar
  • 2,197
13 votes
3 answers
2k views

"Theming Icons" functionality crashes live wallpapers on Android 12

I recently noticed that my live wallpaper apps are crashing when users try to set the newly introduced "Theming Icons" functionality on Android 12. This new functionality calculates a ...
Ardi's user avatar
  • 285

15 30 50 per page
1
2 3 4 5
47