ตาม Code ด้นล่างนะครับคุณกิจ เห็นคุณกิจ Dump FW มาแจกอยากทำเป็นบ้าง ผมไปหามา
แต่เข้าทำไม่ได้
1.ต้องใช้ Tool อะไร Load จากไหน
2.วิธีทำ
ปล.ซื้อเครื่องมาแล้วอย่างทำเป็นทุกอย่าง ลง Program เป็น Backup ได้ Tune up เป็น และทำFile
แจกเพื่อนๆได้ครับ (Computer นะทำได้ แต่มือถือผมมือใหม่ครับ)
mkdir backup
cd backup
adb shell su -c “dd if=/dev/block/bml1 of=/sdcard/boot.bin bs=4096”
adb shell su -c “dd if=/dev/block/bml2 of=/sdcard/pit.pit bs=4096”
adb shell su -c “dd if=/dev/block/stl3 of=/sdcard/efs.rfs bs=4096”
adb shell su -c “dd if=/dev/block/bml4 of=/sdcard/Sbl.bin bs=4096”
adb shell su -c “dd if=/dev/block/stl6 of=/sdcard/param.lfs bs=4096”
adb shell su -c “dd if=/dev/block/bml7 of=/sdcard/zImage bs=4096”
adb shell su -c “dd if=/dev/block/stl9 of=/sdcard/factoryfs.rfs bs=4096”
adb shell su -c “dd if=/dev/block/stl10 of=/sdcard/dbdata.rfs bs=4096”
adb shell su -c “dd if=/dev/block/stl11 of=/sdcard/cache.rfs bs=4096”
adb shell su -c “dd if=/dev/block/bml12 of=/sdcard/modem.bin bs=4096”
adb shell su -c “tar -czvf /sdcard/data.tar.gz /data”
adb pull /sdcard/param.lfs .
adb pull /sdcard/zImage .
adb pull /sdcard/factoryfs.rfs .
adb pull /sdcard/dbdata.rfs .
adb pull /sdcard/cache.rfs .
adb pull /sdcard/modem.bin .
adb pull /sdcard/efs.rfs .
adb pull /sdcard/boot.bin .
adb pull /sdcard/Sbl.bin .
adb pull /sdcard/pit.pit .
adb pull /sdcard/data.tar.gz .