I was searching the internet for ways on how to retrieve logo.bin for our device. I've tried using the adb shell to retrieve the logo.bin but there seems to be no "logo" file exisiting on /dev/. I've also tried "Readback" from SPFT but it says that the Start address and length are not aligned. Is there any other way for me to retrieve the logo.bin from my device? I'm just a newbie TIA
GigaByte568 said:
I was searching the internet for ways on how to retrieve logo.bin for our device. I've tried using the adb shell to retrieve the logo.bin but there seems to be no "logo" file exisiting on /dev/. I've also tried "Readback" from SPFT but it says that the Start address and length are not aligned. Is there any other way for me to retrieve the logo.bin from my device? I'm just a newbie TIA
Click to expand...
Click to collapse
Goto to fastboot mode and type this command in adb
fastboot flash logo logo.bin
Important- copy logo.bin in the root of adb folder where all the files of adb .
Rajaks said:
Goto to fastboot mode and type this command in adb
fastboot flash logo logo.bin
Important- copy logo.bin in the root of adb folder where all the files of adb .
Click to expand...
Click to collapse
I believe what op wants to know is how he can get the logo.bin from his device.
/dev/block/platform/mtk-msdc.0/by-name/logo
Run this command as root through adb shell, or terminal emulator
Code:
cd /dev/block/platform/mtk-msdc.0/by-name
dd if=logo of=/sdcard/logo.bin
You'll get a fastboot flashable logo.bin on the root of your sdcard
You can get the logo file in the SP flash Tools firmware of your device.
why would you need it
Here's the link for logo zip flashable
https://drive.google.com/file/d/0B5wsXNzlO7M1U09aZmRhTGE4aUU/view?usp=docslist_api
thanks you are right my phone boot loop
yogeshrockzzz said:
Plz tell me its a stock micromax logo
---------- Post added at 12:15 PM ---------- Previous post was at 11:19 AM ----------
plz do not done with twrp recovery boot loop problem
do with stock recovery for custom logo
Click to expand...
Click to collapse
thanks you are right
yogeshrockzzz said:
Plz tell me its a stock micromax logo
---------- Post added at 12:15 PM ---------- Previous post was at 11:19 AM ----------
plz do not done with twrp recovery boot loop problem
do with stock recovery for custom logo
Click to expand...
Click to collapse
It's official stock logo
Related
I can boot up to use my phone and whatever. Only problem is that, i try booting in recovery, and it just stays on initial nexus x logo. I use 4ext touch recovery. I then flashed CWM. And still stay on initial nexus x logo. Please help.!! D; -
Leo,
time to learn fastboot--
although with cwm not flashing maybe you lost root--did you ever get partitioned for ics and have 4ext working or any recovery working?
either way you could try these ideas below--
did you buy paid version and do you have sdk on pc and where is fastboot.exe? Tools folder?
---------- Post added at 04:25 AM ---------- Previous post was at 04:00 AM ----------
if you paid, there is a dl link on 4ext OP page you can click on and it will dl you a .img you can fastboot to get recovery back.
one should also be saved on your sdcard
not sure whether it matters if paid or not
put in your tools or fastboot.exe folder, cd to that folder
have phone in fastboot mode
fastboot devices to check phone recognized
fastboot flash recovery recovery.img if recovery.img is exact name of img file
then fastboot reboot-bootloader
one time time I had to type fastboot erase system before i fastbooted the recovery to get it to work
good time to back up anything you can as in sdcard and phone stuff if you have a non root required bu program like MyBackUp Pro
i have lost recovery a couple times before with ics roms
i got to call it a night and will be on road all day tomorrow
if you don't get it someone else will offer help
ken
did the recovery stopped working right after installing blackrose?
is ur bootloader locked?
as ken suggested u need to fastboot recovery.img
Sent from my Nexus One using Tapatalk
rugmankc said:
Leo,
time to learn fastboot--
although with cwm not flashing maybe you lost root--did you ever get partitioned for ics and have 4ext working or any recovery working?
either way you could try these ideas below--
did you buy paid version and do you have sdk on pc and where is fastboot.exe? Tools folder?
---------- Post added at 04:25 AM ---------- Previous post was at 04:00 AM ----------
if you paid, there is a dl link on 4ext OP page you can click on and it will dl you a .img you can fastboot to get recovery back.
one should also be saved on your sdcard
not sure whether it matters if paid or not
put in your tools or fastboot.exe folder, cd to that folder
have phone in fastboot mode
fastboot devices to check phone recognized
fastboot flash recovery recovery.img if recovery.img is exact name of img file
then fastboot reboot-bootloader
one time time I had to type fastboot erase system before i fastbooted the recovery to get it to work
good time to back up anything you can as in sdcard and phone stuff if you have a non root required bu program like MyBackUp Pro
i have lost recovery a couple times before with ics roms
i got to call it a night and will be on road all day tomorrow
if you don't get it someone else will offer help
ken
Click to expand...
Click to collapse
Thanks Ken, I will go through your steps later on. And I wasn't able to be partitioned, my command gave me error: cannot find hboot_brcrust_210-8-218-ICS.nbo
HTCLeoSence3.X said:
hboot_brcrust_210-8-218-ICS.nbo
Click to expand...
Click to collapse
Just to make sure you did the right thing. Extension isn't nbo, it's nb0.
Sent from my Nexus One
HTCLeoSence3.X said:
Thanks Ken, I will go through your steps later on. And I wasn't able to be partitioned, my command gave me error: cannot find hboot_brcrust_210-8-218-ICS.nbo
Click to expand...
Click to collapse
It could be that you didn't specify correct path to the nb0 file.
so i have to put c:\USERNAME\program files\Android\android-sdk\platform-tools\hboot_brcrust_210-8-218-ICS.nb0
the nb0 is a zero not o nb(zero)0
put your android sdk on root of c drive not in programs
then open command window and after your user name type cd/
at the C:\> prompt type cd Android/android-sdk/platform-tools then hit enter and you should see-- (btw, not sure if command line is case sensitive as you have upper and lower case "android"
C:\ Android\android-sdk\platform-tools right after this line type fastboot devices do not hit enter first
you should see your phone ID# HT******* then you can type fastboot commands when you have phone in bootloader (fastboot) mode
assume your fastboot/adb stuff is in platform-tools. i have an older version of sdk and only use tools not platform tools. but you should have adb.exe and fastboot.exe and two adbWin dll's. an Api and UsbApi
btw if you have set up sdk correctly as you said you have exp with it--you need to have set your environmental path also
if you haven't review sdk setup in wiki, as you need to see your phone after you type fastboot devices before you can go further
also are your drivers installed and did you review the posts by efrant on adb and fastboot explanation--good info if you don't already know it
---------- Post added at 03:15 AM ---------- Previous post was at 03:02 AM ----------
a note
i guess with br installed you may not need sdk to run fastboot for br stuff. i don't do it that way so someone else may be able to offer advice. still need correct path to fastboot.exe folder drivers installed per br OP. but since you showed us the path to tools assume you are all setup with sdk and i prefer it that way myself.
Thanks man. Helped a LOT. Now running ICS. I swear thanks a million.
Sent from my Nexus One using xda premium
Welcome and enjoy------
Now that the bootloader is unlocked, everyone is asking "WTF do I do now?". Well, here's a bit of help to get you started. I'm assuming you already have adb and fastboot setup and working -- if not, quit reading and get that taken care of. Also, I only run Linux...so I'll try to be transparent and only list the fastboot commands.
I assume that you're not a complete moron and can Google what you don't understand.
Don't use the stock\SDK fastboot binary for flashing /system.
An updated fastboot binary for Lin\Win\Mac can be found here on the Batakang FTP from our local, neighborhood Mattlgroff.
Linux -- Rename the file to moto-fastboot and add it to a directory in your $PATH -- Ubuntu\Debian users can just add it to ~/bin (enabled by default)
Windows -- Rename the file to moto-fastboot and put it somewhere handy...that's on you to decide.
ROOT\ADMINISTRATOR INFO
On Linux, you might have to run as root in order to run some of the fastboot commands. If your system uses sudo for root commands, typing "sudo -i" will bring up an interactive sudo shell so you don't have to type sudo over and over again. If your system uses su for root, well, you already know the command.
On Windows, you have to enable Administrator Privileges to be able to run some of the fastboot commands.
Linux Terminal Hints
~/ means your home directory -- example -- "gedit ~/Documents/file.txt" would open file.txt in gedit easier than /home/yourusername/Documents/file.txt
You can add a * to file names and directories to not type as much -- example -- "gedit ~/Doc*/file.txt" is the same as the command above, only shortened. If two files have similar names, like Documents and Downloads, then you have to type the name up until the firs different character then add *.
Use the command "../" to go up\back one directory. The command is stackable so "../../" would go back 2 directories and so forth and so on.
Use "cd" to change directories. Is an example really needed for this...
Proper Apps to Use
For zip file editing, use 7-zip on Windows and Archive Manager (file-roller) on Linux
For editing text files on Windows use Notepad++ or any text editor that has unix line breaks -- do not use default Notepad or Wordpad -- you've been warned. Use what ever you prefer on Linux. I prefer Gedit myself.
Basic Fastboot Command Syntax
fastboot flash "partition" "image" -- flashes partition image where partition is where to write to and image is the path to the image being written.
example -- fastboot flash system /path/to/system.img
fastboot -w -- does a factory reset; to expedite things, "-w" can be added to "fastboot flash system system.img -w"
fastboot continue -- continue with the boot process
fastboot devices -- list devices fastboot recoginzes
fastboot -s "device model number" -- set the device fastboot will write commands to; use "fastboot devices" to find model number
fastboot reboot bootloader -- reboot phone into fastboot mode (or restart fastboot mode while in fastboot); same as "adb reboot bootloader"
fastboot help -- list all of this & more
Command Info
Not all the fastboot commands work for us. Specifically, the "erase" commands. If a wipe command doesn't work, skip it. I'll mark them with a ! at the end if it might fail.
Install CWM Recovery by Epinter
Read Epinter's RAZR HD CWM Thread
Download the recovery image
On stock rom, navigate to /system/etc and rename install-recovery.sh to install-recovery.sh.bak
Reboot into fastboot -- use "adb reboot bootloader" from Terminal\Command Prompt
Wipe the existing recovery -- "fastboot erase recovery" !
Flash the recovery with "fastboot flash recovery cwmrecovery6028-xt925_20130219-epinter.img"
That's it, CWM is installed.
Install Stock Fastboots JB
Download the respective fastboot zip you want to use
Extract the zip
Open a terminal to the extracted zips directory
Reboot into fastboot
Type the following commands in this order
fastboot flash boot boot.img
fastboot flash devtree device_tree.bin
fastboot erase system -w !
fastboot flash system system.img
fastboot -w
fastboot erase cache !
fastboot reboot
Install Stock Fastboots ICS
Download the respective fastboot zip you want to use
Extract the zip
Open a terminal to the extracted zips directory
Reboot into fastboot
Type the following commands in this order
fastboot flash boot boot.img
fastboot flash devtree device_tree.bin
fastboot erase system -w !
fastboot flash system system.img.ext4
fastboot erase cache !
fastboot -w
fastboot reboot
Install Alternate Radio
Reboot into fastboot
fastboot flash modem NON-HLOS.bin
fastboot flash fsg fsg.mbn
fastboot erase modemst1
fastboot erase modemst2
NON-HLOS.bin is found inside a fastboot zip.
Easy Kernel Install
Download kernel-flash.zip in the attachments[/URL]
Open the zip
Replace the zips current boot.img and device_tree.bin from the fastboot of your choice
Install the zip with CWM
By default, kernel-flash.zip comes with Mex Retail kernel and devtree
Easy CWM Install
Download recovery-flash.zip in the attachments[/URL]
Install the zip with CWM
Not sure if its SS compatible, but it is CWM compatible (for the lazy Photon Q users).
Obtain root after installing a Stock Firmware
There are two choices for obtaining root after a stock flash. the closed source SuperSu by Chainfire & and the open source Superuser by Koush.
Download SuperSu zip from Chainfire (Closed Source)
Download Superuser from Koush (Open Source)
Download the one of the root zips above.
Reboot into CWM/TWRP -- adb reboot recovery
Locate and flash the zip (see below for an alternative way)
Reboot, that's it. Nice not having to run exploits\hacks\Linux just for root
Install Rom/Zip file with ADB + CWM
CWM has the awesome ability to install zip files without having to manually copy them to the phone first. All's necessary is a PC with working adb.
Reboot into recovery
Select "install zip from sideload"
On PC, type "adb sideload /path/to/zip" and press enter
The zip will now be copied to the phone's cache & install
Once installed, do any requirements you'd normally do like wipe caches, etc
I have done this numerous times and it still will not boot into recovery. I have read and followed epinter, yours, official cwm, and other various Google found instructions (none of them functionally different) and still the same result. It recognizes the phone, writes, completes, then if I reboot and select recovery it goes to the android with the open chest cover with the exclamation point....
Any ideas how I could be screwing this up?
Sent from my MB886 using Tapatalk 2
miketravis said:
I have done this numerous times and it still will not boot into recovery. I have read and followed epinter, yours, official cwm, and other various Google found instructions (none of them functionally different) and still the same result. It recognizes the phone, writes, completes, then if I reboot and select recovery it goes to the android with the open chest cover with the exclamation point....
Any ideas how I could be screwing this up?
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Unless you're not rooted with an unlocked BL, there's really no reason why it shouldn't work?
Sent from my N4'd Atrix HD
I was rooted before unlocking... shouldn't it still be rooted?
Sent from my MB886 using Tapatalk 2
miketravis said:
I have done this numerous times and it still will not boot into recovery. I have read and followed epinter, yours, official cwm, and other various Google found instructions (none of them functionally different) and still the same result. It recognizes the phone, writes, completes, then if I reboot and select recovery it goes to the android with the open chest cover with the exclamation point....
Any ideas how I could be screwing this up?
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Did you uninstall safestrap?
Yep. Should I reinstall it and try again?
Sent from my MB886 using Tapatalk 2
---------- Post added at 01:40 PM ---------- Previous post was at 01:30 PM ----------
reinstalled safestrap and tried again, success!!
Not sure why that made a difference but I got it so thank you very much.
miketravis said:
Yep. Should I reinstall it and try again?
Sent from my MB886 using Tapatalk 2
---------- Post added at 01:40 PM ---------- Previous post was at 01:30 PM ----------
reinstalled safestrap and tried again, success!!
Not sure why that made a difference but I got it so thank you very much.
Click to expand...
Click to collapse
Still did not work for me
Did you install recovery inside safestrap? Then fastboot cwm?
Sent from my MB886 using Tapatalk 2
miketravis said:
Did you install recovery inside safestrap? Then fastboot cwm?
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Yes, I did. After fastboot, I followed the OP instructions to uninstalling the SS recovery and SS app. Boot into recovery and got the open android.
tvd0405 said:
Yes, I did. After fastboot, I followed the OP instructions to uninstalling the SS recovery and SS app. Boot into recovery and got the open android.
Click to expand...
Click to collapse
same here.
I have the same problem. I was able to flash cwm, uninstall the SS recovery, and uninstall the app. The first time I got the dead android symbol. I restored SS via Titanium Backup, reinstalled the SS recovery, and flashed cwm again. I tried rebooting into recovery and was able to get cwm working. As soon I uninstalled SS and rebooted, I got another dead android.
probably because were all on the XT926 if we were to revert back to XT925 then the recovery should work otherwise we will have to tweak the recovery to get it to work properly witht the XT926 software awesome thing is we can now free up the space that SS used for a rom slot however for noobs you might wana stick with SS once you hardbrick without anything to go back too it will be game over for your phone and then you have to con ATT for another
i got it.....
i was on ICS 404 bootloader unlcoked and rooted
how the hek you go on bootloader menu (power vol.down???????)
right now im accessing evything with boot widget from play market....
everything works i backed up my stock rom.....
can i try a jellybean rom????? and go back to ICS as many times i want???? from cwm recovery???
thanx
htchd2fix said:
i got it.....
i was on ICS 404 bootloader unlcoked and rooted
how the hek you go on bootloader menu (power vol.down???????)
right now im accessing evything with boot widget from play market....
everything works i backed up my stock rom.....
can i try a jellybean rom????? and go back to ICS as many times i want???? from cwm recovery???
thanx
Click to expand...
Click to collapse
From Phone Off, Hold Power and Both Volumes.
If the phone is on, do the above and when the screen goes black, press them all again...I've been doing that for an hour now
I installed MR via fastboot and just now got it booting. I made the mistake of using the SDK fastboot to flash /system.
skeevy420 said:
From Phone Off, Hold Power and Both Volumes.
If the phone is on, do the above and when the screen goes black, press them all again...I've been doing that for an hour now
I installed MR via fastboot and just now got it booting. I made the mistake of using the SDK fastboot to flash /system.
Click to expand...
Click to collapse
What's MR?
yes it works.....thanx
i was used to powr vol.down with atrix4g
ok..now can i install any rom and if dont like it go back to may backup????
still a little scared.....
i mean i wont loose root right?
Markyzz said:
What's MR?
Click to expand...
Click to collapse
Mexican Retail
Install instructions in OP
htchd2fix said:
yes it works.....thanx
i was used to powr vol.down with atrix4g
ok..now can i install any rom and if dont like it go back to may backup????
still a little scared.....
i mean i wont loose root right?
Click to expand...
Click to collapse
You won't lose root
And with an unlocked bootloader, all you gotta do is flash an updater zip with the su binary and app for Stock roms that don't have root
I'll link to a root zip in the op once I find one (or just make it; depends on how quick I find it in a search)
thanx again..
ahahahha...what a beautifullll day....
skeevy420 said:
Mexican Retail
Install instructions in OP
Click to expand...
Click to collapse
is there a point to flash a different firmware? is it required by any means?
I had SS and was backed up, I booted up the "stock ROM" and was successful in unlocking the BL and flashing CWM. I made a new backup of the stock ROM and restored it with success in CWM. In the video it show he has MR , but im confused as to why.
Also, I cant seem to get rid of safestrap....how in the hell do you uninstall it???
im a complete newb to fixing mobile devices and my friend gave me a messed up kindle fire hd.He said he screwed around with the os files and deleted one and he doesnt not know what one it was and when i try to boot it tries to boot but kindle file system recovery comes up. Then it asks me to reboot or factory reset i have tried both multiple times to no avail.I have a fastboot cable so that isnt a issue.Can somebody help me with a step by step or link to one.
huntergero said:
im a complete newb to fixing mobile devices and my friend gave me a messed up kindle fire hd.He said he screwed around with the os files and deleted one and he doesnt not know what one it was and when i try to boot it tries to boot but kindle file system recovery comes up. Then it asks me to reboot or factory reset i have tried both multiple times to no avail.I have a fastboot cable so that isnt a issue.Can somebody help me with a step by step or link to one.
Click to expand...
Click to collapse
You will need that fastboot cord.
Here is a system restore tool. I prefer to push the files manually but it will run as a tool http://forum.xda-developers.com/showthread.php?t=1951254
When you turn the Kindle Fire HD 7 on, push up on the volume rocker for three seconds until the screen shows the blue TWRP screen and release rocker and enter TWRP. (you said it boots into recovery?)
If this is the case, you don't need to do a full system restore. You can push a ROM the zips onto TWRP. Get them from the system restore tool.
If you have questions, feel free to ask. The tablet is recoverable unless something wrong is flashed.
LinearEquation said:
You will need that fastboot cord.
Here is a system restore tool. I prefer to push the files manually but it will run as a tool http://forum.xda-developers.com/showthread.php?t=1951254
When you turn the Kindle Fire HD 7 on, push up on the volume rocker for three seconds until the screen shows the blue TWRP screen and release rocker and enter TWRP. (you said it boots into recovery?)
If this is the case, you don't need to do a full system restore. You can push a ROM the zips onto TWRP. Get them from the system restore tool.
If you have questions, feel free to ask. The tablet is recoverable unless something wrong is flashed.
Click to expand...
Click to collapse
When it failed to boot in went into kindles reboot software and when i asked the individual i got this from he said he didnt install any recovery software.Can I install twerp now
huntergero said:
Can I install twerp now
Click to expand...
Click to collapse
Nope, it has to be a factory restore using your fastboot cord. I will list instructions.
---------- Post added at 09:50 PM ---------- Previous post was at 09:30 PM ----------
huntergero said:
Can I install twerp now
Click to expand...
Click to collapse
First thing is to download the SDK package and set the environment up. Here is a great video tutorial https://www.youtube.com/watch?v=oaNM-lt_aHw This will allow you to use fastboot command which is what you will do to push the images you need onto the bootloader.
To make sure your computer issue fastboot commands, open up a comand prompt as an administrator and type "fastboot -i 0x1949 getvar product" with no quotes and it should return Tate-xxx-xxx. If you don't get that response, do not move forward.
Once your at this point, download this tool http://forum.xda-developers.com/showthread.php?t=1951254 and either use it per the instructions or extract the files and CD from inside the folder and manually flash the 3 images via fastboot issuing these commands
fastboot -i 0x1949 flash boot "image name here" include .img at end"
fastboot -i 0x1949 flash recovery "recovery name here" include .img at end
fastboot -i 0x1949 flash system "system image name here" include .img at end
Now give some time as the system image is quite large
when done, type fastboot -i 0x1949 reboot
Profit
Hello,
I have a quick question?
I made an unsecure boot.img for stock rom and added init.d support using android kitchen. After I flash the boot.img and reboot it says:
Code:
[460] fastboot_init()
[560] USB init ept @ 0xffc1000
[590] udc_start()
pops up and It wont boot into the system like normal. Is there something inside the boot.img that I need to modify to bypass this?
See attachment for my boot.img
[DO NOT FLASH THIS BOOT.IMG! YOU WILL SOFT BRICK!]
try it
androidguy1991 said:
Hello,
I have a quick question?
I made an unsecure boot.img for stock rom and added init.d support using android kitchen. After I flash the boot.img and reboot it says:
Code:
[460] fastboot_init()
[560] USB init ept @ 0xffc1000
[590] udc_start()
pops up and It wont boot into the system like normal. Is there something inside the boot.img that I need to modify to bypass this?
See attachment for my boot.img
[DO NOT FLASH THIS BOOT.IMG! YOU WILL SOFT BRICK!]
Click to expand...
Click to collapse
had the same problem and used this method. everything worked
http://forum.xda-developers.com/lg-l90/general/guide-flash-stock-kdz-offline-lg-l90-t2803479
androidguy1991 said:
Hello,
I have a quick question?
I made an unsecure boot.img for stock rom and added init.d support using android kitchen. After I flash the boot.img and reboot it says:
Code:
[460] fastboot_init()
[560] USB init ept @ 0xffc1000
[590] udc_start()
pops up and It wont boot into the system like normal. Is there something inside the boot.img that I need to modify to bypass this?
See attachment for my boot.img
[DO NOT FLASH THIS BOOT.IMG! YOU WILL SOFT BRICK!]
Click to expand...
Click to collapse
No. If you're seeing fastboot, there is something wrong with your boot.img. Reflash stock boot.img with fastboot
What device do you have?
---------- Post added at 05:00 PM ---------- Previous post was at 04:59 PM ----------
FenixBrasil said:
had the same problem and used this method. everything worked
http://forum.xda-developers.com/lg-l90/general/guide-flash-stock-kdz-offline-lg-l90-t2803479
Click to expand...
Click to collapse
OP's not looking for a KDZ fix. He's wanting information on how to fix his unsecure boot image.
Yes, after I flashed the unsecure boot.IMG it keeps going straight to the boot loader.
I have a D415. All I added was init.d and made it rooted with android kitchen.
androidguy1991 said:
Yes, after I flashed the unsecure boot.IMG it keeps going straight to the boot loader.
I have a D415. All I added was init.d and made it rooted with android kitchen.
Click to expand...
Click to collapse
If you don't have a copy of your stock boot image, see this thread
Hopefully you have the fastboot executable. If not, you can download the latest ADB and fastboot executables from my Dev-Host account here.
If you need any assistance using the fastboot executable, please let me know.
Fastboot mode could not flash anything says remote unknown command
Is possible the issue will be fixed on the future?
Sent from my Andromax A16C3H using Tapatalk
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