February 20th, 2012, 03:54 PM
|
#6 (permalink)
|
|
New Member
Join Date: Jul 2010
Posts: 9
Device(s): Droid Eris. Suave Smush v2
Thanks: 1
Thanked 0 Times in 0 Posts
|
Quote:
Originally Posted by trav473
$ adb shell
$ su
$ mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
|
Firstly, sorry for resurrecting an old thread, but I had to follow this instruction to get my /system to mount as rw so that I could remove the systemupdater that keeps bothering me and it lead me to a few questions.
1.) What causes the adb remount to quit working? and
2.) Can someone explain or point me to an explanation of what the code does. I'm trying to learn all I can about linux and android and I just want to know more about the syntax and what is going on in that command. Thanks in advance to anyone who feels like responding
|
|
|