Hi All,
Wouldn't it be great to be able to control which applications ran on your PDA...Ensuring that your users could not run certain apps would be a real bonus.
So I came across a URL that explained just how to do this...
http://www.satter.org/2007/03/lets_shell_some.html#comment-74156022
Sadly, for me I am on WM6 but only have access to the WM5 SDK and when I tried to carry out the suggestions I failed with the SMS text error:
Change of Device Settings Unsuccessful
Your device settings cannot be changed by Test.cpf
So I am at a dead end. Can anyone else who has interest step in and assist this beginner to get this function working?
I ran the SDKCerts.Cab on my device and the SecurityOff.CPF file. They were successful and I got the SMS message telling me that the changes in SecurityOff.cpf were successful.
I am probably close to a solution but don't have the background to make the last few steps. Can anyone else assist me please?
Have I just a typo in my test.cpf file (on the URL there is a message about the script containing a typo error - I couldn't spot it though...was it fixed?)
All help is greatly appreciated and would deserve a beer or a cyber equivalent.
Many thanks,
PianoSam.
Could you post the wap-provisioning source you used? So I could check for a typo or sumthin.. I've done the same thing as the blogg describes, and it works fine with me..
I on the other hand, wanted to restrict wceload being loaded via Activesync->Add/Remove programs.. but it seems like RAPI doesn't use the same disallowrun settings etc..
But post you cpf file or you code.. and i'll take a look at it.
Hi,
Thanks for the assistance. I have attached a small zip with the various bits and pieces that I have.
My file is the test.cpf file. What I actually wish to do is to prevent Pocket IE from loading...although my test tried to control the clock.exe file.
all assistance is greatly appreciated and you have already renewed my hope that I might be able to do what is needed...
Thanks,
PianoSam
I'll have a look at it.. but it seems that the Test.cpf is just a doc or a rtf file you've renamed? You know this isn't a "cpf" file that wceload.exe can recognize?
I'll have a look at the registry settings within the file and build a cab/cpf file .. so i can test it... i'll let you know how this goes.. unfortunately, i can't reply before tomorrow.
I didn't realise...
Thanks for your help. I just created my test.cpf in word by cutting and pasting the xml script from the url.
I saved as utf-8 and thought job done. Sadly not.
So what should I do instead? forgive me but I don't know the steps to make a suitable cpf/cab file.
Once again THANK YOU for your kindness,
Sam.
Hi All,
I need some help with Deleting an Entry from the mxip_notify.vol database through C# in NETCF.
Can someone please point me out in the right direction?
I am not looking for any tool that would do it, I am looking for automating the deletion of a particular entry( or even a group of entries) myself, through NETCF and C#.
I accidentally saved some words in XT9 which I now want to remove. Can anyone offer any advise how how this can be done, or where the stored words are kept in the directory such that I can easily open to edit?
Thanks a lot in advance.
http://forum.xda-developers.com/showthread.php?p=2497035
To all,
How to edit *.uin and *.org files?
Like Reg0409.org and Reg0401.uin
Thanks in Advance!
Edit:
The files are:
1. Reg0401.uin.
2. Reg0409.org.
Note: I have tried Text Editor - NO USE (luck)
I have tried Hex Editor, could not understand the syntax.
So, any help figure it out will be appreciated
Thank you, Community!
I have never seen that extensions before.
Can't you open them with a text editor or a hexeditor?
I am trying to create a simple app that allows the user to search for an error code and get the description for that error code. i need to be able to read a text file line-by-line and then compare the search to see if that line is the searched "error". i am struggling to find a way to read a file line-by-line though. maybe there is a better way to do the search? or maybe someone here knows how to read line-by-line. any help is appreciated....