PlayfulGod
Extreme Android User
Here is a guide on how to install Clockworkmod Recovery v6 on the ZTE Score X500. There are both traditional and Touch CWM linked below, Be warned tho the Touch was built on builder.clockworkmod.com and no options to specify a font so its kinda big n funky looking.
Instructions:
Downloads:
Official CWM & Touch available via ROM Manager!!!
How to use CWM:
Instructions:
- From command prompt or terminal:
- Copy flash_image and zte-x500-recovery.img to the sdcard on the device:
Code:
adb push zte-x500-recovery.img /sdcard/
Code:
adb push flash_image /sdcard/
- To use flash_image to flash a recovery image called zte-x500-recovery.img in the root of your sdcard
Code:
adb shell
Code:
su
- Temporarily allow app to run from the sdcard (use mount to find the correct device for your sdcard, ie: the /dev/block/BLAH part)
Code:
mount -o remount,exec /dev/block//vold/179:1 /sdcard
Code:
cd /sdcard
Code:
./flash_image recovery /sdcard/zte-x500-recovery.img
Downloads:
Official CWM & Touch available via ROM Manager!!!

How to use CWM:
- Volume buttons navigate up n down.
- Power button is back.
- Camera button is select.