พยายาม ใส่โค็ดตามคำอธิบาย ตามyoutube แล้วก็ยังไม่สำเร็จซักทีคับ (โค๊ดใน cmd.exe)
ขอผู้รู้ช่วยอธิบาย ง่ายๆให้หน่อยนะคับ
ผมดูจากเว็ปลิ้งตามนี้คับ
http://www.igadget.me/index/how-to-root-amazon-kindle-fire-hd-7-89-on-android-404-ics
http://forum.xda-developers.com/showthread.php?t=1891939

แล้วก็ไม่ค่อยเข้าใจว่า โค๊ดพวกนี้เอาไว้ใส่ตรงไหน?
The commands:

adb shell
rm -r /data/local/tmp
ln -s /data/ /data/local/tmp
exit

adb reboot

adb shell
echo ‘ro.kernel.qemu=1’ > /data/local.prop
exit

abd reboot

adb shell mount -o remount,rw /system
adb push su /system/xbin/su
adb shell
chown 0.0 /system/xbin/su
chmod 06755 /system/xbin/su
rm /data/local.prop
exit

adb reboot

adb install Superuser.apk

ขอบพระคุณคับ!