What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Dumb noob question

vettesfan

Member
Okay I downloaded a replacement bootanimation.zip I need to move it to /system/media I have been trying to do this with astro and its not working the way I am trying any ideas? I am running .596 rooted and deodexed with gingercomb theme.

Sent from my DROIDX using DroidForums
 
I think you need root explorer. I don't think astro will work because it doesn't have su permission. Or teminal emulator. You can google it to get proper commands.
 
Okay I downloaded a replacement bootanimation.zip I need to move it to /system/media I have been trying to do this with astro and its not working the way I am trying any ideas? I am running .596 rooted and deodexed with gingercomb theme.

Sent from my DROIDX using DroidForums

You have to use a terminal emulator.

Use these commanmds dont type red :

  1. SU (you become superuser)
  2. mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system (Readies the mtdblock4 and System filesystems)
  3. mv bootanimation.zip bootanimation.bak (renames to backup)
  4. cp /sdcard/bootanimation.zip /system/media/bootanimation.zip (copies from one directy to another)
 
Back
Top