[Q] what is inside of logo.bin? - Android Themes

Hey Developers I hope someone this is a question someone can help me with.
I have the stock logo.bin from my stock installation and I want to know how can I make this custom. I know there is a part for the splash image=
startup.bmp
battery.bmp
low_battery.bmp
bootanimation.zip
shutanimation.zip (I hope my logo.bin have one)
Something for the off screen (while charging with the tablet off)
charge animation (recovery said something like uboot/charge)
Well I'm attaching the logo.bin original file I have and I hope one of you devs can help this designer sending me back the logo.bin files zipped for me to chek on them and probably make a new logo.bin with my custom images.
Thanks mates I hope you can help me with.

anyone?
BTW here is my logo.bin
http://gusduenas.leftandrightsolutions.com/logo.bin

gusduenas said:
BTW here is my logo.bin
http://gusduenas.leftandrightsolutions.com/logo.bin
Click to expand...
Click to collapse
this logo.bin if from which phone's stock rom?

Related

Help - need a signed boot image

Hi all,
I'm getting stuck in fastboot after trying to flash a logo to replace the bootloader warning image (stupidly flashed a logo.bin instead of a a bmp).
I think if I flash a signed boot image I should be ok?
Thanks for the help...
BigCon said:
Hi all,
I'm getting stuck in fastboot after trying to flash a logo to replace the bootloader warning image (stupidly flashed a logo.bin instead of a a bmp).
I think if I flash a signed boot image I should be ok?
Thanks for the help...
Click to expand...
Click to collapse
Found one - sorted now.
I've attached it in case anyone needs it (this is from my razr i - bootloader unlocked and rooted, GB rom)...
How to ?
BigCon said:
Found one - sorted now.
I've attached it in case anyone needs it (this is from my razr i - bootloader unlocked and rooted, GB rom)...
Click to expand...
Click to collapse
I've tried to flash this image with fastboot and with recovery, but it does not works, is there any other way to flash it ?

Stupid bootloader warning even after logo.bin flash

So guys, a few time ago I asked about how to remove that warning message when you unlock the bootloader. Now I have flashed a new logo.bin and still get it.
Here is what I did:
-reflashed the ENTIRE system (from system to modem)
-cleared the clogo
-flashed a new logo
But still get that message. What I have missed?
clogo and logo are 2 different things.
clogo will be a .bmp and is used for locked bootloaders
logo will be a .bin and is used for unlocked bootloaders
You will need to flash the .bin file
mfastboot flash logo "logo.bin"
Renan Lazarotto said:
So guys, a few time ago I asked about how to remove that warning message when you unlock the bootloader. Now I have flashed a new logo.bin and still get it.
Here is what I did:
-reflashed the ENTIRE system (from system to modem)
-cleared the clogo
-flashed a new logo
But still get that message. What I have missed?
Click to expand...
Click to collapse
JJHunterx said:
clogo and logo are 2 different things.
clogo will be a .bmp and is used for locked bootloaders
logo will be a .bin and is used for unlocked bootloaders
You will need to flash the .bin file
mfastboot flash logo "logo.bin"
Click to expand...
Click to collapse
And if you just flash the logo.bin file from the factory images, it will still show the warning screen. You have to flash a logo that has been altered to remove the warning.
If you have 4.4 or 4.4.2 on your phone, to make your own LOGO.BIN, see the tips in This Post and use carock's script
If you have 4.2.2 on your phone still, the LOGO.BIN was a slightly different format.
NOTE: try and use mFastboot (moto's customized fastboot), rather than the Fastboot that comes with ADB/Android PlatformToolkit.
Make sure you battery is charged over 80%
KidJoe said:
If you have 4.4 or 4.4.2 on your phone, to make your own LOGO.BIN, see the tips in [URL=" Post[/URL] and use [URL=" script[/URL]
If you have 4.2.2 on your phone still, the LOGO.BIN was a slightly different format.
NOTE: try and use mFastboot (moto's customized fastboot), rather than the Fastboot that comes with ADB/Android PlatformToolkit.
Make sure you battery is charged over 80%
Click to expand...
Click to collapse
Downloaded a different logo.bin, flashed it using mfastboot and now that stupid message is gone.
Thanks to you all.

Please help! Imp :(

I have rooted my moto g 2014 and installed a ROM on it. But since i have installed certain ROM on my phone my wifi isnt working properly. Whenever my phone screen turns off, the wifi automatically turns off! I have tried modifying every wifi setting there is, but to no avail! please WIFI working properly is very important for me.
I ask for
1) Give a proper solution if anybody has one. I wouldn't mind completely erasing the data there is as i have tried changing the ROMs many times
2) give me certain links which helps me unroot my phone and bring it back to stock form with lollipop installed, as it worked perfectly earlier. Thank you!
Are you on a kitkat bootloader or modem in a llolipop rom then updrade
Wifi Advance settings in the dotted menu change keep WiFi on during sleep
Also try a double factory reset
I had Lollipop installed on my phone when i rooted my fone. Though it comes with kitkat out of the box. I have factory reset it every time i install a new ROM. Do you think a back to back reset can help?
Try to flash full stock 5.0.2 again
well do i have to unroot the device for that or just install the ROM again? and please can you give me a link. i cant seem to find one!
ashisharma1706 said:
well do i have to unroot the device for that or just install the ROM again? and please can you give me a link. i cant seem to find one!
Click to expand...
Click to collapse
All Moto G-stock roms: http://www.filefactory.com/folder/c6cdedc45a775d27/?sort=created&order=DESC&show=25&page=1
Choose your rom and use following comands:
Code:
mfastboot.exe flash partition gpt.bin
mfastboot.exe flash motoboot motoboot.img
mfastboot.exe flash logo logo.bin
mfastboot.exe flash boot boot.img
mfastboot.exe flash recovery recovery.img
mfastboot.exe flash system system.img_sparsechunk.0
mfastboot.exe flash system system.img_sparsechunk.1
mfastboot.exe flash system system.img_sparsechunk.2
mfastboot.exe flash system system.img_sparsechunk.3
mfastboot.exe flash system system.img_sparsechunk.4
mfastboot.exe flash modem NON-HLOS.bin
mfastboot.exe erase modemst1
mfastboot.exe erase modemst2
mfastboot.exe flash fsg fsg.mbn
mfastboot.exe erase cache
mfastboot.exe erase userdata
If you´re using Minimal ADB & Fastboot the comands will start like
Code:
fastboot flash partition gpt.bin
fastboot flash motoboot motoboot.img
......
and so on.
Thank You so much for your reply, but I dont want to brick my phone i cannot choose which file to pick from the website you provided me with. I have XT1068 ( Indian Model) with 4.4.4 out of the box.! this would be the last thing you'de have to help me with.
is it RETAILDSDSALL_XT1068_5.0.2_LXB22.99-16_cid7_CFC.xml.zip or RETBR_XT1068_5.0.2_LXB22.46-28_cid12_CFC.xml.zip or RETAILDSDSALL_XT1068_5.0.2_LXB22.46-28_cid7_CFC.xml.zip or some else? too many files to choose from and i have minimal or no experience in doing so! help would be greatly appreciated
This guide will help you return to stock lollipop...Easily :fingers-crossed:
http://forum.xda-developers.com/moto-g-2014/general/official-stock-firmware-5-0-2-lxb22-46-t3019612
The same problem is one I have with stock lollipop. Despite Wlan set to always on, my Moto G 2014 xt 1068 german gets disconnected from Wlan if screen goes off.
Hope it works for you. But maybe 4.4.4 could be a better choice.
It was working perfectly on stock 5.0.2. But after rooting the problem has risen. Maybe i'd root again with everything clean could help? but im willing to take that workload only if can give me good results! so dont know what to do right now!
Try installing a different kernel. Maybe this one ...
http://forum.xda-developers.com/moto-g-2014/development/kernel-spirit-kernel-titan-t3056091
The spirit kernel is not suitable for stock roms.
ashisharma1706 said:
is it RETAILDSDSALL_XT1068_5.0.2_LXB22.99-16_cid7_CFC.xml.zip or RETBR_XT1068_5.0.2_LXB22.46-28_cid12_CFC.xml.zip or RETAILDSDSALL_XT1068_5.0.2_LXB22.46-28_cid7_CFC.xml.zip or some else? too many files to choose from and i have minimal or no experience in doing so! help would be greatly appreciated
Click to expand...
Click to collapse
I'll check this out when I'm at home. RETBR is Great Britain I believe, it should be one of the DSDSALL files. I give you an answer later and you can be sure, that it works with a minimum risk.
There are also tools, to get back to stock so you don't have to copy/paste the commands if you don't want to.
Sent from my XT1068 using XDA Free mobile app
will wait for your reply. thank you so much
You need the 5.0.2 XT1068 Retaildsdsall - Version (Global version). There are two different files:
LXB22.46-28 version 22.21.28 from Jan 6th
LXB22.99-16 version 22.41.16 from Feb 25th.
So I would choose the newer one which can be found here: http://www.filefactory.com/file/169q6swzvbzb/RETAILDSDSALL_XT1068_5.0.2_LXB22.99-16_cid7_CFC.xml.zip
Download and unzip this firmware,if you use mfastboot in the mfastbootfolder, if you use Minimal ADB and Fastboot unzip it in that folder where Minimal ADB and Fastboot resists. Than run the commands I´ve given you in the post in this thread before: http://forum.xda-developers.com/showpost.php?p=60887408&postcount=6.
As @stevalder wrote this thread may help you: http://forum.xda-developers.com/moto-g-2014/general/official-stock-firmware-5-0-2-lxb22-46-t3019612 .It contains an easy installer for stock rom,so you don´t have to copy/paste all the commands if you don´t like to.
Hope I could help you.
Wolfcity said:
You need the 5.0.2 XT1068 Retaildsdsall - Version (Global version). There are two different files:
LXB22.46-28 version 22.21.28 from Jan 6th
LXB22.99-16 version 22.41.16 from Feb 25th.
So I would choose the newer one which can be found here: http://www.filefactory.com/file/169q6swzvbzb/RETAILDSDSALL_XT1068_5.0.2_LXB22.99-16_cid7_CFC.xml.zip
Download and unzip this firmware,if you use mfastboot in the mfastbootfolder, if you use Minimal ADB and Fastboot unzip it in that folder where Minimal ADB and Fastboot resists. Than run the commands I´ve given you in the post in this thread before: http://forum.xda-developers.com/showpost.php?p=60887408&postcount=6.
As @stevalder wrote this thread may help you: http://forum.xda-developers.com/moto-g-2014/general/official-stock-firmware-5-0-2-lxb22-46-t3019612 .It contains an easy installer for stock rom,so you don´t have to copy/paste all the commands if you don´t like to.
Hope I could help you.
Click to expand...
Click to collapse
Thank you for the information. Really appreciate it. Solves all my queries for now. Hope the wifi bug gets removed now! :laugh:

need logo.bin to make flashable boot logos

somone asked me to make a boot logo for jeter but own a E5+ and i need stock logo.bin from stock FW can u guys sen me one so i can make yall some flashable logos
Here is the logo.bin from the 104-92-2 USA Retail OTA.
And here is a test logo I did using a boot logo from this thread here:
https://forum.xda-developers.com/g5/themes/motorola-boot-logo-n-removed-t3663735
AngryManMLS said:
And here is a test logo I did using a boot logo from this thread here:
https://forum.xda-developers.com/g5/themes/motorola-boot-logo-n-removed-t3663735
Click to expand...
Click to collapse
thanks but i already have a logo.bin from telegram and will have logo in morning for g6 play

"moto g7 play bootlogo mods new oct 06"

ARE YOU TIRED OF THE SAME OLD N/A DISPLAYING ON EVERY BOOT UP ?
HERE IS THE SOLUTION FOR YOU !!!
used the Motorola Bootlogo Creator
@caitsith2
link to dev XDA Post
https://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
GDRIVE LINK Post
https://drive.google.com/open?id=18JjxmlOXWa8cTxsBKdsuKDhz0j8Bwi7q ​
Hello , ive created a few bootlogos to hide the nasty N/A text upon booting our phones when I have more time will post more
- enjoy
follow me on instagram
https:\\instagram.com/6y.am
-
Thank for making these. I have made a boot animation for the white moto logo that just displays it continuously.
Here's some more logos for anyone that wants them. Extract and flash them with fastboot. These do not cover the N/A, they do get rid of the black screen on boot though.
Code:
fastboot flash logo_a logo.bin
fastboot flash logo_b logo.bin
Edit: Added Moto Moon logo.
Spaceminer said:
Here's some more logos for anyone that wants them. Extract and flash them with fastboot. These do not cover the N/A, they do get rid of the black screen on boot though.
Code:
fastboot flash logo_a logo.bin
fastboot flash logo_b logo.bin
Click to expand...
Click to collapse
Could we make a light lineageOS one? and also a matching boot animation? that'd be cool
00p513 said:
Thank for making these. I have made a boot animation for the white moto logo that just displays it continuously.
Click to expand...
Click to collapse
This is an old thread, but this might benefit anyone making a boot animation. My first animation attempt stuck on the bootlogo until the system booted. That's because I used compression when I zipped the files. The files need to be uncompressed, or zipped as storage. I don't use windows so I don't know how there, but on Linux I use "zip", it's in the repository. Then for example:
Code:
zip -0 bootanimation.zip part0/* part1/* desc.txt
I hope this helps.

Categories

Resources