Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
QuBeX
Old
(Last edited by QuBeX; 1st August 2012 at 01:25 AM.)
#1  
QuBeX's Avatar
Junior Member - OP
Thanks Meter 1
Posts: 20
Join Date: Jul 2012
Location: León
Smile [BOOTANIMATION] NeXplosion

Hey friends, here is my first bootanimation. it is a bit heavy (15MB) because i don't know how to make it lighter. Tell me your opinions and advices so i can improve it and learn from all of you guys
Screenshots







Download
Mediafire

Install
1.) Backup your current bootanimation:
Code:
adb pull /system/media/bootanimation.zip bootanimation-backup.zip
2.) Push new bootanimation
Code:
adb remount
adb shell rm /system/media/bootanimation.zip
adb shell rm /data/local/bootanimation.zip (may or may not exist)
adb push bootanimation.zip /system/media
Thank u very much and remember to hit the thanks button if you liked it
The Following User Says Thank You to QuBeX For This Useful Post: [ Click to Expand ]
 
tommert38
Old
#2  
tommert38's Avatar
Senior Member
Thanks Meter 143
Posts: 454
Join Date: Sep 2010
Location: Eindhoven
For smaller file size, I would ditch the transparency (just make the background black or white or whatever color you would like it to be) and then export images to PNG-24 (no transparency) e.g. with Adobe Fireworks.
You could also Save for Web with Adobe Photoshop for smaller file size, just don't use transparency .
The Following 2 Users Say Thank You to tommert38 For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...