[Recovery]CWM 5 For Desire V - HTC Desire V

CWM 5 Touch recovery for HTC Desire v
How To
Unlock your devices bootloader
•First you have to register at htcdev.com
• Unlock the bootloader on your phone by following the instructions at http://htcdev.com/bootloader/
• Pick your device "All Other Supported Models"
Flashing Recovery
•download the zip file and extract (you will get recovery.img file)
•Download and install the Android Standard Developer Kit, I placed the folder at C://
•I think fastboot.exe have to be downloaded seperately because it is not available in the latest android SDK Link
• Place the recovery.img where the fastboot.exe is locate (bundled with the SDK)
• Now open command prompt and navigate to your Android SDK folder by pressing cd
• Now type:
• fastboot flash recovery recovery.img
eg:- fastboot flash recovery recovery.img
Code:
Instructions
• Extract the Recovery image from the zip file using 7-Zip, WinRAR, or other similar archive extraction programs.
• Rename the Recovery image file “recovery.img” (without the quotes) to make it easier to type during the flashing process through fastboot.
• Copy the Recovery image file to the folder on your computer where fastboot.exe is located.
• Make sure that the Fast Boot option on your HTC Desire has been disabled. You can do this through Settings > Power > Fast Boot, and make sure it is unchecked.
• Turn off the phone.
• Reboot into Fastboot mode. You can do this by holding down the Volume Down key while pressing the Power button.
• Once you are in Fastboot mode, connect your HTC Desire to your computer via the USB Cable.
• On your computer, go to the older where fastboot.exe is located. While holding down the Shift key, right click in the folder and select “Open Command Window Here”.
• This should open up a command window or DOS prompt.
• Type the following command in the DOS window:
• fastboot flash recovery recovery.img
• Press Enter. This will initiate the flashing of the new recovery to your device.
• Once the flashing is complete, select Bootloader in the main hboot menu.
• Select Recovery.
Download
http://www.mediafire.com/?rfqafqqqa79s0bd

Related

Mikudroid Bootanimation

i was bored so i ported the mikudroid bootanimation.
here is a video of the original [click]
hope u will enjoy.
- howto install -
0. install the android sdk
1. connect the legend to your pc
2. copy the bootanimation.zip into the tools folder of the sdk (rename the .zip file)
3. start cmd (windows) or the terminal (osx/linux) and browse into the [android-sdk]\tools directory
4. type "adb push bootanimation.zip /data/local/
5. reboot your device to ensure that everything went right
you should backup your original bootanimation.zip befor!
if you want other bootanimations ported, just ad a request
(original is for desire and n1)

Beautiful Cyanogen Mod Boot logo + Boot animation for all android one devices

I am again Back with this beautiful cyanogenmod boot logo and boot animation for android one devices
NOTE: I HAVE NOT GET THEM FROM ANYWHERE! I HAVE DESIGNED THESE MYSELF SO PLEASE DO NOT HESITATE TO
HIT THANKS IF U LIKE IT!!
Beautiful CM Logo.bin file and Bootanimation file for all Android one Devices Micromax Canvas A1, Karbonn Sparkle V
and Spice Dream Uno
Download from http://d-h.st/TFEr
Check Screenshots in attachment!!
After download Extract the zip file somewhere and you will get two files :- 1. logo.bin 2. bootanimation.zip
NOTE:- DON'T USE THESE FILES ON DEVICES OTHER THAN SHOWN ABOVE!!!!
ALSO DON'T BLAME FOR ANY DISASTER CAUSED BY YOUR NOOBNESS!!! :silly:
How to Flash logo.bin file:- First install drivers for your device
Step1 Connect your device to your PC in fastboot mode
Step2 Open cmd in ADB folder. (If you don't have then google it and download it)
Step3 Copy logo.bin in ADB folder.
Step4 Type command :-
fastboot flash logo logo.bin
Step5 Type command :-
fastboot reboot
Yeah... You have successfully Flashed.
NOTE:- YOUR DEVICES SHOULD BE OEM UNLOCKED
What to do with bootanimation.zip file:silly::silly:
Step 1:- Root your device (Just google it)
Step 2:- Connect your device with pc in USB debugging mode.
Step 3:- Open cmd in ADB folder and type command ----
adb remount
Step 4:- Now copy bootanimation.zip file in ADB folder .
Step 4:- Now type command :-
adb push bootanimation /system/media/
Step 5:- Now Reboot Your Device and U get that Animation
Credits Goes to Me DHEERAJ KUMAR CHALOTRA and those who use it
Don't Forget to Hit Thanks !! (The only reward of this for me!)
Nice
Great Expecting some more!
dkchalotra said:
I am again Back with this beautiful cyanogenmod boot logo and boot animation for android one devices
NOTE: I HAVE NOT GET THEM FROM ANYWHERE! I HAVE DESIGNED THESE MYSELF SO PLEASE DO NOT HESITATE TO
HIT THANKS IF U LIKE IT!!
Beautiful CM Logo.bin file and Bootanimation file for all Android one Devices Micromax Canvas A1, Karbonn Sparkle V
and Spice Dream Uno
Download from http://d-h.st/TFEr
Check Screenshots in attachment!!
After download Extract the zip file somewhere and you will get two files :- 1. logo.bin 2. bootanimation.zip
NOTE:- DON'T USE THESE FILES ON DEVICES OTHER THAN SHOWN ABOVE!!!!
ALSO DON'T BLAME FOR ANY DISASTER CAUSED BY YOUR NOOBNESS!!! :silly:
How to Flash logo.bin file:- First install drivers for your device
Step1 Connect your device to your PC in fastboot mode
Step2 Open cmd in ADB folder. (If you don't have then google it and download it)
Step3 Copy logo.bin in ADB folder.
Step4 Type command :-
fastboot flash logo logo.bin
Step5 Type command :-
fastboot reboot
Yeah... You have successfully Flashed.
NOTE:- YOUR DEVICES SHOULD BE OEM UNLOCKED
What to do with bootanimation.zip file:silly::silly:
Step 1:- Root your device (Just google it)
Step 2:- Connect your device with pc in USB debugging mode.
Step 3:- Open cmd in ADB folder and type command ----
adb remount
Step 4:- Now copy bootanimation.zip file in ADB folder .
Step 4:- Now type command :-
adb push bootanimation /system/media/
Step 5:- Now Reboot Your Device and U get that Animation
Credits Goes to Me DHEERAJ KUMAR CHALOTRA and those who use it
Don't Forget to Hit Thanks !! (The only reward of this for me!)
Click to expand...
Click to collapse
File not found in Dev Host....
file not found....
Sent from my Spice Mi-498

Up to Date ADB and Fastboot [Mac]

Welcome
I was trying to unlock the bootloader for my Nexus 6P, but the commands were not working. I had to update the files for adb and fastboot, but it finally worked with the new command "fastboot flashing unlock" . So I have uploaded a zip with the up to date files so you guys can also use adb and fastboot.
If you haven't set up your fastboot/adb here is a quick guide on how to set it up easily.
---Guide---
1. Unzip the file, and copy the adb folder to your preferred destination.
2. Open up terminal and type : nano ~/.bash_profile
3. Use the path of the folder and add this line (replace kingmikel with your username, and replace Documents with your path) : export PATH=${PATH}:/Users/kingmikel/Documents/adb
Credits: @AshtonTS and his thread http://forum.xda-developers.com/showthread.php?t=1917237
Is there some reason to not do this with the SDK?
crachel said:
Is there some reason to not do this with the SDK?
Click to expand...
Click to collapse
This is easier. You don't have to download Java and then download the SDK.

[Guide] Change Xiaomi MI 8 (dipper) boot logo

Sagit Logo Generator for Xiaomi MI 8 (dipper)
Download: here
How to use (Windows)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run GenLogo.exe and you get logo_new.img.
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to use (Linux&Unix)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img in official fastboot ROM.
Source: https://github.com/moonheart/sagit-logo-gen/tree/MI8_Dipper
Thanks @huhu2207 for advice (binwalker).
Thanks @grabik.pk for test.
Thank You for your work!
Thanks for the tutorial, does the phone have to have an unlocked bootloader for this to work?
I've modified your tool to work with Xiaomi Mi Max 3. Thank you for the sources!
Thks for sharing, Can this work for Mi8Lite platina??
moonheartmoon said:
Sagit Logo Generator for Xiaomi MI 8 (dipper)
Download: here
How to use (Windows)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run GenLogo.exe and you get logo_new.img.
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to use (Linux&Unix)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img in official fastboot ROM.
Source: https://github.com/moonheart/sagit-logo-gen/tree/MI8_Dipper
Thanks @huhu2207 for advice (binwalker).
Thanks @grabik.pk for test.
Click to expand...
Click to collapse
the second step I have not guessed, you can explain more clearly and in detail. Thank you
@Paoloqu24 Edit these five images with Photoshop or other tools, but you should not rename these images.
moonheartmoon said:
Sagit Logo Generator for Xiaomi MI 8 (dipper)
Download: here
How to use (Windows)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run GenLogo.exe and you get logo_new.img.
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to use (Linux&Unix)
1. Download this project and goto GenLogo folder.
2. Edit these 5 bmp files, do not change filename or format.
3. Run python genlogo.py and you get logo_new.img (python3).
4. flash through fastboot
HTML:
fastboot flash logo logo_new.img
5. Enjoy!
How to restore
Just flash logo.img in official fastboot ROM.
Source: https://github.com/moonheart/sagit-logo-gen/tree/MI8_Dipper
Thanks @huhu2207 for advice (binwalker).
Thanks @grabik.pk for test.
Click to expand...
Click to collapse
It did not work. Got this message
Code:
$ python3 genlogo.py
$ fastboot flash logo logo_new.img
target didn't report max-download-size
Sending 'logo' (20056 KB)...
FAILED (command write failed (Success))
Finished. Total time: 0.011s
$

Root POCO X2 MIUI 12 - 12.0.1.0(QGHINXM)and 12.0.5.0 EU ROM/MAKE COMMAND LINE

[ GUIDE ] HOW TO MAKE COMAND LINE
1. RIGHT CLIK - NEW TEXT DOCUMENT
2. RENAME NEW TEXT DOCUMENT IN ,,example" FLASHTWRP.BAT
3. DON'T FORGET TO ACTIVATE EXTENSION VIEW TO CHANGE FROM TXT TO BAT
4. RIGHT CLICK ON THE FILE ADN CLICK EDIT
5. RENAME RECOVERY ( RECOVERY.IMG)
5. ENTER THE COMMAND LINE ( FASTBOOT FLASH RECOVERY RECOVERY.IMG)
6. EXIT AND SAVE
7. I UPLOAD OTHER EXAMPLES
8. DON'T FORGET TO PUT ALL THE FILES IN THE SAME FOLDER
[ GUIDE ] Root POCO X2/ REDMI K30 WITH MIUI 12 - 12.0.1.0(QGHINXM) /12.0.5.0 EU ROM (WORKS)
1. FLASH TWRP 3.4.2B-0624
2. GO TO ADVANCED
3. INSTAL ROOT
4. WAIT TO FINISH
5. REBOOT PHONE AND WHAIT
6. AFTER A FEW SECONDS THE PHONE WILL REBOOT IN TWRP /OR BOOTLOOP.
7. ENTER IN RECOVERY MODE AND SELECT WIPE MARKED WITH RED LINES
8. REBOOT PHONE AND CONFIG YOUR PHONE
9. COPY Magisk-v21.0.zip TWRP FOLDER OR DOWNLOAD
10. REBOOT PHONE IN TWRP RECOVERY
11. INSTAL Magisk-v21.0.zip
12. REBOOT PHONE
13. INSTALL MagiskManager-v8.0.1.apk
14. THAT'S ALL
Video will come in a few days
MOD EDIT: Telegram link removed, please read the STICKY!

Categories

Resources