Problem description:
ActiveSync can be connected normally at the beginning, but after several system updates, ActiveSync cannot be connected:
Symptom 1: PC-side ActiveSync does not respond.
Symptom 2: a message is displayed on the PC, indicating that "the ActiveSync version on the device cannot be verified.Program(For example, firewall) is preventing the use of the ActiveSync port to connect to this device ..."
Symptom 3: wait a long time for ActiveSync to connect after the wake-up is suspended.
Solution:
BSP provides the function of formatting partitions:
P) format partition on boot-time: [* false]
After this option is selected, ActiveSync will be able to connect normally.
Therefore, we have made changes in eboot to format the partitions every time we update the system.
ModifyCodeAs follows:
Platform \ smdk6410 \ SRC \ bootloader \ irom_sdmmc_bootloader \ eboot \ main. c
Void oemlaunch (DWORD dwimagestart, DWORD dwimagelength, DWORD dwlaunchaddr, const romhdr * promhdr,
Add:
* G_bformatpartitionflag = true;
After modification, you can re-build eboot.
Why can we connect with the formatted partition ActiveSync ?????????