Mobile Apps - Folder security in Windows CE 6.0
Asked By Vikram G
12-Jan-10 05:00 AM
Does any one let me know whether folder security (user should not be able to delete the folder or folder can be password protected) can be implemented in windows CE 6.0?
Can anyone please let me know how i can implement it?
Thanks
Vikram G
Windows Embedded
(1)
WindowsEmbeddedCookbook
(1)
EMVP
(1)
Windowsembeddedit
(1)
Filesystem
(1)
Valter Minute [eMVP] replied to Vikram G
If the folder is not inside the object store you can implement this kind
of security using filesystem filters:
http://msdn.microsoft.com/en-us/library/ms885434.aspx
--
Valter Minute (eMVP)
Training, support and development for Windows CE:
www.fortechembeddedlabs.it
My embedded programming and cooking blog:
www.geekswithblogs.net/WindowsEmbeddedCookbook
Windows Embedded support forums in Italian:
http://social.msdn.microsoft.com/Forums/it-IT/windowsembeddedit/threads
(the reply address of this message is invalid)

quickly but as more file are present on the Nand file system as more time Windows CE needs to start. Is there a way to speed up Windows CE boot? I have see that Windows CE is waiting for Nand Flash file system to finish his initialization before loading the Thanks for any comment or suggestion Best regards Fabrice WindowsCE Platform Builder Discussions WinCE (1) Windows Embedded (1) WindowsEmbeddedCookbook (1) BuildupMappingInfo (1) IsApiReady (1) FileSysFal (1) EMVP (1) DevelopingDrivers (1) If you store the hive registry on that flash I think that process. You should check if the delay occours during NAND driver initialization or when the filesystem driver accesses the NAND for the first time. In the latter case you may try
Windows CE 6.0 vs Windows CE 5.0 Mobile Apps Hello, I have ported my BSP from Windows CE 5.0 to Windows CE 6.0 R3. I have an application developed with .Net CF 2.0 that on my target device. I have observed that there are not performance improvements passing from Windows CE 5.0 to Windows CE 6.0 R3. My application response times are the same. Is it normal ? Windows CE 5.0 R3 has more reliability and a differente memory model architecture / driver architecture but it has not performance improvements ? Thanks, Paolo - - Paolo Patierno Embedded Software Engineer WindowsCE Platform Builder Discussions SQL Server (1) Windows Embedded (1) WindowsEmbeddedCookbook (1) Database
API I could use in my case? Thanks a lot! tiannho WindowsCE App Development Discussions Windows Embedded CE 6.0 (1) WinCE (1) Compact Framework (1) Visual Studio (1) VB.NET (1) WindowsEmbeddedCookbook (1) CryptProtectData (1) EMVP (1) The classic answer is going to be to make your code into a DLL to write managed code or unmanaged code. You cannot use it for managed code for Windows CE, but that has ABSOLUTELY NOTHING WHATSOEVER TO DO WITH WHETHER A GIVEN CALL DOCUMENTED the first time you have come across a DLL file? How can you be a Windows programmer and not have any DLL experience? Paul T. Hi, It has been a while functions in my application? Thanks. tiannho OK, that is a relief. Trying to build a Windows CE operating system and do funny things in the filesystem is not for the faint of heart! We all started out as beginners, but you
a driver in bootloader to access the SD card and I need to understand the filesystem as well. Is this possible at all? What are other things I should go. Are I need a dedicated serial port for debug messages? Thanks Rishi WindowsCE Platform Builder Discussions Windows Embedded (1) OEMDebug (1) WindowsEmbeddedCookbook (1) EMVP (1) Windowsembeddedit (1) Filesystem (1) Bootloader (1) Debugport (1) IIRC in CE 6.0 the PXA sample BSP (VOIPPXA dedicated debug device. Simply change OEMDebug* functions, removing effective output of debug messages. - - Valter Minute (eMVP) Training, support and development for Windows CE: www.fortechembeddedlabs.it My embedded programming and cooking
a different one or with the same? Regards Tommaso WindowsCE App Development Discussions WinCE (1) Windows Embedded (1) OpenNETCF (1) WindowsEmbeddedCookbook (1) EMVP (1) Belkin (1) Tacke (1) Windowsembeddedit (1) fwrite does not retry, no. The driver for the media may retry, but that very dependent on that driver so tehre is no "yes" or "no" answer. - - Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http: / / community.OpenNETCF.com So, you say that WinCE does not have any mechanism or let the hardware implement its own. IMHO having a "transparent" retry mechanism at the filesystem level will not work in all the situations and may lead to very long delays