色々と不便なので、busybox と bash を入れてみた。 ビルドは以下のようにして static で。 ダウンロードしたファイルを展開し、その直下で実施。 ○busybox $ make oldconfig $ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm CFLAGS=--static LDFLAGS=--static ○bash $ CC=arm-none-linux-gnueabi-gcc CFLAGS=-static LDFLAGS=-static ./configure --host=arm-none-linux-gnueabi --build=i686-gnu-linux --without-bash-malloc $ make これで adb shell で入っても使い易くなった。