• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Change boot logo?

in2uition

Android Enthusiast
I'm a bit stump on this one....

When I was using Liberty GB, I noticed that when I changed the boot logo, a copy of the file was saved to my SD in a .bin format.

After doing some searching, I can only find methods to replace the boot logo in a flashable .zip format.

Without having to reinstall Liberty, is there anyway I can replace my current boot logo (the Moto "M") with the .bin file? I'm guessing with ADB?
 
you can download the Boot Logo Changer

i wish fab would post his boot logo of Google so we can all flash it, i prefer that over the Moto M
 
lol pm me with the location of where the boot ani is supposed to be, im just going to upload it to my phone :p i miss the Google Logo :p
 
Umm, Are you boys done?......lol.......can you post a few screenshots of this boot logo? I don't think I have ever seen it.

EDIT: Have you guys ever seen the unstable core boot ani? that thing is hot but I can't find it for the life of me.
 
Yeah I found the link for it about 10 minutes after I posted. I had to scan all the posts to find an updated download link.....lol
 
you can download the Boot Logo Changer

i wish fab would post his boot logo of Google so we can all flash it, i prefer that over the Moto M

Thank you!!

That worked perfectly. It's no longer available in the market, so I had to do some extra searching in order to find it. ;)

so does it work? did you push it through with the terminal or use Boot Logo Changer?

Boot animations such as the "Unstable Core" above, I would use one of these methods:

ADB
- Install the android SDK
- Open Command Prompt
- Locate the SDK tools folder where ADB is located (example: <cd c:\android-sdk-windows\tools>)
- Now enter the following code in Command Prompt
Code:
adb remount
adb push c:\temp\downloaded_bootanimation.zip /data/local/bootanimation.zip
adb reboot
Terminal Emulator
- Connect your phone to your computer via USB
- Copy the downloaded file to your sdcard
- Disconnect phone from computer
- Open Terminal Emulator on your phone and enter the code below (press enter after every line)
Code:
su
cp /sdcard/downloaded_bootanimation.zip /data/local/bootanimation.zip
reboot
Root Explorer
- Connect your phone to your computer via USB
- Rename the downloaded file to 'bootanimation.zip' and copy to your sdcard
- Disconnect phone from computer
- Open 'Root Explorer'
- Copy/Paste the /sdcard/bootanimation.zip to /data/local/ (make sure it's read/write)
- Reboot


Yes, but it didn't have the logo I was referring to and the file formats are .zip
 
This is the bootanimation I'm using lol

haters.gif


[Boot Animation] Haters gonna hate. [8-18: Now with more Evo love] - xda-developers
 
you may have to google search boot logo changer, that app has about 50 or so boot logos

it should still be ini the market
 
Back
Top Bottom