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

Root Change boot logo?

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. ;)



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

THANKS IT worked great on the terminal. I was wondering if u can show how to change the LG boot logo on a g2x cm7 by using the terminal commands thanks
 
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. ;)



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


I was also wonder if u can supply me with a backup of a stock g2x rom. Wanna update to 2.3 to get some of the problems fixed on the phone and then putting back cm7. I didn't flash my backup right. was wonder if u had one I can flash straight from rom manger just like I would with cm7. Please thanks. I would be a great help
 
I was also wonder if u can supply me with a backup of a stock g2x rom. Wanna update to 2.3 to get some of the problems fixed on the phone and then putting back cm7. I didn't flash my backup right. was wonder if u had one I can flash straight from rom manger just like I would with cm7. Please thanks. I would be a great help

Sorry, but you're asking the wrong person lol I don't have a G2X (I only have a Droid X).


Check out the G2X section: T-Mobile G2X - Android Forums
 
Back
Top Bottom