Tagged Questions

Live wallpaper is specific to Android. It was introduced in v2.1 (froyo). Most (but not all) phones running 2.1 support it; all phones running 2.2+ support it. Android Market filters searches so that only supported phones can find published wallpapers (android.software.live_wallpaper). Live ...

learn more… | top users | synonyms

9
votes
5answers
4k views

How to set the Android Live Wallpaper icon (aka “thumbnail”)

I built my first Android app. It is a Live Wallpaper designed for 2.2. When I press and hold the screen, select Wallpapers and then select Live Wallpapers, my live wallpaper has what looks like a ...
5
votes
2answers
2k views

Android Live Wallpapers — OpenGL vs Canvas

I am a fairly "newb" Android developer, and I would like one of my first projects to be a live wallpaper, however I am conflicted on whether I should be focusing on Canvas or OpenGL for it. Being new ...
5
votes
2answers
1k views

Android live wallpaper onOffsetsChanged xPixelOffset doesn't seem to return the real pixel offset

I am writing a live wallpaper and I use the function: public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, float yOffsetStep, int xPixelOffset, int ...
4
votes
1answer
728 views

Android Live Wallpaper practices for performance and battery saving?

It's easy to find many articles discussing the implementation of Live Wallpapers for beginners, which addresses major questions involving Surfaces and so on. But what about the professional ...
4
votes
1answer
1k views

Setting live wallpaper programatically

Is it possible to set a live wallpaper using some lines of code. For example, i want to tell my users that a live wallpaper is available "click here to set it".
4
votes
2answers
871 views

Live Wallpaper Preview Thumbnail Size

What's the width and height of the live wallpaper preview thumnail in pixels? It's def larger than 72x72... that I know. Thanks!
4
votes
2answers
865 views

Android - Live Wallpaper offset clipping

I am writing a live wallpaper for android. To test my basic code was working I drew a rectangle in the top left-hand cornor of the screen: canvas.drawRect(0f,0f,50f,50f,paint); Half of the ...
3
votes
2answers
185 views

Android: How to start activity from preference menu?

This is the Android Live Wallpaper. .LiveWallpaperSettings is main activity with settings preferences. <- works normally .AboutActivity is simple dialog activity. <- application craches I ...
3
votes
1answer
164 views

Accessing Gmail emails in Android

So basically I'm attempting to make an interactive live wallaper that basically displays your unread gmail emails on your wallpaper. I'm trying to figure out how to access a person's gmail account on ...
3
votes
1answer
302 views

Android “Failure delivering result ResultInfo” when Intent is NOT null

I have a custom image preference in my Live Wallpaper that allows a user to choose an image from their SD card to use as a background. I got the code from here and haven't modified it, so it's almost ...
3
votes
1answer
389 views

Hardware accelerated FFmpeg on android?

I compiled an older version of FFmpeg for Android (if I recall correctly it was 0.6.X). FFmpeg decodes a video frame, scales it, then I'm using OpenGL to draw it on the screen. As far as I can tell, ...
3
votes
1answer
514 views

Does the Honeycomb android:hardwareAccelerated=“true” manifest setting apply for Live Wallpapers?

I have a live wallpaper that I originally coded to use canvas rendering for phone-sized screens. But when running it on a Xoom tab the framerate degrades noticeably, presumably due to the increased ...
3
votes
2answers
324 views

min3D in a live wallpaper service?

I have been playing around with the min3D libraries a bit lately learning how to use the openGL functionality of Android (it's been frustrating lol). I am trying to modify the GLWallpaperService @ ...
3
votes
1answer
373 views

Better frame rate drawing bitmaps in a Canvas?

I'm shooting for an animation in a live wallpaper. Here's the code. It pretty much follows the CubeWallpaper demo: void drawFrame() { final SurfaceHolder holder = getSurfaceHolder(); ...
3
votes
2answers
412 views

Live Wallpaper gradient banding: is it possible to use ARGB_8888 or dithering to fix?

I am creating a Live Wallpaper and I'm painting to the canvas on every Runnable.run() call with a changing colour and i'm hoping to put a gradient over the top but the gradient i'm creating is banding ...
3
votes
1answer
2k views

Choosing background for Live Wallpaper

I'm writing a live wallpaper that creates an effect over a background. I want the user to be able to choose the background from any of the system wallpapers and camera photos. What I would like is ...
2
votes
0answers
76 views

Android live wallpaper crashing because of custom fonts

I'm trying to create a live wallpaper in Android. It has a text drawn on it in the following way, with customs string placed in the assets directory: String path = "fonts/calligraffiti.ttf"; ...
2
votes
2answers
158 views

How to create a settings activity for Android Live Wallpaper

How to create a settings activity in live wallpaper like this? Example Picture I've built settings activity with only a simple text and faced some problems. The first problem is that I can't use ...
2
votes
1answer
67 views

How to have live wallpaper open directly from the market?

Is it possible to configure my project manifest, so that when a user presses "open" on the android market, my live wallpaper is applied straight away? Some users don't seem capable of figuring out ...
2
votes
1answer
124 views

I want to get the path of current active desktop wallpaper using java

I want to make some changes on active desktop wallpaper like adding watermark. For that I need to get the path of active wallpaper path. adding watermark I can do. This can be done using JNA library, ...
2
votes
1answer
119 views

Android liveWallpaper background

How do I scroll the background image on an ACTION_MOVE event? Here is my code used to draw the background image: void drawFrame() { final SurfaceHolder holder = getSurfaceHolder(); Canvas c ...
2
votes
1answer
69 views

Changing a program to a Live Wallpaper

I have a graphical program that I would like to manipulate to liveWallpaper.. I went through a couple of the tutorials and it looked like it fit the mold pretty well. So I started but soon I ...
2
votes
1answer
227 views

How to implement double tap for Android live wallpapers?

I want to implement a double tap event for a Android live wallpaper. Sadly, I couldn´t find any specific code how to do that. At the moment I´ve found a workarround using the onTouchEvent-method of ...
2
votes
1answer
183 views

onOffsetChanged doesn't fire on HTC Sensation

I'm developing live wallpaper on Android and recently bought a HTC Sensation (android 2.3.3) for development. The problem that I found with this phone is that onOffsetChanged event is not generated at ...
2
votes
0answers
227 views

“fixing” a live wallpaper in portrait mode

I'm trying to find the "simplest" way to fix my live wallpaper in portrait mode, and, as for now, the only way I found is to rotate the entire canvas by 90 degrees counter-clockwise and shift it ...
2
votes
1answer
424 views

Setting the live wallpaper not working

I already asked this, but it was migrated to android.stackexchange.com and closed there as offtopic. So here we go again: I made a simple live wallpaper. On the preview I can see it but if I try to ...
2
votes
2answers
150 views

Can a live wallpaper be linked to an app?

i'm new at live wallpapers. Is it possible to link a live wallpaper to an app with it's own engine? I mean, to avoid using the typical "Live wallpapers settings" where you choose the amount of items ...
2
votes
2answers
665 views

Android, show dialog when ListPreference item is clicked

Basically I have a ListPreference to allow a user to change the X position of some text on my Live Wallpaper. It contains 4 entries: top, middle, bottom and manually input X. The first 3 options are ...
2
votes
0answers
2k views

Android Live-Wallpapers HTC Desire HD wallpaper picker massive icons [closed]

I've created a live wallpaper and added all of the images and icons that Google requires but apparently these look really bad on an HTC Desire HD. Does anyone know how to create the massive icons for ...
2
votes
0answers
262 views

Android Playing Movie Files In A Live Wallpaper

Is this even possible? I have tried using the MediaPlayer but it throws a NullPointerException on the MediaPlayer object. I can get audio to work but video wont. ...
2
votes
1answer
1k views

Weird Exception when Livewallpaper is set in Android

04-24 13:30:59.312: VERBOSE/RenderScript(6044): RS Thread exited 04-24 13:30:59.320: ERROR/libEGL(6044): call to OpenGL ES API with no current context (logged once per thread) 04-24 13:30:59.335: ...
2
votes
1answer
381 views

How to add Text on Android Live Wallpapers

Im doing Android Live Wallpaper.It provides the user to give text input dynamically.That text should be displayed on wallpaper or scrolling like that.And this wallpapers have to be set as ...
2
votes
2answers
437 views

Is it possible to use Android's View Animation package (tween/frame) within Live Wallpaper?

Greetings fellow Droidheads and the like. I am working on a Live Wallpaper project that's getting more complex. I am curious: has anyone figured out a way to use Android's View Animation package ...
2
votes
2answers
994 views

Android video as a live wallpaper

i am trying to put video as a live wallpaper. I am using media player for that. i can get SurfaceHolder and i can give that holder to the mediaplayer. But its not working for me, its giving me ...
2
votes
0answers
658 views

Prevent Live Wallpaper orientation change when an application is opened and orientation is changed?

I'm having an orientation issue with a Live Wallpaper that I wrote. Basically the canvas will rotate depending on the application opened above it. I tested this and realized that the ...
2
votes
1answer
829 views

How to create an OpenGL live wallpaper?

I'm trying to find the right approach for creating an Android OpenGL live wallpaper i.e. a way to convert an app written to use GLSurfaceView into a live wallpaper. There appears to be nothing in the ...
2
votes
1answer
757 views

Android Live Wallpaper Touch Event Hierarchy

I have a Live Wallpaper that uses various screen touches to trigger certain events. At the moment it is working but I seem to get all touch events. For example, when the user touches an icon to ...
2
votes
1answer
801 views

Live Wallpaper with Game Engine or not?

I'd like to developp a live wallpaper. After some researches, I concluded that there were two options to create one : Directly, i.e like it's said on Android-Developpers ( ...
2
votes
2answers
704 views

Set video as wallpaper on Android

I want to know how to set Video as wallpaper or it is not possioble. I can set image as wallpaper and I can build live wallpaper but I can't set video as wallpaper ? so anyone has an idea how can I do ...
2
votes
0answers
160 views

Google Maps API for Android in a WallpaperService (live wallpaper)

Is there a way to use the Google Maps API for Android in a Live Wallpaper? From looking at the API, mapViews seem to require a MapActivity, so I'm not sure if there an easy way to make this work in a ...
1
vote
1answer
17 views

How can i Enable android.wallpaper.tap option in android Livewallpaper?

I create a sample Live wallpaper application, My requirement is, the Live-wallpaper have a water look (Water Surface). when i touch any surface on the screen the water must repel. I go through ...
1
vote
3answers
40 views

it is possible to video live wallpaper in android application?

it is possible to video live wallpaper in android application? anybody help me and perfect way for implemented in live wallpaper. Thanks!
1
vote
1answer
15 views

Is there any way to bind to a live wallpaper service?

I have a live wallpaper which has some resources loaded and set up inside my custom WallpaperService class. Something like this: class MyLiveWallpaperService extends WallpaperService { ...
1
vote
0answers
41 views

Android ICS freezes live wallpaper?

I just developed my first android app - a live wallpaper. It was working perfectly on 2.3.7, but now I installed ICS 4.0.3 on my phone and it freezes badly when the screen gets locked. After that it ...
1
vote
0answers
42 views

Android Wallpaper Animation

I won't create wallpaper-application but have one problem. Please tell me how add ImageView or another element in android wallpaper-application to create frame animation?
1
vote
2answers
96 views

Any way to hide Android home screen icons to show Live Wallpaper?

As Android live wallpapers are becoming more prevalent, and developers are doing more with them, a question coming up more and more is how to hide the home screen icons temporarily while the user ...
1
vote
1answer
81 views

Live wallpaper with MainActivity

I have livewallpaper, settings activity for livewallpaper and also standard MainActivity. The point is that livewallpaper can't works with MainActivity together. When my manifest looks like this: ...
1
vote
1answer
65 views

Opening app or URL in Live Wallpaper

I have an app which basically loads a URL. The page on this URL has a few buttons to control few things. Now, I want to make a Live Wallpaper app which will set my app as the live wallpaper. Is it ...
1
vote
0answers
58 views

Live Wallpaper destroying wrong engine - “set wallpaper”

Edit: I am starting over / simplifying this thread... Has anyone come accross this before.? Using the Cube Enging as a test template, very basic. I am in the preview screen of my live wallpaper and ...
1
vote
1answer
215 views

android 3d live wallpaper - what engine to use?

I saw this live 3d wallpaper and was wondering how it is made, e.g. what engine should be used to make it? From what I found, Unity3D currently does not support making wallpaper... Thanks!

1 2 3 4 5 6