Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
crax0r
Old
#1  
crax0r's Avatar
Senior Member - OP
Thanks Meter 6
Posts: 146
Join Date: Dec 2009
Location: Just follow the yellow brick road...
Exclamation [Q] URGENT - How to remount

What is the command to remount the phone? I might have something everyone might like. :3


Phones: LG Revolution
 
mtmichaelson
Old
#2  
mtmichaelson's Avatar
Senior Member
Thanks Meter 1113
Posts: 1,149
Join Date: Apr 2009
Location: Cane Ridge, TN

 
DONATE TO ME
Adb shell mount is "mount -o rw,remount -t yaffs2 /dev/block/mtdblock12 /system" no quotes of course

Sent from my VS910 4G using XDA Premium App
 
crax0r
Old
#3  
crax0r's Avatar
Senior Member - OP
Thanks Meter 6
Posts: 146
Join Date: Dec 2009
Location: Just follow the yellow brick road...
Quote:
Originally Posted by mtmichaelson View Post
Adb shell mount is "mount -o rw,remount -t yaffs2 /dev/block/mtdblock12 /system" no quotes of course

Sent from my VS910 4G using XDA Premium App
Well thank you! We might have a new root method. PM me and you can test it.


Phones: LG Revolution
 
Haro912
Old
#4  
Senior Member
Thanks Meter 151
Posts: 1,639
Join Date: Jul 2011
Location: Pittsburgh

 
DONATE TO ME
Well considering this post is a day or so old now I would love to know if you found a new rooting method? And is this for post patch or before it?
Devices: Samsung Galaxy S3, Transformer Prime
------------------
Asus Transformer Prime
ROM: AOKP by Jermaine151
Kernel: Motley by _Motley
------------------
Samsung Galaxy S3:
ROM: Android Open Kang Project By Xoomdev
Kernel: KT747 By Ktoonsez
 
thecubed
Old
#5  
thecubed's Avatar
Senior Member
Thanks Meter 1404
Posts: 653
Join Date: Aug 2008
Location: San Jose, CA

 
DONATE TO ME
Quote:
Originally Posted by mtmichaelson View Post
Adb shell mount is "mount -o rw,remount -t yaffs2 /dev/block/mtdblock12 /system" no quotes of course

Sent from my VS910 4G using XDA Premium App
Nope-- we don't use yaffs2 on this phone, change that to "ext3".

Also, a shorter version is just "adb shell mount -o remount,rw /system". No need to specify the filesystem type if it's in fstab.
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...