• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ClockWorkMod Recovery

shiia

Lurker
I downloaded Rom manager and install clockworkmod recovery.I want to know how to uninstall it because its stopping me from updating my phone.can someone help me out.
 
I downloaded Rom manager and install clockworkmod recovery.I want to know how to uninstall it because its stopping me from updating my phone.can someone help me out.

How is it stopping you from updating your phone? ROM Manager is just like any other application on your phone.

If you mean the Droid X Bootstrapper is preventing the OTA update, I believe this is the recommended method:
  • Uninstall the Recovery APK (Droid X Bootstrapper) in Settings > Applications > Manage applications
  • Reboot
  • Use ADB or a terminal emulator and run the following commands
    Code:
    su
    mount -o remount,rw /dev/block/mmcblk1p21 /system
    cp /system/bin/logwrapper.bin /system/bin/logwrapper
  • Reboot

To make sure you don't have problems updating to the 2.2 OTA if you have done a lot of customizations to your phone, it is recommended to use the sbf.

Check this out for more information.
 
i followed the steps but i still can't upgrade.how do i uninstall clockworkmod recovery.i would like to go back to using my stock recovery
 
i followed the steps but i still can't upgrade.how do i uninstall clockworkmod recovery.i would like to go back to using my stock recovery

Those instructions were how you uninstall the custom recovery. It does not replace your stock recovery so you can still access it the same as you always could. If you are referring to ROM Manager, it is not the recovery and is only a way to manage backups, restores, and ROMs.
 
Back
Top Bottom