tirstan458 Posted October 13, 2014 Share Posted October 13, 2014 Bonjour je souhaiterai modifier le fichier vold.fstab afin d'enregistrer la totalité de l'application sur la carte sd pas comme link2sd. Ainsi la memoire de la tablette passerai à 32gb Voici le code: ## 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 flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9dev_mount flash /mnt/internal_sd auto /devices/virtual/mtd/mtd9/mtdblock9#dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9dev_mount external_sd /mnt/sdcard auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_host/usb /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 Merci de bien vouloir m'aider... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.