X10にAPP2SDできたX10成功APP2SD
まず、SDカードにextパーティションを作るのが必要で、うちはWindowsでやっていたので、Acronis Disk Director Suiteというアプリでパーティションを作った。やり方は詳しくこちらのページへどうぞ:
それから、下記の掲示板のスレッドについて、本人はスクリプトについて更新して、アパッチファイルのにしてもっとユーザーファイミリーのにした。
[Howto] App2sd Step by step – xda-developers
Attention Please a new version is out
someone ask for a step by step guide here is it
You need a rooted device1.Step
Patitioning your sd-Card
forum .xda-developers.com/wiki/index.php?title=SD_card_partitioning
here is a great Howto for this
2. Step
plug on your device via usb to the computer
if you don’t have it enable usb debugging
now extract the zip from the Attachment into the root of your sdcard3. Step
open and adb shell withadb shellnow instert the folloing command
sh /sdcard/app2sd.sh4. Step
to install app2sd youst press enter
after some time your X10 should be reboot5 .step
on the boot after the wihte/black sony Logo
your telephone led will be are red or green
これで、APPのシンボリックリンクをSDカードに移動するだけなく、不具合のLED通知それからappbakの対策もついてるから、いろいろ優しいだな。
ちなみに、当スクリプトのbusyboxの引用についてbusyboxのバージョンの違いわけですべてのX10にも通用するわけなさそうで、せめてうちのX10はダメだったので、その代わりに、下記のコマンドで無事にできました。
su cd /sdcard/ sh app2sd.sh
首先,SD卡內要設ext盤,我係用Windows的,所以用了呢個叫Acronis Disk Director Suite的軟件.詳細方法可以到呢喥睇睇:
之後,下記的討論區帖,當事人就程式作了更新,弄了個程式包,更用家化.
[Howto] App2sd Step by step – xda-developers
Attention Please a new version is out
someone ask for a step by step guide here is it
You need a rooted device1.Step
Patitioning your sd-Card
forum .xda-developers.com/wiki/index.php?title=SD_card_partitioning
here is a great Howto for this
2. Step
plug on your device via usb to the computer
if you don’t have it enable usb debugging
now extract the zip from the Attachment into the root of your sdcard3. Step
open and adb shell withadb shellnow instert the folloing command
sh /sdcard/app2sd.sh4. Step
to install app2sd youst press enter
after some time your X10 should be reboot5 .step
on the boot after the wihte/black sony Logo
your telephone led will be are red or green
咁樣的話,唔單只把APP的symbolic link移到SD卡,而且還有問題出現的LED通知及appbak的對策,相當體貼喔.
另外,有關呢個程式所用的busybox,由於busybox的版本之不同問題,唔一定所用X10都能可得着,起碼我部X10就唔得,取而代之,用下記的指令作輸入便成功了.
su cd /sdcard/ sh app2sd.sh