my mount output is this:
/Users/Tom/Desktop/openmoko/android-tools/adb shell mount
rootfs / rootfs rw 0 0
tmpfs /dev tmpfs rw,mode=755 0 0
devpts /dev/pts devpts rw,mode=600 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
tmpfs /sqlite_stmt_journals tmpfs rw,size=4096k 0 0
/dev/block/mtdblock6 /system jffs2 ro 0 0
/dev/block/mmcblk0p1 /sdcard vfat
rw,nosuid,nodev,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1
0 0
/dev/block/mtdblock7 /data yaffs2 rw,nosuid,nodev 0 0

so i changed your command to:
/Users/Tom/Desktop/openmoko/android-tools/adb shell mount -o remount,rw
/dev/block/mtdblock6 /system

that did it for me.
i hope.
now rebooting


2009/9/24 Audun Nystad Bugge <anbu...@gmail.com>

> That could mean that you've lost connection to your device. I'd try adb
> kill-server and try again. By running "adb shell mount" you can check if the
> partition was successfully remounted (the /dev/root line should contain
> "rw", not "ro")
>
> Audun
>
> On Thursday 24 September 2009 11:00:05 thomas faust wrote:
> > hi audun,
> > thanks.
> > when executing this: /Users/Tom/Desktop/openmoko/android-tools/adb shell
> > mount -o remount,rw /dev/root /
> >
> > nothing happens.
> > by that i mean after hitting return, there is no response in my terminal,
> no
> > promt after successful execution, so i cannot push
> >
> > what went wrong?
> >
> > thomas
> >
> > 2009/9/24 Audun Nystad Bugge <anbu...@gmail.com>
> >
> > > Hi,
> > >
> > > In /system/lib/.
> > > I'm not sure if /system/ is still in the root partition on version 0.1,
> but
> > > at least on michael's v15 you need to remount the root partiotion using
> > > adb shell mount -o remount,rw /dev/root /
> > > first. Also, remember to run "adb shell sync" before rebooting.
> > >
> > > Audun
> > >
> > > On Thursday 24 September 2009 10:40:23 thomas faust wrote:
> > > > hi michael,
> > > >
> > > > where do i have to put the freerunner-ril.so?
> > > >
> > > > regards,
> > > > thomas
> > > >
> > > > 2009/9/8 Michael Trimarchi <trimar...@gandalf.sssup.it>
> > > >
> > > > > Hi,
> > > > >
> > > > > This is an update version of frerunner-ril.so:
> > > > >
> > > > > fix unlock sim
> > > > >
> > > > > I will update the website too
> > > > >
> > > > > Michael
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > android-freerunner mailing list
> > > > > android-freerunner@android.koolu.org
> > > > > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
> > > > >
> > > > >
> > > >
> > > _______________________________________________
> > > android-freerunner mailing list
> > > android-freerunner@android.koolu.org
> > > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
> > >
> >
> _______________________________________________
> android-freerunner mailing list
> android-freerunner@android.koolu.org
> http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
>
_______________________________________________
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to