Click here to Skip to main content
16,005,178 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: print Pin
ghle20-Aug-07 5:41
ghle20-Aug-07 5:41 
QuestionMobile device to web service and storage Pin
Peterixina12-Jul-07 4:34
Peterixina12-Jul-07 4:34 
QuestionWINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
zafax_11-Jul-07 2:50
zafax_11-Jul-07 2:50 
GeneralRe: WINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
tuga-x12-Jul-07 1:15
tuga-x12-Jul-07 1:15 
GeneralRe: WINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
zafax_12-Jul-07 2:46
zafax_12-Jul-07 2:46 
GeneralRe: WINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
tuga-x12-Jul-07 3:09
tuga-x12-Jul-07 3:09 
GeneralRe: WINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
zafax_12-Jul-07 3:19
zafax_12-Jul-07 3:19 
AnswerRe: WINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
Mike Dimmick12-Jul-07 3:02
Mike Dimmick12-Jul-07 3:02 
You can use the CM_GPRSEntries Configuration Service Provider to achieve this. For the UK Vodafone network, we're using this XML:
<?xml version="1.0" encoding="utf-8"?>
<wap-provisioningdoc>
    <characteristic type="CM_GPRSEntries">
        <characteristic type="Vodafone GPRS">
            <parm name="DestId" value="{436EF144-B4FB-4863-A041-8F905A62C572}" />
            <parm name="UserName" value="web" />
            <parm name="Password" value="web" />
            <parm name="Domain" value="" />
            <parm name="IpHeaderCompression" value="1" />
            <parm name="SwCompression" value="1" />
            <characteristic type="DevSpecificCellular">
                <parm name="GPRSInfoValid" value="1" />
                <parm name="GPRSInfoAccessPointName" value="internet" />
                <parm name="GPRSInfoDataCompression" value="2" />
                <parm name="GPRSInfoHeaderCompression" value="2" />
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>
You should save this to a file named _setup.xml. You can then use the makecab tool to make an installation cabinet containing the file. For Pocket PC 2003, you need to turn compression off and give the CAB a .cpf extension. For Windows Mobile 5.0 and later you can include the configuration XML in a regular, compressed setup CAB. See Creating a .cpf File[^] in MSDN Library.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: WINDOWS MOBILE DEVICE NETWORK MANAGEMENT Pin
zafax_12-Jul-07 3:12
zafax_12-Jul-07 3:12 
QuestionMobile development Pin
Pamela198410-Jul-07 23:47
Pamela198410-Jul-07 23:47 
AnswerRe: Mobile development Pin
Sathesh Sakthivel11-Jul-07 0:25
Sathesh Sakthivel11-Jul-07 0:25 
GeneralRe: Mobile development Pin
Pamela198412-Jul-07 21:13
Pamela198412-Jul-07 21:13 
GeneralRe: Mobile development Pin
Sathesh Sakthivel13-Jul-07 18:29
Sathesh Sakthivel13-Jul-07 18:29 
Questionreading problem from serial port(use serialport class) Pin
supercsharp110-Jul-07 22:05
supercsharp110-Jul-07 22:05 
AnswerRe: reading problem from serial port(use serialport class) Pin
ghle20-Aug-07 5:48
ghle20-Aug-07 5:48 
QuestionProblem of SmsOpen for reading an SMS Pin
jidtrawadee9-Jul-07 20:34
jidtrawadee9-Jul-07 20:34 
QuestionSHLoadImageFile Error [modified] Pin
Nicholas Kubiak9-Jul-07 7:45
Nicholas Kubiak9-Jul-07 7:45 
QuestionDraw on whole screen Pin
kimlung6-Jul-07 9:07
kimlung6-Jul-07 9:07 
QuestionWindowsCE hard buttons on devices Pin
martin_hughes6-Jul-07 4:09
martin_hughes6-Jul-07 4:09 
QuestionAbout activesync sample stockpor? Pin
Syouki_kou5-Jul-07 20:23
Syouki_kou5-Jul-07 20:23 
Questionbarcode/laser scanner emulator? Pin
itsKnuckles5-Jul-07 10:58
itsKnuckles5-Jul-07 10:58 
QuestionSending xml files to web service Pin
Sheeba S4-Jul-07 23:49
Sheeba S4-Jul-07 23:49 
AnswerRe: Sending xml files to web service Pin
tuga-x12-Jul-07 1:33
tuga-x12-Jul-07 1:33 
QuestionException Handling and Reflection Pin
Sheeba S4-Jul-07 23:46
Sheeba S4-Jul-07 23:46 
QuestionUpgrade ROM Pin
nhoc_conxauxi3-Jul-07 21:26
nhoc_conxauxi3-Jul-07 21:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.