Live wallpaper is an Android 2.1+ feature that adds the potential for animation and interactivity.
0
votes
0answers
355 views
Android code to set gif images as live scrollable wallpaper
i wanted to set GIF as live wallpaper
And Ya i found the code from the following answer it works really good but there is a problem , that the wallpaper set in fixed screen only !!! so if i use any ...
2
votes
2answers
456 views
Android screen orientation handling issue
I'm working on the android live wallpaper applications and need to correctly handle screen orientation changes.
Currently I use onConfigurationChanged for this purpose(in this method I need to ...
0
votes
0answers
132 views
LiveWallpaper change sprite position
Im trying to make live wallpaper with andengine. I want to change the position of the Sprite (TiledTextureRegion) with onoffsetchange method. But my sprite becomes invisible because of Texture Region ...
0
votes
0answers
69 views
Bitmap issue in live wallpaper in android
I have a question.
I am working on a live wallpaper and have a static background.
Now, it is working fine on all the cellphones that I have tested till now but it sometimes works fine on my galaxy ...
1
vote
0answers
270 views
OpenGL Live Wallpaper Crashes only on Samsung Phones (most notably on Samsung Galaxy s3)
Well I have a question that is absolutely puzzling me. I have a live wallpaper ...
1
vote
1answer
255 views
Andengine LWP screen orientation issue
I'm really stuck on the screen orientation logic.
Here is my code:
@Override
public EngineOptions onCreateEngineOptions() {
this.cameraWidth = ...
1
vote
0answers
64 views
andengine livewallpaper doesn't react on the provided ResolutionPolicy
I'm trying to use CroppedResolutionPolicy from this topic http://www.andengine.org/forums/gles2/targeting-multiple-display-resolutions-t6794.html. Here is my code:
@Override
public EngineOptions ...
1
vote
0answers
210 views
Android Live Wallpaper background
I have LiveWallpaper which is in the fact that the fall snow. In what ways to add a background? I want to insert a picture.
public class SnowService extends WallpaperService {
private final ...
0
votes
0answers
145 views
Live Wallpaper Freeze when i click set as wallpaper
Live Wallpaper Freeze when i click set as wallpaper on home screen.Then it was working after when i opened some app or menu(i.e it works after when it goes out of visibility).
I don't know why this ...
0
votes
1answer
84 views
Does my code consuming more memory?
I'm creating a live wallpaper. I don't know whether my code is consuming more memory or not. I checked through the adb logcat, it freed more memory frequently.
Is this normal for my code?
Link to my ...
0
votes
2answers
254 views
How to solve lag in Live Wallpaper?
I'm creating my first live wallpaper in which snow will produce on random location and start animate.But it lags.
This was my code.
There is no error in the code but it lags.If i increased the number ...
0
votes
3answers
88 views
Resizeing bitmap
Hie. I am working on the live wallpaper and I have got a problem. I am done with the parallax effect in my wallpaper. Now, the problem is the bitmap (i.e., the static background) of my live wallpaper, ...
-3
votes
1answer
227 views
Live Wallpaper not working properly [closed]
I want to show a parallax effect in my live wallpaper. I have balls falling in my live wallpaper. I have kept a thread in order to make the balls fall over and over again in my live wallpaper. I have ...
1
vote
0answers
372 views
Android live wallpaper with frame animation
im trying to create android live wallpaper using frame animation (image after other from ressource) , the code look ok , but the probleme is the the wallpaper does not show (stack in loading and ...
1
vote
0answers
140 views
Start Activity From Wallpaper Service (not preference related…)
I have a live Wallpaper. This live wallpaper has a settings page implemented from PreferenceActivity. Everything works as expected. So far, so good.
From my Wallpaper Settings page..I want to start ...
0
votes
0answers
109 views
livewallpaper flickering background in android
I am a newbie to live wallpaper in android.
I am making a live wallpaper where in there is a static background and some animation on that background.
Now my problem is I am able to get the ...
0
votes
0answers
57 views
android live wallpaper cropping behaviour?
I am just wondering to see behavior of android live wallpaper...I am using moto-zoom tab. I removed sytsem-UI (bottom tray with Home, Back...) app, now if I select any normal wallpaper it displaying ...
3
votes
1answer
700 views
Set Live Wallpaper Programmatically on Rooted Device Android
Is it possible somehow to set Live Wallpaper programmatically using my Application?
I am working on an Application that her purpose is to choose some of the Installed Live Wallpapers on the device ...
2
votes
2answers
365 views
Small screen size in OpenGL only on Samsung S3 with Jelly Bean
My app has been working well (on most phones) until recently when the samsung s3 was updated to Jelly Bean. The screen looks like this: -
It works fine on an S3 using ICS and on most other phones ...
3
votes
1answer
225 views
Android OpenGLES device issue
I have recently started learning OpenGLES with Android. I am creating a livewallpaper with GLWallpaperService class with rendering.
The problem with Android simulator is able to display animation ...
2
votes
1answer
284 views
Live wallpaper render script background image in android
I am a newbie for render script. I was going through the in the live wallpaper application.
Now the problem is that I am not getting my background image(static background in the live wallpaper).
I ...
0
votes
0answers
194 views
htc sensation parallax scrolling effect doesn't work in live wallpaper
I'm trying to implement parallax scrolling effect in live wallpaper. I use andengine for that. I have tested it in emulator and also on Samsung Galaxy S plus. Everything works fine.
But on my HTC ...
0
votes
1answer
701 views
Android OpenGL live wallpaper crashes - Mali EGL error?
I've got a big problem with my OpenGL based Live Wallpaper project. I managed to move my 2d live wallpaper from canvas to opengl and all looks fine and fast but... damn there's allways something
when ...
1
vote
1answer
278 views
IllegalArgumentException when switching to settings activity in live wallpaper
I have a live wallpaper that is running fine. I wanted to add a settings activity to it, so I did all of the required steps and the settings button showed up when I went to the live wallpaper chooser. ...
1
vote
2answers
237 views
Android Live-wallpaper: Accessing resource folder
I'm currently stuck at making a live background using opengl ES2.
Inside my renderer i want to access textures and shaders from the resource folders, but i cant find a way to do that.
My current ...
2
votes
1answer
481 views
Android live wallpaper service - get screen rotation
I try to make live wallpaper for android, but i can't get screen rotation, because lwp - it's a service, not activity. I need integer value (0/90/180/270), not orientation (landscape/portraite), like ...
0
votes
0answers
105 views
how to set the 3d image as background for android live wallpaper
I am creating the live wallpaper in android. I want use the 3D image as my wallpaper background. can any one guide me how to set the 3D image in my live wallpaper.
0
votes
1answer
84 views
How to Create Live Wallpaper container?
I am creating an launcher application where I want to functionality to set Live wallpaper, any one have idea how to create container for live wallpaper.
let me know if any suggestion/idea?
0
votes
1answer
89 views
Live wallpaper - memory budget exceeded when in preview mode
I've got this problem with my live wallpaper. It loads about 10 images, one is big enough (960x600) others are much smaller, big one is jpg, smaller in png (becouse of transparency).
Anyway, it works ...
2
votes
2answers
992 views
java.io.IOException: setDataSource failed.: status=0x80000000
I am tying to play url using media player in activity using :
mediaPlayer = MediaPlayer.create(getApplicationContext(),
Uri.parse("http://www.pocketjourney.com/downloads/pj/video/famous.3gp"),
...
0
votes
1answer
541 views
how to set the Live Wallpaper as default wallpaper?
I created an live wallpaper application, like how we get default wallpaper on home screen, how to set the Live Wallpaper as default wallpaper even after my Android mobile is restarted?
1
vote
1answer
103 views
How to use Renderscript in lockscreen
I was doing a research on livewallpaper these days, it's easy to use RenderscriptGL, but when I want to use it in the lockscreen, then the problem started. Although I modified the ...
0
votes
0answers
27 views
How would you break down the process of making an android live wallpaper ?
I already studied the sample cubeWallpaper that comes included in the SDK and I have no idea whats flying can someone break down the process to each method and what methods and variables need to be ...
1
vote
0answers
186 views
live wallpaper looks larger on htc X but looks ok on s3 and nexus 7 though the resolution is the same
I have a live wallpaper which works on high res devices, specifically on the galaxy s3 and the nexus 7.
I've tested it on an htc one x which is also a 720p device, but the wallpaper seems to be scaled ...
5
votes
2answers
271 views
How to load resources or assets in GLWallpaper service
I am trying to develop an Android live wallpaper using OpenGL wallpaper service , I am able to create live wallpaper as in this example by Mark F Guerra But I want to add some sprite animation to my ...
0
votes
0answers
66 views
Waiting for an activity to finish it's onStart() from an inside of Live Wallpaper
Before starting my Live Wallpaper I need to initialize some parameters via a dummy Activity. The problem is that after the activity is really started in my code, it takes time for it to finish it's ...
1
vote
2answers
508 views
SharedPreference Changes not reflected in my wallpaper service
I am making a live wallpaper where i need to change the speed of a vehicle in setting scene and it needs to get reflected back to the wallpaper service when i press the return button. In my preference ...
0
votes
1answer
623 views
Live wallpaper: IllegalArgumenException on unlockCanvasAndPost when turned in landscape
I'm developing a live wallpaper, and I have a problem that has been bugging me for a while. My live wallpaper crashes when it's turned into landscape and then back to portrait several times in a row.
...
0
votes
0answers
42 views
AndEngine Live wallpaper preview Bug? [duplicate]
Possible Duplicate:
strange behaviour of live wallpaper in preview
I am developing a live wallpaper using AndEngine. The problem is when i preview th wallpaper in portrait mode it works ...
2
votes
0answers
85 views
strange behaviour of live wallpaper in preview [duplicate]
Possible Duplicate:
android live wallpaper rescaling
AndEngine Live wallpaper preview Bug?
I am developing a live wallpaper using AndEngine. The problem is when i preview th wallpaper in ...
0
votes
1answer
462 views
Android Live Wallpaper settings button not sending me to settings
So I've managed to get the settings button to appear while in the preview for my live wallpaper. The only issue I'm having is that it's not shooting me to my preference activity. (I've logged it and ...
1
vote
1answer
268 views
set live wallpaper fix image (do not want scroll in image - like static live wallpaper)
Hi i am creating live wallpaper application in that in background image is changing after some time but the problem is image is getting stretched and scrolling, i want image to fix at one screen only ...
4
votes
1answer
821 views
How do I move to Live Wallpaper preview from app?
I've been looking all over for a specific example of this and couldn't find it online anywhere.
What I want to do is: From my app click a button and move to the Live Wallpaper preview of my apps live ...
1
vote
1answer
421 views
Android Live Wallpaper - why so slow - how to improve speed?
I'm attempting to create my first Live Wallpaper. It works and everythink would be just fine except of the speed problem. It slows down desktop - widgets and icons are scrolling noticeably slower than ...
0
votes
1answer
134 views
changing images along the home screen transition
I'm trying to create a simple livewallpaper which slides images with the home screen slides.
so I wrote this code. It worked in some devices, but I got Out Of Memory error in several devices.
I know ...
0
votes
0answers
34 views
How to set chooser image for Live Wallpaper? [duplicate]
Possible Duplicate:
How to set the Android Live Wallpaper icon (aka “thumbnail”)
Notice the GL Wallpaper Test Project
has an ugly, default image, and all the rest have beautiful images in ...
3
votes
3answers
747 views
IllegalArgumentException in unlockCanvasAndPost (android live wallpaper)
I've created my first live wallpaper implementing drawing in a separate thread. So now I have a WallpaperService and my WallpaperPainter who does the job. The problem is that I getting a ...
0
votes
0answers
369 views
Android Live Wallpaper onOffsetsChanged
I am trying to make a live wallpaper. I understand that onOffsetsChanged method is used to get the current position of the screen. I am not able to properly understand how to implement this method to ...
1
vote
0answers
131 views
AndEngine LiveWallpaper UpdateHandler stops
i am working with the AndEngine live wallpapers. i have made a live wallpaper in which i have registered a updatehandler with the sprite it works perfectly.After setting this wallpaper the ...
12
votes
1answer
406 views
GL Wallpaper example only shows green screen in Emulator, but it's working in device
Do there is any special emulator settings needed to run OpenGL Apps?
I already set "GPU emulation" property to "yes".
I am trying to run an Android sample live wallpaper, using the sample source ...

