Ok If I want to unroot and none
of the packages seem to match they all
say no signature found, well couldnt I
go into root and reflash the correct
recovery image and then update the
package and avoid the problems? which
would be correct in so reflashing the
recovery part of my sdcard?
I would be doing this after copying
the correct recovery for rc33 onto
the sdcard and the rc33 OTA package
renamed update.zip
this...
su
cd /system
cat /sdcard/recovery_testkeys.img > recovery.img
flash_image recovery recovery.img
or this
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard flash_image recovery recovery.img
cat recovery.img > /system/recovery.img
it just seems there is no way around getting the os
past the bootloader since root was disabled in the latest revisions
if i go back to the rc33 bootloader maybe in recovery i can run update?
of the packages seem to match they all
say no signature found, well couldnt I
go into root and reflash the correct
recovery image and then update the
package and avoid the problems? which
would be correct in so reflashing the
recovery part of my sdcard?
I would be doing this after copying
the correct recovery for rc33 onto
the sdcard and the rc33 OTA package
renamed update.zip
this...
su
cd /system
cat /sdcard/recovery_testkeys.img > recovery.img
flash_image recovery recovery.img
or this
su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd /sdcard flash_image recovery recovery.img
cat recovery.img > /system/recovery.img
it just seems there is no way around getting the os
past the bootloader since root was disabled in the latest revisions
if i go back to the rc33 bootloader maybe in recovery i can run update?