Thanks, looking forward to try this.
| ||
[Script] Change sdcard and TF-card Change sdcard and TF-card (morphy666 metod) and move apps to new place
#123
Posted 08 March 2013 - 07:16 AM
Hy,
could anyone help me, this script didnt manage to help me, this is what is happening..
error: device not found
Try to connect...
error: device not found
Try to connect...
adb server is out of date. killing...
* daemon started successfully *
remount succeeded
adb server is out of date. killing...
* daemon started successfully *
762 KB/s (2343 bytes in 0.003s)
adb server is out of date. killing...
* daemon started successfully *
adb server is out of date. killing...
* daemon started successfully *
78 KB/s (240 bytes in 0.003s)
adb server is out of date. killing...
* daemon started successfully *
Check path of TF-card and make modification
adb server is out of date. killing...
* daemon started successfully *
You have backup vold.fstab.orig already
Device mount found sdcard in line_.18
Device mount found udisk in line_.19 - no modification needed
The script can't to switch cards for this device
here is my file, can anyone help me modify it so it can work, i tried the written option also but not working...
at is a Arnova 7b G3 device
## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_otg/usb
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
could anyone help me, this script didnt manage to help me, this is what is happening..
error: device not found
Try to connect...
error: device not found
Try to connect...
adb server is out of date. killing...
* daemon started successfully *
remount succeeded
adb server is out of date. killing...
* daemon started successfully *
762 KB/s (2343 bytes in 0.003s)
adb server is out of date. killing...
* daemon started successfully *
adb server is out of date. killing...
* daemon started successfully *
78 KB/s (240 bytes in 0.003s)
adb server is out of date. killing...
* daemon started successfully *
Check path of TF-card and make modification
adb server is out of date. killing...
* daemon started successfully *
You have backup vold.fstab.orig already
Device mount found sdcard in line_.18
Device mount found udisk in line_.19 - no modification needed
The script can't to switch cards for this device
here is my file, can anyone help me modify it so it can work, i tried the written option also but not working...
at is a Arnova 7b G3 device
## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_otg/usb
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

Help











