vold.fstab umschreiben das die Apps auf die externe SD Card geschoben werden Wondermedia WM8880-Tablet

  • Antworten:0
Billy Designs
  • Forum-Beiträge: 45

26.09.2013, 20:25:20 via Website

Hi Leute ich mal wieder ;)
Ich habe von meinem Ex Chef ein Tablet bekommen Wondermedia WM8880-Tablet mit Android 4.2.1 alles soweit in Ordnung leider bekomm ich die Apps nicht auf die Externe SD Card geschoben. jetzt wollt ich die vold.fstab bearbeiten aber die Sie ganz ander`s aus wie die von meinem Arnova könnt ihr mir vielleicht helfen hier die vold.fstab
1## Vold 2.0 Generic fstab
2## - San Mehat (san@android.com)
3##
4
5#######################
6## Regular device mount
7##
8## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
9## label - Label for the volume
10## mount_point - Where the volume will be mounted
11## part - Partition # (1 based), or 'auto' for first usable partition.
12## <sysfs_path> - List of sysfs paths to source devices
13######################
14
15#wmt sd
16dev_mount sdcard /storage/sdcard1 auto /devices/platform/sdmmc.0
17#dev_mount sdcard /mnt/sdcard auto /devices/platform/sdmmc1.0
18#dev_mount sdcard /mnt/sdcard auto /devices/platform/sdmmc2.0
19
20#wmt usb
21dev_mount udisk /storage/udisk auto /devices/pci0000:00/0000:00
22
23#wmt localdisk
24#dev_mount sdcard /sdcard auto /devices/virtual/block/loop0
25
26## Example of a standard sdcard mount for the emulator / Dream
27# Mounts the first usable partition of the specified device
28#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
29
30## Example of a dual card setup
31# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
32# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
33
34## Example of specifying a specific partition for mounts
35# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

Edit:könnte das eine abgeänderte Version sein?
1#######################
2## Regular device mount
3##
4## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
5## label - Label for the volume
6## mount_point - Where the volume will be mounted
7## part - Partition # (1 based), or 'auto' for first usable partition.
8## <sysfs_path> - List of sysfs paths to source devices
9######################
10
11#wmt sd
12dev_mount sdcard /mnt/sdcard auto /devices/platform/sdmmc.0
13#dev_mount sdcard /mnt/sdcard auto /devices/platform/sdmmc1.0
14#dev_mount sdcard /mnt/sdcard auto /devices/platform/sdmmc2.0
15
16#wmt usb
17dev_mount udisk /mnt/udisk auto /devices/pci0000:00/0000:00
18dev_mount udisk_boot_udisk /mnt/udisk auto /devices/pci0000:00/0000:00:04.0/usb1/1-1
19dev_mount udisk_boot_udisk /mnt/udisk auto /devices/pci0000:00/0000:00:04.0/usb1/1-2
20dev_mount udisk_boot_udisk /mnt/udisk auto /devices/pci0000:00/0000:00:04.0/usb1/1-3
21
22#wmt localdisk
23#dev_mount localdisk /mnt/internal auto /devices/virtual/mtd/mtd13/mtdblock13
24#dev_mount udisk_boot_localdisk /mnt/local auto /devices/pci0000:00/0000:00:04.0/usb1/1-4


Vielen Dank im Vorraus

— geändert am 26.09.2013, 20:40:03

Antworten