Tagged Questions
-3
votes
0answers
45 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
26 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
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
53 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
36 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 = ...
0
votes
1answer
281 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 ...
-4
votes
1answer
42 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
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
0answers
82 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
100 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 ...
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
0answers
180 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 ...
1
vote
0answers
237 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
1answer
429 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
1answer
317 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"?>
...
-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 ...
2
votes
2answers
454 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 ...
1
vote
1answer
254 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
62 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 ...
0
votes
0answers
193 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 ...
2
votes
1answer
478 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 ...
3
votes
3answers
746 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 ...
2
votes
1answer
270 views
Use Current Wallpaper as live wallpaper background
i am getting current wallpaper by using following code:
final WallpaperManager wallpaperManager = WallpaperManager.getInstance(this);
final Drawable wallpaperDrawable = ...
1
vote
0answers
153 views
AndEngine:The livewallpaper app cannot open setting page
I write a live wallpaper with AndEngine.
When I choose my wallpaper in the Wallpaper Selector it goes OK, except I click the "Settings" button(This action will crash the app).
Can anyone help me? ...
0
votes
1answer
56 views
Changing Sprites based on time of day
Ok im making a live wallpaper for android and i want the change the fish im displaying depending on what time of day it is.
so i adding this into the looping thread
public static int getCurrentHour() ...
1
vote
1answer
2k views
Simple Android Live Wallpaper with sequence of images - Updated with code
I would like to develop a simple Live Wallpaper with a sequence of images. The only animation required is for each image to fade in and fade out.
All the tutorials I have found online for LWP ...
0
votes
0answers
198 views
Live wallpaper causes textures to appear white in app on first launch
I'm trying to create a live wallpaper for my app.
Everything works, unfortunately, when I first open my app while my live wallpaper is installed, everything appears white. When I leave and resume my ...
-5
votes
1answer
154 views
How much time it takes to make a live wallpaper.? [closed]
I am neither new nor expert in android.But i have made only one application of calculator.Now i am thinking of making a live wallpaper.My question is..
How much time it takes to make a good user ...
3
votes
1answer
561 views
Live Wallpaper using a sequence of images
Well hello everybody. This is my first ever android project. I am trying to create a live wallpaper with a sequence of images gotten from a video. The dimensions of each image is 960 x 800. So far the ...
0
votes
1answer
292 views
Android Graphics: how to recreate look of Microbes live wallpaper?
Video Example here
I'm trying to recreate the look of Microbes live wallpaper for Android, developed by Samsung I believe. Graphics programming is not my forte though and I need some help to get ...
0
votes
2answers
347 views
How to get my live wallpaper icon in Livewallpaper list
How to get my live wallpaper icon in Livewallpaper list.
I am developing a live wallpaper. After running the application
i cannot see icon when selecting livewallpaper.
please see picture below
I ...
0
votes
1answer
155 views
Method of the class not working in Android Live wallpaper
I am trying to change the image during runtime in livewallpaper. I am calling method changeFlowers. I able to print Log.W() but unable to change bitmap. Thanks in Advance.
When I call from here ...
0
votes
1answer
102 views
IndexOutOfBoundsException in my implementation of Live wallpaper
Method changeFlowers is failing with Index Out of Bound Exception.
I am new to java, I am calling method "changeColor()" of already instanciated FishOne (Arraylist rederable class)
But it is failing ...
0
votes
1answer
166 views
Path.transform is being applied multiple times
I am writing a live wallpaper which utilizes a number of paths. I scale these paths in my shape's constructor using a matrix.
this.path = pathCoords;
this.path.transform(Scale.getMatrix());
Here is ...
0
votes
2answers
461 views
PNG compression for live wallpapers in Android
I'm trying to create a live wallpaper in Android but am having trouble with the PNG that I use for the background. When I slide home screens the transition is very laggy. My background PNG is ...
0
votes
1answer
662 views
android.media.audiofx.Visualizer throwing exception every other time
I'm making a Live Wallpaper for Android 2.3.3 and it used the Visualizer class. I've already got a working version of my Visualizer program working as a stand alone but when I place the code into a ...
-2
votes
1answer
156 views
String comparison failing - Shared Preference Key
I've got a strange error. I'm comparing preference changes when the preference changes.
When a preference changes it gives me a string of the key that's changed.
I've made a list of IF statments ...
0
votes
1answer
46 views
Access child method within livewallpaper service class
How does this child class access the parent class within livewallpaper service.
public class LiveWallpaperService extends WallpaperService
{
public static final String SHARED_PREFS_NAME="t_settings";
...
0
votes
1answer
211 views
How to access PreferenceActivity's onDestroy() within the main activity?
I don't want to be using:
onSharedPreferenceChanged
Because my Live Wallpaper is reinitialized every time something happens with a settings (making it crash, stack overflow!)
Instead I want to be ...
2
votes
1answer
2k views
Where do I use getWindowManager() within Live Wallpaper?
I'm getting the error "The method getWindowManager() is undefined for the type LiveWallpaperService"
Since I'm creating an activity there is no way to reference that, how would I go around getting ...
0
votes
1answer
635 views
android wallpapers OnSharedPreferenceChangeListener
I do wallpapers to andoid and I want that the user could choose options. Menu with options is showed but it have problem. When i click any options and go back to wallpapers screen, they dont update ...
1
vote
1answer
200 views
Why wallpaper settings have exception error?
I do wallpaper to android and have problem. When I click settings button I see:
01-22 11:50:47.579: E/AndroidRuntime(18421): FATAL EXCEPTION: main
01-22 11:50:47.579: E/AndroidRuntime(18421): ...
4
votes
2answers
1k 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 ...
4
votes
2answers
3k 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
447 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, ...
3
votes
1answer
1k 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 ...
1
vote
1answer
410 views
how to add layouts in android livewallpaper
i have created live wallpaper using canvas now i want to add the layout like(relative layout)
if its possible?
in live wallpaper we can able to use layout?
please guide me how to add layout here if ...
0
votes
2answers
132 views
Setting font type for live wallpaper causes screen to go black
I have this code
void drawText2(Canvas c)
{
DisplayMetrics metrics = new DisplayMetrics();
Display display = ((WindowManager) ...
1
vote
1answer
275 views
image quality becomes bad after many drawBitmap's
my program draws a bitmap on the live wallpaper canvas.
It works, but after some time the image becomes very bad (http://img855.imageshack.us/img855/9756/deviceq.png)
any ideas why?
package ...
1
vote
1answer
2k views
onOffsetsChanged: move Bitmap
i want my Bitmap that has the height of the screen and has a bigger width than the screen to be moved a little bit to the right or left if the user changes the desktop so he can see the entire image.
...