I posted this over at PPCGeeks too.
I searched on here with no results from any forum.
Now that we have HTML email with WM6, I'd like to create a spiffy signature. Doesn anyone know where/how the signature file is stored?
Thanks in advance.
alrighty.... just found this after seeing your other post.....
open your text message inbox...
hit Menu softkey....
Go to Tools --> Options...
Click the Signatures button...you can specify email and txt message sigs
No...that's not it. Of course I know about that.
I need the actual file to see if I can add HTML code to it. You can't add HTML code with the mail settings interface method.
Anyone ever get an answer to this?
Related
Hi,
I have just been on the following thread:
http://www.satter.org/2007/03/lets_shell_some.html
And want to know if anyone can assist me in this forum with the production of a working file for the thread.
I created a CPF file and dropped it into the Herald and executed it. I received an System Notification entry in my Text messaging folder stating 'your device settings cannot be changed by Test.cpf'
Does anyone know whether this is because I do not have the OTA Enterprise prvileges or is ot just that I screwed up in the execution of the file or contents?
I thought in the file it suggests I only need manager access to execute these entries.
All comments are appreciated - I am not a hardcore developer so I have posted this with some trepidation but I need a little help here to get the example working.
Kind Regards,
PianoSam.
make an application unlock
Erofich,
Many thanks for your reply but I wonder if you can explain a little further...
Is it possible to execute changes to the registry with a file like this or do I need to do some programming?
Sorry for my being so ignorant...
PianoSam.
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, i personally got 4 email to setup. everytime after a flash, i need to setup all of the email one by one.
i was wondering is there any quicker way that i can do this?
or easiest possible, juz install a cab file mayb? is there such a software that i could create .cab file from all the email settings i wanted, then copy the .cab to ppc and just install then could get all the email running?
The best way I found to do this is Sashami, and its built in XML editor, Makisu. Go here, register, and download Sashami 8. Install it on your device, and open Makisu. Select the Email option, and input all the information about your email accounts as the wizard asks for it. Most email providers have a page which has all of the connectivity information, which details which protocols, ports, etc. are supported, and all that is readily available on Google.
Do this with each email account, and you should end up with a few XML files, which are compatible with most user customization options, which are often integrated in ROMs. If your ROM doesn't have any form of UC or you don't want to use UC, you can make your XML file into a cab file with these directions (skip down to the step called Creating the CAB File, since you already have the XML file made). After you do that, you will have a few cab files (or one cab, if you manually merge all the XML files) which will install your email accounts and preferences.
It may seem like a lot of work now, but it's completely worth it after you never need to set up another email account again.
oh hell yeah.. thx for it bro.. thats is wat i wanted it to be..
Looking to edit the EmailProvider.db so I can change the friendly name on my activesync account. I can't seem to find it's location however, from what I have read it should be: /data/data/com.android.email/databases/EmailProvider.db
Per this thread:
http://forum.xda-developers.com/showpost.php?p=11125109&postcount=1
I have root and db editor app installed.
Any help? Thanks!
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....