adb remount

then try again

On Sun, Jan 4, 2009 at 12:45 PM, shimo...@gmail.com <shimo...@gmail.com>wrote:

>
> Hi,
>
> Did as you suggested from my Windows PC (using adb shell).
> The 'mount' command did not yield any error.
> But - saw no change in the \system attributes (using ls -l).
> And - when I try to do "adb push MySans.ttf \system\fonts\MySans.ttf"
> I get an error message:
> "failed to copy ...: read-only file system"
>
> Any ideas ?
>
> Thanks !
>
>
> On Jan 2, 5:27 pm, "Joel Knighton" <joel.knigh...@gmail.com> wrote:
> > 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 <mawei...@gmail.com> wrote:
> >
> > > add sudo where you do mount .
> >
> > > mawei...@gmail.com
> > > 13585201588
> >
> > > 2009/1/2 shimo...@gmail.com <shimo...@gmail.com>:
> >
> > > > 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 <joel.knigh...@gmail.com> wrote:
> > > >> Sounds as if you don't have root.  Did you issue a su command first?
> >
> > > >> On Jan 1, 6:11 pm, "shimo...@gmail.com" <shimo...@gmail.com> 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" <freep...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to