エミュレートされたSDカードを内部ストレージとして使用し、代わりに物理SDカードを使用する方法は任意の方法ですか?
エミュレートされたSDカードを内部ストレージとして使用し、代わりに物理SDカードを使用する方法は任意の方法ですか?
Any way to Dismount the emulated sd card to be used as internal storage and use the physical sd card instead?
私は驚くべき私が認識したとき、私のAndroid 4.2装置の4 Gバイトの保存はそのような愚かな方法(システムのための1g、内部ストレージのための1g、そして内部SDのための2g)カード」)、それは装置全体を展開しないようにする。私は仮定して、あなたは同じ問題を抱えています。
私はAndroid Guruではないので、私はちょっとしたトリックをしました:私はスワップSDカードを交換しました。<コード> 99887665544330 、そしてマウントコマンドのスワップ<コード>および<コード>および<コード> 99887665544332
DEV_MOUNT SDCARD / Storage / SDCARD1 emmc @ fat / devices/platform/goldfish_mmc.0 / devices/platform/mtk-msc.0/mmc_host
dev_mount sdcard2 / storage / sdcard0 auto / devices/platform/goldfish_mmc.1 / devices/platform/mtk-msdc.1 / mmc_host
今「内蔵SDカード」は私の実際のSDカードであり、2 Gバイトのパーティション(「内蔵SDカード」)はアプリのほとんどのアプリに対してアクセスできません(ファクトリが2つのSDカードを処理できます。指定されたパスを使用できるもの)
注意:それを行う方法がわからない場合は、おそらくそれをするべきではありません。設定ファイルを間違えた場合、デバイスは起動できません。とにかく、SDカードの設定が間違っている場合は、常にバックアップ、リカバリのインストールなどが誤っている場合は、致命的なエラーではありません。唯一の効果は、SDカードがマウントされていないことです。それで、必要なすべてのツール(ファイルマネージャ、ルートマネージャ、SSHサーバーなど)が内部ストレージにインストールされていることを確認してください。
I was surprised when I recognized, that the 4 Gbyte storage of my Android 4.2 device is partitioned such stupid way (1 G for system, 1 G for internal storage and 2 G for "internal SD card"), it makes the whole device unexpandable. I assume, you have the same problem.
I'm not an Android Guru, so I did just a little trick: I've swapped SD cards in the configuration: I've edited /system/etc/vold.fstab
, and swapped sdcard0
and sdcard1
in mount commands.
dev_mount sdcard /storage/sdcard1 emmc@fat /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard0 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
Now "internal SD card" is my real SD card, and the 2 Gbyte partition (was: "internal SD card") is not accessible for the most of the apps (except factory ones, which can handle two SD cards, and ones which can use specified path).
Caution: if you don't know how to do it, you're probably shouldn't do it. If you make mistake in configuration files, your device may not boot up. Always make backup, install recovery etc. Anyway, if your SD card configuration is wrong, it's not a fatal error, the only effect is that you'll have no SD card mounted. So be sure that all the tools needed (file manager, root manager, SSH server etc.) are installed on the internal storage.
私はそれを作ることができました。このチュートリアル:
ステップバイステップでは、自分が言うことを作るとうまくいきます。アプリケーションルート内部2の外部はもうストア内にいませんので、APKを探す必要があります。
その後、完全な解決策のためにlink2sdをインストールできます。
この方法を使用する前に完全な拭き取りをお勧めしますが、ねじれない
wares
I was able to make it. Just follow this tutorial:
http://blog.163.com/san_stars/blog/static/13683188020139404417393/
Step by step it only works if you make what he says. The application Root Internal 2 External is not in the store anymore so you need to look for the APK.
After that you can install Link2SD for a complete solution.
I recommend a complete wipe before using this method but is not neccesary
Regards
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有