All EXE files on a Symbian 9 device shall be located in "/sys/bin", which is, in most of the case, not accessible from a File Explorer. There is however a nice side effect which would allow you to start your EXE file using a File Explorer on a S60 3rd Edition device.
We discovered this very dummy trick some times ago, when we initially received our first S60 3rd edition device, while porting one of our application to this platform. There was an error in a PKG file and our EXE has been written to the device to a wrong directory (any directory publicly accessible will do it). A previous version of the EXE was also located in /sys/bin. Using our SysExplorer, we tried to launch the publicly visible EXE file. And to our big surprise, it started its equivalent located in /sys/bin.
So, if you really need to start your own exe:
copy it in /sys/bin as usual.
duplicate it (or any other exe, only the name is meaningful) in a publicly visible directory.
using SysExplorer (not tried with other file explorer, but it does not work with the built-in one), go to the public directory and open the visible EXE file.
You should have started your /sys/bin/ Exe file.... Weird, isn’t it!
【
原文地址】