On Mon, Apr 25, 2011 at 2:14 AM, David Williams <[email protected]> wrote: > > Thanks, > > That is what I tried, but I wanted to edit the /etc/hosts file and when I > tried the push I was told that the file system was read only, so I couldn't > push the file.
You can use 'adb remount' to remount /system ready-write. However, on the emulator it shows up with 0 free space, so I don't think you can make any changes. Your best bet is to use a real rooted device, I think. > adb remount # mount ... /dev/block/mtdblock0 /system yaffs2 rw 0 0 #df /system /system: 77568K total, 77568K used, 0K available (block size 4096) BTW, sending HTML mails to a mailing list is not considered nice. All the worse if it has images. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

