firzipsubcomplete: infoline clean firsub @echo \-\> $(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip rm -f $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip LANG=C echo -e "CHDK-$(VER) for $(PLATFORM) fw:$(PLATFORMSUB) build:$(BUILD_NUMBER) date:`date -R`" | \ zip -9jz $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)bin/DISKBOOT.BIN > $(DEVNULL) zip -9r $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)CHDK/lang/* zip -9r $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)CHDK/grids/* zip -9r $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)CHDK/fonts/* zip -9r $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)CHDK/script/*ifdef PLATFORMOS ifeq ($(PLATFORMOS),vxworks) cp $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB).FIR $(topdir)bin/PS.FIR zip -9j $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)bin/PS.FIR > $(DEVNULL) zip -9r $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)readme_vxworks.txt rm -f $(topdir)bin/PS.FIR endif ifeq ($(PLATFORMOS),dryos) zip -9r $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)readme_dryos.txt #cp $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB).FI2 $(topdir)bin/PS.FI2 #zip -9jc $(topdir)bin/$(VER)-$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER).zip $(topdir)bin/PS.FI2 > $(DEVNULL) #rm -f $(topdir)bin/PS.FI2 endifendif rm -f $(topdir)bin/DISKBOOT.BIN...batch-zip-complete: version $(MAKE) -s --no-print-directory PLATFORM=a610 PLATFORMSUB=100e NO_INC_BUILD=1 firzipsubcomplete...
Is there any chance the latest video improvments (AF, no sound during zoom) be ported to the SD700?
DEF(some_flag_for_af_scan, 0x6F2E0) // found in _PrepareSeq.c__1056+0x59, CMP R2,#0 | LDREQ R3,=0x6F2E0 | STREQ R2,[R3]NHSTUB(MakeAFScan, 0xFF95FDEC) // _sub_FF95FDEC__PrepareSeq.c__1280NHSTUB(ExpCtrlTool_StartContiAE, 0xFF90353C) // SetFocusLensDefaultCondition_3NHSTUB(ExpCtrlTool_StopContiAE, 0xFF90356C) // SetFocusLensDefaultCondition_5
Did you find the mic on/off switch in your travels thru the firmware dump?
Is the sound turned off during AF as well as zoom in EWAVR's solution?