[android-developers] Re: Why can not edit /init.rc on adp1 with firmware 1.1?

2009-03-20 Thread David Turner
that's because init.rc is really part of the ramdisk image (included in boot.img with the kernel image). You need to regenerate a new ramdisk + boot image for this to work. There is no way to modify this file after boot. On Wed, Mar 18, 2009 at 8:05 AM, cpedia wrote: > > I flashed my adp1 to fir

[android-developers] Re: Why can not edit /init.rc on adp1 with firmware 1.1?

2009-03-20 Thread cpedia
Thank you Rajesh. I also found the answer from xda-developer. http://forum.xda-developers.com/showthread.php?t=443994 I made a new boot images under my mac, but after I flashed to the phone, the phone failed to start. So I flashed the firmware back to official 1.1. On Mar 19, 1:08 am, Rajesh

[android-developers] Re: Why can not edit /init.rc on adp1 with firmware 1.1?

2009-03-18 Thread Rajesh S
Cpedia, It probably is part of the ramdisk and so what you are editing is just the content in RAM. On a fresh boot the ramdisk recreates the good old root file system. You'll have to change it in ramdisk.img .. since you have come this far, it won't be tough to google and find methods of creating