Issue the commands in this order (from a terminal on the device, otherwise change to use adb shell).
$su #mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system Add/change anything you need, then revert to read only. $su #mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system On Fri, Jan 2, 2009 at 12:31 AM, Margaret <[email protected]> wrote: > > add sudo where you do mount . > > > [email protected] > 13585201588 > > > > 2009/1/2 [email protected] <[email protected]>: > > > > Hi, > > > > Thanks ! > > > > Where do I issue this command from ? > > > > When I do this from PTerminal on my Android device it hangs, then > > issues > > a warning box saying: > > > > "Activity pTerminal (in application pTerminal) is not responding"" > > > > Do you have a Dev Phone ? > > > > Thanks. > > > > > > On Jan 2, 3:39 am, Joel <[email protected]> wrote: > >> Sounds as if you don't have root. Did you issue a su command first? > >> > >> On Jan 1, 6:11 pm, "[email protected]" <[email protected]> wrote: > >> > >> > Hi, > >> > >> > Tried that on my Dev Phone, and got "mount: operation not permitted" > >> > >> > Can you tell me why ? > >> > >> > TIA > >> > >> > On Nov 17 2008, 11:48 am, "li chen" <[email protected]> wrote: > >> > >> > > You can use adb shell toremount/system and try again: > >> > > mount -oremountrw /system > >> > >> > > -freepine > > > > > > > > > -- Joel Knighton --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

