It may like what you said, a recovery image may be used during boot. I
tried extract recovery image following the tips here:
http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images
but the recovery img file cannot be unpacked with error:"broken image
file".
Now I cannot go further. Is there any suggestion? thanks.
Garry Zhang
On Mar 20, 2:51 am, Pavan Savoy <
pavan.sa...@gmail.com> wrote:
> On Mon, Mar 19, 2012 at 1:47 PM, Bryan Buckley <
bryanwbuck...@gmail.com>wrote:
>
> > adb shell mount -w -o remount -t rootfs /
> > adb push init.thisone.rc /
> > adb shell sync
> > adb reboot
>
> > should work.
>
> It should if the "/" is mounted as say ext4 or similar.
> but might not always - really depends on the way system is booting.
> If the root "/" is part of the ramdisk.img - then you will have to extract
> the ramdisk - using the cpio - make modifications & pack it back using
> mkbootfs & minizip.
>
>
>
>
>
>
>
>
>
> > --