ちょっと珍しいタブレットをrootしなくちゃならなくなったのでメモ。Get su-3.0-efgh-signed.zip from http://androidsu.com/superuser/ copy Superuser.apk and su from the zip file to: android-sdkplatform-toolsLet the device connect and do this from the Windows commandline (android-sdkplatform-tools):adb remountadb shell "rm /system/app/superuser.apk"adb push Superuser.apk /system/app/adb push su /system/bin/adb shell "chmod 6755 /system/bin/su"adb shell "rm /system/xbin/su"adb shell "ln -s /system/bin/su /system/xbin/su"(remove the USB cable and turn device off and on again)