New bootanimation problem

This is a discussion on New bootanimation problem within the Blackdroid forums, part of the Custom Roms category; Hey all, For some reason i'm unable to get a custom bootanimation working.. i've renamed the file to bootanimation.zip <--exactly and placed it in the ...

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Thread: New bootanimation problem

  1. Junior Droid
    dennisi01's Avatar
    Member #
    42454
    Join Date
    Mar 2010
    Posts
    27
    Phone
    Motorola Droid
    #1

    New bootanimation problem

    Hey all,

    For some reason i'm unable to get a custom bootanimation working.. i've renamed the file to bootanimation.zip <--exactly and placed it in the /system/media folder with no luck (using root explorer to copy/paste it there).. am I missing something?

    thanks!
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Master Droid
    samiusmc's Avatar
    Member #
    15760
    Join Date
    Dec 2009
    Posts
    747
    Liked
    8 times
    Phone
    HTC Rezound
    #2
    Quote Originally Posted by dennisi01 View Post
    Hey all,

    For some reason i'm unable to get a custom bootanimation working.. i've renamed the file to bootanimation.zip <--exactly and placed it in the /system/media folder with no luck (using root explorer to copy/paste it there).. am I missing something?

    thanks!
    If the bootanimation isn't loading, use the ADB shell or a "Terminal Emulator" to push it to your Droid. Here's how:

    Put the bootanimation.zip file onto the root of your SD card. Once you've accessed the terminal or ADB shell, here is the code:

    $su
    #cp /sdcard/bootanimation.zip /data/local/
    reboot

    That will put the animation in the correct path. If the .zip refuses to open, it may be that you improperly compressed the .zip file. When you compress the 3 boot animation files, the compression type must be the "store" method and not the "normal" method.
  4. Junior Droid
    dennisi01's Avatar
    Member #
    42454
    Join Date
    Mar 2010
    Posts
    27
    Phone
    Motorola Droid
    #3
    Quote Originally Posted by samiusmc View Post
    Quote Originally Posted by dennisi01 View Post
    Hey all,

    For some reason i'm unable to get a custom bootanimation working.. i've renamed the file to bootanimation.zip <--exactly and placed it in the /system/media folder with no luck (using root explorer to copy/paste it there).. am I missing something?

    thanks!
    If the bootanimation isn't loading, use the ADB shell or a "Terminal Emulator" to push it to your Droid. Here's how:

    Put the bootanimation.zip file onto the root of your SD card. Once you've accessed the terminal or ADB shell, here is the code:

    $su
    #cp /sdcard/bootanimation.zip /data/local/
    reboot

    That will put the animation in the correct path. If the .zip refuses to open, it may be that you improperly compressed the .zip file. When you compress the 3 boot animation files, the compression type must be the "store" method and not the "normal" method.
    Thanks Sami, i got the bootanimation from blackdroids repository..i did exactly that and unfortunately it didnt work
  5. Master Droid
    samiusmc's Avatar
    Member #
    15760
    Join Date
    Dec 2009
    Posts
    747
    Liked
    8 times
    Phone
    HTC Rezound
    #4
    Quote Originally Posted by dennisi01 View Post
    Quote Originally Posted by samiusmc View Post
    Quote Originally Posted by dennisi01 View Post
    Hey all,

    For some reason i'm unable to get a custom bootanimation working.. i've renamed the file to bootanimation.zip <--exactly and placed it in the /system/media folder with no luck (using root explorer to copy/paste it there).. am I missing something?

    thanks!
    If the bootanimation isn't loading, use the ADB shell or a "Terminal Emulator" to push it to your Droid. Here's how:

    Put the bootanimation.zip file onto the root of your SD card. Once you've accessed the terminal or ADB shell, here is the code:

    $su
    #cp /sdcard/bootanimation.zip /data/local/
    reboot

    That will put the animation in the correct path. If the .zip refuses to open, it may be that you improperly compressed the .zip file. When you compress the 3 boot animation files, the compression type must be the "store" method and not the "normal" method.
    Thanks Sami, i got the bootanimation from blackdroids repository..i did exactly that and unfortunately it didnt work
    Are you sure you're not naming the file bootanimation.zip.zip? This happens to a lot of people because they forget that Windows 7 and Vista automatically include extensions without displaying them on your desktop. If the file is named correctly, all you should see is: bootanimation on your desktop. If you see a zip, rename it without the extension.
  6. Junior Droid
    dennisi01's Avatar
    Member #
    42454
    Join Date
    Mar 2010
    Posts
    27
    Phone
    Motorola Droid
    #5
    Thanks again sami but ive downloaded these files directly with my droid and moved/renamed them with root manager..could that be the problem?
  7. Master Droid
    samiusmc's Avatar
    Member #
    15760
    Join Date
    Dec 2009
    Posts
    747
    Liked
    8 times
    Phone
    HTC Rezound
    #6

    Re: New bootanimation problem

    that is the problem. the os will malfunction if individual files are removed or replaced using root manager. the only recommended way to change the boot animation is the method I stated above. download "Terminal Emulator ". !It's free in the market. follow my instructions listed above and it will work. trust me.
  8. Master Droid
    samiusmc's Avatar
    Member #
    15760
    Join Date
    Dec 2009
    Posts
    747
    Liked
    8 times
    Phone
    HTC Rezound
    #7
    Quote Originally Posted by dennisi01 View Post
    Thanks again sami but ive downloaded these files directly with my droid and moved/renamed them with root manager..could that be the problem?
    I just realized your problem. You can use root explorer to install the bootanimation. However, the path you are using is incorrect. Here is the correct path: data/local. I believe you were using system/media. Use data/local and it will work.
  9. Junior Droid
    dennisi01's Avatar
    Member #
    42454
    Join Date
    Mar 2010
    Posts
    27
    Phone
    Motorola Droid
    #8
    Quote Originally Posted by samiusmc View Post
    Quote Originally Posted by dennisi01 View Post
    Thanks again sami but ive downloaded these files directly with my droid and moved/renamed them with root manager..could that be the problem?
    I just realized your problem. You can use root explorer to install the bootanimation. However, the path you are using is incorrect. Here is the correct path: data/local. I believe you were using system/media. Use data/local and it will work.
    I exactly followed the instructions above.. i did:
    su
    cp /sdcard/bootanimation.zip /data/local/
    reboot

    I rebooted, and after the "M" logo, screen just went black, then my home screen came up...I dont understand what the heck I am doing wrong.. this is pretty frustrating!!!
  10. Junior Droid
    dennisi01's Avatar
    Member #
    42454
    Join Date
    Mar 2010
    Posts
    27
    Phone
    Motorola Droid
    #9
    Now, I also used adb.. did not work.. did adb push bootanimation.zip /data/local - it successfully transfered, but when i rebooted it was just a blank screen after the "M".. when I delete the bootanimation.zip from /data/local, I get the eye animation back... anyone have any idea? I know this is trivial, but it is under my skin in a major way..
  11. GSXRs all the way!
    Jim 777's Avatar
    Member #
    19480
    Join Date
    Dec 2009
    Posts
    2,248
    Liked
    1 times
    Phone
    See my sig, silly!
    Premium Member
    #10
    Quote Originally Posted by dennisi01 View Post
    Quote Originally Posted by samiusmc View Post
    Quote Originally Posted by dennisi01 View Post
    Thanks again sami but ive downloaded these files directly with my droid and moved/renamed them with root manager..could that be the problem?
    I just realized your problem. You can use root explorer to install the bootanimation. However, the path you are using is incorrect. Here is the correct path: data/local. I believe you were using system/media. Use data/local and it will work.
    I exactly followed the instructions above.. i did:
    su
    cp /sdcard/bootanimation.zip /data/local/
    reboot

    I rebooted, and after the "M" logo, screen just went black, then my home screen came up...I dont understand what the heck I am doing wrong.. this is pretty frustrating!!!
    I didn't see this addressed anywhere, but no one seemed to mention permissions. I'm assuming that they have to be set as everything else needs to have them set.

    Just a thought.
    Droid Razr
    Custom Dialers for D1
    My broken glass icons: Broken Icons | Android Logo Icons (in progress): Android Icons

Page 1 of 3 1 2 3 LastLast

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. DROIDMOD bootanimation
    By pandroid in forum Droid Themes
    Replies: 13
    Last Post: 10-25-2010, 03:34 PM
  2. My first bootanimation
    By BostonDan in forum Droid Hacks
    Replies: 6
    Last Post: 04-08-2010, 06:30 PM
  3. Bootanimation...
    By SCDroid in forum Droid Hacks
    Replies: 3
    Last Post: 03-04-2010, 07:03 PM
  4. Matrix Bootanimation
    By HaLo2FrEeEk in forum Droid Hacks
    Replies: 19
    Last Post: 01-11-2010, 01:29 PM
  5. yellow bootanimation
    By zathus in forum Droid Themes
    Replies: 1
    Last Post: 01-03-2010, 10:59 PM

Search tags for this page

beats bootanimation
,
black screen after pushing bootanimation.zip
,
boot animation.zip black not working
,
bootanimation file without extension
,
bootanimation no extension
,

bootanimation problem

,
bootanimation sorunu
,
bootanimation.zip black screen
,
bootanimation.zip compress
,
bootanimation.zip not working
,
data local bootanimation.zip not working
,
data/local bootanimation not working
,
delete data local bootanimation.zip
,
htc dream unable to open zip data/local/bootanimation.zip
,
rooted droid x unable to rename bootanimation.zip
,
unable to open bootanimation
,

unable to open zip '/data/local/bootanimation.zip

,

unable to open zip /data/local/bootanimation.zip

,
unable to open zip /system/media/bootanimation.zip
,
unable to open zip boot animation
Click on a term to search our site for related topics.