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

learn more… | top users | synonyms

0
votes
0answers
17 views

Creating UnityPlayer in Engine object

I'm trying to set unity player as wallpaper engine Code: private class MyWallpaperEngine extends Engine{ UnityPlayer mUnityPlayer; @Override public void onCreate(SurfaceHolder ...
0
votes
0answers
14 views

Live Wallpaper - play gif when touched

Programming was never a strong point of mine but I really wanted to try and create a simple live wallpaper. My idea was to have a simple gif image that will start it's animation once you touched the ...
0
votes
1answer
36 views

findViewById() returns null

There are a few questions already asking about this, but I'm not finding a solution. I have a LiveWallpaper that is using its own subclass of PreferenceFragment to specify preferences. The solution ...
0
votes
0answers
14 views

Not able to scroll an autoparallax background with screen scrolling Andengine

I am making a live wallpaper in which i am using an AutoParallaxBackground. On top of that I have created a sprite. Now the problem is, I want to be able to scroll the whole wallpaper left and right ...
0
votes
0answers
15 views

Android livewallpaper issue. Need to remove gap in bottom

I am working on Jelly Bean tablet 4.1.1 live wallpaper application, removed notification bar which is presented in the bottom. After removing it, live wallpaper is showing a gap in the bottom. As ...
-3
votes
0answers
46 views

Video as live wallpaper [closed]

I was trying to set this enter link description here compile app on my device, but then i hate test this, show error in application and close. Why? Sorry for my english :L
0
votes
0answers
32 views

Trying to show video in android livewallpaper

I'm trying to develop a simple live wallpaper for android that shows a video and then loop it when it is finished So far I've been able (following some tutorials) to have a live wallpaper with drawn ...
0
votes
0answers
28 views

How to call canvas/bitmap in renderer Android Rajawali?

How would I call a canvas converted to bitmap within an opengl scene? Here is my bitmap class: public final class TextBitmap extends Plane { public TextBitmap(Context paramContext, float[] ...
0
votes
1answer
65 views

Right way of implimenting airpush ad in andengine live wallpaper?

I like to know whats the right way of implimenting airpush ad in andeneine live wallpaper. In my and engine live wallpaper application i have a main activity, a settings activity and wallpaper service ...
0
votes
0answers
67 views

Scrolling effect not working on galaxy note- live wallpaper

live wallpaper Parallex scrolling works fine on samsung galaxy y but it is not working on samsung galaxy note. Here is the code...................... @Override public void onOffsetsChanged(float ...
-5
votes
1answer
69 views

How to write interactive wallpaper for Mac OS X Lion

I need to write interactive live wallpaper for Mac OS X Lion on C/C++. What type of application (target in terms of xcode) it must be? plugin? Cocoa application? etc? Please help me with some ...
0
votes
0answers
38 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
57 views

Android: Moving background image while navigating through five home screen views

I want to Move background image while navigating through 5 home screen Views. just like when we select an image from gallery and set as wallpaper and then it scrolls with the change of home screen ...
0
votes
0answers
59 views

How to create custom PreferenceCategory for Android LWP settings?

I tried the following with no success: CustomPreferenceClass: import android.content.Context; import android.preference.PreferenceCategory; import android.util.AttributeSet; import ...
0
votes
0answers
35 views

Convert an Android GLWallPaperservice to a DreamService?

I have a working GLWallpaperService based on the examples developed by Robert Green http://www.rbgrn.net/content/354-glsurfaceview-adapted-3d-live-wallpapers Anyone know the best approach to convert ...
0
votes
0answers
21 views

Objects not destroy after wallpaper preview

I am writing live wallpaper for Android, and I have one problem: After wallpaper preview garbage collector do not clear objects from memory, that's why allocated memory inreases each time when the ...
0
votes
0answers
32 views

Is it possible for live wallpaper (not wallpaper ) user have option to set image in android?

For making live wallpaper not for the wallpaper ! possible to set the image for the live live wallpaper from the gallery and further action what i want . Simply , after install the app there is ...
2
votes
0answers
72 views

Android Live WallPaper: how did they accomplish this? [closed]

Please i would like to have some suggestion about what kind of technology has been used to create Live Wallpapers like these: please have a look at this link (I am not related to the developer in any ...
0
votes
0answers
38 views

How to allow user to select image from gallery to set as texture for opengl model LWP?

I have an OpenGL live wallpaper for Android built with the Rajawali framework. I use the following code to reference a texture: Bitmap texture = ...
3
votes
4answers
200 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
59 views

Error 1 libavcodec.so File format not recognized Android GL Live Wallpaper

I am trying to make a Live Wallpaper for android that plays an .mp4 video located on the device in android-asset (with the example I am using, it actually copies the file to the sdcard at ...
-1
votes
0answers
78 views

Android Launcher - show live wallpaper [closed]

Im developing a custom launcher for android. Now i want to display a live wallpaper as background. My code is: getWindow().setBackgroundDrawable(new Drawable(peekWallpaper())); But logically ...
2
votes
0answers
43 views

How do I handle the Apply button in live wallpaper settings?

I have a live wallpaper. I bring up the Preview activity and I see two buttons at the bottom Apply and Settings. Pressing the Settings button brings me into my settings activity where the user can ...
0
votes
0answers
28 views

WallpaperService.Engine.onTouchEvent do not recieve ACTION_MOVE event

WallpaperService.Engine.onTouchEvent do not recieve ACTION_MOVE event when is Live Wallpaper in use, but events work good on preview. Do someone have simmilar problem and know how to fix it?
0
votes
0answers
35 views

Is there a way to find out that the All Apps screen is shown?

I'm creating a live wallpaper for Android and ran into an issue with the manual scrolling (without using the onOffsetsChanged method). The scrolling works like a charm except for one, but very ...
0
votes
1answer
85 views

Drawing Bitmap in Live Wallpaper

I am trying to make a Simple Live wallpaper in which when user touch his screen a bitmap is drawn on that position. I am facing 2 problem, if i am drawing it in Runnable then it is continuously ...
0
votes
0answers
51 views

How to add photos in live wallpaper

Hello I have got android Live wallpaper template, now i just need to add wallpapers into it how do i import photos to it and make it android live wallpaper application? those photos will be used as ...
0
votes
0answers
67 views

Draw video on canvas for live wallpaper

I am new to android, and I am trying to create a live wallpaper. I have installed the samples on Eclipse and I am trying to understand how live wallpapers work (using the Cube sample). What I want to ...
0
votes
0answers
179 views

How should i set up the offset change in android live wallpaper (screen Scroll)

i am new to this, and this is my first android project and i cant seem to find out how to make the Bitmap work for me. i really need this code i dont know how to set the the offset change i need some ...
-3
votes
1answer
80 views

how to set a jpeg image as your live wallpaper [closed]

I am new to android , i would like to know how to set a still jpeg image as background in live wallpaper . i dont want to know how to include animation but just a jpg image as my live wallpaper and ...
0
votes
0answers
118 views

Live wallpaper size & dimensions

I am trying to make an android live wallpaper for Xperia P. The resolution for the screen is 540x960. I am trying to use this method, which is using png sequence to create the animation: ...
0
votes
1answer
297 views

android live wallpapers parallax-scrolling effect

when we scroll, the foreground of the home screen (icons, widgets, etc.) moves to the left or right by the full screen width, but the background image (or live wallpaper) only moves by a fraction of ...
1
vote
0answers
83 views

AndEngine GLES1 LWP: how to unload and load a few sprites on Resume?

I'm creating Live Wallpaper with AndEngine GLES1 and when my lwp started sometimes I get an error: java.lang.IndexOutOfBoundsException: Invalid index 4 size is 4. I know, that sprites should be ...
-4
votes
1answer
43 views

Android live wall paper share to facebook [closed]

I had developed Android Live Wallpaper application, now I want to share my wall paper to facebook, can anyone tell me how to do it in java
5
votes
0answers
226 views

error with setting live wallpaper

I am trying to create an live wallpaper. When i use the same code in activity i produces the the desired result. but if i use that same code for creating live wallpaper, i always get the black screen. ...
0
votes
0answers
32 views

Android live wall paper with Text and Image

I am developing an Android wall paper application Java, most of the examples in the net are displaying only the images as wall paper. I want to display Image + Text both as wall paper. Image will be ...
0
votes
1answer
51 views

android - set live wallpaper on app install

I am trying multiple solutions but all are requiring user interaction to set the live wallpaper (I don't want user interaction), where I want to set it automatically only on first run of application ...
0
votes
0answers
83 views

Why is Android live wallpaper code not working after updating ADT in Eclipse?

I just updated my ADT plugin within Eclipse but now I am having trouble updating one of my live wallpaper apps. I am getting an error with this line of code: ...
0
votes
0answers
45 views

Android Live wallpaper..?

Hi friends i need to create a live wallpaper for android,my requirement is, i need to rotate an image around different different path. The code i tried is working fine for minimum number of frames..as ...
0
votes
1answer
146 views

How to set background image for android live wallpaper..?

Hi i want to set a background image for my live wallpaper from resource folder, over that image i want to do some other animated stuffs. That background should not changed. This the code i tried, but ...
0
votes
0answers
153 views

Unable to draw bitmap on background bitmap on canvas in live wallpaper android

Hey I am a newbie in android. I am developing a live wallpaper.In my wallpaper i m drawing bitmaps on a canvas and making them fall after every second. Everything goes on fine unless i dont add a ...
0
votes
0answers
15 views

Callback when set Wallpaper is clicked in Android

can anyone tell me how to get callback when setwallpaper is clicked in live wallpaper. I want to do something when a user clicks on set wallpaper... I have tried many things bt cudnt get it to work.. ...
0
votes
0answers
16 views

Android Live-wallpaper installation overwrite

I have 2 Android(AndEngine LiveWallpaper) projects, call them TheApp and TheAppFree. I created TheApp, then made a copy called TheAppFree. In TheAppFree, I changed the app_name String to "TheAppFree", ...
0
votes
0answers
27 views

Android Live Wallpaper does n't work properly

I have created a Live Wallpaper application in this way, I call the drawFrame at first void drawFrame() { myTimer = new Timer(); myTimer.schedule(new TimerTask() { ...
2
votes
1answer
313 views

Create Android Live Wallpaper for any resolution

I'm a new Android developer , and I am creating android Live Wallpaper as the first project ,how can I support multi resolution? I don't know whether I should scale images by code or change them ...
0
votes
1answer
57 views

Run Method not called in live wallpaper engine

I am a newbie in android and started with livewallpaper development using Wallpaper Engine. My problem is the run() method inside Runnable is not called dont know why.... Am I missing something? Here ...
0
votes
0answers
46 views

How can I stop and resume my implemented ApplicationListener class?

I have class WallpaperAndDream implements ApplicationListener. All realized by ligdx(live wallpaper and daydream). Here is methods of creates and render: public void create() { camera = new ...
0
votes
0answers
45 views

use a custom view in android wallpaperservice

I am learning android. I tried a sample program which implements SensorEventListener. http://www.edumobile.org/android/android-development/accelerometer-example/ I want to convert this into a ...
0
votes
0answers
255 views

live wallpaper lag on samsung s3

I have a live wallpaper that works pretty well on many devices. However, on Samsung Galaxy S3, I have the following problem: after the user has pressed the button 'set wallpaper' in the wallpaper ...
0
votes
1answer
189 views

live wallpaper recognizing if shown on lockscreen

I'm toying with the idea of making a live wallpaper for my lockscreen. As it stands, I've only just discovered that you can have a live wallpaper on the lockscreen if you also have it on your regular ...

1 2 3 4 5 10