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 <[email protected]> > > > 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 <[email protected]> > > > > > > > Hi, > > > > > > > > This is an update version of frerunner-ril.so: > > > > > > > > fix unlock sim > > > > > > > > I will update the website too > > > > > > > > Michael > > > > > > > > > > > > _______________________________________________ > > > > android-freerunner mailing list > > > > [email protected] > > > > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org > > > > > > > > > > > > > _______________________________________________ > > android-freerunner mailing list > > [email protected] > > http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org > > > _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
