B
biker1602
Neues Mitglied
- 0
W8173 schrieb:hab jetzt ext2 formatiert es wurde auch ein mount script erstellt bekomme aber jetzt immer diese meldung
Das selbe ist bei mir auch
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
W8173 schrieb:hab jetzt ext2 formatiert es wurde auch ein mount script erstellt bekomme aber jetzt immer diese meldung
## 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
## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
######################
#storage_struct = series, "/mnt/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/sdi0/mmc_host/mmc1/mmc1
#usb host device
{
media_type = usb
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/msm_hsusb_host.0
#usb host device
{
media_type = usb
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/msm_hsusb_host.0
#EOF
Gar nichts. Das klappt nämlich nicht. Wie du ja einfach erkennen kannst, ist der vold nur für die externen Speicher zuständig. Die interne SD ist ein einfacher Bind-Mount in die Datenpartition.Darth1996Vader schrieb:Was muss ich jetzt ändern damit die Mountpfade getauscht sind (also Externe als Interne und andersrum).