So much to remember
BrainDump from my daily life in Information Technology
Tuesday, March 22, 2011
Remount Shell
# open a shell
adb shell
# switch to root
su
# check you're root? it should return uid=0
id
# now you can remount as read/write if you like
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment