[Boot Animation]QVGA|HVGA|WVGA= Pac Droid game/eats-apple v0.4

Search This thread

dased14

Senior Member
Dec 27, 2010
7,428
7,125
cincy,ohio
that one worked only thing is that it didnt remove the sound from the other one. thx
really like the ending on that any way to only use the part where he comes from the right side and bites the apple and then bites the other side, like have on your avatar
 

dully79

Senior Member
Apr 29, 2010
2,844
3,395
res/drawable
droidcandy.weebly.com
that one worked only thing is that it didnt remove the sound from the other one. thx
really like the ending on that any way to only use the part where he comes from the right side and bites the apple and then bites the other side, like have on your avatar

Second animation only-
http://hotfile.com/dl/96289836/4051f24/WVGA-pac-apple-s-c-r.zip.html

To remove the sound you can do one of the following-
A-Use a file explorer and navigate to system/customize/resource and delete the mp3/ogg file in there. or....
B- Connect your device in recovery via usb, open a cmd window or terminal (depending on your os) and copy and paste the following one line at a time-

adb shell mount /system
adb shell
cd system/customize/resource/
ls


This will display the name of the audio file in that folder, now copy and paste the following-

rm THE NAME OF THE AUDIO FILE
eg.
rm bootaudio.ogg

IT IS CASE SENSITIVE!!

Reboot, enjoy the silence.:)
 
  • Like
Reactions: dased14

Zacbeast

New member
Jan 29, 2011
2
0
Thank you really awesome.
I have only the eat apple animation but the 24bit WVGA animation don't work on my HTC Desire HD. Only the lower quality WVGA animation works (this one is also okay btw.)
I had to put the bootanimation.zip file to /data/local

:)
 

dully79

Senior Member
Apr 29, 2010
2,844
3,395
res/drawable
droidcandy.weebly.com
Thank you really awesome.
I have only the eat apple animation but the 24bit WVGA animation don't work on my HTC Desire HD. Only the lower quality WVGA animation works (this one is also okay btw.)
I had to put the bootanimation.zip file to /data/local

:)

Thank you, your very welcome.
I'm in work at the moment but will look into it tomorrow morning.
By any chance are you getting a white screen on boot?
 

Zacbeast

New member
Jan 29, 2011
2
0
By any chance are you getting a white screen on boot?

Sorry I'm not looking everyday here.
I don't know what you mean with a white boot screen. I get a black one if the animation don't load like with the 24bit.

I had also changed the FPS rate to 4FPS. 7FPS was a bit too fast for me.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    Here's a pac-man'esque boot-animation,
    I've created a version for HVGA(320X480), QVGA(240X320) and WVGA(480X800) devices.

    pac-apple.gif


    Links contain the first and second animation-

    2.1+ HVGA PAC-DROID-GAME.

    2.1+ QVGA PAC-DROID-GAME.

    2.1+ WVGA PAC-DROID-GAME.

    Links contains the second animation only-

    2.1+ HVGA PAC-APPLE.

    2.1+ QVGA PAC-APPLE.

    2.1+ WVGA PAC-APPLE.

    Updated the animations to 24 bit png, resulting in better quality than the original 8 bit. :)

    To use, flash from recovery or unpack to C:\ and push boot-animation via adb with the following command-

    adb push C:\bootanimation.zip /system/media/
    or
    adb push C:\bootanimation.zip system/customize/resource/

    NOTE:Flash zips installs to system/media

    Hope you like it, let me know what you think.:)
    1
    it looks good can u please make 1 for qvga screen??
    1
    how are you applying the other boot-animations??
    Try this one-
    http://hotfile.com/dl/96086481/d78567a/WVGA-pac-droid-trial2.zip.html
    1
    that one worked only thing is that it didnt remove the sound from the other one. thx
    really like the ending on that any way to only use the part where he comes from the right side and bites the apple and then bites the other side, like have on your avatar

    Second animation only-
    http://hotfile.com/dl/96289836/4051f24/WVGA-pac-apple-s-c-r.zip.html

    To remove the sound you can do one of the following-
    A-Use a file explorer and navigate to system/customize/resource and delete the mp3/ogg file in there. or....
    B- Connect your device in recovery via usb, open a cmd window or terminal (depending on your os) and copy and paste the following one line at a time-

    adb shell mount /system
    adb shell
    cd system/customize/resource/
    ls


    This will display the name of the audio file in that folder, now copy and paste the following-

    rm THE NAME OF THE AUDIO FILE
    eg.
    rm bootaudio.ogg

    IT IS CASE SENSITIVE!!

    Reboot, enjoy the silence.:)