Hi,

Do you have an ADP1 device (developer phone) ?

I read somewhere something like this"

"su is there on the device, but ro.secure is set to 1, so you can not
do "adb remount""

Thanks.

On Jan 5, 11:53 am, "Anonymous Anonymous"
<[email protected]> wrote:
> adb remount
>
> then try again
>
> On Sun, Jan 4, 2009 at 12:45 PM, [email protected] <[email protected]>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" <[email protected]> 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 <[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
-~----------~----~----~----~------~----~------~--~---

Reply via email to