top
busybox top
ls
cd /sdcard/
ls
cd images/
ls
tar
busybox tar
busybox tar zcf system.tar.gz /system
busybox tar cf system.tar /system
cd /
ls -la
mount 
cd /sdcard/
cd images/
busybox tar cf app.tar /app
busybox tar cf app_webroot.tar /app/webroot/
busybox nandread
busybox help
busybox --help
busybox nanddump
cd ..
mkdir nanddump
cd nanddump/
for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19; do busybox nanddump -f mtd$i /dev/mtd/mtd${i}ro; done
ls -la
cd
ls
pwd
cd huawei_dload/
ls
cat dload_logA.txt 
cd ..
ls
cd app
ls
cd ..
mount
cd /sdcard/images/
ls
busybox tar cf data.tar /data
