Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
johnblundon
Old
#461  
johnblundon's Avatar
Recognized Themer
Thanks Meter 1898
Posts: 1,252
Join Date: Apr 2011
Location: St. John's, NL

 
DONATE TO ME
These do not work on Ice Cream Sandwich ROM's correct?? I can make them no problem but they stop working wen I try to open one after installing... Anyone know how to make them work on ICS??
HTC ONE M7_UL
ROM: TrickDroid 5.4.0 | Sense 5.0
Details: Android 4.2.1
MODS: 5UBz3R0 Z3R0N3 Theme V1.0


HTC Incredible S
Retired as daily

ASUS Transformer Pad Infinity TF700T
ROM: PARANOIDANDROID 3.0 RC AOSP
Details: Android 4.2.1


Check out my 5uBz3r0 Theme
 
nitin1978
Old
#462  
nitin1978's Avatar
Senior Member
Thanks Meter 105
Posts: 166
Join Date: Mar 2009
Location: New Delhi
Thanks for the tool, its really nice!

Sent from my Dell Streak using XDA
 
spouny_boy
Old
#463  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Apr 2012
Default Java's messing with my nervs

Hello

I'm new here and I didn't found what I'm looking for on the board so I post here.
I want to make my own live wallpaper, using all the graphic tool I have (3DS,AE,PS ...) so now I have 300 pis in PNG, perfect to go with "custom livewallpaper" a cool little program when I read all the comments.
But here comes the drama. When I launch Run.bat, the Dos window pop up (as normal) but it said "Java was not found, you will not be able to sign apks or use apktool"
But Java is installed and up to date, maybe I have to make some settings I don't know.
I'm on Win 7 pro 64bits (official)

So if someone has any ideas, I beg for any advice cause I worked 2 days on my PNG sequence and it's gonna be awesome ... only if I figures how it works.

Thanks

PEACE
 
yossio
Old
#464  
Recognized Developer
Thanks Meter 26
Posts: 44
Join Date: Nov 2008

 
DONATE TO ME
Default gui version

did you try it using this?
http://forum.xda-developers.com/show....php?t=1297721

Support: support@yossoft.com
Website: http://yossoft.com

recent released apps - Android:recent released apps - PC:recent released apps - Mobile Web:
-- beta testers for all platforms always needed!!! (send mail to support@yossoft.com to join in and test newest apps.)
-- have a new idea for an app / improvemets? I'm here to listen (send mail to support@yossoft.com)
 
SsJVasto
Old
#465  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Feb 2011
Quote:
Originally Posted by spouny_boy View Post
[...] But here comes the drama. When I launch Run.bat, the Dos window pop up (as normal) but it said "Java was not found, you will not be able to sign apks or use apktool"
But Java is installed and up to date, maybe I have to make some settings I don't know.
I'm on Win 7 pro 64bits (official)
You need to make the programe "java.exe" executable from whereever you are on the machine. There are 2 options at your disposal:

1- you can EDIT the Run.bat, and change all the java.exe to C:\Programs\Java\jre7\bin\java.exe
2- you add the /bin/ folder to your $PATH variable (this will make all Java applications (jar.exe, servertool.exe, awt.dll, ...) executable at all times):
  1. Click "START";
  2. Right-click on "Computer" and select "Properties";
  3. Go to the "Advanced" tab;
  4. At the bottom of the window, click the "Environment Variables" button;
  5. In the top DataGrid, find the variable named "PATH" (if it's not there, create it);
  6. You'll want to add your JAVA path to the variable. If it's a newly created variable you simply need to put the path to /bin/ in here. If it's an existing variable then you want to add this path to the end of the current list. All list items are separated by ; (semicolon), so it could make things not work if you forget it.
  7. Click "OK" (Closes Variable dialog);
  8. Click "OK" (Closes Computer Properties dialog);
Now, for this to take effect, you need to reboot the windows explorer... Easiest way to do this is to LOG OFF (A simple "Change User" will not work) and log back in. System variables are loaded when the Userspace is created.

PS: This technique can be used for anything. I use the PATH variable to manage my Android Development Toolkit (ADB, fastboot, etc) and my PSPSDK (psp-gcc, psp-pbp, etc), so I never need to fuss with pathes, and use my command-line DOS prompt in windows as if I was in linux (I can type "make" in windows to build without having to deal with the path).
 
spouny_boy
Old
#466  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Apr 2012
Tanks for the tip but I figure how to make it work but I still have some probleme.
The APK is created but dosen't work and make the program crash in the phone. Otherwize I use an other program called Live Wallpaper Creator from IreXsoft
it's based on the same program but with a windows interface.
Anyway, it's not working at all, the APK are created but it's not working on my phone. I got a White rectangle stuck on 2/3 of the screen and no pictures.

I'm using frame at 1280x800 pixels, with the good name or extension. I tryied with 100 frames, with 300 frames, nothing work.

So I found another program, an app actually : LWP creator that alows you to create animated wallpaper from numbered frames.

Here's what I did : http://9gag.com/gag/3911358

Thank for helping me because it's not as fluid as I want.
By the way, if a normal member could post that link on this thread :
http://forum.xda-developers.com/show....php?t=1594081

It's basicly the same project but I can help with the visual.

Thank

PEACE
 
festa20
Old
#467  
Senior Member
Thanks Meter 819
Posts: 1,612
Join Date: Jan 2011
Location: Barnsley
this is awesome
the problem i have is when i put it on my phone and touch the screen the live wallpaper stops and starts soon as i let my finger off is there any way around this
thanks


Want to Get Notified for Incoming SMS And Call with Camera FlashLight try this FlashBlink
 
Orion78
Old
(Last edited by Orion78; 30th April 2012 at 09:26 AM.)
#468  
Orion78's Avatar
Senior Member
Thanks Meter 39
Posts: 181
Join Date: Nov 2011
Location: Philly
Everything worked Thanks =)
 
captawsm
Old
#469  
Junior Member
Thanks Meter 4
Posts: 14
Join Date: Mar 2007
The mediafire link has been taken down. Can the OP or someone re-post this somewhere?

Thanks ahead of time!
 
thethiny
Old
#470  
thethiny's Avatar
Member
Thanks Meter 42
Posts: 74
Join Date: Oct 2011
Location: United Arab Emirates

 
DONATE TO ME
Default Done!

Quote:
Originally Posted by captawsm View Post
The mediafire link has been taken down. Can the OP or someone re-post this somewhere?

Thanks ahead of time!
I have re-uploaded it to mediafire, it is with an .jpg extension , open it it will be an image file , so mediafire will have no rights on this. if you change the extension to .rar you can see the files inside!!!!!!!!!!!!
Size: 14.28 MB
http://www.mediafire.com/?73j6pw7cg5lkar3

The Following 3 Users Say Thank You to thethiny For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...