Home > Archive > Smartphone Developer Forum > January 2005 > Dear Neil Enns, I have Questions About Settings
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Dear Neil Enns, I have Questions About Settings
|
|
| Brad Hong 2005-01-23, 4:04 pm |
| Hi.
I'm trying to create a new entry to the "Settings" menu on the MS
Smartphone.
I could find root.cpl.xml for settings.
the files is following,
<stinger-controlpanel-doc>
<cpl-title res="30056"/>
<cpl-link href="telephony.cpl.xml" res="30038"/>
<cpl-link href="soundsgsm.cpl.xml" res="30030"/>
<cpl-link clsid="{4B7CEEDD-7179-4a8b-AB92-340545B0AB07}" res="16330"/>
<cpl-link href="home.cpl.xml" res="30018"/>
<cpl-link href="clckalrm.cpl.xml" res="30067"/>
<cpl-link href="connectgsm.cpl.xml" res="30068"/>
<cpl-link href="connmgr_preferred.cpl.xml" res="30012"/>
<cpl-link href="securitygsm.cpl.xml" res="30046"/>
<cpl-link clsid="{5D516382-4C72-4bf5-BB48-88442099488F}" res="15271"/>
<cpl-link href="power.cpl.xml" res="30024"/>
<cpl-link href="accessib.cpl.xml" res="30002"/>
<cpl-link href="regional.cpl.xml" res="30026"/>
<cpl-link href="owner.cpl.xml" res="30021" />
<cpl-link href="about.cpl.xml" res="30001"/>
<cpl-link href="watson.cpl.xml" res="30066"/>
<cpl-link clsid="{B6412F1F-1CF4-4e93-9B16-A8F469AB1BF6}"/>
</stinger-controlpanel-doc>
But, I know the problem that it's on ROM before booting device, and
then it copy to RAM.
If I want to modify this file, I must make a application to overwrite
this file.
And I know that it's not only recommanded.
I couldn't find sample source for cpl module(like
{B6412F1F-1CF4-4e93-9B16-A8F469AB1BF6}. I dont know what the module's
clsid is).
I've been searching for documentation and haven't been able to find
much.
thx
Best Regards
Brad Hong.
| |
| Neil Enns [MSFT] 2005-01-23, 4:04 pm |
| Brad,
You should get in touch with your company's Microsoft contacts to see if you
can get support through there. It sounds like you're working on a project
for a hardware manufacturer, and that's a more appropriate place to get help
than this public newsgroup.
--
Neil Enns
Program Manager
Microsoft Visual Studio for Devices
This posting is provided "AS IS" with no warranties, and confers no rights.
"Brad Hong" <breadval@smartwind.com> wrote in message
news:c68cea8d.0501140234.3eb48981@posting.google.com...
> Hi.
>
> I'm trying to create a new entry to the "Settings" menu on the MS
> Smartphone.
>
> I could find root.cpl.xml for settings.
>
> the files is following,
>
> <stinger-controlpanel-doc>
> <cpl-title res="30056"/>
> <cpl-link href="telephony.cpl.xml" res="30038"/>
> <cpl-link href="soundsgsm.cpl.xml" res="30030"/>
> <cpl-link clsid="{4B7CEEDD-7179-4a8b-AB92-340545B0AB07}" res="16330"/>
> <cpl-link href="home.cpl.xml" res="30018"/>
> <cpl-link href="clckalrm.cpl.xml" res="30067"/>
> <cpl-link href="connectgsm.cpl.xml" res="30068"/>
> <cpl-link href="connmgr_preferred.cpl.xml" res="30012"/>
> <cpl-link href="securitygsm.cpl.xml" res="30046"/>
> <cpl-link clsid="{5D516382-4C72-4bf5-BB48-88442099488F}" res="15271"/>
> <cpl-link href="power.cpl.xml" res="30024"/>
> <cpl-link href="accessib.cpl.xml" res="30002"/>
> <cpl-link href="regional.cpl.xml" res="30026"/>
> <cpl-link href="owner.cpl.xml" res="30021" />
> <cpl-link href="about.cpl.xml" res="30001"/>
> <cpl-link href="watson.cpl.xml" res="30066"/>
> <cpl-link clsid="{B6412F1F-1CF4-4e93-9B16-A8F469AB1BF6}"/>
> </stinger-controlpanel-doc>
>
> But, I know the problem that it's on ROM before booting device, and
> then it copy to RAM.
>
> If I want to modify this file, I must make a application to overwrite
> this file.
>
> And I know that it's not only recommanded.
>
> I couldn't find sample source for cpl module(like
> {B6412F1F-1CF4-4e93-9B16-A8F469AB1BF6}. I dont know what the module's
> clsid is).
>
> I've been searching for documentation and haven't been able to find
> much.
>
> thx
>
> Best Regards
> Brad Hong.
|
|
|
|
|