Hi Guyzz.... If you all are looking for a proper google pixel bootlogo for moto g3 then this thread is for you
I have attached the Zip file and download that zip file ........
Flashing Instruction: Follow The INSTRUCTION carefully>>
Flash it via fastboot mode:
1. Open the adb fastboot folder and extract the zip file in the adb folder
2. Open the command window
3. Type in instructions :
fastboot devices
fastboot flash logo logo.bin
after succesfull flashing type the command>>>> fastboot reboot
There You go The proper Google Pixel bootlogo for our beloved Moto G3:laugh::laugh::laugh::laugh:
"Don't FLASH WITH THE TWRP recovery as it may result in BOOTLOOP"hence it is not RECOMMENDED
FLASH at your own RISK... I'm Not responsible for any DAMAGE done to ur device
I havent faced any issue by flashing it via FASTBOOT mode:good::good::good:
Any issue do let me Know or any suggestions are always welcome
Has anyone tried this
How install bootanmation
midhunkrishnan08 said:
How install bootanmation
Click to expand...
Click to collapse
U can download the pixel boot animation from here https://forum.xda-developers.com/2015-moto-g/themes-apps/bootlogo-c21s-bootlogos-t3280455.... Flashing is simple>>> Download th zip file and save it to the sd card>>> reboot to recovery >>> flash the zip file >>>> wipe cache and dalvik cache>>> hit reboot
How install bootanimation with adb fastboot
midhunkrishnan08 said:
How install bootanimation with adb fastboot
Click to expand...
Click to collapse
Boot into fastboot mode and connect to PC and then type
fastboot flash logo logo.bin or whichever name ur file has.it should be a bin file
this comment same like boot logo flashing
I have animation.zip file
midhunkrishnan08 said:
this comment same like boot logo flashing
I have animation.zip file
Click to expand...
Click to collapse
Boot animation is located in \system\media I think u can just replace the file
If its twrp flashable then u can flash it just check the zip contents if the zip has meta-inf folder u can flash it
My phone is not root
How flash boot animation.zip with adb fastboot
midhunkrishnan08 said:
My phone is not root
How flash boot animation.zip with adb fastboot
Click to expand...
Click to collapse
If u havnt unlocked bootloader u can't flash it
Yes I unlocked my bootloader but not root
Now how flash boot animation. Zip
midhunkrishnan08 said:
Yes I unlocked my bootloader but not root
Now how flash boot animation. Zip
Click to expand...
Click to collapse
Flash custom recovery and replace boot animation .zip in \system\media using file manager .it should theoretically work
Can flash with adb fastboot ?
midhunkrishnan08 said:
My phone is not root
How flash boot animation.zip with adb fastboot
Click to expand...
Click to collapse
U need to be rooted to flash the boot animation ie ur bootloader should be unlocked
Plz Close the THREAD
Related
i have htc one m7 from att
in this time I have my phone in cwm and i want it in TWRP to change the rom
how i do??
Watashi_PT said:
i have htc one m7 from att
in this time I have my phone in cwm and i want it in TWRP to change the rom
how i do??
Click to expand...
Click to collapse
I assume that you have mini-sdk.
Download the twrp recovery for your phone and rename it recovery and place it in the fastboot folder.
Now put your phone on fastboot mode ( power + vol down ---> fastboot )
now open command line in the fastboot folder by holding shift and right click
then type
fastboot flash recovery recover.img(name of the recovery)
fastboot erase cache
You are done.
khandelwalsiddharth said:
I assume that you have mini-sdk.
Download the twrp recovery for your phone and rename it recovery and place it in the fastboot folder.
Now put your phone on fastboot mode ( power + vol down ---> fastboot )
now open command line in the fastboot folder by holding shift and right click
then type
fastboot flash recovery recover.img(name of the recovery)
fastboot erase cache
You are done.
Click to expand...
Click to collapse
i do that and my command line dont reconize the phone, so i cant flashboot and i dont no why :S
maybe you could try using flashify? i think it should work.
ronaldyeo said:
maybe you could try using flashify? i think it should work.
Click to expand...
Click to collapse
how i do it??
It does not recognize because you must not have debugging enabled.
enable it
Download the latest TWRP
put the image file on the same folder as your fastboot/adb
Rename TWRP recovery to "recovery.img"
Use these commands:
fastboot flash recovery recovery.img
fastboot erase cache
you can get flashify from the play store. links below.
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Note:I'm going to assume you have the Fastboot and ADB Drivers installed and the boot loader is unlocked!
Why is this here?
This thread is made to help new users install the developers preview through what I think is the fastest way and safest way too through the command prompt on Windows.
Responsibility!
If your device becomes bricked, makes toast for you, and anything else I did not mention its simply not my fault since you took it upon your self to do this method.
Credits!Thanks Google for this lovely Operating System. Thank you Chain Fire for providing this method to root Android Lollipop and for your app and boot.img too! Thanks to LG for manufacturing this great device to use and enjoy stock Android. Finally, big thanks to TWRP for providing us with this recovery!
The Steps!Step 1: Download the Lollipop preview HERE, extract it and open the folder with all the image files along with the radio and bootloader image too.
Step 2: Drop all the images to your folder that contains the ADB and Fastboot files
Step 3: Open the folder that contains the ADB and Fastboot files
Step 4: Hold the shift key and right click and click "Open command window here"
Caution! Make sure you back up everything before you begin the process if not its not my fault you forgot to back up.
Step 5: Make sure your device is in fastboot and connected. We are going to replace the boot loader for a newer one. Please make sure the boot loader image name first before we began because i'm just going to use boot loader as a example the real file name will be different. Type the command shown below.
Code:
fastboot flash bootloader bootloader.img
Step 6: Now we are going to flash the Radio as also stated above be sure to check the image name before we flash.
Code:
fastboot flash radio radio.img
Step 7: Now we are going to flash userdata. This part you don't have to worry about the file name you can just copy and paste the command but, I would double check.
Code:
fastboot flash userdata userdata.img
Step 8: Now going to flash boot or the kernel just as step 8 and here from out I will let you know when you have to worry about the file name again.
Code:
fastboot flash boot boot.img
Step 9: Now were flashing the system files.
Code:
fastboot flash system system.img
Step 10: Now were flashing the a custom recovery (twrp for this example) so we can install the SuperSU files later. You can get the recovery image HERE and rename it "Trecovery" and place it to the same folder. After flashing it go to the recovery and from there reboot it.
Code:
fastboot flash recovery Trecovey.img
Yay! We got Android Lollipop now we have to root it.Step 1: Let Andriod Lollipop boot up and go download SuperSu on your device by going to Chainfire SuperSU thread and click on his installable zip link and download SuperSU 2.14 or above. On your computer download his modified boot image HERE and rename it Rboot.img and move it your folder where the ADB and Fastboot files are.
Step 2: On your computer go to fastboot again on your phone and type the code in below.
Code:
fastboot flash boot Rboot.img
Step 3: Go to recovery and install the SuperSU zip as usual, reboot, and that's it. Enjoy!
reserved
Trecovery.img
Thanks for your work. Unfortunately, we already have a sticky thread on flashing images and rooting: http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701
The method to flash and root lollipop is no different than any other version.
Because we don't want multiple threads with the some information I will close this thread
Thanks.
First things first:
You are doing this on your own risk, I will not be responsible for any damages!!
Requirements:
->An image in .jpg format.
(Note: It is best if the image size is in 720x1280px)
->Bootlogomaker- https://www.google.com/url?q=http://forum.xda-developers.com/moto-g-2014/themes-apps/app-motorola-boot-logo-maker-source-t2874732&sa=U&ved=0ahUKEwiytOTGi5LQAhWKq48KHYgCD3gQFggJMAI&client=internal-uds-cse&usg=AFQjCNHSZisyc5uNTRBqu3UZT0IX-i9hVQ
Making an logo.bin
Steps:
->Open boot logomaker and select your phone!
->Click on logo_boot in the logos and then replace.
->Now browse and choose your image.
->Do the same for all of them.
(For best results use the logo.bin file in the zip attached. You can open it by going to file open.....)
->Now save this by clicking on file and then save as.
Flashing an bootlogo
Method1:
Using ADB:
->Boot your phone to fastboot mode by turning off and then pressing vol.down and power button simultaniously.
->Connect it to your PC and start adb command line by holding shift key and right clicking on an empty place in your adb directory(folder).
->Now type
Code:
fastboot devices
->If you see your phone listed there and it says fastboot, then you are good to go!
->Now type
Code:
fastboot flash logo <location of your logo.bin>
->Then
Code:
fastboot reboot
Now you have custom logo on your phone!
Method2:
(You should have an unlocked bootloader and custom recovery)
->Download the atached zip and replace your logo.bin instead of logo.bin in the zip file.
->Reboot to recovery.
->Flash the zip file!
Thats it!
This is only for motorolla devices. I don't know if it will work on any other device!
good job with the tutorial, only one thing:
you mind changing "custom boot image" to "custom boot logo" in the title?
a boot.img (<-- called boot image) is something different than a logo.bin
just wanted to point that out
thanks!
I thought it was a tutorial on how to build a kernel
Sent from my MotoG3 using Tapatalk
Can we do it for a non rooted phone just flashing the zip file through recovey mode of moto g 3gen
Hiteshpandit said:
Can we do it for a non rooted phone just flashing the zip file through recovey mode of moto g 3gen
Click to expand...
Click to collapse
Yes, but with TWRP
In that software there is no Moto G3 in the list. And my logo created as custom or as for Moto G2 didn't work
Hi, the file works fine on motoG3 XT1540? I have CyanogenMod 14.1 and the twrp. Thanks and sorry for my English
Hiteshpandit said:
Can we do it for a non rooted phone just flashing the zip file through recovey mode of moto g 3gen
Click to expand...
Click to collapse
Yup, you don't need have root access but you must have unlocked bootloader and TWRP(If you go for flashing the zip). Unlocked bootloader is compulsory!!
nahuelt1 said:
Hi, the file works fine on motoG3 XT1540? I have CyanogenMod 14.1 and the twrp. Thanks and sorry for my English
Click to expand...
Click to collapse
It does!
Hello Friendss .... I'm Back with My new CollecTions of Stock BootLogo for Our Moto G3 ...
THESE BOOTLOGO WILL ALSO B HELPFUL TO REMOVE THE ANNOYING WARNING BOOTLOADER UNLOCKED message
Download The Zip Files from The Attachment and Extract the zip file in ADB-FASTBOOT folder..:angel: For your convenience I have also attached the Boot Image showing How ur Bootlogo Screen after flashing the Zip file....
Flashing Instructions>>>:victory:
Extract The Zip in the ADB-Fastboot folder
Type The command >> fastboot flash logo logo.bin
after successful flashing .... Type command >>> fastboot reboot --- hit enter BOOOOOOOM:highfive:
there u go ur new Stock Boot Logo screen
Flashing with TWRP is not recemonded ......
Hope U like it ....
IF u like MY worK Hit The Thnx ButtON:good::good:
I have was trying to flash the TWRP recovery in my phone (Redmi 4a), but the recovery always got replaced after every reboot with the STOCK recovery.
I am now going to show how to flash this, beside the command line technique......(Although, some command line is necessary).....
1. Set adb and fastboot files in your Windows pc, fine
2. Now download the required twrp on to your pc and place it in adb-fastboot's folder.... or techies could path to that ****....
3. Enter bootloader with.....
adb reboot bootloader4. Now boot to twrp using......
fastboot boot recovery.img(I have named that twrp file as recovery)
5. Download super su zip, move it in phone, root your device....... reboot your device.......Now the second phase of process comes
6. Install twrp app in your phone, open it, copy the twrp image file to phone, tap on flash recovery
7. Select your twrp recovery in the phone and boom....... you have done it...... reboot to recovery by adb reboot recovery
I FORGOT TO MENTION, you should have your device unlocked, and I AM NOT RESPONSIBLE FOR ANY MISHAP and FOR THE STATE TO PLAY CRICKET WITH YOUR PHONE...... I am honest ....... IT WORKED FOR ME......
any tester n confirmed worked ?
No reason to do all those, you can flash recovery directly from fastboot with one command. The command:
Code:
fastboot boot recovery.img
just boot to that recovery one time. This is good for testing a recovery or use it for one time without install it.
If you want to flash a recovery you just need to use:
Code:
fastboot flash recovery recovery.img
Also for both commands isn't necessary to rename the recovery file or to put it adb folder, or root the device. Just need to specify the path and filename in place of "recovery.img". For e.g:
Code:
fastboot flash recovery C:\Phone\Recoveries\twrp_3.2.1.img