Hi,
I installed the Samsung S4 mini custom and then loaded MIUI ROM to my device.
Whenver, i start my phone i get the Samsung logo initially for few seconds.
how to remove the Samsung logo?
The boot logo is present here /system/media/images
Replace the bootlogo with other boot logo u like using root explorer!
Salman_nasu said:
The boot logo is present here /system/media/images
Replace the bootlogo with other boot logo u like using root explorer!
Click to expand...
Click to collapse
Thank you. :good:
I can see that file but not able to view the image.
Can we view the bootimage?
atturhari said:
I can see that file but not able to view the image.
Can we view the bootimage?
Click to expand...
Click to collapse
No u can't view as its in .bin format! customized boot logos are normally produced in .zip flahable format. Download the required boot logo flash it up via recovery! Press thanks button if i helped u
There is also no need to flash the .zip just extract it find the same .bin file in the zip and replace the one you want to change.
Sent from my Micromax A116 using XDA Premium 4 mobile app
Related
Note:
This is not bootanimation, this is the splash screen (the 'Lenovo' boot logo which is displayed when device is switched ON)
This is for Lenovo A6000 & A6000 Plus Only..
For other devices, please send me your splash.img so that I can create a tool for you too.
Requirements:
1. Rooted Lenovo A6000 or A6000 Plus (any ROM)
2. Optional: Terminal Emulator app or Custom Recovery or atleast working fastboot in computer
3. You're proceeding at your own risk.
STEPS to create splash.img:
Before proceeding, make sure fastboot is setup properly in your computer (just incase something goes wrong)..
1. Download & Extract this in computer: Lenovo_A6000_Splash_Maker.zip
2. Make sure you have a 720x1280 resolution picture.
3. Now rename your picture as logo.png or logo.jpg (according to its format) & replace it inside "pics" folder of the extracted folder.
(Similarly you can also change fastboot.png if you wish to change the picture of fastboot)
4. Finally, run the 'Create_Logo.bat' to create splash.img , which you can find inside the "output" folder.
STEPS to flash splash.img:
Optional: To backup your original splash.img:
Code:
dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash.img
(Not necessary though.. You may get it from the stock firmware itself.)
Now, Choose any one easy method:
a. To flash from recovery:
Transfer the flashable_splash.zip to your device and flash from TWRP or CWM or Philz or any other custom recovery.
b. To flash from Terminal Emulator:
Transfer the splash.img to your device's Internal Storage, Open Terminal Emulator & enter the following to flash it:
Code:
su
dd if=/sdcard/splash.img of=/dev/block/bootdevice/by-name/splash
c. To flash from Fastboot mode:
Code:
fastboot flash splash splash.img
Note:
Incase something goes wrong or device doesn't bootup, flash the stock splash.img from custom recovery or fastboot.
Credits:
1. @GokulNC (myself ) who wrote this script
2. @mshoaib7 who provided the stock splash.img of A6000
Hit the Thanks :good: button if it worked for you
You're welcome to post the splash images that you created..
Or check this thread for a huge collection of A6000 splash screens!!
Having problems flashing splash it says in the fastboot flashing okey but when i boot its my old splash img
JovanSijacki said:
Having problems:
On flashing splash, it says in the fastboot "flashing okey", but when i boot its my old splash img
Click to expand...
Click to collapse
Which one you changed?
splash.png or splash2.png ?
If splash.png, try changing both..
I don't know which splash is used where, since I don't own a Lenovo A6000..
I just created this.. Not even tested by anyone else..
@GokulNC
The_A6000_Splash_Maker works, but the splash screen image has incorrect colors.
I did it it works fine for me no color distortion
You just have to find a nice jpg to png coverter
sasukay said:
@GokulNC
The_A6000_Splash_Maker works, but the splash screen image has incorrect colors.
Click to expand...
Click to collapse
Try the updated zip file, and report if there are issues...
I guess you downloaded the old zip file..
I updated it like after an hour after creating this thread..
(Or was it the old one that worked right?
It's actually a confusion between bgr24 & rgb24 color formats.
I couldn't find which one, because the stock logo was black & white and there was no way I could decipher from that)
So I'm waiting for your reply
GokulNC said:
Try the updated zip file, and report if there are issues...
I guess you downloaded the old zip file..
I updated it like after an hour after creating this thread..
(Or was it the old one that worked right?
It's actually a confusion between bgr24 & rgb24 color formats.
I couldn't find which one, because the stock logo was black & white and there was no way I could decipher from that)
So I'm waiting for your reply
Click to expand...
Click to collapse
I used the new one. You could've figured that out with the time stamp in my post.
And btw, I think its due to some kind of problem in converting jpg to png. I just opened the 720x1280 jpg image in Paint and saved it as png
sasukay said:
I used the new one. You could've figured that out with the time stamp in my post.
And btw, I think its due to some kind of problem in converting jpg to png. I just opened the 720x1280 jpg image in Paint and saved it as png
Click to expand...
Click to collapse
And is it working now correctly??
BTW, your pic exactly has to be 720x1280.
Yours wasn't (Anyway, that doesn't have anything to do with color)
GokulNC said:
And is it working now correctly?? BTW, your pic exactly has to be 720x1280. Yours wasn't (Anyway, that doesn't have anything to do with color)
Click to expand...
Click to collapse
I used only the new one, which doesn't work for me. And, my image was in 720x1280 only
sasukay said:
I used only the new one, which doesn't work for me. And, my image was in 720x1280 only
Click to expand...
Click to collapse
Okay, I've updated the zip again (to the old one, ie, bgr24 color format)
Download & try it now..
It should work...
The latest one is working perfectly. Thanks again brother for making this tool
Sent from my Lenovo A6000 using XDA-Developers mobile app
One more thing splash.png is the boot logo and splash2.png is the bootloader image
Sent from my Lenovo A6000 using XDA-Developers mobile app
is there any to change logos using this for redmi note 3
Works perfectly using "bgr" format. I made a thread to share your custom splash screens HERE.
Please, share yours. Cuz, Sharing is Caring..
Here's mine -
mdnaveedb4u said:
is there any to change logos using this for redmi note 3
Click to expand...
Click to collapse
This is only for Lenovo A6000.
If you want a tool for Redmi Note 3, send me the splash.img (or boot logo wherever it's present) and I'll try to make a tool for your device if possible..
Use this command to dump the splash.img to your Internal Storage & send that to me:
Code:
su
dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash.img
GokulNC said:
This is only for Lenovo A6000.
If you want a tool for Redmi Note 3, send me the splash.img (or boot logo wherever it's present) and I'll try to make a tool for your device if possible..
Use this command to dump the splash.img to your Internal Storage & send that to me:
Code:
su
dd if=/dev/block/bootdevice/by-name/splash of=/sdcard/splash.img
Click to expand...
Click to collapse
Many Many thanks for your effor dear here is my splash.img which i have dumped using your command
Hope you post a tool as soon as possible thanks bro for all your effort this will help many redmi note 3 pro users
link
http://www.mediafire.com/download/e9cdlfwfkb0e9ru/splash.img
mdnaveedb4u said:
Many Many thanks for your effor dear here is my splash.img which i have dumped using your command
Hope you post a tool as soon as possible thanks bro for all your effort this will help many redmi note 3 pro users
link
http://www.mediafire.com/download/e9cdlfwfkb0e9ru/splash.img
Click to expand...
Click to collapse
Okay..... I just tried something for Redmi Note 3, seems it'll work..
This is the picture I temporarily used: http://androidwalls.org/wp-content/...pers-for-android-1080x1920-jack-o-lantern.jpg
Download these two files:
test1.img
test2.img
Before proceeding, make sure fastboot is setup & working properly in computer..
Now flash test1.img by:
Code:
dd if=/sdcard/test1.img of=/dev/block/bootdevice/by-name/splash
Now reboot & see if it has changed....
(If device doesn't boot, just flash the original splash.img you sent me from fastboot by: 'fastboot flash splash splash.img')
Then flash test2.img by:
Code:
dd if=/sdcard/test2.img of=/dev/block/bootdevice/by-name/splash
Again reboot & see if it has changed....
(If device doesn't boot, just flash the original splash.img you sent me from fastboot by: 'fastboot flash splash splash.img')
If they're working, try the below one:
test3.img
Flash it similarly.. I guess this one won't work & you'll have to flash the original splash.img
Sorry for this many test images, I just want to ensure how it's processed in your device for safety..
MANY MANY of the effort i have tested all three images all are same cynogenmod no new logo.. all are booting properly but logos are not changed please i highly appreciate your effort thanks once again hope you find a solution soon
mdnaveedb4u said:
MANY MANY of the effort i have tested all three images all are same cynogenmod no new logo.. all are booting properly but logos are not changed.
Click to expand...
Click to collapse
Thanks.. It seems that one was fastboot or download mode image which I changed (maybe)..
OK, here's a new try.. This one should definitely work..
Download Link
Try all the test1, test2 & test3 .img files as I said above & tell me which .img are working...
(Make sure fastboot is setup & if device doesn't bootup, do as I said above)
If an .img file is working, before proceeding to flash next test#.img, boot into fastboot mode in device & see if the picture there is displayed properly..
If fastboot doesn't work in device, don't proceed further.. Just flash the original splash.img you provided me, & send a reply about what happened..
Can i flas it via flashify or via custom recovery
Sent from my Lenovo A6000s using XDA Free mobile app
When I changed time my phone boot logo.
Flashed Redmi Note 3 boot logo flashable.Zip
After
Logo is Crack.
Now Phone Start time showed a small duck logo.
But its not good.
I need restored mi boot logo.
Can anyone make a mi restored boot logo's flashable.Zip
Plz,,,
mdnazmul.i404 said:
When I changed time my phone boot logo.
Flashed Redmi Note 3 boot logo flashable.Zip
After
Logo is Crack.
Now Phone Start time showed a small duck logo.
But its not good.
I need restored mi boot logo.
Can anyone make a mi restored boot logo's flashable.Zip
Plz,,,
Click to expand...
Click to collapse
The steps as below.
1. Download the boot animation for MIUI website (search from Google is much more faster) and download the bootanimation.zip file.
2. Open Root Browser (or your file manager) app and once inside, locate your original boot animation file (bootanimation.zip) in /system/media.
3. Long-press the file, choose Rename and name it to bootanimation.zip1.
4. Next, browse to the custom boot animation that you want to switch to, copy the zip file to /system/media. Long-press, choose Permission.
5. Tick the boxes as shown in the screenshot below, and press OK. After that, rename the file to bootanimation.zip, if the zip file name is different.
Note: You have to make sure that the file name is correct (bootanimation.zip) for the system to recognize your boot animation, and boot properly.
6. Now you should be able to see two zip files, one, bootanimation.zip (new file) and the other is bootanimation.zip1 (original).
Note: If you ever want to switch back to your original boot animation, delete the current bootanimation.zip and rename the original file back to bootanimation.zip (from bootanimation.zip1).
7. Reboot the device and you will be able to see your new custom boot animation!
milogen said:
The steps as below.
1. Download the boot animation for MIUI website (search from Google is much more faster) and download the bootanimation.zip file.
2. Open Root Browser (or your file manager) app and once inside, locate your original boot animation file (bootanimation.zip) in /system/media.
3. Long-press the file, choose Rename and name it to bootanimation.zip1.
4. Next, browse to the custom boot animation that you want to switch to, copy the zip file to /system/media. Long-press, choose Permission.
5. Tick the boxes as shown in the screenshot below, and press OK. After that, rename the file to bootanimation.zip, if the zip file name is different.
Note: You have to make sure that the file name is correct (bootanimation.zip) for the system to recognize your boot animation, and boot properly.
6. Now you should be able to see two zip files, one, bootanimation.zip (new file) and the other is bootanimation.zip1 (original).
Note: If you ever want to switch back to your original boot animation, delete the current bootanimation.zip and rename the original file back to bootanimation.zip (from bootanimation.zip1).
7. Reboot the device and you will be able to see your new custom boot animation!
Click to expand...
Click to collapse
Thanks your info,
your method work are boot animation but my problem are mi (splash) boot logo.
Whatever After flashed miui rom.
Solved the problem
mdnazmul.i404 said:
Thanks your info,
your method work are boot animation but my problem are mi (splash) boot logo.
Whatever After flashed miui rom.
Solved the problem
Click to expand...
Click to collapse
i see, i thought i already include it in step 1, my bad i never provide the mi splash logo thread link.
milogen said:
i see, i thought i already include it in step 1, my bad i never provide the mi splash logo thread link.
Click to expand...
Click to collapse
Ooh!
mdnazmul.i404 said:
When I changed time my phone boot logo.
Flashed Redmi Note 3 boot logo flashable.Zip
After
Logo is Crack.
Now Phone Start time showed a small duck logo.
But its not good.
I need restored mi boot logo.
Can anyone make a mi restored boot logo's flashable.Zip
Plz,,,
Click to expand...
Click to collapse
Here is the link to splash.img of redmi note 4 SD variant https://drive.google.com/open?id=0BzCmvje6tUxFTHJjdjU1ekZxUmM
and i hope u know the procedure to flash the splash
fastboot flash splash splash.img
Please press thank button if i helped u
I am rooted.HOW DO I CHANGE BOOT ANIMATION IN HONOR 8 FRD-L02?I tried flashing boot animation zip files...But still stock animation remains....
EMUI 5.0.1
put bootanimation to /product/etc/media/
PS: this for EMUI rom
blackbuffalo said:
put bootanimation to /product/etc/media/
PS: this for EMUI rom
Click to expand...
Click to collapse
I do the same thing but it cant help
Ia there any need to delete the stock boot animation zip?
Laddu_ss said:
I do the same thing but it cant help
Ia there any need to delete the stock boot animation zip?
Click to expand...
Click to collapse
Just rename old boot animation then put new into this.
Notice, name of new boot animation must same with old one
blackbuffalo said:
Just rename old boot animation then put new into this.
Notice, name of new boot animation must same with old one
Click to expand...
Click to collapse
I've deleted the stock bootanimation.zip ang put the new one at the same place without rename it, its worked fine.(FRD-L02)
It seems installed a bad boot image for the ZTE K88 and it won't boot.
How can I fix this? Can someone send me the stock boot img?
ev1lchris said:
It seems installed a bad boot image for the ZTE K88 and it won't boot.
How can I fix this? Can someone send me the stock boot img?
Click to expand...
Click to collapse
use cmd.exe to run the tool ...extract zip file with 7zip twice to get flashable zip; (if) u have custom recovery.
it will surely help you
Sagit Logo Generator for Xiaomi Mi Pad 4 (clover)
Download: here
How to use (Windows)
1. Download this project and goto GenLogo folder.
2. Edit these 4 image files, do not change filename or format.
3. Run GenLogo.exe and you get logo_new.img.
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to use (Linux&Unix)
1. Download this project and goto GenLogo folder.
2. Edit these 4 image files, do not change filename or format.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img in official fastboot ROM.
Source: https://github.com/moonheart/sagit-logo-gen/tree/MIPAD4_clover
Thanks @huhu2207 for advice (binwalker).
Thumb up.
Which image should I change if I want to change only the splash screen?
I am still confuse with this mod. Why do I have to change 4 images?
This mod is for splash screen right? Or maybe I am wrong?
I want to know someone successfully using TWRP flash? Because it supports IMG files!
addro said:
I want to know someone successfully using TWRP flash? Because it supports IMG files!
Click to expand...
Click to collapse
Do you know which image to change? There are 4 images.
I want to change only the splash screen. So I only need to change 1 picture, but which one? Is it picture number 3?
dyingbread said:
Do you know which image to change? There are 4 images.
I want to change only the splash screen. So I only need to change 1 picture, but which one? Is it picture number 3?
Click to expand...
Click to collapse
Please be careful that I have failed! I have lost the splash screen.:crying:
addro said:
Please be careful that I have failed! I have lost the splash screen.:crying:
Click to expand...
Click to collapse
What? How did that happen?
Btw you could easly fix that by flashing default logo.img
What picture did you change?
dyingbread said:
What? How did that happen?
Btw you could easly fix that by flashing default logo.img
What picture did you change?
Click to expand...
Click to collapse
I just changed the 03 picture,size 1080X1920.BMP, No other changes to the picture!
addro said:
I just changed the 03 picture,size 1080X1920.BMP, No other changes to the picture!
Click to expand...
Click to collapse
How did you flash the new logo.img? Via twrp or fastboot?
dyingbread said:
How did you flash the new logo.img? Via twrp or fastboot?
Click to expand...
Click to collapse
I use fastboot.
The first time I used this program --> ( https://forum.xda-developers.com/mi-max/themes/guide-to-change-mi-boot-logo-unlocked-t3662117 ) did not change! But it works in my Xiaomi Mi Max!
The second time I used (moonheartmoon) this method was unsuccessful and lost the boot logo! I don't know if it is just a matter of replacing the 03 picture?
I don't know what to do now, can return to the boot logo.
addro said:
I use fastboot.
The first time I used this program --> ( https://forum.xda-developers.com/mi-max/themes/guide-to-change-mi-boot-logo-unlocked-t3662117 ) did not change! But it works in my Xiaomi Mi Max!
The second time I used (moonheartmoon) this method was unsuccessful and lost the boot logo! I don't know if it is just a matter of replacing the 03 picture?
I don't know what to do now, can return to the boot logo.
Click to expand...
Click to collapse
Your device can boot normally right? Just don't have a splash screen. Flash stock logo.img and and your splash screen should be back. You can get stock logo.img from official fastboot rom. Or if you want I can send you the logo img. It's just 3 MB.
dyingbread said:
Your device can boot normally right? Just don't have a splash screen. Flash stock logo.img and and your splash screen should be back. You can get stock logo.img from official fastboot rom. Or if you want I can send you the logo img. It's just 3 MB.
Click to expand...
Click to collapse
Don't give it to me, my stock MIUI ROM everything goes back to normal! You also don't want stock splash screen! Maybe this is only MIUI10 Flash stock!
I have a link, you can refer to it! --> https://xiaomi.eu/community/threads...-image-and-fastboot-image-for-mi-pad-4.47466/
addro said:
Don't give it to me, my stock MIUI ROM everything goes back to normal! You also don't want stock splash screen! Maybe this is only MIUI10 Flash stock!
I have a link, you can refer to it! --> https://xiaomi.eu/community/threads...-image-and-fastboot-image-for-mi-pad-4.47466/
Click to expand...
Click to collapse
I tried with that tool you gave me but still splash screen is gone. Someone who shared that tool in xiaomi.eu forum said that it works but not for me.
Splash screen doesn't have anything to do with ROM. If it works with MIUI it should works with any ROMs.
Have you tried this tool? It works for me on my Mi Pad 4 Plus.
meiser said:
Have you tried this tool? It works for me on my Mi Pad 4 Plus.
Click to expand...
Click to collapse
Do you use miui recovery fastboot?
What do you mean? I use the official fastboot binary.
So I just tried again with moonheartmoon's tool from OP without changing anything. It works, the splash screen is changed to picture no 3 (mi logo with scribble on it).
But when I change picture no 3 with my desired logo it's not working. My picture file type is bmp but it's not working. Is there any special method to make this bmp file?
EDIT: The problem is my picture file size, it's too big. Max picture file size is 2 MB. Bigger than that your splash screen will be gone and shows some warning about bootloader unlocked when booting up.
moonheartmoon's tool is working good for clover. There should be a warning about file size in OP though. Well whatever this tool works, just make sure picture file size is not to big. Thanks
meiser said:
What do you mean? I use the official fastboot binary.
Click to expand...
Click to collapse
You are using MIUI ROM ?