綁定帳號登入

Android 台灣中文網

打印 上一主題 下一主題

[教學] 將內部存儲空間與外接SD卡互換 擴充可裝APP空間[需root]

  [複製連結] 查看: 38111|回覆: 83|好評: 6
51
pp55668899 | 收聽TA | 只看該作者
發表於 2013-6-23 21:58
如果原廠沒有倒的話,其實s170是很棒的手機呢,修改掉一些毛病,我想大麥機會是我一直想用的(不分國別。)

版大這方式改天我也來試一下 。
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

52
pp55668899 | 收聽TA | 只看該作者
發表於 2013-6-24 02:44
試問一下 我已成功了,但原來的5g會被蓋掉嗎?? 然後在來是說原5g內的內容是不是要先清掉呢?
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

53
 樓主| qzwsxml | 收聽TA | 只看該作者
發表於 2013-6-24 08:43
本帖最後由 qzwsxml 於 2013-6-24 08:46 編輯


(1)不會
(2)不用

那5GB只是沒有"掛載",有朝一日外接SD卡GG時可以馬上修改vold.fstab,將那5gb的內部空間掛載上來,手機就能正常使用. 因此平時最好要定期備份外接的SD卡...
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

54
pp55668899 | 收聽TA | 只看該作者
發表於 2013-6-24 19:48
qzwsxml 發表於 2013-6-24 08:43
(1)不會
(2)不用

太感謝你了~我原以為內存會不見,後來還原及修改後如同您所說的未掛載,我還把原先內存的東西給砍掉了~呵呵,不過因此並未影響。
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

55
manyik122 | 收聽TA | 只看該作者
發表於 2013-10-19 23:41
ccccccccccccccccccccccccccccccc
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

56
s20081844 | 收聽TA | 只看該作者
發表於 2013-11-30 12:04
thx a lot for your shareing
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

57
瘋狂呆子 | 收聽TA | 只看該作者
發表於 2013-12-11 22:11
不給您按個讚,怎對得起我的優良教養
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 1 反對 0

使用道具 舉報

58
jacka0724 | 收聽TA | 只看該作者
發表於 2013-12-26 21:41
0.0.0.0.0.0.00.0.0.0.
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

59
sky264411 | 收聽TA | 只看該作者
發表於 2014-1-4 21:56
本帖最後由 sky264411 於 2014-1-4 21:58 編輯

大大我的第7步跟你不太一樣呢
怎麼辦?
如過我直接載你的 我的手機會有影響嗎?
我的長這樣
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##

#######################
## 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 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard  /mnt/sdcard1  auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2  auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2

## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 反對

使用道具 舉報

60
 樓主| qzwsxml | 收聽TA | 只看該作者
發表於 2014-1-5 08:28
sky264411 發表於 2014-1-4 21:56
大大我的第7步跟你不太一樣呢
怎麼辦?
如過我直接載你的 我的手機會有影響嗎?

不行,你必須修改你自己的,否則可能無法開機.根據你提供的vold.fstab,"建議"你可以將原本的
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /mnt/sdcard emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host

改成

(1)
## 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.1 /devices/platform/mtk-sd.1/mmc_host
dev_mount sdcard /mnt/sdcard2 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host


(2)將內建的ROM空間遮避.若上述不成功,或空間雖已成功change,但系統還是會去用較小的那個空間時,就把它隱藏,反正只有幾百MB(紅米機就是用這個方法)

## 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.1 /devices/platform/mtk-sd.1/mmc_host
#dev_mount sdcard /mnt/sdcard2 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host

點評

這原本在存在裡面的APP要刪掉 還是要整台手機重灌(+ROOT) 在使用?  發表於 2014-1-11 18:09
用Android 就來Android 台灣中文網(https://apk.tw)
回覆 支持 1 反對 0

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則