new ANDROID OREO boot logo for moto g4 plus!!!! - Moto G4 Plus Themes, Apps, and Mods

hi friends! i have created a new bootlogo for android oreo moto g4 plus...try it and please comment! suggestion are accepted! enjoy!
steps to install:
1.download and copy the logo.bin file into the fastboot folder
2.connect your device in bootloader mode to pc
3.hold shift and right click anywhere in the fastboot folder
4.open command window and type the following code
for mfastboot: mfastboot flash logo logo.bin
5.reboot your device and enjoy!
Mod Edit: Linking and registration info removed.

Unless you post screenshots/pictures I'm assuming that you're breaking rules 11/13.

Related

Custom Boot Logo/Splash Screen collection

**********************Custom Splash Screen For LeEco Le Pro 3********************
Bootloader must unlocked, if Not Use Code
Code:
fastboot oem unlock-go
Basic installation Guide for Newbeeeee-
Download extract splash screen pack from Above which is highly compressed in zip file that contain some Custom Boot Logo For Your Device,
Download adb Folder and put splash screen images in adb folder
Now Connect your Phone to PC with usb debugging,
open cmd in adb folder and type bellow Command to boot Device into bootloader
adb reboot bootloader
then type
fastboot devices to Check Device connectivity
then type fastboot flash splash "splash image name here with format"
ex. fastboot flash splash mi.img
the above command will flash mi screen on your Device according above zip,
Done,
Credit-
GokulNC
me:silly:
Downloads-
HERE
XN Logos said:
**********************Custom Splash Screen For LeEco Le Pro 3********************
Bootloader must unlocked, if Not Use Code
Basic installation Guide for Newbeeeee-
Download extract splash screen pack from Above which is highly compressed in zip file that contain some Custom Boot Logo For Your Device,
Download adb Folder and put splash screen images in adb folder
Now Connect your Phone to PC with usb debugging,
open cmd in adb folder and type bellow Command to boot Device into bootloader
adb reboot bootloader
then type
fastboot devices to Check Device connectivity
then type fastboot flash splash "splash image name here with format"
ex. fastboot flash splash mi.img
the above command will flash mi screen on your Device according above zip,
Done,
Credit-
GokulNC
me:silly:
Downloads-
HERE
Click to expand...
Click to collapse
Were you the one to compress the splash screen logos down to our resolution because mine fitted perfectly. I used the apple logo just to get some straight up weird looks at T-mobile Thanks alot +1

[BOOT LOGO] Custom created dark boot logo

I use a Moto G4 Plus and probably a lot of you hate that unlocked boot loader message or your boot logo is white and your boot animation is black. I'm here to solve that. I have created this boot logo for myself but I'll share it anyway! If you want to see the boot logo just check the attached files! This also hides the n/a message!
ONLY FOR MOTO G4 AND G4 PLUS
Download: https://www.dropbox.com/s/9q7zuij4kc0yfmn/logo.bin?raw=1
HOW TO USE
- First, you need to have ADB and fastboot working correctly and have an unlocked bootloader plus the Motorola drivers.
- Move your logo.bin file into fastboot folder.
- Next, you need to open a command prompt or terminal window open in your folder with your fastboot files.
- Reboot your phone into bootloader mode. (Turn off then hold power button and volume down)
- Connect your phone to your computer.
- In the command prompt or terminal type "fastboot flash logo logo.bin"
- After that's finished then type "fastboot reboot"
Horray! Your logo.bin was flashed!
*Apparently someone else already made something like what I made. Credit to them but I had no idea that it existed though. I based this off of the droid boot logo and didn't intend to steal their work.
https://forum.xda-developers.com/moto-g4-plus/themes/bootlogo-white-moto-logo-black-t3542399
Just throwing this in here because the font sticks to the normal android bootlogo style.
negusp said:
https://forum.xda-developers.com/moto-g4-plus/themes/bootlogo-white-moto-logo-black-t3542399
Just throwing this in here because the font sticks to the normal android bootlogo style.
Click to expand...
Click to collapse
The font I used is the new Android logo, not the old one like that one
Does this work in nougat? NPJS25.93-14-10 EU retail
sandravictoria said:
Does this work in nougat? NPJS25.93-14-10 EU retail
Click to expand...
Click to collapse
Yes
Can someone please make a TWRP flashable zip bootlogo version of my new designed Motorola g4 plus 2019 bootlogo
https://drive.google.com/file/d/14yRSvlg0C0Bhn2S5unfJeBFklP6UlskS/view?usp=drivesdk

Remove unlocked warning message, stock Android One logo.bin

Hey, i know there is another thread regarding the bootanimation and logo but i have tried it and it doesn't remove the warning message. So, if anyone wants to remove the warning sign displayed while booting up the device, here is the modified logo.bin with stock android one splash image. I am using it and it works perfectly fine.
NOTE: I didn't make this logo.bin, it is available on the official telegram group, i just uploaded here as i couldn't find this one on XDA. The credit for this boot logo goes to daemon1024
How to use:
1) Download the zip file provided in the attachment.
2) Extract the logo.bin file and flash the file using the following command
3) Reboot
Code:
fastboot flash logo logo.bin
Hi i want to remove the message "verity is et to disable"

[GUIDE]*How to install a Generic System Image (GSI) on your HTC U12+

Hi!
I've had trouble installing a GSI on my HTC U12+, but AOSP GSI maintainer phhusson helped me, so I'm sharing a quick tutorial.
1. Download and extract Android SDK Platform Tools
2. Download the GSI of your choice (ARM64, AB variant), and move it inside platform tools folder (I've only tested AOSP 10.0)
3. Download and extract the HTC RUU Decryption and Extraction Tool
4. Download the RUU for your device and move it inside HTC-RUU_Decrypt_Tool_XXX folder
5. Follow instructions from the RUU Decryption Tool thread to decrypt and extract the RUU, with all default settings
6. Move the vbmeta.img file you've just extracted (it's inside HTC-RUU_Decrypt_Tool_XXX/OUT_XXX/firmware) to the platform tools folder
6. Unlock bootloader
7. Restore stock firmware with microSD method or factory reset if you already have stock firmware
8. Reboot in bootloader
9. From a computer, launch a terminal, change directory to the platform tools folder, then execute "fastboot erase system"
10. Then execute "fastboot flash system <your_gsi.img>"
11. Execute "fastboot reboot bootloader"
12. Execute "fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification" (WARNING : According to 5m4r7ph0n36uru, you can't flash vbmeta via fastboot if your device isn't S-OFF, you have to use TWRP, but I don't know how, so ask someone who knows! I will update my tutorial once I see instructions.)
13. Execute "fastboot reboot"
It should boot the GSI!
On first boot it may ask for a previous decryption password and complain about a corrupt data partition. You can erase it (you will lose what was inside).
If you have bugs or issues with the GSI, there may be workarounds here: https://github.com/phhusson/treble_experimentations/wiki/HTC-U12-Plus
Enjoy your GSI on your HTC U12+!
Romano2K said:
Hi!
I've had trouble installing a GSI on my HTC U12+, but AOSP GSI maintainer phhusson helped me, so I'm sharing a quick tutorial.
1. Download and extract Android SDK Platform Tools
2. Download the GSI of your choice (ARM64, AB variant), and move it inside platform tools folder (I've only tested AOSP 10.0)
3. Download and extract the HTC RUU Decryption and Extraction Tool
4. Download the RUU for your device and move it inside HTC-RUU_Decrypt_Tool_XXX folder
5. Follow instructions from the RUU Decryption Tool thread to decrypt and extract the RUU, with all default settings
6. Move the vbmeta.img file you've just extracted (it's inside HTC-RUU_Decrypt_Tool_XXX/OUT_XXX/firmware) to the platform tools folder
6. Unlock bootloader
7. Restore stock firmware with microSD method or factory reset if you already have stock firmware
8. Reboot in bootloader
9. From a computer, launch a terminal, change directory to the platform tools folder, then execute "fastboot erase system"
10. Then execute "fastboot flash system <your_gsi.img>"
11. Execute "fastboot reboot bootloader"
12. Execute "fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification"
13. Execute "fastboot reboot"
It should boot the GSI!
On first boot it may ask for a previous decryption password and complain about a corrupt data partition. You can erase it (you will lose what was inside).
If you have bugs or issues with the GSI, there may be workarounds here: https://github.com/phhusson/treble_experimentations/wiki/HTC-U12-Plus
Enjoy your GSI on your HTC U12+!
Click to expand...
Click to collapse
Hello, which GSI did you tried from the list? If you tried more then one, which is the one that runs better?
Thank you
Hi!
I have tried AOSP 10.0 v206 system-quack-arm64-ab-gapps.img. v208 is out now.
I still have to try others.
Let us know if you find one working better than others!
i have problem with this line fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
My fastboot say C:\adb\fastboot.exe: unknown option -- disable-verity How to fix this?
Edit: My htc is dead, power button dont work, does not respond to the charger and PC.
mientus25 said:
i have problem with this line fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
My fastboot say C:\adb\fastboot.exe: unknown option -- disable-verity How to fix this?
Edit: My htc is dead, power button dont work, does not respond to the charger and PC.
Click to expand...
Click to collapse
Hi mientus25! I'm sorry if you bricked your smartphone trying to flash it. I think the --disable-verity option not working was a matter of platform tools (adb) version.
My htc have actually hard brick. I will try to send it to the service(warranty). Will tell you what comes of it.
fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification doesn't working
it says: not allowed in production device
bootloader:unlocked
xreeman said:
fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification doesn't working
it says: not allowed in production device
bootloader:unlocked
Click to expand...
Click to collapse
If on 2.55.401.1 try flashing this vbmeta. It already has verity and verification disabled, pulled from an S-OFF device allowing the above flashing commands. It flashed fine on my U12+ and I've been able to boot PE 10 GSI afterwards without any problems.
@Romano2K feel free to add it to the OP.
5m4r7ph0n36uru said:
If on 2.55.401.1 try flashing this vbmeta. It already has verity and verification disabled, pulled from an S-OFF device allowing the above flashing commands. It flashed fine on my U12+ and I've been able to boot PE 10 GSI afterwards without any problems.
@Romano2K feel free to add it to the OP.
Click to expand...
Click to collapse
Hello, can I may ask you if I can send you a PM? I have an HTC u12+ and I would like to install and Android 10 GSI and I would like a step by step help to do it. Can you please also tell me which bugs are you facing with it? Thank you very much
GaetanoS.89 said:
Hello, can I may ask you if I can send you a PM? I have an HTC u12+ and I would like to install and Android 10 GSI and I would like a step by step help to do it. Can you please also tell me which bugs are you facing with it? Thank you very much
Click to expand...
Click to collapse
No help by PM. I cannot do this for professional reasons. And also for personal reasons not to give individual support.
5m4r7ph0n36uru said:
No help by PM. I cannot do this for professional reasons. And also for personal reasons not to give individual support.
Click to expand...
Click to collapse
All right, would you please write a message over with all the steps here? Thank you
GaetanoS.89 said:
All right, would you please write a message over with all the steps here? Thank you
Click to expand...
Click to collapse
Starting from a Stock ROM, Bootloader Unlocked, I took the following steps to flash and boot an Android 10 GSI to my HTC U12+:
Go to Settings > System and perform a factory reset
Reboot in the Bootloader by
Code:
adb reboot bootloader
Delete the system and data partition by
Code:
fastboot erase data
and
Code:
fastboot erase system
Flash the nonverity vbmeta image via
Code:
fastboot flash vbmeta nameofvbmeta.img
(the vbmeta image must be in the fastboot folder on your computer)
Flash the GSI via
Code:
fastboot flasch system nameofgsi.img
(the GSI must be in the fastboot folder on your computer)
Reboots the HTC U12+ into Download Mode and perform another Factory Reset
Reboot and enjoy
If /data still can't be read, do another Factory Reset from settings menu
https://www.xda-developers.com/goog...al&utm_source=twitter.com&utm_campaign=buffer
Wiil this work with the U12+???
It may work for GSIs with a fixed verity status. Thus it doesn't work for some Android 10 GSIs without flashing a noverity vbmeta as. Thus I decided long ago, to never recommend such tools, and not to help people who used one, as those using such tools most of the time didn't even care learn the basics of adb and fastboot. I can't remember anyone, who used a tool, who's ever been fully capable to identify potential problems and errors, let alone how to solve them. And the latter is the baseline to start modding a device.
Sent from my Pixel 4 XL using XDA Labs
5m4r7ph0n36uru said:
Starting from a Stock ROM, Bootloader Unlocked, I took the following steps to flash and boot an Android 10 GSI to my HTC U12+:
Go to Settings > System and perform a factory reset
Reboot in the Bootloader by
Delete the system and data partition by and
Flash the nonverity vbmeta image via (the vbmeta image must be in the fastboot folder on your computer)
Flash the GSI via (the GSI must be in the fastboot folder on your computer)
Reboots the HTC U12+ into Download Mode and perform another Factory Reset
Reboot and enjoy
If /data still can't be read, do another Factory Reset from settings menu
Click to expand...
Click to collapse
Hello,
I have unlocked the bootloader yesterday, and I was having a look to your steps, and I noticed you are not using TWRP. Are you doing everything by CMD right?
Romano2K said:
Hi!
I've had trouble installing a GSI on my HTC U12+, but AOSP GSI maintainer phhusson helped me, so I'm sharing a quick tutorial.
1. Download and extract Android SDK Platform Tools
2. Download the GSI of your choice (ARM64, AB variant), and move it inside platform tools folder (I've only tested AOSP 10.0)
3. Download and extract the HTC RUU Decryption and Extraction Tool
4. Download the RUU for your device and move it inside HTC-RUU_Decrypt_Tool_XXX folder
5. Follow instructions from the RUU Decryption Tool thread to decrypt and extract the RUU, with all default settings
6. Move the vbmeta.img file you've just extracted (it's inside HTC-RUU_Decrypt_Tool_XXX/OUT_XXX/firmware) to the platform tools folder
6. Unlock bootloader
7. Restore stock firmware with microSD method or factory reset if you already have stock firmware
8. Reboot in bootloader
9. From a computer, launch a terminal, change directory to the platform tools folder, then execute "fastboot erase system"
10. Then execute "fastboot flash system <your_gsi.img>"
11. Execute "fastboot reboot bootloader"
12. Execute "fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification"
13. Execute "fastboot reboot"
It should boot the GSI!
On first boot it may ask for a previous decryption password and complain about a corrupt data partition. You can erase it (you will lose what was inside).
If you have bugs or issues with the GSI, there may be workarounds here: https://github.com/phhusson/treble_experimentations/wiki/HTC-U12-Plus
Enjoy your GSI on your HTC U12+!
Click to expand...
Click to collapse
Hello I am trying to follow all the steps on the guode, but when I have to flash the vbmeta file from Bootloader Mode I am getting this:
C:\Users\User\Desktop\ADB2>fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
Rewriting vbmeta struct at offset: 0
Sending 'vbmeta' (4 KB) OKAY [ 0.004s]
Writing 'vbmeta' FAILED (remote: 'Not allowed on PRODUCTION device')
fastboot: error: Command failed
If I try to install the vbmeta from Download Mode I am getting this error
GaetanoS.89 said:
Hello,
I have unlocked the bootloader yesterday, and I was having a look to your steps, and I noticed you are not using TWRP. Are you doing everything by CMD right?
Click to expand...
Click to collapse
Yes I'm doing everything from CMD indeed. Always do so, as long as it is possible.
@Romano2K vbmeta can't be flashed via fastboot on S-On/production devices. It has to be flashed as update.zip from TWRP. It should be mentioned anywhere.
5m4r7ph0n36uru said:
Yes I'm doing everything from CMD indeed. Always do so, as long as it is possible.
@Romano2K vbmeta can't be flashed via fastboot on S-On/production devices. It has to be flashed as update.zip from TWRP. It should be mentioned anywhere.
Click to expand...
Click to collapse
So how do I have to proceed??
9. From a computer, launch a terminal, change directory to the platform tools folder, then execute "fastboot erase system"
10. Then execute "fastboot flash system <your_gsi.img>"
11. Execute "fastboot reboot bootloader"
And after?
GaetanoS.89 said:
So how do I have to proceed??
9. From a computer, launch a terminal, change directory to the platform tools folder, then execute "fastboot erase system"
10. Then execute "fastboot flash system <your_gsi.img>"
11. Execute "fastboot reboot bootloader"
And after?
Click to expand...
Click to collapse
Which software version are you running!?
Sent from my Pixel 4 XL using XDA Labs
5m4r7ph0n36uru said:
Which software version are you running!?
Click to expand...
Click to collapse
I was running Android 9 stock. After a few trials I have been able to install and boot the Pixel Experience and the permessiver and everything seems to work without flashing the vbmeta file

[CLOSED][GUIDE] How to flash OTA ROM in fastboot mode

Download
1. Any Stock/Custom ROM
2. payload_dumper-win64
https://androidfilehost.com/?fid=818070582850510260
3. Minimal ADB and Fastboot
https://androidfilehost.com/?fid=4349826312261764051
Step:
Extract rom zip and get payload.bin
Extract payload_drumper-win64 from zip
Put payload.bin in playload_input folder
Run payload_dumper.exe
Extract Minimal ADB and Fastboot.zip
Copy all the extracted imgs from playload_output to Minimal ADB and Fastboot folder
Reboot your MI A3 into Fastboot mode
Run flash_all.bat
Thanks to geminids14 for payload_dumper-win64
Hit thanks button if you like my work
Reserved
Duplicate of https://forum.xda-developers.com/mi-a3/how-to/guide-failed-ota-update-installation-t4041291
Thread closed
As explained before, please search before creating a new topic when it's already exist :good:
strongst
Forum Moderator

Categories

Resources