At your own risk as always, but the worst that should happen is that it refuses to flash. Unzip 7/24 firmware zip file to somewhere.Copy "fuse" and "kernel" to adb dir.From command prompt:adb push fuse /data/adb push kernel /data/adb shell#cd /data/#chmod 777 /data/fuse#./fuse kernel kernel(you should get some messages here about the kernel flashing)#rm fuse#rm kernel#reboot(From memory when I have done this before, hopefully I got it all right.lawman;25068 said:might as well. So sayeth the mad mod.
There isn't, really, it's proprietary. A user in the dev forum discovered PD tacks on a standard uboot header to many of the flash files for no really good reason. Fuse appears to be the traditional google "flash_image" program (which you can probably google), plus an additional bit of code that strips off the header and runs a CRC check before executing the guts of "flash_image".stoic;39170 said:Just what exactly is Fuse doing and where can we find more information about it? If I may ask...