[Boot Logo][Flashable] Android 6.0 Marshmallow - E 2015 Themes and Apps

Hii guys .. here am created boot logo of android marshmallow for Moto E 2015 ​
Instructions:
1.Download the flashable zip file from the link
2.copy that into sdcard/internal storage
3.reboot to recovery
4.flash the zip file
5.Reboot your device
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Downloads: http://d-h.st/7rgz

No new logo after the flash zip, I installed the new logo via fastboot.
Thanks for logo
Device XT1524

Flashable zip is not working bro.

entony80 said:
No new logo after the flash zip, I installed the new logo via fastboot.
Thanks for logo
Device XT1524
Click to expand...
Click to collapse
your most welcome bro.

adrianocolvero said:
Flashable zip is not working bro.
Click to expand...
Click to collapse
extract zip flash logo.bin via cmd give this command "mfastboot flash logo logo.bin"

not show the battery charge

Wmods said:
not show the battery charge
Click to expand...
Click to collapse
this one is boot logo :/

[email protected] said:
this one is boot logo :/
Click to expand...
Click to collapse
But when my XT1514 is with bootlogo, not show loading of the appliance, show a black screen

Thanks,
zip not working for me in recovery,
but "fastboot flash logo logo.bin" does

Wmods said:
But when my XT1514 is with bootlogo, not show loading of the appliance, show a black screen
Click to expand...
Click to collapse
Use mfastboot
Type this command: mfastboot flash logo logo.bin

Karlmadur said:
Thanks,
zip not working for me in recovery,
but "fastboot flash logo logo.bin" does
Click to expand...
Click to collapse
I will fix zip soon binary issue.

looks too much like the Monero logo hahahha
Google it
Old font too eh ?

Recovery flashable zip worked for me.

Related

Boot logo

Does anyone know where the boot logo and animation is located
gentoo22 said:
Does anyone know where the boot logo and animation is located
Click to expand...
Click to collapse
not sure where but i did come across it many times.
Just instal Astro onto your device, and browse the root of the device and you will come across a BootAnimation.zip. Inside contains the png's for the animation.
the boot logo (non animated) is stored on splash1.
Here it is:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The animation is stored in /system/media/bootanimation.zip. Its a series of images in a zip file.
You can get it by using the command:
Code:
adb pull /system/media/bootanimation.zip C:/bootanimation.zip
system\media\bootanimation.zip
do a adb pull /system/media/bootanimation.zip xxx.zip and unzip.
You'll see the 2 sets of PNGs.
seraph1024 said:
system\media\bootanimation.zip
do a adb pull /system/media/bootanimation.zip xxx.zip and unzip.
You'll see the 2 sets of PNGs.
Click to expand...
Click to collapse
I always use / and have had no problems
melterx12 said:
I always use / and have had no problems
Click to expand...
Click to collapse
sorry about \ I mean to say /
adb pull system/media/bootanimation.zip bootanimation.zip
I just did that.
and how do i get the splash image
or how to flash a new one
i tried fastboot flash splash1 image...
created with a g1 tool for that but doesnt work
blablub334 said:
or how to flash a new one
i tried fastboot flash splash1 image...
created with a g1 tool for that but doesnt work
Click to expand...
Click to collapse
splash1 partition is locked for obvious reason.
seraph1024 said:
splash1 partition is locked for obvious reason.
Click to expand...
Click to collapse
What are the permissions for bootanimation.zip if they were left open to non root then this may-b a way to get root with unlocking the bootloader. This would be the same approach that was used to root the behold 2 where the "try3" file was renamed to play_logo . play_logo then was used to root and after root was opened it would make play_logo_real play which was the boot animation. I may be wrong but couldnt this be a possibility. Thanks.
how is it possible to unlock splash1 and safe the old picture
and then flash a new one
Made an extremely simple quick bacon boot-"animation". Just a static bacon image, but looks kinda cool...
http://karlerik.mine.nu:88/android/baconboot.zip
Might try to add some animation later...
|<

INVERTED! Some new custom logos (requested by people in several posts)

Hey guys, it's me. Facuarmo, again! I know you almost see me even in the soup . But I'm here to bring you something nice that I've just made (and tested) for our devices.
I've made a custom bootlogo in black background and a totally inverted one (manually made: inverted 'Moto' logo first, then inverted 'powered by android' and filled the white background with solid black colour to prevent aliasing).
Black background: logo.zip
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Totally inverted: logo_inverted.zip
How to flash?
From recovery:
- Download logo.zip or logo_inverted.zip
- Put in phone and flash like any ROM.
From PC:
- Download logo.zip or logo_inverted.zip
- Download and install Motorola's USB Drivers: http://www.motorola.com/getmdmwin (Windows) or http://www.motorola.com/getmdmmac (Mac), if on Linux no drivers are required, just install fastboot and you're good to go.
- Download and install fastboot ( https://forum.xda-developers.com/showthread.php?t=2588979 ) or enable platform tools from Android SDK Manager.
- Unpack the .zip file you've downloaded.
- Open a Terminal (Linux / Mac) or CMD (Windows), point your terminal to the folder that you've unpacked the .zip file, then type:
Code:
fastboot flash logo logo.bin
Once done, type:
Code:
fastboot reboot
And you're good to go. Enjoy your new boot logo .
Wanna do one by yourself?
Check this: https://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
Which device to pick?
None, just open the logo.bin file, make changes and save. Hope you want to share your creations here, in this thread or in your own. But, please, give me the link, I love those customized boot logos .
Ask for any other logo if you want, I'll try doing my best :highfive:.
Krewella custom Logo. Nope, I'm not an artist. That aliasing!
Download from the attached .ZIP file.
love that stock inverted one!!
hp420 said:
love that stock inverted one!!
Click to expand...
Click to collapse
I'm glad you liked it. I hope you are enjoying my logo :^).
logo bin th iron man and wallpaper , flash via cmd fastboot flash logo iron.bin
download>
https://drive.google.com/open?id=0Bw3SUWoN52MqVUJqOWRFOFNaa00
New Motorola logo. Unzip and flash via CMD

[Recovery] TWRP 3.1.1-0 for Elephone S3

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Oh come on, you know what it is - don't try to fool me!
In case you're serious, though...
Team Win Recovery Project is a custom recovery for Android devices.
It allows you to back up and restore your data, flash custom ROMs to your device, repair broken file systems, and root your device.
Download:
See " Attached Files"
Install:
Download zip file from above
Unzip the file
Download and install SP Flash Tools
Run SP Flash Tools and load scatter (Use the 'Modded' scatter if you want to install this recovery on a enlarged system partition.)
Press first the 'Download' button, before you connect the device with your pc
Reboot device
Remarks:
It is not possible to boot into recovery by holding some specific keys. You need to use ADB with the command: "adb reboot recovery".
Source code:
TWRP: https://github.com/omnirom/android_bootable_recovery/
Device Tree: https://github.com/Waterboy1602/Android_Device_Tree_Elephone_S3
Hey,
I installed this and the screen becomes irresponsive when I open TWRP. Any ideas?
skytig3r said:
Hey,
I installed this and the screen becomes irresponsive when I open TWRP. Any ideas?
Click to expand...
Click to collapse
I have no idea why it doens't work by you. Could you maybe give me a last_ksmg after you booted into the recovery?
waterboy1602 said:
I have no idea why it doens't work by you. Could you maybe give me a last_ksmg after you booted into the recovery?
Click to expand...
Click to collapse
Hey! Thanks for answering. I don't have it right now but on the weekend I'll be back and post it here.
skytig3r said:
Hey! Thanks for answering. I don't have it right now but on the weekend I'll be back and post it here.
Click to expand...
Click to collapse
I'm sorry for my late answer, but I fixed the problem. Now should your touch work
waterboy1602 said:
I'm sorry for my late answer, but I fixed the problem. Now should your touch work
Click to expand...
Click to collapse
hey! sry, it isn't my phone and I haven't been working on it lately, but now that you say it I'll try again thanks!

Stuck in bootloader fastboot after tried to root android 11, how to fix it? please help

i tried to flash stock rom RMX1971EX_11_OTA_0110 flash system.img, boot.img, vendor.img, vbmeta.img and still keep going back to fastboot, usually its work. Now just stuck in fastboot or stuck in realme logo, no recovery, system, nothing. help how do i fix this?
Have you fixed the problem? I have had the same problem. I had installed in my phone Android 11 and I was trying to flash RMX1971EX_11_OTA_0110. Rihht now nothing works. Just realme logo and after that reboot again and again.
Have you fixed the problem? I have had the same problem.
hoczzx112 said:
Have you fixed the problem? I have had the same problem.
Click to expand...
Click to collapse
yes. Use this:
RMX1971EX_11_F.03 - Google Drive
drive.google.com
softrobot said:
yes. Use this:
RMX1971EX_11_F.03 - Google Drive
drive.google.com
Click to expand...
Click to collapse
thank you so much but it is not working for me. do you have file realme Q zip or ozip F.03? please help me
hoczzx112 said:
thank you so much but it is not working for me. do you have file realme Q zip or ozip F.03? please help me
Click to expand...
Click to collapse
Did you flash all the img files? I did that and It worked. I didnt use any other files.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i don't know.huhuhuhuh
softrobot said:
yes. Use this:
RMX1971EX_11_F.03 - Google Drive
drive.google.com
Click to expand...
Click to collapse
Thanks bro its working but cant turn on my wifi after that
tamaaw said:
i tried to flash stock rom RMX1971EX_11_OTA_0110 flash system.img, boot.img, vendor.img, vbmeta.img and still keep going back to fastboot, usually its work. Now just stuck in fastboot or stuck in realme logo, no recovery, system, nothing. help how do i fix this?
Click to expand...
Click to collapse
did you fix it yet? i have the same problem here

Custom Recovery Infinix Hot 9 play

NOTE:
This Recovery is Built from sources. It's Not a Port. It is Tested and working fine.
INSTALLATION:
1. 1. Download Recovery,zip from below.unzip file.folder open and cmd commands.
2. adb reboot bootloader
3. fastboot flash vbmeta vbmeta.img
4. fastboot flash recovery twrp.img
5. fastboot reboot recovery
6. wipe option ->format data->yes typing then enter and back
7. Reboot options -> recovery click wait reboot to recovery
8. Install options ->sdcard to Magisk.zip flash
9.reboot-system
10. phone on
11. success Twrp and root
# Twrp recovery download link:
X680B ( Variant ) :
X680B-H6215EFIJ-Q-OP
X680F ( Variant ) :
X680F-H6116P-Q-OP - ( 1 )
X680F-H6116P-Q-OP - ( 2 )
X680 ( Variant ) :
X680-H6116DE-QGo-OP
# SOURCES:
Device tree
Hit Thanks If You Liked My Work
I get no touch when TWRP starts.
I downloaded the X680 Variant.
X680-H6116DE-QGo-OP
[ro.product.build.fingerprint]: [Infinix/X680-OP/Infinix-X680:10/QP1A.190711.020/DE-OP-220215V459:user/release-keys]
[ro.product.model]: [Infinix X680]
[ro.product.name]: [X680-OP]
perfectswanson said:
I get no touch when TWRP starts.
I downloaded the X680 Variant.
X680-H6116DE-QGo-OP
[ro.product.build.fingerprint]: [Infinix/X680-OP/Infinix-X680:10/QP1A.190711.020/DE-OP-220215V459:user/release-keys]
[ro.product.model]: [Infinix X680]
[ro.product.name]: [X680-OP]
Click to expand...
Click to collapse
Bro your build number screenshot please give me
Parvej789 said:
Bro your build number screenshot please give me
Click to expand...
Click to collapse
QP1A.190711.020
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
do you have TWRP for this build number X655C-H6211ABKG-Q-OP ?
I'm not sure, but I think I tried this one. GitHub-TWRP
But don't sweat it too much, mine is stuck in bootloop, and I'm not too concerned. I can't even use it in the US, anyway. I was just tinkering with it.
Parvej789 said:
Bro your build number screenshot please give me
Click to expand...
Click to collapse
I guess that is the wrong model? How can I unbrick this?
perfectswanson said:
I guess that is the wrong model? How can I unbrick this?
Click to expand...
Click to collapse
Trying. no poblem
Parvej789 said:
Trying. no poblem
Click to expand...
Click to collapse
? Was that the right one, or what You got a liink to somewhere that can help with bootloop.
Wait tomorrow bro. Update link
does it work to instal rom gsi via twrp ?
Same problem, I get no touch when TWRP starts.
I get no touch when TWRP starts.
I downloaded the X680 Variant.
X680-H6116DE-QGo-OP
I tried USB Mouse, not working also.
Build number is same as perfectswanson.
The twrp flashed and booted just fine but it's frozen nothing to be clicked

Categories

Resources