1. You may needfex2binandbin2fex: git clone git://github.com/linux-sunxi/sunxi-tools.git cd sunxi-tools make With the using ofls, you can find thefex2binandbin2fex. 2. Copy thescript.binfrom Android. $adb shell $mkdir /mnt/tmp $mount -t vfat /dev/block/nanda /mnt/tmp (Attention it’s different from Linux.) $exit $adb pull /mnt/tmp/script.bin 3.Convert thescript.bintoscript.fex. $chmod 777 script.bin $./bin2fex script.bin ./script.fex $gedit script.fex Now, you can edit thescript.fex. Don’t forget saving the file when you leave it. 4. Convert thescript.fextoscript.binand push it back to the CB. Reference: |