Monday, November 11, 2013

Android World Update # How to change the boot logo on the Moto X splash screen, no root required

Android News, Rumours, and Updates
The latest in android news, rumours, and updates, including device news and apps! 
Download complimentary graphics

50,000+ graphics, vectors, backgrounds, textures, icons and more. All 100% free. Start downloading today!
From our sponsors
How to change the boot logo on the Moto X splash screen, no root required
Nov 11th 2013, 16:57, by Robert Nazarian

Moto_X_Back_Angled_Motorola_Logo_TA

The boot splash screen and animation is something you hopefully don’t see all that often throughout your day, but it’s always nice to customize it if you can. The Moto X actually has one of the better boot animations around, but if you want to change the image in the splash screen (just before the animation), it’s not all that hard. Best of all….you don’t have to be rooted. Hit the break to get started.

Instructions per XDA forum member Jcase

  1. First, you will need an image. It needs to be 720 x 1280 and it must be in the BMP format. Save it in the same location as the Android SDK (see step 2)
  2. Make sure you have the latest Android SDK installed on your computer with the latest drivers.
  3. Enable USB debugging in the developer options on your Moto X. If this is the first time going into developer options, just go into "About Phone" from your settings and tap the build number seven times. From now on you will see the developer options.
  4. Connect your Moto X to your computer.
  5. Launch Terminal / Command Prompt
  6. Navigate to the fastboot/adb folder which will be inside the location where the Android SDK is installed (On Windows, it should be in C:\program files (x86)\android\android-sdk\platform-tools)
  7. Enter the following command to reboot: adb reboot bootloader
  8. Enter the following command to de-customize the bootloader: fastboot erase clogo
  9. Enter the following command to flash your new logo: fastboot flash clogo <filename>.bmp

That’s all there is to it. Enjoy!!

Note: If you are rooted, you can backup the current logo by entering the following command before you flash a new one…..

adb shell su -c “dd if=/dev/block/platform/msm_sdcc.1/by-name/clogo of=/sdcard/clogo.bmp”

Be sure to check out our other Moto X guides as well.

source: XDA


Come comment on this article: How to change the boot logo on the Moto X splash screen, no root required

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

No comments:

Post a Comment