[Tweaks] some build.prop tweaks

Search This thread

EugeneR

Senior Member
May 16, 2006
94
10
Dallas, TX
If you tired of looking the AT&T animation, just replace it with nice and smooth Nexus Prime boot animation :) Find it here, download, edit desc file, put the frame size 540 960, fps rate to 29, push the bootanimation.zip to/system/media/ using root explorer and enjoy! It works perfectly on Atrix 2, confirmed. I use it already. I used it also on Inspire 4G before. Disabling boot animation through build.prop does not really make sense from boot time perspective.
 

Gadgetz

Senior Member
Jun 5, 2011
2,291
488
If you tired of looking the AT&T animation, just replace it with nice and smooth Nexus Prime boot animation :) Find it here, download, edit desc file, put the frame size 540 960, fps rate to 29, push the bootanimation.zip to/system/media/ using root explorer and enjoy! It works perfectly on Atrix 2, confirmed. I use it already. I used it also on Inspire 4G before. Disabling boot animation through build.prop does not really make sense from boot time perspective.
You should make a thread, detailing exactly what to do. I don't follow these direction 100%. I'd appreciate it cause that boot animation would be a nice replacement for the AT&T screen.
 

svtfmook

Senior Member
Aug 14, 2007
1,406
242
Working on detailed instructions, stay tuned...
here:
download the attached (do not extract / unzip)
move it to your sd card
use root explorer or similar (that has root access and can mount /system rw)
move bootanimation.zip to /system/media
reboot
enjoy

i made the changes to the resolution and fps

you can also adb push it to /system/media if you prefer adb
 

Attachments

  • bootanimation.zip
    1.8 MB · Views: 1,015
  • Like
Reactions: seeker9

EugeneR

Senior Member
May 16, 2006
94
10
Dallas, TX
here:
download the attached (do not extract / unzip)
move it to your sd card
use root explorer or similar (that has root access and can mount /system rw)
move bootanimation.zip to /system/media
reboot
enjoy

i made the changes to the resolution and fps

you can also adb push it to /system/media if you prefer adb

Thanks, man. I just saw the request, and you already did it.

Sent from my MB865 using xda premium
 

seeker9

Senior Member
Nov 8, 2010
94
12
South Carolina
here:
download the attached (do not extract / unzip)
move it to your sd card
use root explorer or similar (that has root access and can mount /system rw)
move bootanimation.zip to /system/media
reboot
enjoy

i made the changes to the resolution and fps

you can also adb push it to /system/media if you prefer adb
Oh yes, that's much better. Thanx!

---------- Post added at 11:18 PM ---------- Previous post was at 10:27 PM ----------

Another very easy way to change build prop properties and boot animations is to use ROM Toolbox. They have a collection of bootanimations to use. I used it for mine and it works perfectly.
Just downloaded that. Looks promising, thanx
 

kirkgbr

Senior Member
Nov 16, 2011
161
29
here:
download the attached (do not extract / unzip)
move it to your sd card
use root explorer or similar (that has root access and can mount /system rw)
move bootanimation.zip to /system/media
reboot
enjoy

i made the changes to the resolution and fps

you can also adb push it to /system/media if you prefer adb

do you have to be rooted to do this?
 

kirkgbr

Senior Member
Nov 16, 2011
161
29
to use rootexplorer method, yes.

if you are not rooted, you can try to use the adb method, but, you should pull the original bootanimation first, then push the new one.

apparently rooting is the only way..

"failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': Read-only file system"
 

svtfmook

Senior Member
Aug 14, 2007
1,406
242
In adb shell, type su, see if the command prompt changes. some devices will allow you to adb mount the file system rw without root on the device. But i dont know about the atrix 2

Sent from my MB865 using XDA App
 

svtfmook

Senior Member
Aug 14, 2007
1,406
242
Try this:
mount -o rw,remount -t yaffs2 /dev/block/mmcblk1p21 /system

Then try the adb pull /push

Sent from my MB865 using XDA App
 

kirkgbr

Senior Member
Nov 16, 2011
161
29
Try this:
mount -o rw,remount -t yaffs2 /dev/block/mmcblk1p21 /system

Then try the adb pull /push

Sent from my MB865 using XDA App

shell@edison:/$ mount -o rw,remount -t yaffs2 /dev/block/mmcblk1p21 /system
mount -o rw,remount -t yaffs2 /dev/block/mmcblk1p21 /system
mount: Operation not permitted
 

Gadgetz

Senior Member
Jun 5, 2011
2,291
488
here:
download the attached (do not extract / unzip)
move it to your sd card
use root explorer or similar (that has root access and can mount /system rw)
move bootanimation.zip to /system/media
reboot
enjoy

i made the changes to the resolution and fps

you can also adb push it to /system/media if you prefer adb
Thank you for that, quick and easy to do.

Now....I want to use something different, can you take a look at this attachment and let me know if it looks ok to use. Disregard the title of the zip, it will be changed to bootanimation if I get the green light.

http://www.mediafire.com/?cf2qrz688a4khb8
 

bimmerd00d

Senior Member
Jan 24, 2008
723
115
2-3 days with this rom and battery life is crap. I'm out. Might try again when it matures a bit

Sent from my Atrix 2.
 

JRW 28

Senior Member
Aug 19, 2011
1,065
664
FL
2-3 days with this rom and battery life is crap. I'm out. Might try again when it matures a bit

Sent from my Atrix 2.

Which Rom are you referring to? Stock deodexed I was getting close to stock battery life and with V4 I'm getting 14 hrs easy and that's overclocked at 1.2. I would be chasing some gremlins around or making sure it wasn't a bad install.

---------- Post added at 08:19 PM ---------- Previous post was at 08:14 PM ----------
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    ro.HOME_APP_ADJ=1
    locks home in memory

    Do you know if that works with 3rd party launchers (i.e. is HOME_APP whatever is linked to the home button, not hard coded to the moto home app)?
    1
    Wow, nice work guys. Quick question, does disabling the boot animation = faster boot time.

    Sent from my MB865 using XDA App
    1
    Working on detailed instructions, stay tuned...
    here:
    download the attached (do not extract / unzip)
    move it to your sd card
    use root explorer or similar (that has root access and can mount /system rw)
    move bootanimation.zip to /system/media
    reboot
    enjoy

    i made the changes to the resolution and fps

    you can also adb push it to /system/media if you prefer adb
    1
    Another very easy way to change build prop properties and boot animations is to use ROM Toolbox. They have a collection of bootanimations to use. I used it for mine and it works perfectly.
    1
    do you have to be rooted to do this?
    to use rootexplorer method, yes.

    if you are not rooted, you can try to use the adb method, but, you should pull the original bootanimation first, then push the new one.