Android 台灣中文網

標題: SONY J 內外卡互換設定檔案分享 [打印本頁]

作者: kenitw    時間: 2013-8-11 22:20
標題: SONY J 內外卡互換設定檔案分享
內卡原有4g, 但被系統用去, 使用者只有2G可用,
外卡就是 MicroSD卡, 最多支援 32G

將設定檔取代原系統檔案, 就可以有手機內存最多32G, 外卡變成2G

步驟:
1.手機  root, (請參考之前的文章, 若你的系統還是 android 4.0.4, 就可以直接用 007一鍵root)
2.安裝 FX或RE檔案管理器
3.在手機的 /system/ 底下的 /etc/ 資料夾中找到 vold.fstab 檔
4. 將本帖提供檔案置換上去, (注意先將資料夾權限設為讀寫, 取代檔案完再設為唯讀)
5. 重新開機, 檢查手機的設定的儲存空間, 看看有沒有成功

vold.fstab

1.76 KB, 下載次數: 211, 下載積分: 碎鑽 -1 個

修改後的 vold.fstab


作者: kenitw    時間: 2013-8-11 22:23
本帖最後由 kenitw 於 2013-8-11 22:29 編輯

提供原來的檔案及修改後的檔案內容, 也可以自行修改原始檔案, 以下紅色藍色部分為要改的內容
原來的vold.fstab


# Copyright (c) 2011, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above
#       copyright notice, this list of conditions and the following
#       disclaimer in the documentation and/or other materials provided
#       with the distribution.
#     * Neither the name of Code Aurora Forum, Inc. nor the names of its
#       contributors may be used to endorse or promote products derived
#       from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *[
dev_mount ext_card /mnt/ext_card auto /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard /mnt/sdcard 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *]



修改後的vold.fstab


# Copyright (c) 2011, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above
#       copyright notice, this list of conditions and the following
#       disclaimer in the documentation and/or other materials provided
#       with the distribution.
#     * Neither the name of Code Aurora Forum, Inc. nor the names of its
#       contributors may be used to endorse or promote products derived
#       from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *[
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.1/mmc_host
dev_mount ext_card /mnt/ext_card 16 /devices/platform/msm_sdcc.3/mmc_host/mmc0
#MTD-BSP-LC-uSD_and_eMMC_coexistence-00 *]

作者: liang311    時間: 2013-8-12 00:54
請問我的system底下只有pim資料夾,搜尋不到vold.fstab 檔,耶??
作者: 09456123    時間: 2013-8-12 11:31
><我改了之後手機都讀不到Sd 卡~怎ㄇ辦原本的檔案也都刪了~

作者: kenitw    時間: 2013-8-12 17:09
liang311 發表於 2013-8-12 00:54
請問我的system底下只有pim資料夾,搜尋不到vold.fstab 檔,耶??


使用 fx檔案管理器 看資料夾, system 底下的 etc資料夾中去找
作者: kenitw    時間: 2013-8-12 17:33
09456123 發表於 2013-8-12 11:31
>

編輯文件檔的存檔格式要很注意,
若你用記事本開啟就會發現, 它並不是真正的<回車chr(13)>+<換行chr(10)>, 而是只有 chr(10)換行,
所以若你用其他編輯器編輯,存檔, 很可能會造成內碼不對而讀不到.
建議你到etc  資料夾去開啟 vold.fstab , 仔細看看有沒有哪個地方寫得不對,

或是若你還可以用usb 連線, 就把本帖提的vold.fstab  copy進手機內存,
再進手機想辦法copy 到  etc  去.

再不行就刷機, 刷回原版4.0.4
作者: k30114    時間: 2013-8-14 22:28
已經有人發過類似的文章囉!
請樓主多多注意!!
http://apk.tw/thread-178751-1-4.html
作者: vul3ej8    時間: 2013-10-23 17:37
# Copyright (c) 2011, Code Aurora Forum. All rights reserved.
# Copyright (c) 2012 Sony Mobile Communications AB.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above
#       copyright notice, this list of conditions and the following
#       disclaimer in the documentation and/or other materials provided
#       with the distribution.
#     * Neither the name of Code Aurora Forum, Inc. nor the names of its
#       contributors may be used to endorse or promote products derived
#       from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# NOTE: This file has been modified by Sony Mobile Communications AB.
# Modifications are licensed under the licence above.

dev_mount ext_card /storage/sdcard1 auto /devices/platform/msm_sdcc.3/mmc_host
dev_mount usbdisk /storage/usbdisk auto /devices/platform/msm_hsusb_host


SONY ZL
請問大大我這要怎麼換呢
我換大大提供的檔案無法開啟設定裡的儲存空間

作者: Eden124196506    時間: 2013-12-19 16:33
大大~
我替換上了之後改完權限即重新開機
SD和內建的記憶體並沒有互換耶Σ(´д`;)
怎麼會這樣 (#
作者: 志弘梁    時間: 2014-2-18 00:02
找好久希望能下載
作者: blacktop    時間: 2014-4-5 19:45
多謝大大分享!!!我就需要這個
作者: 冰樂    時間: 2014-4-26 17:10
那個..你講得這個很好 我也很需要 但是我不會用手機的系統...可以請你講詳細一點嘛!!! 拜託了!!!
作者: mhlbjxd    時間: 2014-6-29 18:47
載來用卡快,感恩啊大大
作者: kimosogood    時間: 2014-8-26 20:49
內外卡互換後, 會不會奱的比較慢

作者: mhlbjxd    時間: 2014-8-27 19:27
can android 4.2.2 use this vold.fstab to exchange the internal storage and the sd card
作者: ts3119656    時間: 2014-11-28 09:59
找好久希望能下載




歡迎光臨 Android 台灣中文網 (https://apk.tw/) Powered by Discuz! X3.1