Logo Collection - Android One (First-Generation) Cross-Device Themes

Gentleman Are You Ready For Flashing Logo
LOGO:-
http://d-h.st/avnr
Password:-
KM
YouTube:-
https://www.youtube.com/watch?v=vZrkT3r-8fM&feature=youtu.be
17 Logo I'll Be Made
Hope You Like It!
How To Flash Logo:-
1.Extract Zip
2.Now Choose Any Logo Which You Want
3.Put In Fastboot Folder
Fastboot Link:-https://www.androidfilehost.com/?fid=23991606952613921
4.Now Hold Shift And Right Click Now Select Open Command Windows Here
TadA Fastboot Open
5.Type "fastboot flash logo logo.bin"
6.Type "fastboot reboot"
Successfully Flash Logo
Press Thanks If You Like My Work

Great Kishan, but give a list of logos
Sent from my A0001 using XDA Free mobile app

Reply
akhilnarang said:
Great Kishan, but give a list of logos
Sent from my A0001 using XDA Free mobile app
Click to expand...
Click to collapse
Yeah See Attachment

Awesome @Night Runner KM

Thanks

Related

Flashing recovery hboot 1.5

Going to sound nooby, but how do I flash a new recovery with s on?
Sent from my PG86100 using xda premium
xblackvalorx said:
Going to sound nooby, but how do I flash a new recovery with s on?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
have you atleast unlocked your bootloader is the first question...and if so easiest, do you have root access?... way i found to flash a recovery is like this:
have a fully charged battery
boot into your hboot screen and select fastboot
plug the phone into the computer with the data cable
once the phone is loaded open a terminal or ms-dos window
navigate to where you have the fastboot.exe command and make sure you have your new recovery as "recovery.img"
then type in fastboot flash recovery recovery.img
and then let it write it to your phone then unplug it and reboot into your new recovery
wloftus said:
have you atleast unlocked your bootloader is the first question...and if so easiest, do you have root access?... way i found to flash a recovery is like this:
have a fully charged battery
boot into your hboot screen and select fastboot
plug the phone into the computer with the data cable
once the phone is loaded open a terminal or ms-dos window
navigate to where you have the fastboot.exe command and make sure you have your new recovery as "recovery.img"
then type in fastboot flash recovery recovery.img
and then let it write it to your phone then unplug it and reboot into your new recovery
Click to expand...
Click to collapse
Yes I have, I'm on mean ROM ics, should have included that. And so, basically much alike how I boot into my recovery?
Sent from my PG86100 using xda premium
xblackvalorx said:
Yes I have, I'm on mean ROM ics, should have included that. And so, basically much alike how I boot into my recovery?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
first you have to write your recovery to that partition and like if you download teamwin recovery rename it to recovery.img etc....then you can boot into the new recovery
Code:
adb reboot bootloader
(This will reboot you into boot loader)
Then to flash recovery
Code:
fastboot flash recovery name.img
(Change "name" to the name of your recovery. )
Then you should be good.
Sent from my PG86100 using Tapatalk 2
iTzLOLtrain said:
Code:
adb reboot bootloader
(This will reboot you into boot loader)
Then to flash recovery
Code:
fastboot flash recovery name.img[code]
(Change "name" to the name of your recovery. )
Then you should be good.
Sent from my PG86100 using Tapatalk 2[/QUOTE]
Through fastboot usb?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
xblackvalorx said:
Through fastboot usb?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
yes....when your phone says fasboot usb in red go to the computer and type in
fastboot flash recovery recovery.img
itll say its sending data then writing data once that is done type in
fastboot reboot-bootloader
then select recovery and it should be your new recvery...if not private message me from a computer ill walk you through it all
wloftus said:
yes....when your phone says fasboot usb in red go to the computer and type in
fastboot flash recovery recovery.img
itll say its sending data then writing data once that is done type in
fastboot reboot-bootloader
then select recovery and it should be your new recvery...if not private message me from a computer ill walk you through it all
Click to expand...
Click to collapse
Thanks. Pretty sure I'll be able to do it, just wanted to make sure it was was the same folder for the command window.
Sent from my PG86100 using xda premium
If you are trying to flash 4ext, you can install the app and run it (see my signature). No need for adb.
Sent from my PG86100 using Tapatalk 2

Help??? Flashing boot.img

Hi can anyone plz tell me how to flash boot.img through flash toll
I tried but I was unable, what to after connecting in fastboot??
As I select boot.img for flash it says check the log before flashing???
Plz help
Sent from my ST25i using xda premium
Sent from my ST25i using xda premium
happy3777 said:
Hi can anyone plz tell me how to flash boot.img through flash toll
I tried but I was unable, what to after connecting in fastboot??
As I select boot.img for flash it says check the log before flashing???
Plz help
Sent from my ST25i using xda premium
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
For flashing boot.img need fastboot
In fastboot enter:
fastboot -i 0xfce flash boot boot.img
We can't do it with flashtool???
M totally confused
Sent from my ST25i using xda premium
happy3777 said:
We can't do it with flashtool???
M totally confused
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
No, download it https://www.dropbox.com/s/26ohoat1h96lpaq/fastboot.zip
Extract in c:\fastboot
enter in cmd and copy boot.img in c:\fastboot, after in cmd enter:
cd c:\fastboot
fastboot -i 0xfce flash boot boot.img
Enjoy)
Friend once I downloaded this but what to do with this where to put these files in system??
I mean do I had to create a fast boot folder in my c drive
Plz help plz
Sent from my ST25i using xda premium
happy3777 said:
Friend once I downloaded this but what to do with this where to put these files in system??
I mean do I had to create a fast boot folder in my c drive
Plz help plz
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
Create "fastboot" folder in C:\ and extract here all files from the archive, and next instructions in preview post!
I mean all I had to type as u had written??
CD c:\fastboot??
Then a enter or??
Then
Fastboot- ioxfce flash boot boot.img??????
Sent from my ST25i using xda premium
happy3777 said:
I mean all I had to type as u had written??
CD c:\fastboot??
Then a enter or??
Then
Fastboot- ioxfce flash boot boot.img??????
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
Copy boot.img to C:\fastboot
Next enter in CMD:
cd c:\fastboot
Enter
fastboot -i 0xfce flash boot boot.img
Enter
Done)
After cd c:\ flashtool
In next step when I type correctly it says internal or external command error???
Sent from my ST25i using xda premium
Hi.
Where do you have your fastboot.exe file? Remember to put boot.img at the same folder that you have your fastboot.exe.
Then open an dos window(cmd) and make sure your phone are in recovery mode(fastboot mode) Turn off the phone and hold down the voulme up/+ then plug in the usb cable. You should have a blue light on your phone.
Then open the dos window and type:
fastboot.exe flash boot boot.img
Click to expand...
Click to collapse
But before all this, you have to make sure your phone have unlocked bootloader.
Yes you can do it with flashtools.... But 1st u need to connect ur phone in fastboot mode.... Then open flashtools then click fastboot in flashtools...
Sent from my LT22i using Tapatalk 2
CiscoX said:
Hi.
Where do you have your fastboot.exe file? Remember to put boot.img at the same folder that you have your fastboot.exe.
Then open an dos window(cmd) and make sure your phone are in recovery mode(fastboot mode) Turn off the phone and hold down the voulme up/+ then plug in the usb cable. You should have a blue light on your phone.
Then open the dos window and type:
But before all this, you have to make sure your phone have unlocked bootloader.
Click to expand...
Click to collapse
For Xperia need enter loader identificator (0xfce)
fastboot -i 0xfce flash boot boot.img
My bootloader is unlocked but still unable
Plz giv me a correct command
With step by step plz,
For cmd
Sent from my ST25i using xda premium
happy3777 said:
My bootloader is unlocked but still unable
Plz giv me a correct command
With step by step plz,
For cmd
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
Bro, copy boot.img in C:\\flashtool\x10flasher_lib
Then, do this:
CMD program. Run it and type:
cd \
cd flashtool
cd x10flasher_lib
NOW connect phone when you hold Vol UP and type:
fastboot flash boot boot.img
Thats it.

[Q] How to fastboot kernel.elf file

As the title, how to fastboot kernel.elf?
You just change .img for .elf
You must put kernel.elf in the folder where do you have the sdk of Android ( and so also fastboot.exe). Then you connect the XU on fastboot mode to the Pc and open a prompt-Windows command in the folder where do you have kernel.elf. On the Windows command write this: " fastboot.exe flash boot kernel.elf" Wait until all is done et voilĂ 
use flashtool fastboot mode...
select thunder icon
connent phone in fastboot mode ( volume up pressed while connecting to usb )
select fastboot mode
click on select kernel to flash
choose ur .elf / .sin /.img kernel file
thats it .... since u choose it... it automatically flashes it....
edit - i exactly dun remember of .elf is directly supported or not there..
bt still i will let u knw when i switch on my lappy
drsanket_xperia_u said:
use flashtool fastboot mode...
select thunder icon
connent phone in fastboot mode ( volume up pressed while connecting to usb )
select fastboot mode
click on select kernel to flash
choose ur .elf / .sin /.img kernel file
thats it .... since u choose it... it automatically flashes it....
edit - i exactly dun remember of .elf is directly supported or not there..
bt still i will let u knw when i switch on my lappy
Click to expand...
Click to collapse
Can directly be flashed in fastboot mode through flashtool
Have a try Stan with your cup of coffee with chocolate may be your battery got better
Sent from my MT27i using xda premium
I will try it buddy, love coffee ang love chocolate.
Sent from my Xperia Sola using xda premium
mirost1 said:
I will try it buddy, love coffee ang love chocolate.
Sent from my Xperia Sola using xda premium
Click to expand...
Click to collapse
Dude same way u fastboot .img files fastboot flash boot kernel.elf and enter that's it
Sent from my Xperia Sola using xda premium
Help
I am a noob and trying to install S-DooMLoRD-JB_leak_68-AdvStk_v1.elf kernel, so that i can install DooMLoRD's 6.2.B.0.197 Jelly Bean Leak on my xperia s. When i go into fastboot mode and click on "Select Kernel to Flash", I am not able to see the Kernel with extension .elf. Can somebody help me please? My version of flashtool is 0.5.0.0
ngundu said:
I am a noob and trying to install S-DooMLoRD-JB_leak_68-AdvStk_v1.elf kernel, so that i can install DooMLoRD's 6.2.B.0.197 Jelly Bean Leak on my xperia s. When i go into fastboot mode and click on "Select Kernel to Flash", I am not able to see the Kernel with extension .elf. Can somebody help me please? My version of flashtool is 0.5.0.0
Click to expand...
Click to collapse
Try the third post method for flashing using cmd.....
Sent from my MT27i using xda app-developers app
When i used command mode by typing the following
fastboot flash S-DooMLoRD-JB_leak_68-AdvStk_v1.elf' it showed the below error.
unknown partition 'S-DooMLoRD-JB_leak_68-AdvStk_v1.elf'
error: cannot determine image filename for 'S-DooMLoRD-JB_leak_68-AdvStk_v1.elf'
ngundu said:
When i used command mode by typing the following
fastboot flash S-DooMLoRD-JB_leak_68-AdvStk_v1.elf' it showed the below error.
unknown partition 'S-DooMLoRD-JB_leak_68-AdvStk_v1.elf'
error: cannot determine image filename for 'S-DooMLoRD-JB_leak_68-AdvStk_v1.elf'
Click to expand...
Click to collapse
Do one thing change that name of file to something simple I.e. Kernel.elf
The main problem is you are typing the wrong command
If your kernel name is kernel.elf
Then the command to type is
fastboot flash boot kernel.elf
And then press enter....
Sent from my MT27i using xda app-developers app

Installing twrp instead of cwm

Hey guys, im currently using claudly cwm and i want to switch to nexus prime twrp.
So how can i delete the cwm i currently have and install twrp instead?
Sent from my HTC Desire X using xda app-developers app
just flash it over cwm. There is no need to uninstall it
Sent from my HTC Desire X using xda app-developers app
w1040 said:
Hey guys, im currently using claudly cwm and i want to switch to nexus prime twrp.
So how can i delete the cwm i currently have and install twrp instead?
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Just the way you flashed cwm by clauddy,
download my twrp recovery.img.
Use the command fastboot.exe flash recovery recovery.img (<--- my file)
and then reboot in recovery.
Regards
Yasir
neXus PRIME said:
Just the way you flashed cwm by clauddy,
download my twrp recovery.img.
Use the command fastboot.exe flash recovery recovery.img (<--- my file)
and then reboot in recovery.
Regards
Yasir
Click to expand...
Click to collapse
how to enter flashboot again?
im sorry its been a while i didnt do this kind of stuff
If you have your phone turned on and USB debugging enabled, just issue the command
Code:
adb reboot bootloader
to boot directly to fastboot.
dansou901 said:
If you have your phone turned on and USB debugging enabled, just issue the command
Code:
adb reboot bootloader
to boot directly to fastboot.
Click to expand...
Click to collapse
How and where do i issue the command?
Please dont flame me.
Sent from my HTC Desire X using xda app-developers app
No problem. You have to open a terminal and go to the folder where adb.exe and fastboot.exe are. There you just type adb.exe reboot bootloader
Sent from my HTC Desire X using xda premium
adb reboot bootloader
Go in fast boot
fastboot flash recovery recovery.img
Sent from my HTC Desire X using xda app-developers app
prototype-U said:
adb reboot bootloader
Go in fast boot
Click to expand...
Click to collapse
The adb reboot bootloader will go directly to fastboot, at least for me...
dansou901 said:
The adb reboot bootloader will go directly to fastboot, at least for me...
Click to expand...
Click to collapse
That's right. Once you type adb reboot bootloader, wait a few seconds to restart, do not select nothing else and just type fastboot flash recovery recovery.img and reboot when it's finished.
Regards
Enviado desde mi HTC Desire X usando Tapatalk 2
from where do i type the command such as adb reboot-bootloader and fastboot flash recovery c:\recoveryname.img???
do i type it from cmd or something? im confused.
i already in fastboot i guess by pressing volum down button when phone restarts
in the same folder that you have adb.exe, fastboot.exe, and your recovery.img, SHIFT + RIGHT CLICK on an empty space and choose 'Open command window here'
From here, making sure your device is in fastboot mode, type:
fastboot flash recovery recovery.img
do i need my usb debugging to be on?
w1040 said:
do i need my usb debugging to be on?
Click to expand...
Click to collapse
You need to be on fastboot mode (Reboot->Vol- & Power->Go on fastboot)
xpirt
ah.. nvm guys finally it worked. i already switched recovery from cwm to twrp.
thank you all
so here is what i should do since beginning
1. put your recovery.img file to where adb.exe and fastboot.exe located
2. connect phone to pc
3. hold power button and choose restart then wait till all buttons and screen goes off
4. hold down volume down button
5. select fastboot
6. shift+recovery on where adb.exe and fastboot.exe located to open cmd
7. then just type this command " fastboot flash recovery recovery.img " and press enter
8. done
LOLOL. im actually stuck at part 6 this whole time!!!!! THANKS!!!

Bootloader deleted

Hello everyone!
I have a vodafone smart 2 (alcatel v860) and i have deleted bootloader with recovery mode and after doing that i restarted the phone.
Now phone wont boot exactly, it only shows a green android logo and thats all it doesn't continue after that.
how to fix this problem
Thanks
Flash the stock rom
Search in google
Sent from my LG-P880 using xda premium
akshay.mehta9 said:
Flash the stock rom
Search in google
Sent from my LG-P880 using xda premium
Click to expand...
Click to collapse
dude how to do it cuz i cant even get into fastboot mode
qepaxhiu said:
dude how to do it cuz i cant even get into fastboot mode
Click to expand...
Click to collapse
Hold power and volume down as you turn it on. It should boot into fastboot, and if you have some *.XML.zip, extract everything from the zip and open a command prompt window in the directory you extracted it to (shift-right-click anywhere in the folder and click "open command prompt here") and also open the *.XML and flash each line manually. You should be typing something like "fastboot flash system *.*" each time.
Sent from my MB886 using xda app-developers app

Categories

Resources