Boot Logos for Moto X using "Moto Boot Logo Maker" by CaitSith2 Plus 1 DkTheme Anim - X Style (Pure) Themes and Apps

Boot Logos for Moto X using "Moto Boot Logo Maker" by CaitSith2 Plus 1 DkTheme Anim
Having made several dozen Boot Logos for the two Moto G models that I own using the program "Motorola Boot Logo Maker" developed by CaitSith2 (Thanks to him please if you use his program) I decided to try my luck with my Moto X which I received from Motorola in the last couple of days. Bearing in mind that there is a huge difference in display size (1440 x 2560 - as against 720 x 1280) I was interested to see if this program which easily and automatically produces "logo.bin" files could work with the Moto X.
One advantage of this method is that it automatically gets rid of the "Bootloader Warning" message at the same time as flashing the new logo without any further steps being necessary. If you use CaitSith2's program it is clearly understandable how it works, I used "Custom" and manually adjusted the size to 1440 x 2560. I have to admit that my first attempt at using the program to create a "flashable zip" failed to flash in twrp, however there was no error message and no damage done but then I simply extracted the "bin" file from the zip and used "fastboot" to flash the logo.bin in adb. It maybe that the program can't handle the increased size when it produces the flashable zip but this really doesn't matter because the program gives you the option under "save as" to save just the bin file which as I've said can be flashed in adb.
I attach a .jpg showing the logo I flashed and although using the program is quite straightforward I would be happy to create logos for anyone who wants to post a jpg or png.
EDIT:::::: HAVE ADDED A DARK THEME BOOT ANIMATION IN POST #21

I want to thank you for your post. Because of your post I've been able to build a dark themed version of the logo.img.
I really hate that if you have to power cycle or reboot your phone in the dark you are blindsided by the screen. Not ideal.
Also I was able to replace the Unlock boot logo with the MM flavor of the logo instead of the annoying message on brilliantly white background.
I've attached a thumbnail of the dark version of the MM logo.

ddfault said:
I want to thank you for your post. Because of your post I've been able to build a dark themed version of the logo.img.
I really hate that if you have to power cycle or reboot your phone in the dark you are blindsided by the screen. Not ideal.
Also I was able to replace the Unlock boot logo with the MM flavor of the logo instead of the annoying message on brilliantly white background.
I've attached a thumbnail of the dark version of the MM logo.
Click to expand...
Click to collapse
How did you replace it? Can you please tell the steps?

If your bootloader is locked, do you still have to overwrite a clogo partition instead?

kcipopnevets said:
If your bootloader is locked, do you still have to overwrite a clogo partition instead?
Click to expand...
Click to collapse
Good question I have never found anyone wanting to replace a "locked" bootloader logo, probably because the nasty "unlocked" logo doesn't show until you actually unlock the bootloader! I don't know the answer to the question I am going to ask - can you use ADB on a device with a locked bootloader? Following on from that, can you get into "fastboot" mode on your device if your botloader is still locked? Sorry I can't be more helpful.

AmeyRanberg said:
How did you replace it? Can you please tell the steps?
Click to expand...
Click to collapse
See the last few lines of my original post #1 - that wil tell you how to create the "logo.bin" file. Having done that use the following command in fastboot........... fastboot flash logo logo.bin ............

Haha, no worries. Fastboot and ADB are still functional on a locked bootloader. For the past two Motos locked devices use the "clogo" partition to display the boot screen and it can be overwritten (yes, locked bootloader!) It's pretty nifty and I'm not particularly fond of the stitched logo. They are in .img format.

@kcipopnevets ... As I say I have no experience of changing boot logos on locked bootloaders. I also have never seen the "stitched" boot logo although I use the "stitched" boot animation which I believe is the default for the OTA MM update. If I was facing what I understand to be your problem then in my ignorance I would probably follow these steps ... (I CANNOT TAKE ANY RESPONSIBILITY IF THIS BRICKS ANYONE'S DEVICE) ... I would find a graphic I would like to have as my logo ... I would then import it into the free program "Paint.net" where I could adjust size, and add color and text etc if wanted ... then use Motor Boot Logo Maker to convert the graphic into a "logo.bin" file ... then use fastboot to replace the current boot logo.
Code:
fastboot flash logo logo.bin
If this didn't work I would try
Code:
fastboot flash clogo logo.bin
From your post it would appear you have knowledge of the named partitions of the Moto X and that you believe the logo partition to be named "clogo" if this is a wrong assumption on my part then ignore the second line of code.
ALL USERS PLEASE IGNORE THE SECOND LINE OF CODING - "CLOGO" IS NOT CORRECT, THE CORRECT PARTITION IS "LOGO"

ddfault said:
I want to thank you for your post. Because of your post I've been able to build a dark themed version of the logo.img.
I really hate that if you have to power cycle or reboot your phone in the dark you are blindsided by the screen. Not ideal.
Also I was able to replace the Unlock boot logo with the MM flavor of the logo instead of the annoying message on brilliantly white background.
I've attached a thumbnail of the dark version of the MM logo.
Click to expand...
Click to collapse
Very nice job. Can you share you logo.img file?

maverixz said:
Very nice job. Can you share you logo.img file?
Click to expand...
Click to collapse
@maverixz ... I presume you are referring to @ddfault's dark colored logo and not my original post logo ... Just to clarify, you call it the "logo.img" but as you probably know to use it as a logo the image has to be either (1) a .jpg or .png graphic which you can then manipulate in a graphics program to make it the correct size and color etc and then (2) use such a graphics image in the Boot Logo Maker program to create a recovery flashable ".zip" file (only use v2.2 of the program) or a "logo.bin" file (use either v2.2 or v2.4) which you can then flash via fastboot.
EDIT::::: Although in point (1) above I only mention .jpg and .png files this is because they are the only practical alternatives, you could in fact also use .bmp files - however these are lossless and inevitably create images that are too big to be used by the Moto Logo Maker program.

ddfault said:
I want to thank you for your post. Because of your post I've been able to build a dark themed version of the logo.img.
I really hate that if you have to power cycle or reboot your phone in the dark you are blindsided by the screen. Not ideal.
Also I was able to replace the Unlock boot logo with the MM flavor of the logo instead of the annoying message on brilliantly white background.
I've attached a thumbnail of the dark version of the MM logo.
Click to expand...
Click to collapse
Care to share your bin? I would love to have a blacked out version.

ddfault said:
I want to thank you for your post. Because of your post I've been able to build a dark themed version of the logo.img.
I really hate that if you have to power cycle or reboot your phone in the dark you are blindsided by the screen. Not ideal.
Also I was able to replace the Unlock boot logo with the MM flavor of the logo instead of the annoying message on brilliantly white background.
I've attached a thumbnail of the dark version of the MM logo.
Click to expand...
Click to collapse
would also like the full size version. tia.

spotmark said:
Care to share your bin? I would love to have a blacked out version.
Click to expand...
Click to collapse
@spotmark & @[1] ... Guys just in case @ddfault is not monitoring this thread or he may be busy, I have made a .bin file of his DarkImage and have fastbooted to my own Moto X Pure and it works fine ... bear in mind it is NOT a flashable zip version so you will have to install the file using "fastboot". I will try to upload the .bin file here but it may be that .bin files are not loadable to xda, if that happens then I will rename it by calling it a "zip" file. If that is the case you will have to download it, rename it to a .bin file then "fastboot flash" it. Trust this will work for you.
PS ... bin file wouldn't upload so had to change ext, don't forget it's NOT a flashable zip.

metpolds said:
@spotmark & @[1] ... Guys just in case @ddfault is not monitoring this thread or he may be busy, I have made a .bin file of his DarkImage and have fastbooted to my own Moto X Pure and it works fine ... bear in mind it is NOT a flashable zip version so you will have to install the file using "fastboot". I will try to upload the .bin file here but it may be that .bin files are not loadable to xda, if that happens then I will rename it by calling it a "zip" file. If that is the case you will have to download it, rename it to a .bin file then flash it. Trust this will work for you.
PS ... bin file wouldn't upload so had to change ext, don't forget it's NOT a flashable zip.
Click to expand...
Click to collapse
Does this also contain black "battery charging" images? And could this .bin be flashed with Flashify or do i have to use fastboot method?
Thanks.

sir-harlekin said:
Does this also contain black "battery charging" images? And could this .bin be flashed with Flashify or do i have to use fastboot method?
Thanks.
Click to expand...
Click to collapse
To be quite honest I have never bothered to make & replace "battery charging" logos, just satisfying myself with the main "unlocked" logo but the Moto Boot Logo Maker program has the option to make those logos so give it a try - because of what I believe to be a problem with the META-INF files in the 2.4 version of the program you will still have to save your result as a .bin file not as a flashable zip. As a word of caution make certain that you put the correct size of image into the program.
As far as I know "Flashify" still needs a flashable zip file to work with so any kind of .bin file that you finish up with will have to be flashed using "fastboot", if I get the time I might experiment with battery charging logos.

metpolds said:
@spotmark & @[1] ... Guys just in case @ddfault is not monitoring this thread or he may be busy, I have made a .bin file of his DarkImage and have fastbooted to my own Moto X Pure and it works fine ... bear in mind it is NOT a flashable zip version so you will have to install the file using "fastboot". I will try to upload the .bin file here but it may be that .bin files are not loadable to xda, if that happens then I will rename it by calling it a "zip" file. If that is the case you will have to download it, rename it to a .bin file then flash it. Trust this will work for you.
PS ... bin file wouldn't upload so had to change ext, don't forget it's NOT a flashable zip.
Click to expand...
Click to collapse
Renamed file to .bin rebooted bootloader
fastboot flash logo logo.bin
works blinding warning gone. Thanks.

got a zip?
anyway I could get a zip of this? love the look
ddfault said:
I want to thank you for your post. Because of your post I've been able to build a dark themed version of the logo.img.
I really hate that if you have to power cycle or reboot your phone in the dark you are blindsided by the screen. Not ideal.
Also I was able to replace the Unlock boot logo with the MM flavor of the logo instead of the annoying message on brilliantly white background.
I've attached a thumbnail of the dark version of the MM logo.
Click to expand...
Click to collapse

cwages2291 said:
anyway I could get a zip of this? love the look
Click to expand...
Click to collapse
If you read post #1 and Post #13 you will see that the Moto Boot Logo Maker isn't capable at this time of making "flashable zips" in the correct size for a Moto X Pure. In particular if you note what I say in #13 you can use the file there and flash it using "fastboot".
Code:
fastboot flash logo logo.bin

I got it now. New to all this so just making sure. Thank you.
metpolds said:
If you read post #1 and Post #13 you will see that the Moto Boot Logo Maker isn't capable at this time of making "flashable zips" in the correct size for a Moto X Pure. In particular if you note what I say in #13 you can use the file there and flash it using "fastboot".
Code:
fastboot flash logo logo.bin
Click to expand...
Click to collapse
---------- Post added at 06:27 PM ---------- Previous post was at 06:21 PM ----------
Just now seeing this, thank you so much and great work. Can't wait to use it
metpolds said:
@spotmark & @[1] ... Guys just in case @ddfault is not monitoring this thread or he may be busy, I have made a .bin file of his DarkImage and have fastbooted to my own Moto X Pure and it works fine ... bear in mind it is NOT a flashable zip version so you will have to install the file using "fastboot". I will try to upload the .bin file here but it may be that .bin files are not loadable to xda, if that happens then I will rename it by calling it a "zip" file. If that is the case you will have to download it, rename it to a .bin file then "fastboot flash" it. Trust this will work for you.
PS ... bin file wouldn't upload so had to change ext, don't forget it's NOT a flashable zip.
Click to expand...
Click to collapse

cwages2291 said:
I got it now. New to all this so just making sure. Thank you.
---------- Post added at 06:27 PM ---------- Previous post was at 06:21 PM ----------
Just now seeing this, thank you so much and great work. Can't wait to use it
Click to expand...
Click to collapse
@cwages2291 ... If you run into any problems just post here or PM me and I'll try to help out.

Related

[Q] Where is fastboot flashing to?

This is a basic question but I can't find the answer anywhere.
I have an unlocked and rooted Moto X DE. I got rid of the bootloader unlocked warning message and replaced it with another image, which is much better. However I also ran the command
fastboot erase clogo
before I knew what I was doing. Fastboot reported back it was erasing clogo. Anyhow, if clogo is the original boot logo with the bluish green Motorola symbol with "a google company" underneath it, I want it back. So my questions are:
1) when you use the command "fastboot flash" where am I flashing to? the boot partition?
2) where is the boot logo (clogo and/or logo) stored and can I see this/these file(s) on my phone using a root explorer like Root Browser?
Thanks!
Cozume said:
This is a basic question but I can't find the answer anywhere.
I have an unlocked and rooted Moto X DE. I got rid of the bootloader unlocked warning message and replaced it with another image, which is much better. However I also ran the command
fastboot erase clogo
before I knew what I was doing. Fastboot reported back it was erasing clogo. Anyhow, if clogo is the original boot logo with the bluish green Motorola symbol with "a google company" underneath it, I want it back. So my questions are:
1) when you use the command "fastboot flash" where am I flashing to? the boot partition?
2) where is the boot logo (clogo and/or logo) stored and can I see this/these file(s) on my phone using a root explorer like Root Browser?
Thanks!
Click to expand...
Click to collapse
I cant answer your questions about where on the device the fasboot flash writes too, but i did come across this post that may help you reach your desired result.
http://forum.xda-developers.com/showthread.php?t=2548566
Teksu said:
I cant answer your questions about where on the device the fasboot flash writes too, but i did come across this post that may help you reach your desired result.
http://forum.xda-developers.com/showthread.php?t=2548566
Click to expand...
Click to collapse
thank you! it worked.
I will come back to hit the thanks button tomorrow because they won't let me do it anymore times today, apparently you only get to do it 8 times a day!

Failed Root - Boot Loop

Hello everyone, about five hours ago I was going through the process of rooting my Moto X 2014 Pure (UK). Unfortunately it seems to be stuck in a boot loop. I've crawled through forums but to no avail. Now it's 6:00am and I'm having a slight mental breakdown and would really appreciate some help.
notes:
-The phone stays stuck on the watery 'M' logo that appears after the boot animation.
-Unlocking the bootloader went fine
-had trouble installing the android SDK since I ran out of space on my hard-drive, however the installation log notes that the necessary files were successfully downloaded after I made some space.
-I'm not running TWRP or any equivalent. The only thing I can access is the standard fastboot screen thing.
-I think made two errors with my first attempt at rooting: I forgot to type 'boot' after fastboot and I also hadn't uncompressed the zip folder that the img was contained in (it was CF Root incidentally). The command terminal came back with information alluding to it having done something but the device didn't reboot, so i'm unsure if it did.
-I tried to rectify this by installing different root imgs but the phone still won't boot.
I'm really unsure as to what to do. My guess is that I need to sideload a factory img of some sort. I've sent of for the official img from the Motorola website and am anxiously awaiting a reply but I wondered if anyone knew of any alternatives? All this hassle just so I could run some xposed modules :crying:
SexyEgg said:
Hello everyone, about five hours ago I was going through the process of rooting my Moto X 2014 Pure (UK). Unfortunately it seems to be stuck in a boot loop. I've crawled through forums but to no avail. Now it's 6:00am and I'm having a slight mental breakdown and would really appreciate some help.
notes:
-The phone stays stuck on the watery 'M' logo that appears after the boot animation.
-Unlocking the bootloader went fine
-had trouble installing the android SDK since I ran out of space on my hard-drive, however the installation log notes that the necessary files were successfully downloaded after I made some space.
-I'm not running TWRP or any equivalent. The only thing I can access is the standard fastboot screen thing.
-I think made two errors with my first attempt at rooting: I forgot to type 'boot' after fastboot and I also hadn't uncompressed the zip folder that the img was contained in (it was CF Root incidentally). The command terminal came back with information alluding to it having done something but the device didn't reboot, so i'm unsure if it did.
-I tried to rectify this by installing different root imgs but the phone still won't boot.
I'm really unsure as to what to do. My guess is that I need to sideload a factory img of some sort. I've sent of for the official img from the Motorola website and am anxiously awaiting a reply but I wondered if anyone knew of any alternatives? All this hassle just so I could run some xposed modules :crying:
Click to expand...
Click to collapse
First thing I guess is installing a custom recovery. I recommend TWRP. Try this link to get the zip http://www64.zippyshare.com/v/HPPiFhly/file.html
Unzip the file on your pc.
Take the device to fastboot screen and plug it on pc.
Open the Instalador.bat file and click Enter until it's fully installed.
Then, get back to the fastboot screen and try to open the recovery.
---------- Post added at 01:36 PM ---------- Previous post was at 01:36 PM ----------
Let me know it that works for you.
So I've solved the problem but just figured I'd share the solution; basically don't use the terminal just run the bat file (assuming the img has one). Having rooted all my previous phones I hastily emulated the same process neglecting to notice the extremely convenient bat file included in the folder. Never could get TWRP to flash though. Although I could boot into it using: fastboot boot 'recovery'.img A little tedious but certainly functional. Once I had a working phone again I flashed TWRP using the Flashify App which I was a bit dubious about but it seems to have worked absolutely fine.
So yeah, silly oversight really but at least my phone turns on now; so that's nice. Cheers for the help though fhreire, although I couldn't get that recovery you linked to to work the fact it installed via a bat file is what lead me to find the solution I needed.

[THEME][BOOTLOADER] Hacker bootloader theme for Shamu Nexus 6

Hi,
My project is to make the bootloader on the Nexus 6 a little bit more "entertaining".
The bootloader has now file names and a "hacking in progress" message. Also, it includes the new Google logo (2015 logo) and Fsociety logo for the true h4x0rs out there.
Installing the theme
Make sure ADB drivers are installed, and that you can run fastboot command
Then go to the download link and download the zip, unzip it, cd to the folder of the desired logo and do: fastboot flash logo [logo]-hacker-bootloader.bin
Then reboot to bootloader again
And check it out!
Download Link:
Bootloader Theme Link
Preview images of the theme are found in the GitHub repo
Source
GitHub
Report bugs/suggestions below
Nice
Question
Can I using this bootloader theme to android final preview?
I dont think so...
Pretty cool! Is there a "factory" version available somewhere if I ever decide to revert the mod?
MrBrady said:
Pretty cool! Is there a "factory" version available somewhere if I ever decide to revert the mod?
Click to expand...
Click to collapse
Flash the stock bootloader from a google factory image
These look awesome! Thanks for sharing!
I'm having a bit of an issue getting it to work, though. I have ADB and fastboot set up and fully functional on my laptop, but every time I try to flash one of the themes it gives me this error:
<bootloader> invalid boot image
FAILED <remote failure>
To be honest, I didn't follow the directions exactly as written. Instead of CD'ing into the folder I just moved the one I wanted into platform-tools, fired up command prompt, and entered my commands. I'm currently running the 71.10 bootloader (yes, it is unlocked).
Edit #2 - I took a closer loot at your pictures and it looks like you're using the 71.05 bootloader. I'm assuming that it's required for this to work?
Stupid question...how do I CD to a folder??
Sent from my Nexus 6 using Tapatalk
Face_Plant said:
These look awesome! Thanks for sharing!
I'm having a bit of an issue getting it to work, though. I have ADB and fastboot set up and fully functional on my laptop, but every time I try to flash one of the themes it gives me this error:
<bootloader> invalid boot image
FAILED <remote failure>
To be honest, I didn't follow the directions exactly as written. Instead of CD'ing into the folder I just moved the one I wanted into platform-tools, fired up command prompt, and entered my commands. I'm currently running the 71.10 bootloader (yes, it is unlocked).
Edit #2 - I took a closer loot at your pictures and it looks like you're using the 71.05 bootloader. I'm assuming that it's required for this to work?
Click to expand...
Click to collapse
I just updated to latest Marshmallow bootloader and confirmed working (Looks awesome, although i think i'd prefer the android unlock logo to either be the default image or a hash # image). Also, i dont believe it matters the BL, as its only replacing the LOGO file inside it.
As for your first question, the Fastboot instructions posted in OP is correct. The Fastboot instructions on GitHub and in the ReadMe file inside the zip you dl are NOT. The correct command is "fastboot flash logo [change_to_logo_name]-hacker-bootloader.bin" (without the quotes).
I got your error because i copy pasted and didnt notice it said "fastboot flash boot..."
It needs to be "flashboot flash logo..."
Galaxysm said:
Stupid question...how do I CD to a folder??
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
Use the command "cd x" (where x = folder name)
Alternatively to go back or up a folder use "cd.."
type either command w/o the quotes.
For further help, i suggest you use google search to become more familiar w/ moving to different folders using command prompt/terminal.
---------- Post added at 12:38 PM ---------- Previous post was at 12:36 PM ----------
konradit said:
Fsociety logo
Click to expand...
Click to collapse
Looks awesome!! Im rocking the Fsociety logo (Mr Robot FTW!)
Any chance you could make alternatives of that one w/ the BL unlock icon to either be the default unlock image or a hash (#) image?? If not thats ok, just wondering
Hash logo? OK will do
USHERROB said:
I just updated to latest Marshmallow bootloader and confirmed working (Looks awesome, although i think i'd prefer the android unlock logo to either be the default image or a hash # image). Also, i dont believe it matters the BL, as its only replacing the LOGO file inside it.
As for your first question, the Fastboot instructions posted in OP is correct. The Fastboot instructions in the ReadMe file inside the zip you dl is NOT. The correct command is "fastboot flash logo [change_to_logo_name]-hacker-bootloader.bin" (without the quotes).
I got your error because i copy pasted and didnt notice it said "fastboot flash boot..."
It needs to be "flashboot flash logo..."
Click to expand...
Click to collapse
Thanks! That worked perfectly. Rocking the F Society logo now
Does this overwrite just the logo or the entire bootloader? I'm on the 6.0 release.
MrBrady said:
Does this overwrite just the logo or the entire bootloader? I'm on the 6.0 release.
Click to expand...
Click to collapse
Not trying to be rude, however the post I wrote earlier (as well as the quoted one above yours) states that only the LOGO is changed. It ALSO states that I'm am on the official M bootloader and that I confirmed it working.
Nice work. I can definitely appreciate tho work. I've done a couple myself and we made a bliss logo , drawback for me was fastboot. My last resort. Lol So if there is a way around it ill find it. If you plan on continuing and interested I have a zip.
Cheers
Official Team Bliss Flo/Deb/v410 Maintainer
can you possibly update this for Marshmallow please? :3
toxicpaulution said:
can you possibly update this for Marshmallow please? :3
Click to expand...
Click to collapse
************************************************************************************************************
This is the third time i have said it is confirmed working on the LATEST MARSHMALLOW BOOTLOADER!!
Again for everyone in this thread, THIS DOES NOT REPLACE THE BOOTLOADER AND WILL FAIL TO FLASH (not brick phone, just wont flash). IT ONLY REPLACES THE LOGO.
*************************************************************************************************************
EDIT: @toxicpaulution, it's a good laugh if you're joking.
USHERROB said:
I just updated to latest Marshmallow bootloader and confirmed working (Looks awesome, although i think i'd prefer the android unlock logo to either be the default image or a hash # image). Also, i dont believe it matters the BL, as its only replacing the LOGO file inside it.
As for your first question, the Fastboot instructions posted in OP is correct. The Fastboot instructions in the ReadMe file inside the zip you dl is NOT. The correct command is "fastboot flash logo [change_to_logo_name]-hacker-bootloader.bin" (without the quotes).
I got your error because i copy pasted and didnt notice it said "fastboot flash boot..."
It needs to be "flashboot flash logo..."
Use the command "cd x" (where x = folder name)
Alternatively to go back or up a folder use "cd.."
type either command w/o the quotes.
For further help, i suggest you use google search to become more familiar w/ moving to different folders using command prompt/terminal.
---------- Post added at 12:38 PM ---------- Previous post was at 12:36 PM ----------
Looks awesome!! Im rocking the Fsociety logo (Mr Robot FTW!)
Any chance you could make alternatives of that one w/ the android unlock logo to either be the default unlock image or a hash (#) image?? If not thats ok, just wondering
Click to expand...
Click to collapse
I will give a try tonight. Now that u have mentioned Mr.Robot :3 do I have to use windows or can I do this on Linux?
Sent from my Nexus 6 using Tapatalk
Galaxysm said:
I will give a try tonight. Now that u have mentioned Mr.Robot :3 do I have to use windows or can I do this on Linux?
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
Either one will work, as long as you can run fastboot commands. I suggest booting the phone into Fastboot, then running the command "fastboot devices" in CMD or Terminal to test if your machine sees the phone connected to it (you should see a serial number printed after the command completes)
USHERROB said:
Either one will work, as long as you can run fastboot commands. I suggest booting the phone into Fastboot, then running the command "fastboot devices" in CMD or Terminal to test if your machine sees the phone connected to it (you should see a serial number printed after the command completes)
Click to expand...
Click to collapse
Thank you :3 got it work!! Used Linux and followed OP instructions. Using the fsociety theme :3
Sent from my Nexus 6 using Tapatalk
Awesome job!!!
I have a quick request tho, can you please make it compatible with Android M???
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
lol j/k
But yeah, I have a quick request, can you make another .bin with the default fastboot "skin" and unlocked icon??? But with the 2015 Google logo in B&W, pleeeeease???
Thank you!!!

[MOD] Custom Boot Logos

Hi folks, it's been a while since I've had my hand in mods and roms, but I just picked up a g7 and figured what better time to get back into it.
I have yet to root and unlock as I literally just got it, so I'm looking for a brave tester to see if this works, although I'm quite confident it will. Need unlocked bootloader to flash and adb/fastboot setup.
This is a boot logo of the sublime sun, one of my personal favorites. As long as I get confirmation this is working, I will take requests and create as I have the time to do so. One thing I may need to fix is the color of the logo as with older moto devices, I would have to flip the R and B source channels in the mixer to have colors display properly, so take this a your warning, although I will fix ASAP if this is the case.
To flash:
-Download attached logo.zip
-Unzip and move logo.bin to folder with adb/fastboot
-Put phone into fastboot mode
-Flash using command: fastboot flash logo logo.bin
Standard disclaimer: I take no responsibility for zombies eating your brain, white-walkers turning the world to an everlasting winter, or this mod causing your phone not to function. If you do run into an issue, feel free to post, and I will be happy to point you in the right direction for a fix.
s.dubs317 said:
Hi folks, it's been a while since I've had my hand in mods and roms, but I just picked up a g7 and figured what better time to get back into it.
I have yet to root and unlock as I literally just got it, so I'm looking for a brave tester to see if this works, although I'm quite confident it will. Need unlocked bootloader to flash and adb/fastboot setup.
This is a boot logo of the sublime sun, one of my personal favorites. As long as I get confirmation this is working, I will take requests and create as I have the time to do so. One thing I may need to fix is the color of the logo as with older moto devices, I would have to flip the R and B source channels in the mixer to have colors display properly, so take this a your warning, although I will fix ASAP if this is the case.
To flash:
-Download attached logo.zip
-Unzip and move logo.bin to folder with adb/fastboot
-Put phone into fastboot mode
-Flash using command: fastboot flash logo logo.bin
Standard disclaimer: I take no responsibility for zombies eating your brain, white-walkers turning the world to an everlasting winter, or this mod causing your phone not to function. If you do run into an issue, feel free to post, and I will be happy to point you in the right direction for a fix.
Click to expand...
Click to collapse
Flashed your logo but no picture on boot or maybe it is the Sublime Sun, black screen and N/A is visible. No issues. TY
LW
lowwater said:
Flashed your logo but no picture on boot or maybe it is the Sublime Sun, black screen and N/A is visible. No issues. TY
LW
Click to expand...
Click to collapse
Thanks for testing. I get anxious and need to know. Unlocked and rooted now so next one I post should work. More to come....
Sent from my moto g(7) using Tapatalk
Though it hasn't seen any recent updates, Motorola Boot Logo Maker appears to still work on the Moto G7.
https://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
I had bought the Amazon version of the device, unlocked the bootloader, and fastboot flashed the RETUS image found in the lolinet repo.
I wanted to replace Motorola's unlocked bootloader warning, which I managed with Motorola Boot Logo Maker:
1) I extracted the logo.bin found in the RETUS image I had flashed.
2) I imported the logo.bin into Motorola Boot Logo Maker
3) I replaced just the 3 images that showed the unlocked bootloader warning (there were 3 for some reason). -- FYI, the image should be relatively small, and properly proportioned because there is an obvious size limitation.
4) Saving it with the changes, it produced a zip file (which returned an error when I tried to flash it through TWRP).
5) After extracting the new logo.bin from the zip file, I was able to successfully flash it via my PC from my fastboot screen [fastboot flash logo logo.bin]
6) The first time I tried to restart the device, it got stuck on the 1st screen (the new image I had replaced Motorola's warning with). However after I shutdown the device completely by holding the power button, and started it back up it booted without any problems.
I haven't actually ever created boot animations, so if you put together something nifty I'd love to try it out.
TerrestrialHost said:
Though it hasn't seen any recent updates, Motorola Boot Logo Maker appears to still work on the Moto G7.
https://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
I had bought the Amazon version of the device, unlocked the bootloader, and fastboot flashed the RETUS image found in the lolinet repo.
I wanted to replace Motorola's unlocked bootloader warning, which I managed with Motorola Boot Logo Maker:
1) I extracted the logo.bin found in the RETUS image I had flashed.
2) I imported the logo.bin into Motorola Boot Logo Maker
3) I replaced just the 3 images that showed the unlocked bootloader warning (there were 3 for some reason). -- FYI, the image should be relatively small, and properly proportioned because there is an obvious size limitation.
4) Saving it with the changes, it produced a zip file (which returned an error when I tried to flash it through TWRP).
5) After extracting the new logo.bin from the zip file, I was able to successfully flash it via my PC from my fastboot screen [fastboot flash logo logo.bin]
6) The first time I tried to restart the device, it got stuck on the 1st screen (the new image I had replaced Motorola's warning with). However after I shutdown the device completely by holding the power button, and started it back up it booted without any problems.
I haven't actually ever created boot animations, so if you put together something nifty I'd love to try it out.
Click to expand...
Click to collapse
I bought my g7 through Project Fi. I use the RETAIL zip files. I followed your instructions for replacing the unlocked bootloader warning screen. In the logo.bin file, the image named "orange" was the one displayed when I booted my g7. I extracted the orange image, edited with png editor and then replaced the image in the logo.bin file. It worked great. There is an image named "logo_unlocked", but I don't see that image when I boot my phone.
Thank you for the link to the logo maker software. Very nice tool to have.
No bootlogo, just a black screen and N/A in the bottom left
Invalid Logo Bin
This comes back as an invalid logo.bin. If you flash it you get a black screen. It also changes graphic in your recovery.
doesn`t work for me, my moto g7 is tigco
cou94114 said:
I bought my g7 through Project Fi. I use the RETAIL zip files. I followed your instructions for replacing the unlocked bootloader warning screen. In the logo.bin file, the image named "orange" was the one displayed when I booted my g7. I extracted the orange image, edited with png editor and then replaced the image in the logo.bin file. It worked great. There is an image named "logo_unlocked", but I don't see that image when I boot my phone.
Thank you for the link to the logo maker software. Very nice tool to have.
Click to expand...
Click to collapse
All you need to do is install the Boot Animations for Superuser by JRummy Apps from the Google Play Store
It works on my Moto g7 with the default app settings
https://play.google.com/store/apps/details?id=com.jrummy.apps.boot.animations
Sent from my moto g(7) using XDA Labs
cou94114 said:
I bought my g7 through Project Fi. I use the RETAIL zip files. I followed your instructions for replacing the unlocked bootloader warning screen. In the logo.bin file, the image named "orange" was the one displayed when I booted my g7. I extracted the orange image, edited with png editor and then replaced the image in the logo.bin file. It worked great. There is an image named "logo_unlocked", but I don't see that image when I boot my phone.
Thank you for the link to the logo maker software. Very nice tool to have.
Click to expand...
Click to collapse
Hi!! anyway you could share the logo.bin you created for your G7??
I would really appreciate it bro

[LOGO][MOD] Motorola boot logo and Android 10 inspired bootloader

With the new release of Android 10 and custom ROMs making their way to our beloved Moto G5 Plus, I decided to create multiple boot logos that add the brand new "Powered by Android" text. On top of that, the bootloader now has a more modern, material feel to it! Don't worry about the annoying N/A text in the way. These logos hide it!
The Android version doesn't matter in this case. As long as you're rocking a Moto G5 Plus, you're all set. I wouldn't recommend flashing these on other devices, even if they are by Motorola. You can give it a shot but please don't complain about issues. You were forewarned. All of these boot logos have been tested on my personal device and work without issue.
How to install
Fastboot (.bin)
First, you need to boot into the bootloader (Power off then hold power and volume down)
Plug the phone to your computer
Put the boot logo file that you downloaded into your fastboot folder
Open up fastboot and type "fastboot devices" and make sure your phone shows up
If your phone shows up then type "fastboot flash logo logo.bin" (logo.bin should be changed to the newly downloaded .bin file. Ex: "motorola.bin"
If everything goes well, you can type "fastboot reboot"
Flashable (.zip)
Just flash it in the recovery. It's that easy!
Download
Logo download: http://bit.ly/MotoLogos10
The download includes a pack of all the boot logos. They are named according to their looks. Flashable zips and fastboot (.bin) files are both included in this pack. In case you have trouble with my naming scheme, you can check this list below. They are in the same order as the attachments so you can tell which is which!
m
motorola
g5plus
lenovo
colorm
moto
google
redlenovo
If you like my work, consider hitting the thanks button!
does it work on android 8 or just for android 10?
Erick_Summer said:
does it work on android 8 or just for android 10?
Click to expand...
Click to collapse
Android version doesn't matter. As long as you're flashing this on a Moto G5 Plus, it'll work
reCoded said:
Android version doesn't matter. As long as you're flashing this on a Moto G5 Plus, it'll work
Click to expand...
Click to collapse
Thanks
So we have to flash it like regular or we have to use that fastboot one
Priya/\/shu said:
So we have to flash it like regular or we have to use that fastboot one
Click to expand...
Click to collapse
You can use whichever method that suits you.
Both will give the same results.
The fastboot one might be for the users that don't have TWRP installed.
How do I restore the original one. I've noticed my phone taking too long to reboot, shut down and I don't know if it's related but when entering recovery it takes like dice minutes to enter rhe recovery menu
Thanks Man!!! Appreciate the new modern looking logo
Changelog 12/14/19
Seven brand new logos are now available in the pack!
motorola
g5plus
lenovo
colorm
moto
google
redlenovo
If anyone would like some ROM specific logos, I'd be willing to add them to the pack. The more the better!
Would you mind creating a HavocOS 3.0 styled variants?
Does flashing this removes 'this phone is unlocked visit some url' blah blah blah?
gmnabeel said:
Does flashing this removes 'this phone is unlocked visit some url' blah blah blah?
Click to expand...
Click to collapse
Yes, and that's why these logos exist. Try and have fun..
checksamir said:
Yes, and that's why these logos exist. Try and have fun..
Click to expand...
Click to collapse
I'm using one of the dark logo its great, but I want to remove it now can anyone tell me how to remove it and get back to that "NA text" again.
to get rid of N/A
It can't be match with screen resolution for nash?
Motorola Moto Z² Force.
reCoded said:
With the new release of Android 10 and custom ROMs making their way to our beloved Moto G5 Plus, I decided to create multiple boot logos that add the brand new "Powered by Android" text. On top of that, the bootloader now has a more modern, material feel to it! Don't worry about the annoying N/A text in the way. These logos hide it!
The Android version doesn't matter in this case. As long as you're rocking a Moto G5 Plus, you're all set. I wouldn't recommend flashing these on other devices, even if they are by Motorola. You can give it a shot but please don't complain about issues. You were forewarned. All of these boot logos have been tested on my personal device and work without issue.
How to install
Fastboot (.bin)
First, you need to boot into the bootloader (Power off then hold power and volume down)
Plug the phone to your computer
Put the boot logo file that you downloaded into your fastboot folder
Open up fastboot and type "fastboot devices" and make sure your phone shows up
If your phone shows up then type "fastboot flash logo logo.bin" (logo.bin should be changed to the newly downloaded .bin file. Ex: "motorola.bin"
If everything goes well, you can type "fastboot reboot"
Flashable (.zip)
Just flash it in the recovery. It's that easy!
Download
Logo download: http://bit.ly/MotoLogos10
The download includes a pack of all the boot logos. They are named according to their looks. Flashable zips and fastboot (.bin) files are both included in this pack. In case you have trouble with my naming scheme, you can check this list below. They are in the same order as the attachments so you can tell which is which!
m
motorola
g5plus
lenovo
colorm
moto
google
redlenovo
If you like my work, consider hitting the thanks button!
Click to expand...
Click to collapse
Dmmmm man iam very confused which one i should to choose!!!!!!all are amazing and beautiful
Could you made these fix on 1440x2560 ?

Categories

Resources