Thread: PRS-T1 getting adb working
View Single Post
Old 02-27-2012, 02:06 PM   #51
j0534ng31
Connoisseur
j0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheese
 
Posts: 83
Karma: 1224
Join Date: Dec 2011
Location: Gijon (Spain)
Device: Sony PRS-T1 black
Quote:
Originally Posted by xuyn2003 View Post
I just don't know how to mount /mnt/sdcard mannualy in recovery.sh.
mount -t vfat /dev/block//vold/179:1 /mnt/sdcard?
If you want do it the same way as the system (by using vold), you have to:

To know the volumes mounted:
Code:
vdc volume list

To umount the internal memory (SD card):
Code:
vdc volume unmount sdcard
To umount the external Micro-SD card:
Code:
vdc volume unmount extsd

To mount the internal memory (SD card):
Code:
vdc volume mount sdcard
To mount the external Micro-SD card:
Code:
vdc volume mount extsd
j0534ng31 is offline   Reply With Quote