Hi all i been off forum for a while with xmas and trying to flash clockworkmod onto the Excell without bricking it inbetween fighting the kids over whos turn it is on the excell
ONLY DO THIS IF YOU ARE WILLING TO LOSE YOUR WARRANTY
YOU CAN BRICK YOUR DEVICE I TAKE NO RESPONSIBILITY IF YOU WANT TO DO THIS ITS YOUR DECISION
does not work with firmware97F2-D1-H1-H01-1748.20120307 if you have already flashed it on this firmware ptbw has a fix HERE
The easy way is to use Suggsy89's script http://dl.dropbox.com/u/4364278/Excel/C ... 0Excel.zip
Extract the download above, and run "CWM5 Recovery Stock.bat" BIG THANKS to suggsy89 for this
or you can do it the harder way
You must have some basic knowledge of adb
READ POSTS 1 AND 2 FULLY
THANKS TO FUN ON XDA this his recovery and the help he gave me geting it to the Excel
you will need adb SDK
make shure you have a working version of busybox on your excel
v1.18.3 and v1.17.1 are known to work
1.first donload recovery zip and unzip it(copy the 2 files to platform-tools folder in the SDK)
link http://www.4shared.com/zip/93FEDk4x/excel_recovery.html
2.make backup of existing recoverySee 2nd post
3.open android-sdk-windows folder on pc
4. right click platform-tools folder and open comand prompt in there
5. run the comands:
adb push install-recovery.sh /data/
adb shell chmod 755 /data/install-recovery.sh
adb push recovery.cpio /data/
adb shell /data/install-recovery.sh
exit cmnd prompt and eject excel
6. reboot into recovery hold menu button and power button untill your in recovery screen
thats it you have clockwork mod on your device
key map
volume up/dn = cycle through options
power button = select
back button =back
you can also do this with Terminal
put recovery file into /data
then install-recovery.sh