Custom Boot Logo/Splash Screen collection - LeEco Le Pro3 Guides, News, & Discussion

**********************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

Related

[Q] desire hd stuck

heres what the screen says in the bootloader
***UNLOCKED***
ACE PUT SHIP S-ON RL
HBOOT--2. 00.0029
MICROP--0438
RADIO--26.14.04.28_M
eMMc--boot
so my phone is stuck in the bootloader after i tried rooting my phone by this method - " http://forum.xda-developers.com/showthread.php?t=2221039 "
after installing the ROM it gets stuck at the htc logo when i rebooted it. why?
can someone help pls?
your device is just booltloader unlock.. just flash the boot.img from the rom
1. Extract the boot.img from zip rom
2. from your bootloader go to fastboot and plug it to your computer
- make sure you have sdk
3. put the "boot.img" file in your platform-tools, directory is sdk/platform-tools
4. using shift+rightclick open command window and type "fastboot flash boot boot.img" disregard the ( " ) sign.
5. wait and then type "fastboot reboot"
your device should boot normally now... hope it helps "newbie here" :fingers-crossed:
anythingbutipod said:
your device is just booltloader unlock.. just flash the boot.img from the rom
1. Extract the boot.img from zip rom
2. from your bootloader go to fastboot and plug it to your computer
- make sure you have sdk
3. put the "boot.img" file in your platform-tools, directory is sdk/platform-tools
4. using shift+rightclick open command window and type "fastboot flash boot boot.img" disregard the ( " ) sign.
5. wait and then type "fastboot reboot"
your device should boot normally now... hope it helps "newbie here" :fingers-crossed:
Click to expand...
Click to collapse
do i need to do step 5? because after i did step 4 it rebooted and now im able to access the phone normally, although im not sure if ill have to this procedure to access my phone again if my phone switches off somehow?
THANKS A MILLION IN ADVANCE
No, you dont have to... Your device will boot normaly even if you turn it off
Just remember to flashboot the boot.img file if you flash a new rom for your device... Glad to help

[Q] How to restore back to factory settings after using towel root

I have rooted my device using towel root which doesn't unlock the boot loader. I then used the twrp manager to install custom recovery. I am wondering how to restore everything back to factory as all the tutorials I have seen so far require an unlocked boot loader. Any help will be appreciated, thank you.
Flash a stock r for your phone
swagg blasted from TMO LG G3
jailbreakkid23 said:
Flash a stock r for your phone
swagg blasted from TMO LG G3
Click to expand...
Click to collapse
If I download a stock image from google and flash it from my nexus 7 using twrp will everything be restored to factory settings?
If the boot loader is locked does that mean I can just do a normal factory reset on the device and it will remove the recovery and root?
fastboot
Jordydaman said:
If the boot loader is locked does that mean I can just do a normal factory reset on the device and it will remove the recovery and root?
Click to expand...
Click to collapse
you have to install stock ROM by adb mode using fastboot command
you can't flash stock ROM via custom recovery.
@SidDev said:
you have to install stock ROM by adb mode using fastboot command
you can't flash stock ROM via custom recovery.
Click to expand...
Click to collapse
Would you mind finding a link for me ? I have never encountered this before as I have always unlocked the bootloader to root but this time I used towel root which was different as explained above.
Doesn't the boot loader have to be unlocked to flash a ROM via adb?
try this and press thanks
Jordydaman said:
Doesn't the boot loader have to be unlocked to flash a ROM via adb?
Click to expand...
Click to collapse
nope,
Step 1: Download the ADB/Fastboot files and the
USB drivers for Windows based PC first. The the
latest factory image for your Nexus device can be
downloaded directly from Google’s website .
ADB/Fastboot – Mac , Windows
USB drivers for Windows
Extract the contents of the ADB/Fastboot ZIP file
inside a new folder called ‘google’ on your desktop.
Extract and transfer the contents of the factory
image inside this folder as well. The list of files will
include a ZIP file containing the codename of your
Android device, two files with “flash-all” names, and
a bootloader image file. All the extracted contents of
the factory image should be inside the same folder
as the ADB and Fastboot file, otherwise you will get
a file not found error.
Make sure to install the ADB drivers as well if you
are running a Windows based PC.
Step 2: Now, reboot your Nexus device in bootloader
mode. This is usually done by switching off the
device, and pressing the Volume down + Volume Up
+ Power button simultaneously. If that does not
work, try the Volume down + Power button
combination.
After the device has booted into bootloader mode,
connect it to your PC.
Step 3: Open a new Terminal or Command Prompt
window, and navigate to the ‘google’ folder that you
created in Step 1. Before we start flashing the
factory image, we need to make sure that your
Nexus device is being detected by the PC.
fastboot devices
If you are using a Mac, then you need to prefix a “./”
before every Fastboot command. So, the above
command will look something like this on a Mac -:
./fastboot devices
The above command should confirm if your device is
indeed being detected by your PC or not. If it is,
then proceed to the steps below. If not, repeat the
steps above again. Make sure that you have properly
installed the drivers and are inside the correct
folder.
If you are running Windows, copy-paste the following
command in the command prompt window -:
flash-all.bat
On a Mac, copy-paste the following command -:
./flash-all.sh
The script will then automatically flash the full
factory image on your Nexus device. Once the
factory image has been flashed, your device will
automatically reboot. Keep in mind that the first boot
might take some time so please be patient.
If the flash-all.sh script gives you a fastboot not
found error on your Mac, open up the file in Text Edit
and add a “./” before every fastboot command.
The flash-all script included in the factory image
might not work for all. It has always been pretty
unreliable and has only worked once for me in the
last 2 years. If you are in the same boat as me, you
will have to flash each partition manually on your
device. This is slightly cumbersome though.
The command to manually flash a partition via
fastboot is “fastboot flash partition filename.img”. In
the factory image that you extracted in Step 1, you
will notice there is another ZIP file. Extract the
contents of that ZIP file inside the ‘google’ folder.
Now, its time to manually flash the partitions to your
Nexus device. We will first begin with the bootloader.
fastboot flash bootloader filename.img
Then, we will flash all other partitions. They don’t
necessarily need to be in the same order as I have
listed them below. The names of the image files in
the factory image will clearly indicate the partition
they are intended for as well.
fastboot flash boot filename.img
fastboot flash radio filename.img
fastboot flash recovery filename.img
fastboot flash userdata filename.img
fastboot flash system filename.img
Thank you very much I will try this today.
I couldn't flash all and when I flashed the bootloader it came up with failed bootloader is locked?
Enter this command to unlock the bootloader:
fastboot oem unlock
After unlocking, you can run flash-all.bat (or run manual fastboot commands to flash).

Stuck on TWRP logo

Hello, my problem here is whenever I wanted to boot to recovery, it got stuck at the TWRP logo and cannot enter the recovery. Can anybody help? I already tried to flash it manually with the latest image and it still brings the same problem.
zakiamani97 said:
Hello, my problem here is whenever I wanted to boot to recovery, it got stuck at the TWRP logo and cannot enter the recovery. Can anybody help? I already tried to flash it manually with the latest image and it still brings the same problem.
Click to expand...
Click to collapse
Did you follow the instructions to flash TWRP step-by-step?
*(Before starting, rename your TWRP image to twrp-recovery.img for convenience)
*This step is optional
Put your device into fastboot
Connect it to your PC
Open an adb command window
fastboot devices
fastboot oem unlock
fastboot flash recovery twrp-recovery.img
Then once it's done, you can disconnect your device and turn it off.
Once it's off, you can boot into recovery mode, and you should be able to access the recovery menu.
Cheers!
Calvin_K said:
Did you follow the instructions to flash TWRP step-by-step?
*(Before starting, rename your TWRP image to twrp-recovery.img for convenience)
*This step is optional
Put your device into fastboot
Connect it to your PC
Open an adb command window
fastboot devices
fastboot oem unlock
fastboot flash recovery twrp-recovery.img
Then once it's done, you can disconnect your device and turn it off.
Once it's off, you can boot into recovery mode, and you should be able to access the recovery menu.
Cheers!
Click to expand...
Click to collapse
Flash Philz,
Then TWRP

NEED HELP !!! OPPO FIND 7 stuck on boot with logo only

Tried fixing my oppo find 7
Did all those Fastboot wipe .
Fastboot flash recovery and flash LOGO and stuffs
but im still stuck on logo ... WHUT
kevzwenhao said:
Tried fixing my oppo find 7
Did all those Fastboot wipe .
Fastboot flash recovery and flash LOGO and stuffs
but im still stuck on logo ... WHUT
Click to expand...
Click to collapse
Did you unlock bootloader?
1. Connect the device to the computer through USB.
2. From a terminal on a computer, type the following to boot the device into fastboot mode (or restart pressing power+vol up):
Code:
adb reboot bootloader
3. Once the device is in fastboot mode, verify your PC sees the device by typing:
Code:
fastboot devices
4. From the same terminal, type the following command to unlock the bootloader:
Code:
fastboot oem unlock
If the device doesn't automatically reboot, reboot it from the menu. It should now be unlocked.
5. Then you can flash the recovery what you want. In fastboot mode, type in terminal:
Code:
fastboot devices
6. And flash the recovery. Type:
Code:
fastboot flash recovery your_recovery_image.img
Good luck
roi_xordo said:
Did you unlock bootloader?
1. Connect the device to the computer through USB.
2. From a terminal on a computer, type the following to boot the device into fastboot mode (or restart pressing power+vol up):
Code:
adb reboot bootloader
3. Once the device is in fastboot mode, verify your PC sees the device by typing:
Code:
fastboot devices
4. From the same terminal, type the following command to unlock the bootloader:
Code:
fastboot oem unlock
If the device doesn't automatically reboot, reboot it from the menu. It should now be unlocked.
5. Then you can flash the recovery what you want. In fastboot mode, type in terminal:
Code:
fastboot devices
6. And flash the recovery. Type:
Code:
fastboot flash recovery your_recovery_image.img
Good luck
Click to expand...
Click to collapse
Hi, is it wrong to wipe the system partition before flashing a custom rom? Coming from stock ColorOS, I've wiped all dalvik cache, cache, system, and data, then flash a custom rom but it ended up getting endless bootanimation unable to boot into the custom rom.
I did unlock the bootloader with the adb code, flashing a temporary recovery was a success but endless bootanimation happened after flashing a custom rom. The custom rom was successfully installed according to TWRP's log.
Pls advice, thanks in advanced
P.s: I was referring to my friend's device X9076
Hi, i tried in the past some roms than not works, phone stuck in boot animation. The roms wich works for me and my x9076 with r63419 are:
Omnirom (6 or 5) THE BEST
Project Spectrum
Cyanogen 13 (modified version for new panel: http://community.oppo.com/en/forum.php?mod=viewthread&tid=44907&extra=)
Miui
If you install CM13, you need to flash unified partition script for CM13 (you can find it in the same post from the forum Oppo Community)
For the other roms i dont need to flash anything else than rom and gapps.
Now i give a chance to CM13, but i think that i will get back to Omni if developers dont fix the mobile radio issue.
Cheers
Can anyone guide me please, 1st time i bought MTK phone Oppo F7, its update automatically but suddenly dead like stuck on logo and restarting again and again, i didnt ever flash MTK phone, neither i have any android tool like MRT dongle or any other flash USB or Box... Kindly guide me step by step how to flash with which tool only USB cable and PC... Thanks in advance

How to remove "Unlocked" text on splash screen

Hello guys!
To remove "Unlocked" text on splash screen just flash this splash.img file!
You will need:
- Unlocked bootloader (of course)
- PC with Xiaomi/ADB drivers
- Command prompt
1. Download splash.img file down below.
2. Go to cmd and type "fastboot flash splash YOUR splash.img FILE"
3. Hit ENTER and here you go!
(included backup splash.img file in case if something goes wrong)
Nice, didn't know that was possible.
Thanks
Thank you, fantastic.
No problem
*fixed
Thank you, worked flawlessly
There's a zip also. I just find it a little more straightforward going into recovery and using a zip. Here's the one I use every time I clean flash MIUI for firmware updates.

Categories

Resources