[Live Wallpaper] Custom Creater 2.6 [SCRIPT] [WINDOWS]

Search This thread

Daneshm90

Retired Recognized Developer
Jun 1, 2009
3,332
662
Purpose : Create a live-wallpaper out of a bunch of images

Instructions :

- Download zip
- Extract zip
- Run Run.bat (follow instructions)
- Once done, install the resulting apk

Tip : Pre-attached with the zip comes the "haters gonna hate" animation, so if u want to test it, just Run.bat and enter 14 as the # of images.

Requirements :
- Java in ur environmental path (to check go start -> run -> cmd -> java -jar
Do u see "command not found" ? if so go to java.com and install it, otherwise ur fine.

Capabilities :

- Customizable live wallpaper w/o coding
- Change application name / icon
- Adjust loop invariant to ensure no skipping
- Change app description
- Now u have up to 100 images to use

- Automatically inserts the place-holders
- Change package name
- Apk produced now takes on the package name (easier to identify)
- Option to install the app to ur phone at end of script
- Added java check, it'll tell u if java is in ur path or not

- Now u have up to 300 images to use (thanks olivvv59)
- Added vista compatibility (delete's $.tmp files if they exist)
- Cleaned up the code a bit.


Note : The naming convention of the images are n01.png,n02.png,n03.png..n32...n100.png

Thanks : Goes to the andrew121 who created this link I just took his apk, modified it and made it customizable.

Heres his site : Link


 
Last edited:

h_zee13

Senior Member
Dec 31, 2009
1,432
1,127
Montreal
Alright so here is a little TEST LWP

First thing I realized is that when when we add a name to the LWP, it never appears anywhere so it's useless....other than that it works great and its really easy

do you think you can make full size LWP with this? like currently its only like a static LWP...any chance to make it move when you change screens?


music_z7t5xpqy.gif
 

Attachments

  • repackaged-signed.apk
    1.5 MB · Views: 1,357

ogdobber

Inactive Recognized Developer
Nov 4, 2008
3,256
1,827
thats awesome! why only 49 pngs? I tried more and obviously it didn't work...
*edit nevermind I figured it out
 
Last edited:

ogdobber

Inactive Recognized Developer
Nov 4, 2008
3,256
1,827
dude what did you figure out? Share with us......

its in the >public.xml< more pngs can be added with a change here
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<public type="drawable" name="icon" id="0x7f020000" />
<public type="drawable" name="n01" id="0x7f020001" />
<public type="drawable" name="n02" id="0x7f020002" />
<public type="drawable" name="n03" id="0x7f020003" />
<public type="drawable" name="n04" id="0x7f020004" />
<public type="drawable" name="n05" id="0x7f020005" />
<public type="drawable" name="n06" id="0x7f020006" />
<public type="drawable" name="n07" id="0x7f020007" />
<public type="drawable" name="n08" id="0x7f020008" />
<public type="drawable" name="n09" id="0x7f020009" />
<public type="drawable" name="n10" id="0x7f02000a" />
<public type="drawable" name="n11" id="0x7f02000b" />
<public type="drawable" name="n12" id="0x7f02000c" />
<public type="drawable" name="n13" id="0x7f02000d" />
<public type="drawable" name="n14" id="0x7f02000e" />
<public type="drawable" name="n15" id="0x7f02000f" />
<public type="drawable" name="n16" id="0x7f020010" />
<public type="drawable" name="n17" id="0x7f020011" />
<public type="drawable" name="n18" id="0x7f020012" />
<public type="drawable" name="n19" id="0x7f020013" />
<public type="drawable" name="n20" id="0x7f020014" />
<public type="drawable" name="n21" id="0x7f020015" />
<public type="drawable" name="n22" id="0x7f020016" />
<public type="drawable" name="n23" id="0x7f020017" />
<public type="drawable" name="n24" id="0x7f020018" />
<public type="drawable" name="n25" id="0x7f020019" />
<public type="drawable" name="n26" id="0x7f02001a" />
<public type="drawable" name="n27" id="0x7f02001b" />
<public type="drawable" name="n28" id="0x7f02001c" />
<public type="drawable" name="n29" id="0x7f02001d" />
<public type="drawable" name="n30" id="0x7f02001e" />
<public type="drawable" name="n31" id="0x7f02001f" />
<public type="drawable" name="n32" id="0x7f020020" />
<public type="drawable" name="n33" id="0x7f020021" />
<public type="drawable" name="n34" id="0x7f020022" />
<public type="drawable" name="n35" id="0x7f020023" />
<public type="drawable" name="n36" id="0x7f020024" />
<public type="drawable" name="n37" id="0x7f020025" />
<public type="drawable" name="n38" id="0x7f020026" />
<public type="drawable" name="n39" id="0x7f020027" />
<public type="drawable" name="n40" id="0x7f020028" />
<public type="drawable" name="n41" id="0x7f020029" />
<public type="drawable" name="n42" id="0x7f02002a" />
<public type="drawable" name="n43" id="0x7f02002b" />
<public type="drawable" name="n44" id="0x7f02002c" />
<public type="drawable" name="n45" id="0x7f02002d" />
<public type="drawable" name="n46" id="0x7f02002e" />
<public type="drawable" name="n47" id="0x7f02002f" />
<public type="drawable" name="n48" id="0x7f020030" />
<public type="drawable" name="n49" id="0x7f020031" />
<public type="xml" name="settings" id="0x7f030000" />
<public type="xml" name="wallpaper" id="0x7f030001" />
<public type="array" name="size_names" id="0x7f040000" />
<public type="array" name="size_values" id="0x7f040001" />
<public type="string" name="app_name" id="0x7f050000" />
<public type="string" name="settings_title" id="0x7f050001" />
<public type="string" name="description" id="0x7f050002" />
<public type="string" name="preference_fps_title" id="0x7f050003" />
<public type="string" name="preference_fps_summary" id="0x7f050004" />
<public type="string" name="preference_size_title" id="0x7f050005" />
<public type="string" name="preference_size_summary" id="0x7f050006" />
</resources>
 

Daneshm90

Retired Recognized Developer
Jun 1, 2009
3,332
662
Alright so here is a little TEST LWP

First thing I realized is that when when we add a name to the LWP, it never appears anywhere so it's useless....other than that it works great and its really easy

do you think you can make full size LWP with this? like currently its only like a static LWP...any chance to make it move when you change screens?

Ok, firstly the name changing does work, atleast on my end. The name should change when u go into the live wallpaper picker. Second, the static property is tied to the apk, remember i have not created this app, just modified it for our needs.

its in the >public.xml< more pngs can be added with a change here

Ur on the right path but not that easy, those are just identifiers, u still gotta implement them ;) Dont worry i'll try to make the next version have 100 images, that should be more than enough lol ;)
 

Daneshm90

Retired Recognized Developer
Jun 1, 2009
3,332
662
You have a Twitter account? I need to keep up and you have great stuff (mods) all over the place! :D
Thanks! :cool:

I do but i barely post lol. its @daneshm if ur interested.

Ugh 100 images are taking long. Just to give u an idea i have to

change stuff like this

from .field public static final n50:I = 0x7f020032 increment it all the way to

.field public static final n100:I = 0x7f020032(diff id as well)

in 3 files :eek:
 

h_zee13

Senior Member
Dec 31, 2009
1,432
1,127
Montreal
Ok, firstly the name changing does work, atleast on my end. The name should change when u go into the live wallpaper picker. Second, the static property is tied to the apk, remember i have not created this app, just modified it for our needs.

K maybe i missed something....but so far everything else is good oh and yeah 100 images would be great...keep up the good work
 

notxel21

Senior Member
Dec 2, 2008
1,304
103
Jacksonville
twitter.com
I do but i barely post lol. its @daneshm if ur interested.

Ugh 100 images are taking long. Just to give u an idea i have to

change stuff like this

from .field public static final n50:I = 0x7f020032 increment it all the way to

.field public static final n100:I = 0x7f020032(diff id as well)

in 3 files :eek:

Totally understandable! :cool: (Take your time and much appreciated)
At least post on your mod updates on Twitter if anything at all! :p
Now following! (twitter) :)
 

Daneshm90

Retired Recognized Developer
Jun 1, 2009
3,332
662
Alright guys i posted v2.0. New features are highlighted in green. Let me know how it goes.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    Purpose : Create a live-wallpaper out of a bunch of images

    Instructions :

    - Download zip
    - Extract zip
    - Run Run.bat (follow instructions)
    - Once done, install the resulting apk

    Tip : Pre-attached with the zip comes the "haters gonna hate" animation, so if u want to test it, just Run.bat and enter 14 as the # of images.

    Requirements :
    - Java in ur environmental path (to check go start -> run -> cmd -> java -jar
    Do u see "command not found" ? if so go to java.com and install it, otherwise ur fine.

    Capabilities :

    - Customizable live wallpaper w/o coding
    - Change application name / icon
    - Adjust loop invariant to ensure no skipping
    - Change app description
    - Now u have up to 100 images to use

    - Automatically inserts the place-holders
    - Change package name
    - Apk produced now takes on the package name (easier to identify)
    - Option to install the app to ur phone at end of script
    - Added java check, it'll tell u if java is in ur path or not

    - Now u have up to 300 images to use (thanks olivvv59)
    - Added vista compatibility (delete's $.tmp files if they exist)
    - Cleaned up the code a bit.


    Note : The naming convention of the images are n01.png,n02.png,n03.png..n32...n100.png

    Thanks : Goes to the andrew121 who created this link I just took his apk, modified it and made it customizable.

    Heres his site : Link


    3
    I thought I would share my settings screen changes, the attached zip is a working creator with the exact settings screen in the screen shots. I will leave the customization up to you all. You can also change the watermark image by replacing settings.png in the drawables folder, I left mine so you could use it for reference. I am going to be working on a slider option for FPS vs. the text edit option. I will post it once successful, unless someone else has got that already and wants to help a guy out..... ;)

    Oh yeah, almost forgot I also updated the resolution sizes as well! Hope you like and hit thanks it you like, I RARELY ask for thank you's but this is kinda my pride and joy atm.


    CustomCreatorMrdavisoTwist.zip

    ClearSettingscrn.png
    ResoSizes.png
    3
    Done!

    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
    1
    Ok guys uploading new version with up to 300 images support. Thank oliv5559 for doing the handy work ;)
    1
    Can someone repost a link since the OP is link is dead? Thanks.

    This is my twist, with alternate resolution sizes, settings screen and other small tweaks.
    http://db.tt/rNhQKnvM

    utaqasem.jpg

    u9uqame3.jpg



    Sent from my HTC GLACIER using Xparent Blue
    My Race Videos