Clockworkmod for the Mesmerize WORKING!
With the help of jt1134, we managed to get clockworkmod installed and functional on a Samsung Mesmerize. This will assume you have the android SDK installed and some knowledge of how to use adb.
First off you need to have your phone rooted. This can be done with
SuperOneClick. You will also need a couple of files, recovery.bin and redbend_ua, both of which are attached to this post.
You will need to install redbend_ua first extract the zip file then;
Code:
adb push path/to/redbend_ua /sdcard/redbend_ua
then you need to make it executable
Code:
adb shell
su
chmod 777 /sdcard/redbend_ua
Now you need to move it to the /system/xbin
Code:
adb shell
su
mv /sdcard/redbend_ua /system/xbin/redbend_ua
Extract the recovery.zip and then we push the recovery.bin to the sd card.
Code:
adb push path/to/recovery.bin /sdcard/recovery.bin
Finally we need to flash the recovery.bin
Code:
redbend_ua restore /sdcard/recovery.bin /dev/block/bml8
After this the only thing left to do is download Rom Manager from the market and install the clockworkmod for the Fascinate. This is working on my Mesmerize. Please leave feedback!