If this is your first time at the forum you may need to REGISTER to post as well as access all site features. CLICK THIS BAR FOR QUICK AND EASY REGISTRATION
My TPT has been provided to me through work. So, I'm being upgraded to a Transformer Prime, and my TPT is being reassigned to someone else. I need to unroot and factory reset my TPT. No problem on the unroot, but how do I restore the factory recovery and get rid of CWM?
Quote from: razor2006 on March 22, 2012, 11:55:34 AMMy TPT has been provided to me through work. So, I'm being upgraded to a Transformer Prime, and my TPT is being reassigned to someone else. I need to unroot and factory reset my TPT. No problem on the unroot, but how do I restore the factory recovery and get rid of CWM?replace cwm with a stock recovery and then run factory reset from the privacy menu in options make sure you have all system apps reinstalled firstSent from my Galaxy Nexus using Tapatalk
You'll need root to restore it I believe so hopefully you didn't already unroot (although if you did I guess you can boot into CWR and reinstall root access). To restore the stock recovery you will need the original install-recovery.sh file. You should be able to get the file out of one of the updates if you didn't back yours up. If you place the file on your internal sdcard then you can use the following adb commands to copy it to the /system/etc/ folder and reinstall stock recovery (I haven't tried it, I just copied the commands from realyst2k's instructions on XDA):adb shellsumount -o rw,remount /systemcat /sdcard/install-recovery.sh > /system/etc/install-recovery.sh dd if=/system/recovery-from-boot.p of=/dev/block/mmcblk0p1
dd is a linux command. if means input file, of means output file. It writes what's listed in the specified input file into the specified output file.
You can't do it that way. You have to use the commands via adb. This isn't an operation to be performed in a manner like you are trying to do.