Pocket PC Forums
Welcome, Guest
Please Login or Register.    Lost Password?
About file system filter on windows mobile (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: About file system filter on windows mobile
#1642
Pariksheet (User)
PPC Senior
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
About file system filter on windows mobile 10 Months, 3 Weeks ago Karma: 0  
Hi All,

I was posted topic about developing file system filter on windows mobile.
Now, I am successful to do this.
I have successfully loaded my filter on windows mobile.
But it is just for a SD Card only.
Now I want to know, Is there any way to write the filter for the whole file system for windows mobile?
i.e for "ROOT" directory of windows mobile.

If any one have idea about it then please reply.

Thanks & Regards,
Pariksheet.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1643
Carty (Admin)
Admin
Posts: 777
graph
User Online Now Click here to see the profile of this user
Re:About file system filter on windows mobile 10 Months, 2 Weeks ago Karma: 5  
That's great news. But how did you manage to do it for the SD?

I presume you used MFC?

Regards,
Carty..
 
Report to moderator   Logged Logged  
 
Have a look at my Photo Galery..<br />Download and share free ebooks at FreeBukz.info<br />Try our [url=http://webhosting.cartystudios.com][b]Web hosting
  The administrator has disabled public write access.
#1644
Pariksheet (User)
PPC Senior
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Re:About file system filter on windows mobile 10 Months, 2 Weeks ago Karma: 0  
Hi Carty,

Yes, I am using MFC.
I have used the FSDSPY sample.
And I made the registry entry as:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\SDMMC\Filters\fsdspy]
"Dll"="fsdspy.dll"
"Order"=dword:1

And when I configure the local PC folder as SD Card Then my filter is loaded in filesys.exe.
To configure SD Card, goto "File" menu on emulator window. the goto "configure" option.
In configuration dialog, in "general" tab there is "shared folder" option. By browsing any local folder on your machine you can get that folder as SD Card on emulator.
I checked it on WM6.
On WM5, it loads the filter but my dll did not catch any action I have taken.
What will be the problem with WM6?
And can we make file system filter for RAM/ROM file system on Windows Mobile.

Awaiting for your reply.

Regards,
Pariksheet.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1645
Carty (Admin)
Admin
Posts: 777
graph
User Online Now Click here to see the profile of this user
Re:About file system filter on windows mobile 10 Months, 2 Weeks ago Karma: 5  
I believe the File System filter on Main Memory can only be achieved before boot process and only OEM's can do it. While building a ROM, I came across this under boot.hv and so probably to make a filter on Main Memory, your dll needs to be registered before the device boots or during the boot process.

Anyway, what is the reason that you want a filter to main memory? Creating a Kiosk?

Regards,
Carty..
 
Report to moderator   Logged Logged  
 
Have a look at my Photo Galery..<br />Download and share free ebooks at FreeBukz.info<br />Try our [url=http://webhosting.cartystudios.com][b]Web hosting
  The administrator has disabled public write access.
#1646
Pariksheet (User)
PPC Senior
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Re:About file system filter on windows mobile 10 Months, 2 Weeks ago Karma: 0  
Yes, I also found that I have to load it on boot time.
But I don't know how to do that.
So, is there any way off to do this.
to register dll on boot time?
How can we achieve it?

Regards,
Pariksheet.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1648
Carty (Admin)
Admin
Posts: 777
graph
User Online Now Click here to see the profile of this user
Re:About file system filter on windows mobile 10 Months, 2 Weeks ago Karma: 5  
That is not possible through programming as far as I know. You can only do it by modifying the ROM. That is why it's restricted to OEMs.

Regards,
Carty..
 
Report to moderator   Logged Logged  
 
Have a look at my Photo Galery..<br />Download and share free ebooks at FreeBukz.info<br />Try our [url=http://webhosting.cartystudios.com][b]Web hosting
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop