Quote:
Originally Posted by yingwu
OK, We imagine the suspend-to-flash is finished now. So when the device is hibernated and we want to wake it up. I do not know the detail process, but I am sure there is a step to check whether there are files opened before the hibernation, what the opened files are and where they are so that the device can reopen those files.
|
That's not how it works. There aren't any steps to check what files were open and then reopen them. When you suspend to flash you take a snapshot of the entire system and store it, then when you wake up you pull that snapshot out of memory and resume running. It doesn't know anything specifically about files or reopening things, it basically just resumes all of the applications exactly as they were.