News & Training

TECHNICAL Q&A

Boot process

  • no.2147
  • 2005-07-18
Hi, I meet a problem in Boot process. My program runs on Smartphone 2003 I write a program do a simply task: copy some files from install folder to Windows folder, so that my program just call function FileCopy for some time. And I set my program launch after shell and device but before gwes. [HKEY_LOCAL_MACHINEinit] "Launch10"="shell.exe" "Launch20"="device.exe" "Launch21"="coldinit.exe" "Depend21"=hex:\14,00 "Launch25"="myapp.exe" "Depend25"=hex:15,00 "Launch30"="gwes.exe" "Depend30"=hex:19,00 .... But I don't know why my application can not copy any file to Windows folder. I tried to open a File and write log/result of copy taskes, but it can not create this file too. As I known, after device.exe launch, my program can access file. But with the result, I see that my program can not access. However, after boot complete. I tried to run it, it can do its taskes. Please help me! I don't know what error is. Thank you very much!