Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Drakknar
Old
(Last edited by Drakknar; 6th May 2011 at 12:42 AM.)
#1  
Drakknar's Avatar
Senior Member - OP
Thanks Meter 405
Posts: 413
Join Date: Jul 2004
Location: London

 
DONATE TO ME
Default Stock Xoom bootanimation.zip

Hey,
since I didn't really like the ASUS boot screen, I extracted the stock android 3.0 bootanimation from the xoom dump and applied it to my transformer. It works just beautifully and imho it's awesome

To use it, just backup your current bootanimation.zip and copy the new one in the /system/media/ folder using ADB.

Here you can find the ASUS stock file (just rename it to bootanimation.zip and copy it back into the media folder if something should go wrong)



Enjoy
Proud designer of the Rotary Revamped and the Lense CM7 Lockscreens, some of the drawables in the CM7 Tablet Tweaks and the Bubbles Revamped CM 7.1 Lockscreen theme

Mobile devices history:
- Ericsson T18;
- Nokia 3310;
- Nokia 3100;
- Nokia 6600;
- Anextek SP230;
- iMate JAM;
- XDA Atom;
- iPhone;
- iPhone 3G;
- iPhone 3Gs;
- HTC HD2;
- Google Nexus One;
- HTC Desire HD;
- Galaxy Tab 10.1 I/O Edition;
- iPad 3rd gen;
- Galaxy Nexus;
The Following 14 Users Say Thank You to Drakknar For This Useful Post: [ Click to Expand ]
 
Shaolin Style
Old
#2  
Shaolin Style's Avatar
Senior Member
Thanks Meter 5
Posts: 133
Join Date: Mar 2009
Location: Everywhere, you ain't never there
stupid question that I feel compelled to ask anyway: does my Transformer have to be rooted first?
 
Drakknar
Old
#3  
Drakknar's Avatar
Senior Member - OP
Thanks Meter 405
Posts: 413
Join Date: Jul 2004
Location: London

 
DONATE TO ME
Quote:
Originally Posted by Shaolin Style View Post
stupid question that I feel compelled to ask anyway: does my Transformer have to be rooted first?
Yup, you need root to be able to write to the /system/ partition :)
Proud designer of the Rotary Revamped and the Lense CM7 Lockscreens, some of the drawables in the CM7 Tablet Tweaks and the Bubbles Revamped CM 7.1 Lockscreen theme

Mobile devices history:
- Ericsson T18;
- Nokia 3310;
- Nokia 3100;
- Nokia 6600;
- Anextek SP230;
- iMate JAM;
- XDA Atom;
- iPhone;
- iPhone 3G;
- iPhone 3Gs;
- HTC HD2;
- Google Nexus One;
- HTC Desire HD;
- Galaxy Tab 10.1 I/O Edition;
- iPad 3rd gen;
- Galaxy Nexus;
 
Q.Entity
Old
#4  
Q.Entity's Avatar
Senior Member
Thanks Meter 43
Posts: 465
Join Date: Nov 2010
Location: Dallas
Need to change permissions to read/write.

Much bette rlooking than default... Thanks button clicked!
 
lithiasalesjs
Old
#5  
lithiasalesjs's Avatar
Senior Member
Thanks Meter 4
Posts: 107
Join Date: Sep 2010
Location: Grand Forks
Ya I changed mine to this also +1
 
funnycreature
Old
#6  
funnycreature's Avatar
Senior Member
Thanks Meter 489
Posts: 1,319
Join Date: Feb 2011
Location: Frederick, MD

 
DONATE TO ME
Actually, I was SO glad to get rid of that trippy stock XOOM bootanimation.... I replaced it with the retro animation. I might take a look at it and change it to ASUS... Maybe the original author will help me!

AT&T Galaxy Note II running CleanROM 4.8; ASUS TF101 running andros11's LiquidSmooth 4.1.2 RC9; MotoACTV running DPRomBeta9.
Learn how to resize your UCCW widgets according to your launcher grid layout in BRKotucs theme thread.
Looking for an Office Suite for Tablets? Check out my comparison (Updated 02/17/2013)!
Also, check out my Word 2007 Guide at academia-nutcrackers.com
 
toddmp
Old
#7  
toddmp's Avatar
Member
Thanks Meter 23
Posts: 74
Join Date: Nov 2010
that retro one is neat. pretty easy to see how it is done by examining the contents of the zip file. Looks like it could be cleaned up quite a bit.
 
bisto321
Old
(Last edited by bisto321; 12th May 2011 at 02:03 AM.) Reason: update
#8  
bisto321's Avatar
Senior Member
Thanks Meter 71
Posts: 236
Join Date: Aug 2009
Much nicer boot, thanks for this.

In the spirit of sharing I made a little windows GUI to sit on top of a cmd.exe window to automate some adb bits. Most people who have rooted will be quite familiar with adb, but I am lazy and like to press a button rather than type 4 commands

Used it for all of my android devices and have tweaked it for the ASUS bits I am playing with at the moment.

Just unzip and copy the folder to somewhere. When you first open it up it will need you to tell it where adb is located, restart and you should be good to go.

You can pull and backup fonts, bootanimation and UI buttons (SystemUI.apk)
the SystemUI.apk will allow you to have ASUS buttons back on your MoDaCo rom.

You need to have .NET framework 2 installed for it to run.

I am not a developer and it is not perfect but seems to work ok, I use it on XP and Vista - not tried Win7


Dropbox location here

I have not included any fonts, bootanimations or the ASUS SystemUI.apk, but they can all be found on here.

Would be interested to hear if it works on Win7.

Oh, and if you break anything please don't blame me
Attached Thumbnails
Click image for larger version

Name:	adb GUI.jpg
Views:	253
Size:	86.1 KB
ID:	593535  
The Following 2 Users Say Thank You to bisto321 For This Useful Post: [ Click to Expand ]
 
neilkarunatilaka
Old
#9  
neilkarunatilaka's Avatar
Senior Member
Thanks Meter 58
Posts: 388
Join Date: Jul 2010
Location: NorCal

 
DONATE TO ME
Quote:
Originally Posted by bisto321 View Post
Much nicer boot, thanks for this.

In the spirit of sharing I made a little windows GUI to sit on top of a cmd.exe window to automate some adb bits. Most people who have rooted will be quite familiar with adb, but I am lazy and like to press a button rather than type 4 commands

Used it for all of my android devices and have tweaked it for the ASUS bits I am playing with at the moment.

Just unzip and copy the folder to somewhere. When you first open it up it will need you to tell it where adb is located, restart and you should be good to go.

You can pull and backup fonts, bootanimation and UI buttons (SystemUI.apk)
the SystemUI.apk will allow you to have ASUS buttons back on your MoDaCo rom.

You need to have .NET framework 2 installed for it to run.

I am not a developer and it is not perfect but seems to work ok, I use it on XP and Vista - not tried Win7


Dropbox location here

I have not included any fonts, bootanimations or the ASUS SystemUI.apk, but they can all be found on here.

Would be interested to hear if it works on Win7.

Oh, and if you break anything please don't blame me
noooooo now the noobs will never learn!!!!
Hahaha, jk (kinda), but thanks for the contribution, sure does make it a little easier for people that dont like typing up the commands.
Phone: Samsung Galaxy Nexus GSM White Unlocked
Tablet: Microsoft Surface RT

Previous Devices:
Sony PS Vita, Samsung Galaxy S II ET4G, Kindle Fire, iPhone 4S, Nook Color, HTC Flyer, Sony S Tablet, HP WebOS Tablet, Motorola Photon, Asus Transformer, HTC EVO 4G, iPad, Blackberry Bold 9000, iPhone 3G, iPhone

 
bisto321
Old
#10  
bisto321's Avatar
Senior Member
Thanks Meter 71
Posts: 236
Join Date: Aug 2009
Yeah, sorry. Just rying to help, but I suppose a bit of command line action is the best way to learn.

Bored at work and have added a few more functions to it - just used it to upload the video editing app from the xoom. Paul @ MoDaCo has 'fixed' it for us and it is quite nice.

Sorry for the thread crashing, will stop now.

Thanks again to Drakknar for the original post and guide.

The Following User Says Thank You to bisto321 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...