Re: Persistent Storage
- From: Valter Minute <v_a_l_t_e_r.m_i_n_u_t_e@xxxxxxxxxxxxx>
- Date: Thu, 27 Sep 2007 03:02:58 -0700
=?Utf-8?B?cHJhYnU=?= <prabu@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
news:A0B6F56D-3D41-4428-9DED-6D8387877DC4@xxxxxxxxxxxxx:
Hi all,
I need to do following things in wince 5.0.
- All setting (Wi-Fi, owner info) are not lost
- E-mails settings/data are not lost
- Internet Explorer settings, favourites and cookies
are not lost - WinFolder for storing data are not
lost.
I think these are all possible by building the ROM only file
system making the NOR flash as the root file system.
To persist the settings you should have a permanent registry using
hive-based registry or by implementing the registry read and write
functions inside your OAL.
Using a mass-storage device as the filesystem root should ensure that
all the files are permanent too and so it should solve your problem.
If you have application that use temporary files or databases you may
consider the usage of a ramdrive to store those data to avoid an
excessive amount of flash memory write and block erases.
--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)
.
- Prev by Date: Re: DEBUGCHK error during 'Windows CE KernelInit'
- Next by Date: Re: Win CE 6.0 development - version management
- Previous by thread: Re: Wince 6.0 Installation
- Next by thread: Re: Persistent Storage
- Index(es):
Relevant Pages
|