[Q] How to install CWM or any other Recovery via ADB?

Search This thread

saurabhthegreat999

New member
Jan 2, 2014
4
0
Hey Developers, Can you please help me with full guide to install CWM via ADB.
My device is Spice MI-502 and it is not listed on CWM devices.:(
Plz Help me I want to flash a custom ROM on my device.
 

aarish1

Senior Member
Dec 10, 2012
124
53
Fazilka
www.aarish.svbtle.com
Hey Developers, Can you please help me with full guide to install CWM via ADB.
My device is Spice MI-502 and it is not listed on CWM devices.:(
Plz Help me I want to flash a custom ROM on my device.

1.First downlaod cwm recovery for your phone
2.Download adb drivers from here.
3.install adb drivers and connect your phone, then right click on computer properties and click on device manager then look for stuff with ! sign right click it and click on update drivers then locate the adb drivers you downloaded and install them.
4.rename your phone's recovry as recovery.img and now copy the recovery.img file to adb driver folder
5..get your phone in fastboot mode by using quickboot app.
6.open command prompt in where you installed the adb drivers by holding shift button and right clicking on command prompt
7.then write this command :-
fastboot devices
and if it shows your device id , you are good to go.
8.now write this command:-
fastboot flash recovery recovery.img
9.recovery will be flashed.
 

Top Liked Posts