Giter Site home page Giter Site logo

libgdx-backend-android-livewallpaper's People

Contributors

ecornell avatar

Watchers

 avatar

libgdx-backend-android-livewallpaper's Issues

touchDragged(int x, int y, int pointer) DOESN'T WORK ! -.-

What steps will reproduce the problem?
1.Install Water Ripples effect on Android Phone
2. See that dragging doesn't work at all

What is the expected output? What do you see instead?
See that dragging doesn't work at all

What version of the product are you using? On what operating system?
2.2 Froyo

Original issue reported on code.google.com by [email protected] on 14 Jul 2012 at 6:59

offsetChange not working on HTC Sense

By the way congrats on the libgdx-backend-android-livewallpaper

What steps will reproduce the problem?
While developing a Live wallpaper on HTC SENSE the offsetChange seems to be 
called a couple of time when the live wallpaper starts, but then it stops being 
called. 
When i run it on my Asus TF101 the function is called properly whenever  the 
offset changes, this seems to be a HTC SENSE issue.
I've looked around and some devs state that one should enforce offsetChange by 
calling this.setOffsetNotificationsEnabled(enabled) on the live wallaper 
engine. But when i call i'm getting no such method.
How can i achieve this, since LibdgxWallpaperEngine is a wrapper around Engine?

Best Regards

Original issue reported on code.google.com by [email protected] on 21 Jul 2012 at 2:15

Fallback from GL20 to GL10/GL11

Please have a look at the issue I have files that seems to relate to your 
project:

http://code.google.com/p/libgdx/issues/detail?id=721

Original issue reported on code.google.com by [email protected] on 21 Feb 2012 at 11:32

Examples not working

I just set up a simple live wallpaper:

it said: 

08-08 22:10:18.205: E/AndroidRuntime(7845): java.lang.RuntimeException: Unable 
to instantiate service test.gdx.lwp.WPService: 
java.lang.ClassNotFoundException: test.gdx.lwp.WPService


again and again. 

if I create a new project, again. the samples not works on android.
my manifest is good



    <application
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"  android:largeHeap="true">

        <service android:label="@string/app_name" android:name=".WPService" 
                android:permission="android.permission.BIND_WALLPAPER">
                <intent-filter>
                    <action android:name="android.service.wallpaper.WallpaperService" /> 
                </intent-filter>
                <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" />
        </service>

    </application>


Original issue reported on code.google.com by [email protected] on 8 Aug 2012 at 8:13

Typo in classnames

Your classes are actually preceded by Libdgx* instead of Libgdx* (swapped d <-> 
g)

Original issue reported on code.google.com by [email protected] on 2 Aug 2012 at 5:24

No touch events work in preview

What steps will reproduce the problem?
1. Install water ripples demo app
2. Preview app
3. notice no ripples appear when touching in preview

What is the expected output? What do you see instead?
I expect to see function calls to the input methods in LibGDXWallpaperApp.  I 
do not see this instead.

What version of the product are you using? On what operating system?
Android 2.3.6

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jul 2012 at 7:27

wallpaper preview is different from real wallpaper

What steps will reproduce the problem?
Download app and set wallpaper when you hold phone as landscape, and when you 
hold it portrait. on preview great in reality bad view.
https://play.google.com/store/apps/details?id=com.blazen.valentinesWallpaper

1. use overriden resize method to change wallpaper depending from orientation. 
For example scalling width or height of the objects.
2. On preview it changes great. When the orientation is landsacape object is 
going up, when you change orientation to portrait object changes angle and is 
scaled, width and height and is automatically changes,it also going up
3. When you choose this wallpaper it is always going up like there is portait 
version(when you have your phone set as landscape on preview it is going up 
with great scalling, when the wallpaper is set, it is falling as it is portrait 
in the right direction and width and height is scalled wrong.the angle of the 
objects changes only on preview.

I want to livewallpaper work as it is in the preview.

Can somebody help me?

Original issue reported on code.google.com by [email protected] on 31 Jan 2013 at 1:23

Libgdx live wallpaper crash on Samsung i9300 Galaxy s3

I'm working on project related to 3d live wallpaper development.
I'm using libGDX version 0.9.2 and gdx-backend-android-lw.jar for live 
wallpaper implementation.
Opengl version is 1.0
It works good on all devices, but on Samsung i9300 Galaxy S3 (android 4.0.4) my 
app is crashed. I suppose the root cause of this issue is incorrect gl context 
initialization.

Device: Samsung i9300 Galaxy s3

Steps to reproduce:
1. install live wallpaper app on Samsung i9300 Galaxy s3
2. run installed app
3. crash on app initialization

Error log file is attached
Below you can find crash logs:

07-31 13:44:08.305 E/AndroidRuntime(12940): FATAL EXCEPTION: GLThread 1111
07-31 13:44:08.305 E/AndroidRuntime(12940): java.lang.NullPointerException
07-31 13:44:08.305 E/AndroidRuntime(12940): at 
com.badlogic.gdx.backends.android.livewallpaper.AndroidGraphicsLW.setupGL(Androi
dGraphicsLW.java:268)
07-31 13:44:08.305 E/AndroidRuntime(12940): at 
com.badlogic.gdx.backends.android.livewallpaper.AndroidGraphicsLW.onSurfaceCreat
ed(AndroidGraphicsLW.java:311)
07-31 13:44:08.305 E/AndroidRuntime(12940): at 
com.badlogic.gdx.backends.android.livewallpaper.surfaceview.GLBaseSurfaceView$GL
Thread.guardedRun(GLBaseSurfaceView.java:1151)
07-31 13:44:08.305 E/AndroidRuntime(12940): at 
com.badlogic.gdx.backends.android.livewallpaper.surfaceview.GLBaseSurfaceView$GL
Thread.run(GLBaseSurfaceView.java:993)

How can i solve this? 

Thanks

Original issue reported on code.google.com by [email protected] on 10 Aug 2012 at 7:35

Attachments:

_LW-Template-Full example not working

What steps will reproduce the problem?
1. import all the example projects
2. run _LW-Template-Full 
3. click menu -> wallpaper -> live wallpapers,  the LW template is in the list, 
but it will not load when you click it, and the force close window shows up 
then.

What is the expected output? What do you see instead?
the LWP WaterRipples should load when you click the LW template in the list

What version of the product are you using? On what operating system?
_LW-Template-Full  v1.0 on Android OS 2.1

Please provide any additional information below.

09-21 16:17:46.908: W/dalvikvm(252): Unable to resolve superclass of 
Lcom/eightbitmage/lwtemplate/TestLibdgxWallpaperService; (454)
09-21 16:17:46.908: W/dalvikvm(252): Link of class 
'Lcom/eightbitmage/lwtemplate/TestLibdgxWallpaperService;' failed
09-21 16:17:46.908: D/AndroidRuntime(252): Shutting down VM
09-21 16:17:46.908: W/dalvikvm(252): threadid=3: thread exiting with uncaught 
exception (group=0x4001b188)
09-21 16:17:46.908: E/AndroidRuntime(252): Uncaught handler: thread main 
exiting due to uncaught exception
09-21 16:17:46.919: E/AndroidRuntime(252): java.lang.RuntimeException: Unable 
to instantiate service com.eightbitmage.lwtemplate.TestLibdgxWallpaperService: 
java.lang.ClassNotFoundException: 
com.eightbitmage.lwtemplate.TestLibdgxWallpaperService in loader 
dalvik.system.PathClassLoader@44e8ca88
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2764)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.app.ActivityThread.access$3200(ActivityThread.java:119)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1917)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.os.Handler.dispatchMessage(Handler.java:99)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.os.Looper.loop(Looper.java:123)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.app.ActivityThread.main(ActivityThread.java:4363)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
java.lang.reflect.Method.invokeNative(Native Method)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
java.lang.reflect.Method.invoke(Method.java:521)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
dalvik.system.NativeStart.main(Native Method)
09-21 16:17:46.919: E/AndroidRuntime(252): Caused by: 
java.lang.ClassNotFoundException: 
com.eightbitmage.lwtemplate.TestLibdgxWallpaperService in loader 
dalvik.system.PathClassLoader@44e8ca88
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
java.lang.ClassLoader.loadClass(ClassLoader.java:573)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
java.lang.ClassLoader.loadClass(ClassLoader.java:532)
09-21 16:17:46.919: E/AndroidRuntime(252):  at 
android.app.ActivityThread.handleCreateService(ActivityThread.java:2761)
09-21 16:17:46.919: E/AndroidRuntime(252):  ... 10 more

Original issue reported on code.google.com by [email protected] on 21 Sep 2012 at 8:30

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.