Droid X R2-D2 editon boot animaion if anyone want it - Droid Eris Themes and Apps

it needs to be optimized for our phones
and is a little choppy
http://www.multiupload.com/W7TURR37Q3

It's pretty cool for star wars fans like me.
Sent from my FroyoEris using XDA App

Preview pics?

Go check it out on droid-life.com there is a video there.
Sent from my Eris using XDA App

I am converting this to 320x480 and adding sound.
Should be epic.
I'll post my results here.
STAY TUNED!!!

synaptyc said:
I am converting this to 320x480 and adding sound.
Should be epic.
I'll post my results here.
STAY TUNED!!!
Click to expand...
Click to collapse
waiting anxiously.

still tuned

R2-D2 with sound!
R2-D2 Bootanimation AND Bootscreen w/sound
Resized to 320x480 to fit our screen.
Added sound for the bootscreen
(if you hate the MP3 file I mixed... I included my source files in a ZIP... edit to your liking)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View a video with sound here
http://www.youtube.com/watch?v=a9yps2fdZSQ
~Enjoy!~
... and may The Force be with you!
PRO TIP:
Create a TEXT file and save it as "BootscreenPushAndPreview.bat"
The batch file is self explanatory.
Code:
@echo on
:: this batch file will remove ANY bootscreen or bootanimation on the device
:: ***make sure you backup any that you want to keep***
path=C:\android-sdk-windows\tools
adb remount
adb shell rm /system/media/bootscreen/*.*
adb shell rm /system/media/bootanimation.zip
adb shell rm /data/local/bootanimation.zip
:: It will copy the 5 bootscreen files to your phone and preview it. Edit accordingly.
adb push .DS_Store /system/media/bootscreen
adb push boot1.gif /system/media/bootscreen
adb push boot2.gif /system/media/bootscreen
adb push droid.mp3 /system/media/bootscreen
adb push boot_animation.xml /system/media/bootscreen
adb shell bootanimation

synaptyc said:
R2-D2 Bootanimation AND Bootscreen w/sound
Resized to 320x480 to fit our screen.
Added sound for the bootscreen
(if you hate the MP3 file I mixed... I included my source files in a ZIP... edit to your liking)
~Enjoy!~
... and may The Force be with you!
Click to expand...
Click to collapse
sweet deal

Just downloaded and its pretty cool, thanks. Put everything in the data local folder. Can't get the audio to work though. Where should I put that?
Sent from my FroyoEris using XDA App

good god that is beautiful

I'm afraid the above commands don't work past adb remount? Gives me an error when trying to remove the original boot animation along the lines of No Such File or Directory?
Please halp, I really want this boot animation.
Sent from my FroyoEris using XDA App
EDIT: My bad. I guess I was negligent to read further and to put the bootanimation.zip into data/local. ^^;
But yes, about the sound? I'm a bit lost aswell.

synaptyc said:
R2-D2 Bootanimation AND Bootscreen w/sound
Resized to 320x480 to fit our screen.
Added sound for the bootscreen
(if you hate the MP3 file I mixed... I included my source files in a ZIP... edit to your liking)
View a video with sound here
http://www.youtube.com/watch?v=a9yps2fdZSQ
~Enjoy!~
... and may The Force be with you!
PRO TIP:
Create a TEXT file and save it as "BootscreenPushAndPreview.bat"
The batch file is self explanatory.
Code:
@echo on
:: this batch file will remove ANY bootscreen or bootanimation on the device
:: ***make sure you backup any that you want to keep***
path=C:\android-sdk-windows\tools
adb remount
adb shell rm /system/media/bootscreen/*.*
adb shell rm /system/media/bootanimation.zip
adb shell rm /data/local/bootanimation.zip
:: It will copy the 5 bootscreen files to your phone and preview it. Edit accordingly.
adb push .DS_Store /system/media/bootscreen
adb push boot1.gif /system/media/bootscreen
adb push boot2.gif /system/media/bootscreen
adb push droid.mp3 /system/media/bootscreen
adb push boot_animation.xml /system/media/bootscreen
adb shell bootanimation
Click to expand...
Click to collapse
I am a bit lost as to how to get this to work.
This is what I did:
I placed the bootscreen zip and bootanimation zip on my SD card.
Then I typed your command codes in the tools directory. Nothing happened.
What I don't understand: "Create a TEXT file and save it as "BootscreenPushAndPreview.bat"
The batch file is self explanatory." I know how to use Notpad to make a TEXT file, but I am unsure what to type in there and where to save it and how it relates to getting this animation to work.
Thanks for the help anyone.

I found this
http://forum.androidcentral.com/motorola-droid-2/37791-notification-sounds-off-r2-d2-droid-2-a.html
I got everything to work, lwp, sounds, but not the bootscreen animation. Not sure what I am doing wrong.

^Bump^
I would like to get this to work, if someone could please help me and tell me what I am doing wrong.
Thanks.

Secondary bump.
Sent from my FroyoEris

I had to manually rename and move the bootanimation.zip file to /system/media, but as for the 2 gifs and the mp3, they don't seem to do anything.
When my phone powers up I get droids on skateboards, and then STARWARS....DROID....and then R2D2 with no sound.

Stonent said:
I had to manually rename and move the bootanimation.zip file to /system/media, but as for the 2 gifs and the mp3, they don't seem to do anything.
When my phone powers up I get droids on skateboards, and then STARWARS....DROID....and then R2D2 with no sound.
Click to expand...
Click to collapse
To get sound, you don't use the bootanimation.zip. In fact it can't be in the /system/media. You need a folder called bootscreen in its place. /system/media/bootscreen. If the bootanimation.zip is in the media folder, it will play it instead of the 1 in the bootscreen folder, which is the one with audio.
I suggest buying root explorer. Makes it simpler.

I have a question . I have root explorer, what do I need to do with the 3 files after they have been downloaded? Sorry I know it's a noob question.

smokedkill said:
I suggest buying root explorer. Makes it simpler.
Click to expand...
Click to collapse
Doesn't anyone like the command line any more?
edit: When I take out the bootanimation.zip with the 2 gifs, mp3 and the xml file in the other folder, it boots up with the old Android logo.

Related

[BOOTSCREEN] Hero/NexusOne Hybrid & NexusOne

Firstly, the NexusOne bootscreen is the official one, I DIDNT make it, the hybrid one was stitched together by me, i didnt make the designs though. The Hybrid version allows a nicer transition between the bootscreen and the splash on Heros.
[in the previews, the animation just loops, when you add the bootscreens, only the nexusone splash loops until your phone boots up]
SCROLL DOWN FOR UPDATE.ZIP VERSIONS - AND ORIGINAL HERO STOCK BOOTSCREEN
NEW!-Horizontal Versions
Hero/NexusOne Hybrid VIRTICAL:
Preview:
http://imgboot.com/images/shenshang/hero.gif
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
With Bootsound
http://rapidshare.com/files/323950792/Hero...ybrid.Sound.rar
With Bootsound in sync with animation
http://rapidshare.com/files/331916165/Hero...d.shenshang.rar
No Bootsound
http://rapidshare.com/files/323950794/Hero...rid.NoSound.rar
NexusOne VIRTICAL
Preview:
http://imgboot.com/images/shenshang/nexus.gif
Download:
With Bootsound
http://rapidshare.com/files/323951279/Nexus.Sound.rar
No Bootsound
http://rapidshare.com/files/323950793/Nexus.NoSound.rar
INSTRUCTIONS
-Extract the RAR files
-Use a file manager [such as Root Manager or SUFBS] to copy the files [except the one called "by-shenshang"] to
[codebox]/system/media/bootscreen/[/codebox]
-Reboot and voila!
Using ADB:
-Extract the files [except the one called "by-shenshang"] inside the RAR archive to the same directory as ADB
-Using adb, type:
Code:
adb remount
-Then:
Code:
adb push boot1.gif /system/media/bootscreen/
adb push boot2.gif /system/media/bootscreen/
adb push boot_animation.xml /system/media/bootscreen/
adb push boot_bg.gif /system/media/bootscreen/
adb push boot_bg.mp3 /system/media/bootscreen/
-reboot and enjoy!
--------------------------------------------------
VIRTICAL UPDATE.ZIP VERSIONS - Install via recovery menu (Power up your phone while holding down the HOME button)
+The update files are inside the RAR file. Extract the .zip file to your SD root.
Hybrid With BootSound
http://rapidshare.com/files/324033114/Hero...ound-signed.rar
Hybrid Without BootSound
http://rapidshare.com/files/324033116/Hero...ound-signed.rar
NexusOne With BootSound
http://rapidshare.com/files/324033751/nexu...ound-signed.rar
NexusOne Without BootSound
http://rapidshare.com/files/324034719/nexu...ound-signed.rar
---------------------------------------------------
STOCK BOOTSCREEN (original HTC bootscreen)- UPDATE.ZIP FORMAT
With Sound:
http://rapidshare.com/files/324119286/Stoc...creen.Sound.rar
Without Sound:
http://rapidshare.com/files/324119285/Stoc...een.NoSound.rar
--------------------------------------------------------------
ALL VIRTICAL UPDATE.ZIP FORMAT FILES
http://rapidshare.com/files/324121470/All......shenshang.rar
----------------------------------------------------------------
NEW! HORIZONTAL NEXUS ONE BOOT SCREENS!
-Update.zip format (inside the .rar files)
Horizontal Hybrid Preview:
http://imgboot.com/images/shenshang/heronexushorizontal.gif
(links have been swapped as i mixed them up when making...sorry)
Hybrid With BootSound
http://rapidshare.com/files/334150647/HeroNexus.Hybrid.Horizontal.NoSound-signed.rar
Hybrid Without BootSound
[URL]http://rapidshare.com/files/334150546/HeroNexus.Hybrid.Horizontal.Sound-signed.rar[/URL]
Horizontal Nexus Preview:
http://imgboot.com/images/shenshang/nexusonehorizontal.gif
NexusOne With BootSound
http://rapidshare.com/files/334150598/NexusOne.Horizontal.Sound-signed.rar
NexusOne Without BootSound
http://rapidshare.com/files/334150551/NexusOne.Horizontal.NoSound-signed.rar
All
http://rapidshare.com/files/334153239/All.NexusOne.and.Hero.Hybrid.Horizontal.Bootscreens.rar
-----------------------------------------------------------------------------------------------------------------
IF YOU'RE ON A HERO:
The boot.mp3 (boot sound) isn't in sync with the animation. Here is the synced one:
http://rapidshare.com/files/331910028/Hero....Boot.Sound.rar
1. Download
2. Extract the boot.mp3 out
3. Copy the file to: /system/media/bootscreen/
4. Reboot and watch
OR use update.zip
1. Download (It's a hybrid bootscreen with synced sound): http://rapidshare.com/files/331916165/HeroNexus.Hybrid.Optimised.Sound-signed.shenshang.rar
2. Extract and copy the .zip file to root of sd
3. Flash .zip using recovery
4. Reboot!
----------------------------------------------------------------
IF YOU'RE ON A MAGIC:
JokerAce said:
I am using 32A Magic which is currently running on MyHero Rom. I managed to loadup the NexusOne.
However, it its only made possible when I change the file path. For my magic, my boot files are in the system/media/. Not the stated system/media/bootscreen/.
Also, after apply these changes, I need to change the boot_animation.xml details within. Removing the "bootscreen" in those file path.
After this, I am able to have the nice bootscreen.
Thanks shenshang.
Click to expand...
Click to collapse
And what is different from your's and this bootscreen?
http://forum.xda-developers.com/showthread.php?t=600901
I think this is a fullscreen version, not tested it yet though.
an0therus3r said:
And what is different from your's and this bootscreen?
http://forum.xda-developers.com/showthread.php?t=600901
Click to expand...
Click to collapse
it has a nicer transition between the HERO slash and the nexus bootscreen animation
MEGAUPLOAD Mirrors added
previews fixed
I like it! Thanks!
i cant dl frm rapidshare.. or mega upload.... can add other link or can u email to me? [email protected] thanks in advance (hybrid w/sound)
Is it just me, or does this lag a lot while playing?
It doesn't play smoothly at all for me.
I feel like my phone is so slow.
Would this work on a G1? Hmmmm
xXReubenXx said:
Would this work on a G1? Hmmmm
Click to expand...
Click to collapse
it should, but you wont be able to install via update.zip, you will need to use ADB to push all the files to:
Code:
/system/media/
NOT
Code:
/system/media/bootscreen
(ive only tried this on the magic, but it should work for dream as they have the same format.....)
Would i be able to do it through terminal emulator?
xXReubenXx said:
Would i be able to do it through terminal emulator?
Click to expand...
Click to collapse
yeah, as long as you can use "su" and copy the files to the directory. you could also use a file manager that uses root, like root explorer or sufbs.
Haha I'm sorry.. but is there like a tutorial on how to do it through terminal
I tried setting up adb but I can't seem to get it to work
Eddiiiittt... --- I can't find anything about this without using ADB
just want to say thanks. this worked on my CDMA Hero (i used the no sound hybrid)
e.japonica said:
i cant dl frm rapidshare.. or mega upload.... can add other link or can u email to me? [email protected] thanks in advance (hybrid w/sound)
Click to expand...
Click to collapse
I am having the same problem any other link?
added a separate boot.mp3 that is in sync with the Hybrid animation
Hi i´ve a MAGIC with CursorDroid ROM and Hero with Modaco-3.0 ROM, this bootsound works fine in booth phones?
PS:. My Hero have Radio and SPL Original.
Thanks to you answer.
fabioccoelho said:
Hi i´ve a MAGIC with CursorDroid ROM and Hero with Modaco-3.0 ROM, this bootsound works fine in booth phones?
PS:. My Hero have Radio and SPL Original.
Thanks to you answer.
Click to expand...
Click to collapse
Your hero can install via the update.zip format using your recovery.
For magic, you will need to use adb to push/use a file manager to copy the files to /system/media/ NOT /system/media/bootscreen/
Shen
shenshang said:
Your hero can install via the update.zip format using your recovery.
For magic, you will need to use adb to push/use a file manager to copy the files to /system/media/ NOT /system/media/bootscreen/
Shen
Click to expand...
Click to collapse
Thanks to u answer Shen. I don´t needed descompact the file to flash? I make a discompact and see two files:
by-sheshang size = ~ 5MB
HeroNexus.Hybrid.Sound-signed size = ~ 2,7MB
Thanks again.

Got FONT??

Iv'e noticed alot of people looking for different fonts, such as myself. i dont know if this is a good idea but i would like to start this forum /archive for new and unique fonts that work on our android devices.
If your unsure of how to apply your new font here are a couple of links that can help.
http://www.gadgetsdna.com/custom-fonts-installation-on-rooted-android-device/696/#ixzz0z6f5nAjM
If you perfer script free and(or) have typefresh in your market, this should be helpful...http://forum.xda-developers.com/showthread.php?t=717548
The thing is that often these fonts aren't free, costing up to $200 a font.
So sharing them here on XDA wouldn't be to cool.
But yeah. I've found some sweet fonts in my time. Not particulary for Android - dafont has a lot of fonts.
zHk3R said:
The thing is that often these fonts aren't free, costing up to $200 a font.
So sharing them here on XDA wouldn't be to cool.
But yeah. I've found some sweet fonts in my time. Not particulary for Android - dafont has a lot of fonts.
Click to expand...
Click to collapse
i was afraid of that, copyrights and such...lol thats the last thing i need, a lawsuit for stolen font... thanks for the insight tho,just thought itd be nice to have archive onsite...
zHk3R said:
The thing is that often these fonts aren't free, costing up to $200 a font.
Click to expand...
Click to collapse
Most of the fonts I've found are free to use so not sure where you get that from. No doubt you do have to pay for some, but the majority are free.
In response to the OP, I've found 99% of .ttf fonts work however, not all look right. My preferred font is Sony Sketch which for the most part looks ok, but there are instances where it doesn't but I can live with it, so have found it to be trial and error with most fonts I have tried at getting the balance right when it comes to being workable and aesthetics.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
XperiaX10iUser said:
Most of the fonts I've found are free to use so not sure where you get that from. No doubt you do have to pay for some, but the majority are free.
Click to expand...
Click to collapse
You're right. Most fonts are free, but the ones you really fall in love with often cost a lot. I've been there, lol. But I agree. Some sort of collection of fonts that work on Android would be cool.
I use 'chinacatthin.ttf'
Works great on my x10. It's for free everywhere on the net.
Sent from my rooted x10i using tapatalk. Cheers, Arnold
zHk3R said:
You're right. Most fonts are free, but the ones you really fall in love with often cost a lot. I've been there, lol.
Click to expand...
Click to collapse
There are a ton of free ones I love, but stick them on the phone and they just don't look right.
Sent from my X10i using XDA App
well here is neutra font that i have fallen in love with...i hope im not stepping on toes but the thanks go to an unknown member and socal specialist for the assist.
frosteddroid said:
well here is neutra font that i have fallen in love with...i hope im not stepping on toes but the thanks go to an unknown member and socal specialist for the assist.
Click to expand...
Click to collapse
That would be Knyku sir
Still accepting PMs for those who want it.
But shhh don't tell
frosteddroid said:
well here is neutra font that i have fallen in love with
Click to expand...
Click to collapse
Not bad, it's removed the little boxes at least, but will stick with Sony Sketch I think.
how exactly do you change the fonts ?
I have a whole lot og fonts I would like to use, but I'm dumbstruck as to the way to change them...
jadephyre said:
how exactly do you change the fonts ?
I have a whole lot og fonts I would like to use, but I'm dumbstruck as to the way to change them...
Click to expand...
Click to collapse
just place on sd and flash away...
frosteddroid said:
just place on sd and flash away...
Click to expand...
Click to collapse
explain that for the newbs?
Using rootexplorer, I found "system/fonts". Is this where they go?
Knyku said:
That would be Knyku sir
Still accepting PMs for those who want it.
But shhh don't tell
Click to expand...
Click to collapse
thats awesome, thanks for the share boss, just felt bad i didnt know whom it originally came from...
OrganizedFellow said:
explain that for the newbs?
Using rootexplorer, I found "system/fonts". Is this where they go?
Click to expand...
Click to collapse
honestly i dont know if that'd work or not but if you plug phone into pc,click connect usb, drag and drop strait onto sd card,once font is on sd: powerdown & go into recovery, flash from sd just like you would a rom. after that you should be set...
jadephyre said:
how exactly do you change the fonts ?
Click to expand...
Click to collapse
By using TypeFresh & AndExplorer, have a read of this - Changing Fonts on X10, some have said just copy and pasting using RootExplorer works but not tried it myself.
So after reading the past few pages, I was left NOT KNOWING HOW TO INSTALL A FONT.
I KNEW IT HAS TO DO WITH ADB, so ... I'm gonna give it a shot.
These instructions are proven to work on my Nexus.
I followed these steps twice today, making sure they are accurate.
I even went to far as to UNDO, REDO, and grabbed some screenshots along the way
If these instuctions don't work for you, please don't hold me liable!
----- ----- ----- ----- ----- ----- ----- ----- ----- -----
Connect phone to PC with USB cable.
Run this code to locate your fonts folder:
Code:
adb devices
adb shell
cd system/fonts
ls
MINE DISPLAYS THIS:
DroidSerif-Regular.ttf
DroidSerif-Italic.ttf
DroidSerif-BoldItalic.ttf
DroidSerif-Bold.ttf
DroidSansThai.ttf
DroidSansMono.ttf
DroidSansHebrew.ttf
DroidSansFallback.ttf
DroidSansArabic.ttf
DroidSans.ttf
DroidSans-Bold.ttf
Clockopia.ttf
Your listing may be different.
Now let's back them up.
Exit shell to your android/tools folder
Code:
adb pull /system/fonts/DroidSerif-Regular.ttf ./_STUFF/fonts/DroidSerif-Regular.ttf.bak
adb pull /system/fonts/DroidSerif-Italic.ttf ./_STUFF/fonts/DroidSerif-Italic.ttf.bak
adb pull /system/fonts/DroidSerif-BoldItalic.ttf ./_STUFF/fonts/DroidSerif-BoldItalic.ttf.bak
adb pull /system/fonts/DroidSerif-Bold.ttf ./_STUFF/fonts/DroidSerif-Bold.ttf.bak
adb pull /system/fonts/DroidSansThai.ttf ./_STUFF/fonts/DroidSansThai.ttf.bak
adb pull /system/fonts/DroidSansMono.ttf ./_STUFF/fonts/DroidSansMono.ttf.bak
adb pull /system/fonts/DroidSansHebrew.ttf ./_STUFF/fonts/DroidSansHebrew.ttf.bak
adb pull /system/fonts/DroidSansFallback.ttf ./_STUFF/fonts/DroidSansFallback.ttf.bak
adb pull /system/fonts/DroidSansArabic.ttf ./_STUFF/fonts/DroidSansArabic.ttf.bak
adb pull /system/fonts/DroidSans.ttf ./_STUFF/fonts/DroidSans.ttf.bak
adb pull /system/fonts/DroidSans-Bold.ttf ./_STUFF/fonts/DroidSans-Bold.ttf.bak
adb pull /system/fonts/Clockopia.ttf ./_STUFF/fonts/Clockopia.ttf.bak
I guess since we'll be messing with a critical folder of the phone, we should stop shell and remount?! Then push new font(s) and reboot.
Now go find a font.ttf that you like. Put it in your tools folder.
I chose Comfortaa. The zip contains: Comfortaa Thin.ttf, Comfortaa Regular.ttf, and Comfortaa Bold.ttf
I only want (to try) Bold and Regular.
I FOUND that the font being pushed can NOT have any spaces, oops.
Code:
adb shell stop
adb remount
adb push ./_STUFF/fonts/Comfortaa-Regular.ttf. /system/fonts/DroidSans.ttf
adb push ./_STUFF/fonts/Comfortaa-Bold.ttf /system/fonts/DroidSans-Bold.ttf
adb shell start
adb reboot
You should have a new font now.
YA DONT LIKE IT?
Restore your original:
Code:
adb shell stop
adb remount
adb push ./_STUFF/fonts/DroidSans.ttf.bak /system/fonts/DroidSans.ttf
adb push ./_STUFF/fonts/DroidSans-Bold.ttf.bak /system/fonts/DroidSans-Bold.ttf
adb shell start
adb reboot
***** ***** ***** ***** ***** ***** ***** ***** ***** *****
As you've noticed, I keep all my STUFF here: D:/android/tools/_STUFF/fonts/
Feel free to keep yours elsewhere. As long as it's in the android/tools folder, you should be okay.
Instead of flashing a zip on your sdcard as mentioned earlier in this thread, I like doing it this way, so you can just as easily UNDO the font install. As long as you know how to ADB, you can install a font, and tons more!
SCREENSHOTS:
Settings
Notifications
SMS
OrganizedFellow said:
So after reading the past few pages, I was left NOT KNOWING HOW TO INSTALL A FONT.
I KNEW IT HAS TO DO WITH ADB, so ... I'm gonna give it a shot.
These instructions are proven to work on my Nexus.
I followed these steps twice today, making sure they are accurate.
I even went to far as to UNDO, REDO, and grabbed some screenshots along the way
If these instuctions don't work for you, please don't hold me liable!
----- ----- ----- ----- ----- ----- ----- ----- ----- -----
Connect phone to PC with USB cable.
Run this code to locate your fonts folder:
Code:
adb devices
adb shell
cd system/fonts
ls
MINE DISPLAYS THIS:
DroidSerif-Regular.ttf
DroidSerif-Italic.ttf
DroidSerif-BoldItalic.ttf
DroidSerif-Bold.ttf
DroidSansThai.ttf
DroidSansMono.ttf
DroidSansHebrew.ttf
DroidSansFallback.ttf
DroidSansArabic.ttf
DroidSans.ttf
DroidSans-Bold.ttf
Clockopia.ttf
Your listing may be different.
Now let's back them up.
Exit shell to your android/tools folder
Code:
adb pull /system/fonts/DroidSerif-Regular.ttf ./_STUFF/fonts/DroidSerif-Regular.ttf.bak
adb pull /system/fonts/DroidSerif-Italic.ttf ./_STUFF/fonts/DroidSerif-Italic.ttf.bak
adb pull /system/fonts/DroidSerif-BoldItalic.ttf ./_STUFF/fonts/DroidSerif-BoldItalic.ttf.bak
adb pull /system/fonts/DroidSerif-Bold.ttf ./_STUFF/fonts/DroidSerif-Bold.ttf.bak
adb pull /system/fonts/DroidSansThai.ttf ./_STUFF/fonts/DroidSansThai.ttf.bak
adb pull /system/fonts/DroidSansMono.ttf ./_STUFF/fonts/DroidSansMono.ttf.bak
adb pull /system/fonts/DroidSansHebrew.ttf ./_STUFF/fonts/DroidSansHebrew.ttf.bak
adb pull /system/fonts/DroidSansFallback.ttf ./_STUFF/fonts/DroidSansFallback.ttf.bak
adb pull /system/fonts/DroidSansArabic.ttf ./_STUFF/fonts/DroidSansArabic.ttf.bak
adb pull /system/fonts/DroidSans.ttf ./_STUFF/fonts/DroidSans.ttf.bak
adb pull /system/fonts/DroidSans-Bold.ttf ./_STUFF/fonts/DroidSans-Bold.ttf.bak
adb pull /system/fonts/Clockopia.ttf ./_STUFF/fonts/Clockopia.ttf.bak
I guess since we'll be messing with a critical folder of the phone, we should stop shell and remount?! Then push new font(s) and reboot.
Now go find a font.ttf that you like. Put it in your tools folder.
I chose Comfortaa. The zip contains: Comfortaa Thin.ttf, Comfortaa Regular.ttf, and Comfortaa Bold.ttf
I only want (to try) Bold and Regular.
I FOUND that the font being pushed can NOT have any spaces, oops.
Code:
adb shell stop
adb remount
adb push ./_STUFF/fonts/Comfortaa-Regular.ttf. /system/fonts/DroidSans.ttf
adb push ./_STUFF/fonts/Comfortaa-Bold.ttf /system/fonts/DroidSans-Bold.ttf
adb shell start
adb reboot
You should have a new font now.
YA DONT LIKE IT?
Restore your original:
Code:
adb shell stop
adb remount
adb push ./_STUFF/fonts/DroidSans.ttf.bak /system/fonts/DroidSans.ttf
adb push ./_STUFF/fonts/DroidSans-Bold.ttf.bak /system/fonts/DroidSans-Bold.ttf
adb shell start
adb reboot
***** ***** ***** ***** ***** ***** ***** ***** ***** *****
As you've noticed, I keep all my STUFF here: D:/android/tools/_STUFF/fonts/
Feel free to keep yours elsewhere. As long as it's in the android/tools folder, you should be okay.
Instead of flashing a zip on your sdcard as mentioned earlier in this thread, I like doing it this way, so you can just as easily UNDO the font install. As long as you know how to ADB, you can install a font, and tons more!
SCREENSHOTS:
Settings
Notifications
SMS
Click to expand...
Click to collapse
sweet thanks for that addition to the forum.. im not very command prompt oriented but thats really useful to know.im gonna have to try that on a few myself...
ps: sorry if i mislead you (anyone) on flashing font via sd.. neutra was the only font ive messed with honestly and it was just a simple flash from sd. ive tried alot of others that dont work when flashing, such as .ttf format they wont flash from sd ,atleastt not on my eris
OrganizedFellow said:
So after reading the past few pages, I was left NOT KNOWING HOW TO INSTALL A FONT.
Click to expand...
Click to collapse
Despite me posting a link to a thread with images showing how.
OrganizedFellow said:
So after reading the past few pages, I was left NOT KNOWING HOW TO INSTALL A FONT.
Click to expand...
Click to collapse
You should have a normal version and a bolded version - so 2 .ttf files.
1. adb pull /system/fonts/
2. copy the folder for backup then delete the .ttf's for clocktopia, droidsans, and droidsans-bold
3. make 2 copies of your new font's regular typeface ttf and rename them Clocktopia.ttf and DroidSans.ttf; obviously do the same with the bold typface .ttf and rename it to DroidSans-Bold.ttf (The folder you pulled should look identical but those 3 .ttf files should be the renamed files containing your new font.
4. adb push fonts /system/fonts and you win.
It's hard, I know. http://lmgtfy.com/?q=change+android+system+font

Honeycomb Boot Animation

This is Honeycomb Official Boot Animation
Instructions (rooted users):
1. Download the bootanimation.zip file to your SD card
2. Open Root Explorer and copy the file to /data/local
3. Rename file to bootanimation.zip (if the name is NOT already bootanimation.zip)
4. Reboot your device and enjoy your new boot animation
I attach 2 files. First one is original Xoom's boot animation and second one is edited resolution in to g tab
Note - Screen may be blank if bootanimation.zip doesn't work but the device SHOULD still boot up properly
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks to "deepowder2012" for this video
ndgayan said:
This is Honeycomb Official Boot Animation
Click to expand...
Click to collapse
How would one go about installing this? Flash the zip in CMR?
sumdumdude said:
How would one go about installing this? Flash the zip in CMR?
Click to expand...
Click to collapse
Some instructions are different depending on the device you want to install it on but these instructions seem to work well for me on most of the phones and stuff I've used. There are other instructions and other ways of doing this so if you don't have Root Explorer installed check around.
This is just a copy of the instructions I use...I don't remember where I found them...
Instructions (rooted users):
1. Download the bootanimation.zip file to your SD card
2. Open Root Explorer and copy the file to /data/local
3. Rename file to bootanimation.zip (if the name is NOT already bootanimation.zip)
4. Reboot your device and enjoy your new boot animation
Note - Screen may be blank if bootanimation.zip doesn't work but the device SHOULD still boot up properly
Is this the same animation shown at CES? The glowing honeycomb wipe?
Beck221 said:
Some instructions are different depending on the device you want to install it on but these instructions seem to work well for me on most of the phones and stuff I've used. There are other instructions and other ways of doing this so if you don't have Root Explorer installed check around.
This is just a copy of the instructions I use...I don't remember where I found them...
Instructions (rooted users):
1. Download the bootanimation.zip file to your SD card
2. Open Root Explorer and copy the file to /data/local
3. Rename file to bootanimation.zip (if the name is NOT already bootanimation.zip)
4. Reboot your device and enjoy your new boot animation
Note - Screen may be blank if bootanimation.zip doesn't work but the device SHOULD still boot up properly
Click to expand...
Click to collapse
Awesome. Can anyone confirm this works on the G-Tab Vegan/TNT Lite ROMs?
rrgreentree said:
Awesome. Can anyone confirm this works on the G-Tab Vegan/TNT Lite ROMs?
Click to expand...
Click to collapse
It's a standard bootanimation - it should work on any Android device.
However, it's set to use a high screen resolution - you might want to open the zip and update the settings to be used for a 1024x600 screen.
roebeet said:
It's a standard bootanimation - it should work on any Android device.
However, it's set to use a high screen resolution - you might want to open the zip and update the settings to be used for a 1024x600 screen.
Click to expand...
Click to collapse
Looks fantastic on my GTab; changes the resolution per Roebeet!
roebeet said:
It's a standard bootanimation - it should work on any Android device.
However, it's set to use a high screen resolution - you might want to open the zip and update the settings to be used for a 1024x600 screen.
Click to expand...
Click to collapse
How does one go about doing that? Is it the "desc.txt" file that we'd change?
jpmi23 said:
How does one go about doing that? Is it the "desc.txt" file that we'd change?
Click to expand...
Click to collapse
Yes.... change the resolution settings in that file... save it and when you reboot the animation looks soooooooooo much better!
Video: http://bit.ly/frXeeZ
GTablet said:
Yes.... change the resolution settings in that file... save it and when you reboot the animation looks soooooooooo much better!
Click to expand...
Click to collapse
I changed desc.txt from:
1408 880 24
p 0 0 part0
to:
1024 600 24
p 0 0 part0
...then dropped the file bootanimation.zip into /logodata using rootexplorer (renamed the original file first) and changed the permissions to match the original file.
On boot, it shows the first of the honeycomb images, but then stays on that - no animation. Am I missing something in the desc.txt file?
Thanks...
That's strange. The only thing I changed was 1408 to 1024, and 880 to 600. You saw my video. Not sure what that's about.
Also, I added the bootanimation.zip to the /logodata, /system/media, and /data/local. Maybe that has something to do with it? I only did that because adding it to /logodata alone didn't do anything.
jpmi23 said:
That's strange. The only thing I changed was 1408 to 1024, and 880 to 600. You saw my video. Not sure what that's about.
Also, I added the bootanimation.zip to the /logodata, /system/media, and /data/local. Maybe that has something to do with it? I only did that because adding it to /logodata alone didn't do anything.
Click to expand...
Click to collapse
I have had to put any new boot animation into both /media and /logodata to get them to work. Any chance someone can link a resolution edited bootanimation.zip? I wont be anywhere near my PC to edit the file for a few days.
Oh and thanks for the video jpmi23, very cool.
Thanks for the suggestion but no dice - I copied the bootanimation.zip file to the other two directories & still no animation. Not sure what's up with that. I'm running TNTLite FWIW, don't see how that would affect it. Oh well... I'll futz with it some more in my spare time...
Mantara said:
I have had to put any new boot animation into both /media and /logodata to get them to work. Any chance someone can link a resolution edited bootanimation.zip? I wont be anywhere near my PC to edit the file for a few days.
Oh and thanks for the video jpmi23, very cool.
Click to expand...
Click to collapse
http://dl.dropbox.com/u/19671888/bootanimation.zip
No problem.
Wow - got it working, thanks... I copied the file down from your dropbox link - the desc.txt file looked the same.
I copied it into /logodata, still just one frame, no animation. I copied it into /system/media, and /data/local and overwrote the file I had originally copied there...
- and bingo! animation!
Not sure why it wasn't doing it from the get-go, but I'll take it!
Thanks again!
Good deal. Glad it worked for ya.
(I'll leave the file up for a few hours in case anyone else needs it.)
Is it just me, or does this animation look kinda stale?
Got it to work. Looks great. Thanks
I rebooted while docked to my 42". Itsanice.
http://www.youtube.com/watch?v=ZmGBfqn-01g&feature=youtube_gdata_player
Sent from my HTC Hero CDMA using Tapatalk

[TUTORIAL]How to make your own boot animations (with sound if you want)

NOTE: This method is tested and it works on CM7 ROMs and AOSP ROMs. I don't guarantee that it will work for stock ROMs (The ROM that came with your device)!
Xperia X8 users with cm6 0.25-follow this guide: http://se-lifestyle.com/viewtopic.php?f=42&t=5947
Introducion
Hi guys!
Today, I'm going to teach you how to make your own boot animations. Please read this thread carefully to the end, in order to succeed in making your boot animation.
Requirements:
-A photo-editing program (GIMP and Photoshop are the best), which can save pictures in .png format
-A text editor (everyone has that)
-An archive-managing program (Power Archiver, WinZip), that is capable of making .zip archives
Tutorial:
1. Create part0 and part1 folders (in this folders, the frames of the boot animation are stored. Usually, there are only 2 parts in a boot animation, but you can add as many as you want. The frames in the part0 folder are usually repeated once, and the frames in part1 folder are usually looped several times, or infinite.)
2. Draw every frame of your boot animation manually (save every frame as you do it. Save the first one as 10001.png, the second one as 10002.png, and so on. Save them in the part0 and part1 folders - the frames in part0 folder will be showed only once, and the frames in part1 folder will be looped. But, you can change that if you want. Changing the looping property will be discussed in the following steps. WARNING: ALWAYS SAVE THE FRAMES IN .PNG OR .JPG FORMAT!)
3. Make a desc.txt file in the directory where the part0 and part1 folders are and edit it as following:
320 480 30
p 1 0 part0
p 0 0 part1
Click to expand...
Click to collapse
(The numbers 320 and 480 is the resolution of your boot animation. Change them as you want. The number 30 means the speed of the animation. Speed set to 30 is good for me. Then, the "p 1 0 part0" property means that the frames in part0 folder will be repeated once - you point that with the first number in the "p 1 0 part0" property, which in this case is 1. The second number is the delay between loops, and it's expressed in milliseconds (1000ms = 1s). I've set it to 0 because I don't want to be any delay between my loops (p 1 0 part0). And last, but not least, you set the folder with the folder name - in this case is part0. Then, you type the property for the part1 folder - that's "p 0 0 part1". The first "0" means that the folder will be looping infinite times, the second "0" means there's no delay between loops, and then we set the folder to part1. Note: if you have more folders, you'll have to write properties for them too! WARNING: DON'T FORGET TO LEAVE AN EMPTY LINE AT THE END OF THE DESC.TXT FILE!)
4. Compress the folders and the desc.txt file in a zip file (WARNING: MAKE SURE YOUR COMPRESSION METHOD IS STORE! OTHERWISE, THE BOOT ANIMATION WON'T WORK!)
5. Open your new boot animation and check the folders, if there are Thumbs.db files. If there are Thumbs.db files in your boot animation, delete them from the archive.
6. Install your boot animation on your device with one of the following methods:
Root Explorer method:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB method:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Click to expand...
Click to collapse
7. Enjoy your new boot animation!
Note: It's far easier to create and install boot animations with my program Boot Animation Factory. Oh, and you can preview them on your computer too!
How to add sound (all courtesy of colpophage)(UPDATED!!):
1. Download this shell script:
http://db.tt/HffJqg8P
2. Place bootsnd.sh in /sdcard
3. Run terminal emulator, and execute the following:
su
cd /sdcard
sh bootsnd.sh
4. Use a rooted file manager and navigate to /system/bin, and verify that there is now a file called bootsound there, and it has 777 (rwxrwxrwx) permissions. Modify the permissions to 777 if needed.
5. Place your desired sound file, renaming it android_audio.mp3, in /system/media.
5.1 For the original quietly brilliant sound, download: http://db.tt/Oy20ZqT (remember to rename it).
5.2 I now put custom boot animations into /system/media as well, and this is my favorite so far: http://db.tt/LMkqs3f (rename to just bootanimation.zip).
6. Reboot and enjoy.
Click to expand...
Click to collapse
Video tutorial:
Common mistakes that people make:
-Wrong compression method: you MUST set the compression method to Store!
-Missing empty line at the end of the desc.txt file: an empty line is needed! Otherwise, the boot animation won't work!
-Frames drawn in wrong color mode: you MUST draw your frames in RGB 8bit or RGB 16bit COLOR MODE!
Some of my boot animations
Broken Glass---------------------------------Google Chrome---------------------------------Android Loading
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod Green---------------------------------Falling Droids---------------------------------Charging
Android & Apples
-------------------------------------------------------------
Downloads:
(Click the names to get the downloads)
Broken Glass
Google Chrome
Android Loading
CyanogenMod Green
Falling Droids
Charging
Android & Apples
In SGS I on Darky 10.1 you don't have bootanimation.zip file in system/media, but we have bootsamsung.qmg and bootsamsungloop.qmg. Your tutorial will work with it?
Excellent writeup! :]
bodziophonix said:
In SGS I on Darky 10.1 you don't have bootanimation.zip file in system/media, but we have bootsamsung.qmg and bootsamsungloop.qmg. Your tutorial will work with it?
Click to expand...
Click to collapse
I don't know. It's intended for CyanogenMod ROMs. It's proven to work on CM7 ROMs and on AOSP ROMs. Is your ROM based on the stock SGS ROM, or is it built from source?
Stu_Gotti said:
Excellent writeup! :]
Click to expand...
Click to collapse
Thank you!
Very cool. There's a xda member created boot animation utility on the market that will make it easier to flash zips once created. I assume it would work.
Sent from my Nexus S using XDA Premium App
memburn said:
Very cool. There's a xda member created boot animation utility on the market that will make it easier to flash zips once created. I assume it would work.
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
Yes, it should.
bodziophonix said:
In SGS I on Darky 10.1 you don't have bootanimation.zip file in system/media, but we have bootsamsung.qmg and bootsamsungloop.qmg. Your tutorial will work with it?
Click to expand...
Click to collapse
I think this tutorial won't work, because Darky 10.1 ROM is based on the stock SGS Gingerbread ROM.
Thanks! Gotta try it tonight
Not gonna sleep until I success doing it
my bootanimation.zip is located in /data/local
i have optimus one with LOL rom and MIUI theme.
so i guess i need to put new bootanimation.zip there.
Djidara said:
my bootanimation.zip is located in /data/local
i have optimus one with LOL rom and MIUI theme.
so i guess i need to put new bootanimation.zip there.
Click to expand...
Click to collapse
Yes, that will work too.
Djidara said:
my bootanimation.zip is located in /data/local
i have optimus one with LOL rom and MIUI theme.
so i guess i need to put new bootanimation.zip there.
Click to expand...
Click to collapse
after pushing your bootanimation you can try that to see if it's ok :
adb shell bootanimation
Can someone tell me what's wrong with this bootanimation?
I'm talking about the pop tart cat one but it seems that none work.
It shows as a completely black animation yet the pictures show up fine and everything seems to be in order.
http://forum.xda-developers.com/showthread.php?t=1031590&page=20
could make animation with sound?
Help me plox
thanks for explaining everything; very nice.
for some time i have been unsuccessful. i feel it is how i am making my pngs. (as i actually flash my zip via cwm and it works for well-established boot animations, but not mine.)
all i get with my creation is a black screen. is there a trick? need to save it a certain way (beyond keeping it a png)? thanks! i use ps and paintnet...
additionally, just an fyi - the bootanimation that comes standard (with the white android guy) are jpgs...
Pretty cool, thank you!
jsmccabe78 said:
thanks for explaining everything; very nice.
for some time i have been unsuccessful. i feel it is how i am making my pngs. (as i actually flash my zip via cwm and it works for well-established boot animations, but not mine.)
all i get with my creation is a black screen. is there a trick? need to save it a certain way (beyond keeping it a png)? thanks! i use ps and paintnet...
additionally, just an fyi - the bootanimation that comes standard (with the white android guy) are jpgs...
Click to expand...
Click to collapse
When you zipped your boot animation, did you use compression method "Store"? That may be the problem.
ph.miki said:
could make animation with sound?
Click to expand...
Click to collapse
I think yes. I will do a little research and see what can I do with that.

[Q] Change galaxy tab 8.9 boot animation?

Anyone know how to change the animation to support bootanimation.zip ?
(Samsung galaxy tab 8.9 _motley kernel. KJ5 Honeycomb 3.2)
No luck on my end yet.
But here's what ive tried:
I connected my tab via ADB
Renamed bootsamsung.qmg to bootsamsung.qmg.bak
Renamed bootsamsungloop.qmg to bootsamsunglook.qmg.bak
Copy custom bootanimation.zip to /system/media/bootanimation.zip
copy custom bootanimation.zip to /data/media/bootanimation.zip
Type: bootanimation
It plays on my screen.
CTRL+C to quit.
I issue a reboot command and my 8.9 tab and I see Samsung logo, hear Samsung sound, but I do not see my custom start up. So samsung boot animation is down. But the custom animation is not up.
Can someone point me out to what I may be missing? I see some 8.9 roms support bootanimation.zip Here: http://forum.xda-developers.com/showthread.php?t=1321142&highlight=bootanimation+zip
....but I wanted to try it my self without flashing a new rom.
Any insight welcome.
I've answered this question here: http://forum.xda-developers.com/showpost.php?p=20977703&postcount=14
The correct way would of course be to change init.rc in the initrd but that's a bit complicated so a quick hack would be just to overwrite /system/bin/samsungani with /system/bin/bootanimation
kallt_kaffe said:
I've answered this question here: http://forum.xda-developers.com/showpost.php?p=20977703&postcount=14
The correct way would of course be to change init.rc in the initrd but that's a bit complicated so a quick hack would be just to overwrite /system/bin/samsungani with /system/bin/bootanimation
Click to expand...
Click to collapse
Thanks for the reply on the other thread, but I thought it would be better to bring this question outside of the rom discussion thread. Don't want to contaminate their discussion of the rom with something somewhat less important.
Anyhow, I tried the above in this specific order:
1. Using root explorer app, rename the 'samsungani' file to located in /system/bin
Done: samsungani.bak
2. Rename the file 'bootanimation' (also located in /system/bin) to 'samsungani'
Done.
3. Now put the bootanimation.zip of your choice in /system/media folder
Done.
However, after i reboot, now i'm stuck at the boot animation staying on screen even after the system has booted up. The animation goes on... If i tap my screen, I can launch apps and such, i just cant see behind the animation. If i rotate my tab, My main screen becomes visible at the bottom but portion of my screen is still occupied by the boot animation. Wierd! lol.
Looks like i have to adb and rename / fix stuff back.
Ever have this happen to you?
fun fun.
TESTING
Landscape:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Portrait:
0okami said:
Thanks for the reply on the other thread, but I thought it would be better to bring this question outside of the rom discussion thread. Don't want to contaminate their discussion of the rom with something somewhat less important.
Anyhow, I tried the above in this specific order:
1. Using root explorer app, rename the 'samsungani' file to located in /system/bin
Done: samsungani.bak
2. Rename the file 'bootanimation' (also located in /system/bin) to 'samsungani'
Done.
3. Now put the bootanimation.zip of your choice in /system/media folder
Done.
However, after i reboot, now i'm stuck at the boot animation staying on screen even after the system has booted up. The animation goes on... If i tap my screen, I can launch apps and such, i just cant see behind the animation. If i rotate my tab, My main screen becomes visible at the bottom but portion of my screen is still occupied by the boot animation. Wierd! lol.
Looks like i have to adb and rename / fix stuff back.
Ever have this happen to you?
fun fun.
Click to expand...
Click to collapse
(For 7300/7310 reference, if you have a different device then please ignore)
Actually, to change or remove the bootanimation, you don't have to touch anything at /system/bin (you might break something and might have to ODIN later on). The only files that matter are:
1_Power_on.ogg (the bootanimation sound) located at /system/etc
bootsamsung.qmg and bootsamsungloop.qmg both located at /system/media
Those are the 3 files you would have to delete or replace. No zip files in there. You actually have to unzip that file in your computer, not put it in the device. Check the mentioned contents, replace in the device and reboot.
nirogu325 said:
(For 7300/7310 reference, if you have a different device then please ignore)
Actually, to change or remove the bootanimation, you don't have to touch anything at /system/bin (you might break something and might have to ODIN later on). The only files that matter are:
1_Power_on.ogg (the bootanimation sound) located at /system/etc
bootsamsung.qmg and bootsamsungloop.qmg both located at /system/media
Those are the 3 files you would have to delete or replace. No zip files in there. You actually have to unzip that file in your computer, not put it in the device. Check the mentioned contents, replace in the device and reboot.
Click to expand...
Click to collapse
bootsamsung.qmg and bootsamsungloop.qmg have already been renamed to
bootsamsung.qmg.bak and bootsamsungloop.qmg.bak
After doing that, even with bootanimation.zip in place, it was just giving me a black screen until the launcher came up.
Seems the bootanim service needs to be stopped when boot is complete. This is not needed in Gingerbread asfaik.
In the Overcome ROM this has been added to the init.rc to take care of stopping the bootanimation:
Code:
on property:dev.sfbootcomplete=1
stop bootanim
Adding this means you have to unpack boot.img and the initrd, do the changes and then assemble it all again. This is a bit more complicated and nothing I recommend without doing the proper research on the subject first.
0okami said:
bootsamsung.qmg and bootsamsungloop.qmg have already been renamed to
bootsamsung.qmg.bak and bootsamsungloop.qmg.bak
After doing that, even with bootanimation.zip in place, it was just giving me a black screen until the launcher came up.
Click to expand...
Click to collapse
Hmm, actually you do have a very valid question. The dev didn't mention a How-to related to the Bootanimation.zip support. Have you checked at the Galaxy Tab 10.1 Themes and Apps forum for a clue?
progress...
I found these instructions and it got the boot animation loading and going away, but the sound that gets played with animation stopped working. (fixable since i backup everything)
Found here:
http://forum.xda-developers.com/showthread.php?t=1142838
My post in that thread:
http://forum.xda-developers.com/showpost.php?p=21010818&postcount=31
Basically the steps in Root Explorer:
wesbalmer said:
ROOT EXPLORER METHOD, thanks Berner:
Code:
Basically the steps in Root Explorer:
1. Copy bootanimation.zip to /sdcard (USB mount, dropbox, whatever).
2. Select /system/bin/playsound
(note - you'll need to set /system/bin as R/W here)
3. Rename to playsoundBACKUP
4. Select /system/bin/bootanimation
5. Copy/paste - new file will be named bootanimation - Copy
6. Rename bootanimation - Copy to playsound
7. Select bootanimation.zip whereever its located on .sdcard
(note - you may need to set /system/media as R/W here)
8. Move to /system/media/
Click to expand...
Click to collapse
ignore this post. double post.

Categories

Resources