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

learn more… | top users | synonyms

1
vote
0answers
102 views

Android: How can I make interactive to live wallpaper?

I am building a simple launcher I have the following code in activity: public void onCreate(Bundle savedInstanceState){ setTheme(android.R.style.Theme_Holo_Wallpaper_NoTitleBar); ...
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 ...
0
votes
1answer
72 views

Intercept Live Wallpaper Touch Events?

If I have an activity that displays above the user's wallpaper, is there any way to prevent the wallpaper from receiving touch events I've already handled? Returning true or false from onTouchEvent ...
0
votes
1answer
115 views

AdView requests new add every time SeekBar is touched

I am creating a live wallpaper settings activity. It has a few seek bars and an Ad Mob ad view. Every time I touch one of the seek bars the ad temporarily disappears and then reloads a new add. ...
0
votes
0answers
32 views

display multiple ball in android live wallpapaer

I am working with Android Live Wallpaper. In that i want a ball to be move on y-axis and after every 3 seconds a new ball should come and that ball also should translate. Here is my draw() method ...
0
votes
2answers
109 views

Send http-get from PreferenceFragment (live-wallpaper)

I created a wallpaper (for my Android 4.0.3) but I have a problem with the preferences. When I try to invoke a service http-get from PreferenceFragment, I do not get any response. In practice, it ...
0
votes
2answers
377 views

Create a Photo Gallery App for Android for Local Images

I want to create a photo gallery app for android which has the following functionality, "SET AS WALLPAPER" Option Navigation Buttons (Left - Right) Its more like a live wallpaper. I need to know ...
1
vote
1answer
69 views

AngEngine Live Wallpaper

In AngEngine using org.anddev.andengine lib and Wallpaper extension lib, I want to update the Scene background time to time using timer or with updater, but can't find any help. I am using : private ...
0
votes
2answers
85 views

live wallpaper in android [closed]

Can someone guide me how to create a live wallpaper in Android. I have referred so many examples but they are too complex to understand. Can any one give simple example like moving horizontal bar or ...
0
votes
1answer
90 views

Android Live Wallpaper with Slide Show?

How to create the Android Live wallpaper as Landscape HD Live Wallpaper. where the images are scrolling underneath and the view on the top side is getting updated and I will get the images as the ...
-1
votes
1answer
131 views

Android: Live Wallpapers on phone take more ram [closed]

I have found something baffling as I was comparing different live wallpapers ram usage. I have a Nexus 4 phone and A Nexus 7 tablet - both of them running android 4.2.2 I Launched the same live ...
2
votes
0answers
186 views

Android live wallpaper - onOffsetsChanged args never change

I'm trying to adapt Google's CubeLiveWallpaper demo to create a parallax effect in a live wallpaper. I've removed the cube and have my own image displaying and that's great, but I've hit a wall. My ...
0
votes
1answer
67 views

Launch wallpaper from activity

I coded a live wallpaper for Android. The wallpaper works fine, the only issue is that users complain sometimes because after install they cannot find the wallpaper icon in the application menu. I ...
0
votes
0answers
138 views

No Activity found to handle Intent { act=android.service.wallpaper.CHANGE_LIVE_WALLPAPER (has extras) }

I am creating a live wallpaper application for android. I've written some code but I am getting following error Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent ...
1
vote
1answer
198 views

gles2 live wallpaper converted to c# (xamarin) complies with error "…mono.android.TypeManager cannot be applied to

I am attempting to write an android live wallpaper using xamarin in c#. To do so, I converted the GLWallPaperService code found here into c#: ...
0
votes
2answers
154 views

Load 3d .obj file and add background image to live wallpaper in android?

i want to load a 3d .obj file in live wallpaper and animate it. i use RAJAWALI library to load it. the problem is that the the 3d obj file is load and animate successfully but Loading background image ...
-5
votes
2answers
72 views

OutOfMemoryError while setting the live wallpaper on screen [closed]

02-15 09:10:02.196: E/dalvikvm-heap(881): Out of memory on a 2162176-byte allocation. 02-15 09:10:02.376: E/AndroidRuntime(881): FATAL EXCEPTION: main 02-15 09:10:02.376: E/AndroidRuntime(881): ...
0
votes
1answer
83 views

Could activity be set as live wallpaper?

Is it possible to my current activity as a background or a wallpaper of device?
1
vote
0answers
99 views

Android livewallpaper onOffsetChanged with endless scroll

I have a problem in WallpaperService.Engine.onOffsetChanged() method. On default screens I've got proper xOffset value, but on devices with endless screen scrolling onOffsetChanged() called only once, ...
0
votes
0answers
102 views

How to load all images folders from sdcard to use them in the livewallpaper

I am designing a Live Wallpaper which needs to load images from the sdcard. Please guide me so that I can first discover how many image folders are there on the sdcard and then let users to select the ...
1
vote
1answer
314 views

Android libgdx wallpaper app throws NoClassDefFoundError error at startup

I try to make livewallpaper with libgdx. I make all like here. My ApplicationListener: public class GdxTestActivity implements ApplicationListener { @Override public void create() { ...
1
vote
1answer
205 views

Why physics body automatically moves upwards in andengine gles2 anchor center live wallpaper

I am trying to develop a live wallpaper using andengine gles2 anchor center , with some physics.But when i add a physics object it was moving upwards.instead of moving downward due to gravity what ...
2
votes
0answers
152 views

How to scroll images using Live Wallpaper?

I followed the link but its not perfectly working.. Main Code private void drawFrame() { final SurfaceHolder holder = getSurfaceHolder(); Canvas c = null; try { ...
0
votes
0answers
226 views

Live wallpaper stuck forever at “Loading live wallpaper…”

I'm code up a simple wallpaper service, similar to this one(Android app to change wallpaper at regular intervals using Timer). The wallpaper is stuck forever at "Loading live wallpaper..." although ...
0
votes
3answers
102 views

onConfigurationChanged Null pointer exception when phone restarted?

Well the problem is, i have livewallpaper that has inside main class a onConfigurationChanged, the code is public void onConfigurationChanged (Configuration newConfig){ if(MODE == 0) { ...
2
votes
1answer
151 views

OnTouch not working in Live Wallpaper

Hi I am making a live wallpaper by the help of http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers. Now I want to attach touch detection on home screen. That is, after setting ...
0
votes
0answers
194 views

Android Live Wallpaper and main activity in apps list

I just created a live wallpaper but i can't show it on the program list. The wallpaper apperas only in wallpaper list, by long pressing the home screen. Is there a way to show the wallpaper on both ...
0
votes
1answer
54 views

PreferenceActivity and empty ImageView

In my PreferenceActivity activity I'm setting ImageView new Bitmap that was returned in onActivityResult method from my Gallery. But when I rotate my phone(Samsung Galaxy Note 2) ImageView becomes ...
0
votes
1answer
160 views

getSurfaceHolder().getSurfaceFrame() reurning Rectangle with zero height and width

I am working on a basic live wallpaper. The code is working fine on my "Galaxy S2(GT-I9100) running ICS" and the function is returning correct height and width value. But when I tried to run the same ...
0
votes
2answers
142 views

How to prevent an IllegalArgumentException when saving a Bitmap in Android/AndEngine?

I created this method to take in a URL, retrieve the PNG file from that URL, compress it, and save it to the SD card. The method then gets that file and uses it as a sprite on the Live Wallpaper. ...
0
votes
1answer
73 views

How to stop LiveWallpaper application when Wallpaper has changed

I made a live wallpaper using opengl http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers. But when i chooses other wallpaper from list the wall paper has bean changed but my ...
0
votes
0answers
93 views

How to set textview and imageview on live wallpaper as overlay

How can I set textview and imageView on Wallpaper as overlay. Anyone has any idea to set textview on wallpaper.
0
votes
0answers
181 views

android image crop and wallpaper settings page

I would like to implement live wallpaper where user will be able to setup own photo on the phone desktop. Right now I have successfully implemented logic where user can crop any photo from android ...
8
votes
1answer
917 views

Find out if different home- and lockscreen wallpapers are set

I have a running live wallpaper and react to SCREEN_ON event to display changes on the canvas. However on some phones the user can set a different lockscreen and homescreen wallpaper (Touchwiz, some ...
1
vote
0answers
243 views

Set GLSurfaceView as Live Wallpaper in android

I'm Java/Android/Shiva3D/Unity3D developer. But I never have created android live wallpapers.. so I need some help.. I want to create 3D Live Wallpapers with Shiva 3D. After exporting project as ...
0
votes
0answers
216 views

Unable to change animated gif in live wallpaper in android?

I am able to set single animated gif using the link, but when i tried to change the list of gif every 10 seconds from raw folder.. It's shows blank coloured screen.. Every some seconds it just changes ...
0
votes
0answers
219 views

Slideshow live wallpaper for android code

Hi i am a new android application developer And i am trying to create a Slideshow live wallpaper application I want to create a live wallpaper such that it slide shows sequence of different images ...
1
vote
1answer
331 views

Getting error at WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER

I'm creating my fist Live wallpaper by following this tutorial. But i'm getting error can not be resolved or is not a field on these two lines WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER ...
0
votes
1answer
437 views

Android PreferenceScreen “color picker” implementation

can someone help me? I need implement some color picker to preference screen (live wallpaper settings). Is there any solution out there, some open source?
0
votes
0answers
85 views

How to set the background of the application to be animated (Live wallpaper?)

I have a simple application for Android and would like to set the background to be animated. How can I do this? I have to create a live wallpaper, install it on phone and then use in my application? ...
1
vote
1answer
250 views

Android animated wallpaper from images

I am trying to make an animated Android background, using a few images that I am drawing. I draw the images step by step, but the phone draws quite it slowly. I am trying this: public class ...
0
votes
1answer
318 views

Live Wallpaper crash when tap on Settings

allways when i tap on Settings... button in Live Wallpaper Picker it stop. And then stop my Live Wallpaper too. Can you help me? wallpaper.xml <?xml version="1.0" encoding="UTF-8"?> ...
1
vote
2answers
208 views

How to play just sound from mp4 file in android?

Can we play just audio from mp4 file ? I don't want to view video so that i can play mp4 file in background in live wallpaper . I tried to play mp4 file by using MediaPlayer but sound is not playing ...
0
votes
0answers
184 views

Is it possible to set a SWF file as live wallpaper in android?

I'm new to Android platform. I wish to develop a live wallpaper application. When i was searched regarding this in search Engine's, many of them created a live wallpaper as their code (using ...
3
votes
1answer
302 views

onOffsetsChanged not called by Touchwiz

Note: since it is a question specific to Samsung, I also asked it on their developer board. I am currently implementing a Live Wallpaper in Android and I'm listening to the onOffsetsChanged() method ...
9
votes
2answers
1k views

How to play video as live wallpaper android?

Does anyone know how to play .mp4 video as live wallpaper? I searched a lot, but couldn't find the solution. I just found this one but I am not getting any idea from it. Please help me if you have ...
0
votes
2answers
1k views

How to load images as background in LibGDx?

I make live wallpaper and I have one issue. I want to set image as background and Eclipse show error: 01-10 10:37:18.206: E/AndroidRuntime(1045): FATAL EXCEPTION: GLThread 99 01-10 10:37:18.206: ...
-3
votes
1answer
35 views

How to create a separate activity? [closed]

I'm trying to run a dialog from wallpaperservice but I assume I cant because it's working with the engine, so do I need to create a separate activity? and if so how do I go about doing so? Do I just ...
0
votes
1answer
130 views

AlertDialog in Live Wallpaper

I'm trying to create a alert dialog in a live wallpaper basically asking people to rate..they can skip it here's what I have...but it's not showing up..it works in my webview apps, I'm using ...
0
votes
0answers
106 views

Live Wallpaper Not functioning correctly

Hi how are you all doing, I Have two issues with the code provided on the bottom and I have been breaking my head to try to fix it but I have checked high and low for a solution but all seems to be ...

1 2 3 4 5 10