Android の adb shell について
rootedの端末でandroidscreencastを導入したあとコマンドプロンプトからadb shellにて
adb shell <press enter>
su <press enter> After this step, check your phone to see that it is asking for super user permissions, or that there is a message that says that SU permissions are granted
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system <press enter>
chmod 4755 /system/bin/sh <press enter>
exit <press enter>
を実行すると、adb shellでsuを抜けられなくなりました。($に戻れなくなりました)
直す方法を教えてください(><)
お礼
root取得前にadb pullで出来ました 回答ありがとうございます