Hi,
i want to apply DOTA feature in my old wavecom module. It is wavecom fastract wismo inside. 655_09gg.Q2406B, V310.
At first try, it successfully applies DOTA. it can download and install new application from FTP. But at second try, when it tries to format A&D space(because it should clear previous dota file), module hangs. Its led goes off (not blinking nor shining anymore).
Here is my code flow.
- Subscribe the cell. adl_adSubscribe
- Get cell info. adl_adInfo
- If the cell is finalised previously, Unsubscribe the cell then format the cell to clear AD space. adl_adUnsubscribe, adl_adFormat
- Connect to FTP server and download the DOTA file onto the cell
- Finalise the cell and install. adl_adFinalise, adl_adInstall
Module hangs at 3rd line. What is the possible problems? I couldnt understand the behaviour.