Quote:
Originally Posted by itrackit
CH, i think i need to install this recover manually as well as something must have gone wrong with my install as i do not have cwm as a selection in moboot. how can i install a recovery at this point? i have xron but just no recovery in moboot. thx.
|
Quote:
Originally Posted by A$$h4t
I think if you re-run the acme installer with moboot and clockwork mod in the cminstall folder it will put them back for you. You should not have to re-install xron.
|
If you have ADB, you should be able to do it as well. Have to mount rootfs, make a dir /boot and then mount boot. Once you are one, you can just list the contents of /boot with ls, delete unwanted files and just push your recovery of choice. I put some steps in leo's thread on how to do this, will try and search for you.
adb shell ##should automatically give you a root shell
mount -o rw,remount rootfs / ##this will remount the rootfs (/) partition as read-write
mkdir boot ##make a directory for mounting the partition inside of
mount -t ext3 /dev/block/mmcblk0p13 /boot ##mount the actual boot partition
cd /boot ## Change directory to /boot
ls -l ## list contents of /boot
adb push uImage.twrp /boot ## Remember, if you don't have enough space in /boot, this will fail.
---------- Post added at 10:46 AM ---------- Previous post was at 10:35 AM ----------
Quote:
Originally Posted by jlove
can i backup webos too with this?
or is it just for android?
|
Just Android. Read more at this page:
http://teamw.in/project/twrp2/75
|