Changing SIP AZERTY to QWERTY
HI ALL,
I need help in changing SIP from AZERTY to QWERTY on a french
OS of windows Mobile 5.0.I appreciate your help.
Ashwin Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120384
CeGetFileTime "Access Denied" on Pocket PC 2002, but okay on WM5
I am writing a Pocket PC installer (in Visual Studio 2005) which is working
really well in Windows Mobile 5, but when I used the installer to target a
Pocket PC 2002 device, RAPI's CeGetFileTime returned 0 (signaling an error)
which CeGetLastError says was a code 5 error (Access Denied).
I tried waiting in the debugger before letting CeGetFileTime execute, but it
didn't change anything.
I've been opening, writing, and closing files over the RAPI connection.
What access could I lack that CeFetFileTime needs?
Any suggestions would be appreciated...
-Mike
http://pnmx.com/ Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120372
Setup.exe install problem on WM6 device (but CAB install works)
i have a (signed) CAB file that installs without any problem or warning on
the WM6 Standard emulators (i.e. Smartphone).
This CAB file uses the following line in the Platform section of the .inf
file:
PlatformMax=5.9
which indicates that it should support all devices up to WinCE 5.9 (WM6 is
5.2). indeed it also install fine on WM5 Smartphones.
But when I install this CAB file via a desktop Setup.exe file, i get the
following error on the desktop:
"APPLICATION XXX does not support the connected device type. Application
Manager will make the application available for installation when a
supported device type is connected".
This very same setup.exe file has no problem installing this CAB on a WM5
device or emulator.
Since the CAB file is compatible with WM6 Smartphones, why would the setup
file refise to install it on the WM6 Smartphone emulator?
i can provide the setup file if someone is interested. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120363
WM6 CAB Installer ignores PlatformMax?
it seems that the WM6 CAB Installer ignores PlatformMax in the Platform
section of CabWiz .inf files (used by the /platform option of cabwiz.exe).
see http://msdn2.microsoft.com/en-us/library/aa924318.aspx
i have a CAB with PlatformMax=5.9 , and it installs with no warning on the
WM6 Pocket PC emulator.
is that a known bug / feature?
this, i think, could make it much harder to have a setup installer with two
CAB's, one for WM5 and one for WM6, in case thise would be necessary. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120357
3G and GPRS
I'm looking for a way to determine the network type I'm using. I need
to distinguish between a 3G network (UTMS) and a normal GPRS
connection.
I've tried to lineGetGPRSClass, but I get the same value for both
networks. I've also tried to call RasGetLinkStatistics, but dwBps is
28800 for a 3G network.
I'm using Windows Mobile 5.
Thanks in advance. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120356
Bluetooth COM Port - TX/RX
My device uses COM5 for incoming data and COM6 for outgoing data.
To establish a serial connection using CreateFile, do I need to call
CreateFile using READ_ONLY for COM5 (incoming) and call CreateFile again
using WRITE_ONLY for COM6?
EX:
hReadPort = CreateFile(_T("COM5:"), READ_ONLY, ...);
hWritePort = CreateFile(_T("COM6:"), WRITE_ONLY, ...);
Also, for serial connection tools, do I need to call them for each port?
SetCommState(hReadPort, ...);
SetCommState(hWritePort, ...);
SetupComm(hReadPort, ...);
SetupComm(hWritePort, ...);
SetCommTimeouts(hReadPort, ...);
SetCommTimeouts(hWritePort, ...);
My port doesn't want to talk to me, and I'm thinking this might be my
problem. Could someone correct me or confirm what I'm thinking?
Thanks for the help,
Joe Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120354
2002 to 2003 UG for HP 3955
Anyone have the ppc 2002 to 2003 upgrade for an HP 3955? I need it to
use with Vista. HP site no longer offers it...
Thanks Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120353
Volume reduction on Incomming call
Windows Mobile reduces the volume of any playing sounds on the device when an
incomming call arrives, even if the ringtone is set to none. Is there a
workaround for this default behaviour. My application needs play a voice
alert on incoming calls. This will work as a ringtone and so the normal
ringtone is set to none. But the application plays the sound in too low
volume that it is bearly audible.
Any solutions/suggestions ? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120347
Run one application while PPC connected to the desktop
Hi All,
I would like to register one application service which will be automatically
run after PPC is successfully connected to the desktop via USB.
I will not install Activesync. Please provide me a solution if Activesync is
not installed in my PC.
Any kind of suggestion is most welcome.
Regards
Patra Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120342
WMDC & RAPI.DLL
Hello,
my application use the rapi.dll and works fine under XP/AS. My pseudo-code
for testing:
void test()
{
CeRapiInit();
CeRapiUninit();
}
Under XP/AS works fine. If drop the device from cable and reconnect the
device then i can call
my testfunction and it works fine.
Under Vista/WMDC want run this function only one. The secound call get a
error C00...005 (!)
in line of CeRapiUninit.
Ok, now i remove this line and test again. At XP/AS works fine, but all
CeXXX function failed on reconnect.
Solution: i call CeRapiUninit -> CeRapiInit -> CeXXX -> works fine.
At Vista, i do the same, but all CeXXX function failed ! CeRapiUninit do
nothing !(???).
My second problem are, how can i register my sync-dll at WMDC ? ( made with
VC6.0 ).
The registry-keys are different for AS/WMDC ...*arg* :-(
Do i need VS2005 and WM SDK 6 for create a Vista/WMDC sync-dll ?
Regards, Martin
sorry for my little bit english. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120340
Text2Speech in WM5
Is there a Microsoft's SDK for Text to Speech Conversion in Windows Mobiles ?
Or is there any affordable third party sdk ? I saw some like abbyy which has
an unbelievable pricing tag....
Can some one suggest me a cost effective option ? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120339
Windows mobile 6 migration issue
Hi,
I have created a simple program, which zooms the screen using
Stretchblt function. It worked fine with Windows mobile 5 device. But
When I tried to test it in Windows mobile 6 device, it is not working
as intended. Stretchblt function is not working properly. It is not
zooming the screen. Please let me know if i need to do something to
make it work in WM6. The code is as given below.
iZoomLevel = 2;
m_MemDc.CreateCompatibleDC(pDC);
//Create bitmap object
m_hOldBitMap = (HBITMAP)m_bmpScreen.CreateCompatibleBitmap(
pDC,iZoomLevel*m_iWidth,iZoomLevel*m_iHeight);
SelectObject(m_MemDc,m_bmpScreen);
//Stretch the image and paint it on the screen
m_MemDc.BitBlt(0,0,iZoomLevel*m_iWidth,iZoomLevel*m_iHeight,pDC,0,0-
m_iCaptionHeight,SRCCOPY);
pDC->StretchBlt(0,0,iZoomLevel*m_iWidth, iZoomLevel*m_iHeight,
&m_MemDc, 0,0 ,m_iWidth,m_iHeight,SRCCOPY);
I am using WM5 SDK only.
Thanks in advance
Sri Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120334
#error Must define a target architecture
Hi,
I tried to create a SmartDevice MFC application using VS 2005. I have
installed Windows Mobile 6 Professional SDK. I have created an MFC
smartDevice application(Dialog based). When I tried to compile the
application, I am getting an error. #error Must define a target
architecture.
Please let me know how to fix this issue.
Thanks
Sri Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120333
Today screen menu
Hi,
In the today screen, the left and right soft keys are by default assigned to
"Calendar" and "Contacts".
How could I change these menu items and their functions (programmatically)?
Lisa Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120328
Opening Image from string?
Hello
I am transfering an image (bitmap) from PC to PPC using ToBase64String.
On the PPC, I then convert it back to an byte
Dim filecontent() As Byte
filecontent = Convert.FromBase64String(BASE64STRING)
How can I now put this into a picturebox?
Thanks a lot Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120327
Deploying from another device
I developed an application along with a cab file to download on
device. I'm unable to beam cab file from one device to another. Can
you tell me why or how I can implement this to my application? If at
all possible? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120325
Downloading SDK for Windows Mobile 5
Hi,
i'm sorry if this is off-topic here but maybe somebody can point
me to some other source of help. But maybe somebody here had
a similar problem.
I use Windows 2000 in a VMWare environment, i installed Visual
Studio .NET 2003, installed the Update Version of VS 2005
and now tried to download the Windows Mobile SDK.
All the software involved is legally bought and i have valid
product keys for them.
As the Windows 2000 installation inside VMWare has no Internet
access i downloaded the tool "GenuineCheck.exe" and tried to
execute it. It failed with the message (translated from German):
Code not available. The code to check the validity could not
be loaded. Reason for this could be technical problems or a
not supported operating system. Please close this window and
try again to execute the check for validity. Or press the
button "Back" in your web browser to go back to the page with
the download details. Errorcode is 0x80072ee7
I wonder what i can do to download the Windows Mobile SDK.
Thanks for any hints,
Torsten. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120323
Clearing un-installed program leftovers
I downloaded and trialled a few applications for my Pocket PC running
WM5 but when I look under start>programs the there are icons left there
(just showing as a folder). How do I get rid of these?I search through
via active sync and can't work out where they might be to delete them.
Any help would be appriciated. Thanks
Dave Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120320
Help for VPN to TCP/IP Socket, in C#.NET
1. My C# app successfully connects to another machine on my LAN.
2. I have successfully opened a VPN connection to a remote machine (3 miles
away).
3. I'm unable to connect to that remote machine's Socket (given an IP
Address and a Port).
Any ideas? I've used both the Socket and TcpClient classes.
Here is a code snippet (using a TcpClient):
[Code]
using System;
using System.Text;
using System.Net.Sockets;
using System.Threading;
namespace SimpleTCPClient
{
class cApplication
{
/* NetworkStream that will be used */
private static NetworkStream myStream;
/* TcpClient that will connect */
private static TcpClient myClient;
/* Storage space */
private static byte[] myBuffer;
/* Application running flag */
private static bool bActive = true;
/* Entry point */
static void Main(string[] args)
{
Console.Write("Enter server name/address: ");
String strServer = Console.ReadLine();
Console.Write("Enter remote port: ");
String strPort = Console.ReadLine();
/* Connecting to server (will crash if address/name is
incorrect) */
myClient = new TcpClient(strServer, Int32.Parse(strPort));
Console.WriteLine("Connected...");
}
}
[/Code]
Many thanks for any help,
Sincerely,
Chris. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120316
how ro save 1 bpp bitmap using c# WinCE 4.2 Compact Framework 2.0
This post concerns creating a bitmap in Windows CE 4.2:
I would prefer using PixelFormat.Format1bppIndexed, but this PixelFormat is
not supported by CF. I need to save a captured signature with the filesize
reduced to a minimum to suit our clients needs. It does not matter if the
bitmap is displayed with higher PixelFormat, because only the data export to
the server is needed.
When I save this signature to a bitmap file, the file size should be less
than 2kb. If using a graphic object native to CF calling Bitmap.Save, it is
>32 kb. Hope, someone can help me.
Thanks. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120314
Open GPRS connection
Before changing data to an internet SQL database I need to set the UMTS
(GPRS 3G) open.
What VB code can I use to activate the GPRS connection?
Hans Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120313
memory overwite error & invalid signature
Hi all
I've not had any jou with Entrek suport so I was hoping someone on here may
be able to offer some advise.
I'm no expert C++ programmer an the code below is pretty much lifted from
the 'Boling book' for creating a record in the inbulit CE 'database'
Entrek Codesnitch is telling me I have a memory overwite error on the
LocalFree command at the end of this code snippet
I've tried changing a few things but haven't managed to fix it.
Program 'seems' to run OK despite this overwrite error
Also I have a few "Invalid Signature at address" on other LocalFree's some
of which are mine and others on bought in modules.
What does invalid signature mean ?
Thanks in advnace for any assistance
Andrew
This code snip ....
***************************************
bool CDBHandler::CreateRecord(LPARAM lParam, long lSeqNo)
{
PCEPROPVAL *ppRecord; // the function is passed the ADDRESS of a
PCEPROPVAL structure
PCEPROPVAL pRecord; //A pointer to the beginning of the LOCAL
array of PCEPROPVAL structures
PCEPROPVAL pRecPtr; //A pointer to the 'current'
arrayPCEPROPVAL element. Gets incremented
int nLen; //store the TOTAL size of the arrayof
PCEPROPVAL structure
TCHAR *pPtr;
ppRecord = (PCEPROPVAL*)lParam; // set the value of ppRecord to
thepassed in value cast to a pointer of type CEPROPVAL
// note lParam contains an ADDRESS
// calc the total size of memory block required tohold
the data record
// this is CEPROPVAL struct size * num of element(fields)
+ total of all string field lengths added together.
// NOTE the string data is store AFTER the array
ofPCEPROPVAL structures and the pointer for each is
// stored in the lpwstr element of the val structureof
the PCEPROPVAL styructure
nLen=sizeof(CEPROPVAL) * NUM_DB_PROPS + MAX_TOTAL_FIELDS_LEN;
pRecPtr=(PCEPROPVAL)LocalAlloc (LMEM_FIXED,nLen); // allocate local
memory storage for data
if (!pRecPtr) return false; // if invalid pointer just return
// 'record' data is stored as a series of property values with stringdata
stored at the 'end' of the 'block'
// numerics can be stored in the property structure (PCEPROPVAL)
pRecord=(PCEPROPVAL)pRecPtr; // set precord pointer to the startof the
local memory block
pPtr=(TCHAR*)((LPBYTE)pRecPtr + (sizeof(CEPROPVAL)*NUM_DB_PROPS)); //set
this to point after the 'array' of PCEPROPVAL structs
memset (pRecPtr,0,LocalSize(pRecPtr)); // ensure local buffer isempty
pRecPtr->propid=PID_RECNO; // pRecPtr is pointing at the
1st PCEPROVAL struct so set the propid value fvor this
pRecPtr->val.lVal=_wtol(g_MagFields[1]); // set the integer member of the
val struct within PCEPROPVAL to the record number
pRecPtr++; // increment so it points atthe
'next' PCEPROPVAL struct
pRecPtr->propid=PID_TITLE;
pRecPtr->val.lpwstr=pPtr; // set the property val to a
pointer to a string at the end of the data
wcscpy(pPtr,g_MagFields[3]); // copy string data into
that pointer location
pPtr+=wcslen(g_MagFields[3])+1; // increment the string
pointer so it point to end of string +1 ready for the next string
pRecPtr++;
// LOT MORE of these 'blocks' and increment of pointer etc
memcpy(ppRecord,&pRecord,nLen);
LocalFree(pRecord);
return true;
}
*************************************** Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120312
another very informative SPI_GETOEMINFO (thank-you, HP)
HP iPAQ rw6815, SystemParametersInfo(SPI_GETOEMINFO,...) returns "HP"
thanks-you, HP, for providing a helpful string for software to identify this
device. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120305
Instant messenger
Hi,
I'm writing an application for WM5, in native c++, and would like to be
able to launch a chat session with pocket MSN messenger to a user whose
details I have - is there an interface for this, or a way to launch messenger?
cheers,
Andy Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120303
i need to save Power!
Hi all!
i need your help and ideas.
I have written a vb.net gps vehicle-tracking app wich reports the position
via GPRS. All was good, until a customer wants the device in a helicopter
with 2 rules:
1. The device should run without any operator intervention. (so no power
on/off)
2. the device should not need more than 15A in 3 weeks or the heli would not
start!! (so alway on is not an option)
My first idea was, monitor the AC-Linestatus. If off, use
rv = CeRunAppAtEvent("\programme\vtcf\sysdat.vtcf.exe",
NOTIFICATION_EVENT_ON_AC_POWER) and suspend and wait if CE restarts my app.
But: On the HTC P3300 the events never fires. (suspendet or running)
At the moment i use in a time systemtimeridlerest to keep the app running.In
the same timer i check ACLinestatus. If off !! (so gps tracking is done on
internal battery, standby on heli battery) i turn phone and GPS on.
These app uses now in standby mode approx. 1400 mA ( the full internal
battery) in 24 hours. Target is 800mA in 24 hours.
Turning the backlight off -> does not work (see my other post 2 days ago)
Any ideas?
your desperately wolfgang Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120300
Help me debug an application that just disappears from the WinCE desktop
I've been working on this app. for over a year, and testers have begun
reporting (and I've seen it too) that sometimes it just vanishes from
windows without a trace.
It is random (but can occur shortly after the machine comes out of
hibernation).
It's a multithreading MFC app with com components. The threads inter
communicate by messaging.
I've never seen this happen with my debug versions; it could be a
hardware issue? (or drivers).
Running on a Windows CE2003 device. Is there an event viewer? Can
anyone think of a way of catching a application close down event (my
logger certainly isn't reporting a normal - or abnormal - termination). Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120299
SMS messages storage
Hi:
I need to develop an apllication wich reads sms's from the device and puts
it in a DB
Anyone knows where are those sms's kept in the pocketpc?
Thanks Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120298
FIle System Filter On Windows 5.0 Pocket PC Emulator
I am trying to build a file system filter on Windows 5.0 pocket PC
Emulator,
I have used default sample code of FSDSPY which i got from following path
%_WINCEROOT%\public\common\oak\drivers\fsd\fsdspy\
This Sample code I got in WINCE 6
I have created a FSDSPY.dll.
Then I created another application which register, and copy DLL in
/Windows directory.
My registry key is HKEY_LOCAL_MACHINE\System\StorageManager\Filters\FSDSPY
Given two value as FSDSPY.dll and order value 4.
After executing this application, I had soft reset my emulator, But my
file system filter has not been loaded.
In Remote Process viewer i cannot see my FSDSPY.dll.
Does fsdmgr.dll exist on Windows 5.0 pocket PC Emulator.
What is the problem ? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120292
What database dose WM5.0 support?
Hi,
I'm doing a program on WM5.0 Pocket PC using Visual Studio 2005 VC++'s
native programming mode (i.e. Not using .net framework) .
The program will access some data on the device, I want the data be
included in some kind of Database on Pocket PC. Then, What kind of database
is supported by WM5.0
Thanks. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120286
NotSupportedException while using System.Drawing
Hi there,
I've been working on Windows Mobile 5.0 for about 20 Weeks by now, but today
a strange error occured.
I just wanted to deploy a new version of my application. But it didn't work
at all.
I've recieved an ambiguous Exception -> "NotSupportedException".
But... It's thrown while using System.Drawing.Bitmap. It has worked couple
of times without any trouble.
I can deploy my application on an emulator without that strange exception...
Regards,
Maximilian Kernbach Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120283
IPAQ 22xx Full Duplex Driver (2200,2210,2215)
Folks, I've been looking for a full duplex driver for my IPAQ 2210.
I'm not sure if it's possible, but from what I've come across, it used
to be included in the SDK when the IPAQ's were Compaq? I'm really
looking to run skype on the PDA for an upcoming backpacking trip. I'd
like to save some money on calls along the way. Unfortunately if I
can't get the full duplex working, I'm toast on the idea..
If anyone knows where the right direction is, would you be so kind as
to point me there? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120282
SmsGetPhoneNumber not working
Hi, I tried to call SmsGetPhoneNumber( ) to get my pocket pc phone number off
of the prepaid SIM card but it keeps returning E_FAIL (0x80004005) error.
I am using a DOPOD D600 phone and the carrier is a local provider called
Airtel based in India.
Is there any other way to get the phone number of my smartphone that has
Windows Mobile OS 5 if this doesn't work? I am using Visual Studio 2005 C++
Thank you, Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120276
SmsGetPhoneNumber not working
Hi, I tried to call SmsGetPhoneNumber( ) to get my smartphone phone
number off of the prepaid SIM card but it keeps returning E_FAIL
(0x80004005) error.
I am using a DOPOD D600 phone and the carrier is a local provider
called Airtel based in India.
Is there any other way to get the phone number of my smartphone that
has Windows Mobile OS 5 if this doesn't work?
Thank you,
Vishal Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120275
Why does this Backlight turn on/off class not work on my device
Hi all!
My device is a HTC P3300 (Phone + GPS) PDA.
I have from http://www.peterfoot.net/KeepYourSmartphoneBacklightOn.aspx
grabbed a class wich should be able to turn the backlight ON/OFF. But it
does'nt work. I got a handle from
SetPowerRequirement(). But no change. Any ideas?
Thanks
Wolfgang
Public Class Backlight
Private Declare Function SetPowerRequirement Lib "coredll.dll" (ByVal
pvDevice As String, ByVal DeviceState As PowerState, ByVal DeviceFlags As
Integer, ByVal pvSystemState As IntPtr, ByVal StateFlags As Integer) As
IntPtr
Private Declare Function ReleasePowerRequirement Lib "coredll.dll" (ByVal
handle As IntPtr) As Integer
'ensure the power requirement is released
Protected Overrides Sub Finalize()
Release()
End Sub
'handle to the power requirement
Private handle As IntPtr
Private Enum PowerState
PwrDeviceUnspecified = -1
D0 = 0 'full on _
D1 = 1 'low power
D2 = 2 'standby
D3 = 3 'sleep
D4 = 4 'off
PwrDeviceMaximum = 5
End Enum
'keep the backlight lit
Public Sub Activate()
'request full power
handle = SetPowerRequirement("BKL1:", PowerState.D0, 1, IntPtr.Zero, 0)
End Sub
'keep the backlight lit
Public Sub DeActivate()
'request no power
handle = SetPowerRequirement("BKL1:", PowerState.D4, 1, IntPtr.Zero, 0)
End Sub
Public Function PowerSettingChanged() As Boolean
If handle = IntPtr.Zero Then
Return False
Else
Return True
End If
End Function
'release power requirement
Public Sub Release()
If handle.ToInt32() <> 0 Then
Dim result As Integer
result = ReleasePowerRequirement(handle)
handle = IntPtr.Zero
End If
End Sub
End Class Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120274
camera emulation with WM 6 Prof'l, emulator v. 2.0
I have just installed the Windows Mobile 6.0 Professional SDK, along with v.
2.0 of the emulator. When I fired it up, I noticed that there now seems to
be emulation of a camera. Is this correct, and if so, is any information
available about the emulation? In particular, how do you make it take a
picture?
Thanks. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120271
COM1 Serial for Hyperterminal
Is there a way to test a serial connection on a PPC using HyperTerminal
(HT)?
Another application that we want to use BT and/or IR with is having problems
talking to our device, so we thought we'd do a quick check to see that we
knew how to talk - using HT.
Apparently, we don't!
No one here can seem to establish a connection with HT. We have a plug on
the bottom of our PPC that converts to a Serial DB9 connection, but HT can't
connect, and the PPC doesn't seem to have a way to establish a connection
using a serial connection.
Is a program required to open this port, or should it be something simpler? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120267
how to localize CAB setup DLL
We have a setup DLL that's accrued a lot of stuff over the years.
We're finally internationalizing, but I'm not sure what to do about
resources in the setup DLL.
An MUI approach doesn't work, because some of the strings are in
Install_Init, and at that point, the AppMgr has only extracted the
setup DLL to a random temporary file name in "\Windows\AppMgr\<app
name>". I tried creating a "setup.dll.<lcid>.mui" targeted to
"\Windows" (not sure if that would work anyway, since the MUI is
supposed to be in the same location as the image, but I was assuming
the system would still use the default search path), in the hope that
the AppMgr maybe had some special logic to check for an MUI for the
DLL to extract, but it didn't get pulled out for Install_Init.
We can't create our own custom installer, first because of resources,
but also because we need Windows Mobile logo certification, and that
requires using a standard CAB install.
Is there a simple approach to this that I'm missing, or is the only
option to build N copies of the setup DLL for N languages, or build
all languages into one copy with resource ID offsets and load the
correct ones at runtime (aside from ignoring localization for setup,
or rewriting the code to get rid of any need for localized strings in
Install_Init and Uninstall_Exit)?
Thank you. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120266
Symbian
I'm trying to develop an app using Symbian in VS2003.
If you really want to appreciate MSFT, try doing this for a day.
Does anyone know of a good ng/forum for this OS/combination of mismatched
cobbled-up junk? It's OS 9.2 SDK S60 3rd Ed, BTW.
TIA
Unc Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120265
LSP for Pocket PC 2003
I am trying to use LSP for PocketPC 2003. I used sample from WinCE
4.2. I modified the sample to remove all bugs metioned at
http://blogs.msdn.com/cenet. I modified installer so it is very
similar to installer from
http://blogs.msdn.com/cenet/archive/2006/05/17/600363.aspx
It is performing same steps as installer provided by Igor Dvorkin.
My lsp is beeing layered on top of TCP and UDP for ipv4 and ipv6. I
removed ssllsp completely.
Everything is working fine, i'm able to capture winsock socket calls
for all applications, including ie. The only thing that is not working
is Active Sync and WLAN status. Connection is working fine, but status
on top bar is not correctly reported.
I've been studying cenet blog for days now and i run out of ideas.
Piotr Wojcicki Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120258
Multi language
Dear all,
I use vb.net 2005 to develop a pocket pc project.
I don't know how to add a resource file for a form to define the language.
and let my form can display multi language.
Thanks you Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120256
How to connect to Network from Application ?
Hi,
I have developed an application in VS2003 and .NETCF v.10 and deloyed in
windwos CE based device. The application is working fine in the LAN.
Presently device is connectint to LAN either ActiveSync to PC or Wireless
Access Point. Application has an option to FTP the file to server which is
working fine with above setup.
Now we want use this scanner in the field and data need to be transferred
from device while user in the filed (out of our WAN/LAN). We have a GSM SIM
card (GRPS SIM is out of scope some reason) and I want to use this card to
dialup to RAS router. How can I dialup from the application ? Kinldy provide
me sample. I need to dial-up from the applciation and need to check the
connectivity status before proceeding FTP to send the files.
Kinldy advise.. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120255
Best way to render animdated gif ??
Hi,
I am using my own gif decoder . Each frame I am converting from a 8-
bits index frame to
16 bits 565 frame. For each frame, I create a IBitmapImage then
finally take a IImage intercace out of it. So I have an array of
IImage which I used while drawing.
Is there any other better method to render animated gif ?
Waiting for your response....
Regards,
Herojit Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120253
Problem on Pocket IE running on WM5 device
2 HTML pages
default.htm:
<HTML>
<BODY>
<INPUT type=button onclick="location.href='http://localhost/job.htm'"
value="SCREEN">
</BODY>
</HTML>
job.htm:
<HTML>
<BODY>
<INPUT type=BUTTON onclick='history.go(-1)' value='MENU' >
</BODY>
</HTML>
With the registry setting on for reporting jscript errors, the page will
load you can click the 'SCREEN' button and the job.htm page will load. You
can click the 'MENU' button to return to default.htm but when the default
page displays the error pops up:
(null)
Line: 0 Character: 0
Error: (null)
Source: (null)
Not one of the most descriptive of errors!
Replace
onclick='history.go(-1)'
with
onclick='location.href="http://localhost/default.htm"'
and it works.
Is there a problem with history.go(-1)? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120252
Access currently selected timeslot in calendar?
Is it possible to access the currently select empty time slot in the calendar?
I want to extent the calendar context menu and let the user create an
appointment which has certain fields initialized from our customer database.
I know how to access existing appointments but haven't found a way to access
the selected time to create a new one.
Thanks. Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120247
PocketPC 2002's wceload doesn't like CabWiz' generated CAB file
Google cached this issue from May 18, 2002:
<http://groups.google.com/group/microsoft.public.pocketpc.developer/browse_thread/thread/a04361b6b44f90ab/b5261d04d7abc5cc?lnk=st&q=pocket+PC+2002+cabwiz+%22is+not+a+valid+Windows+CE+Setup+file%22&rnum=1&hl=en#b5261d04d7abc5cc>
which is exactly on target, but the thread never posted any resolution to
the problem (which I am now experiencing too). I'm hoping someone will
recognize it...
I have seen the Microsoft Knowledge Base article (which is also nearly on
point): <http://support.microsoft.com/kb/839561>, but I verified that
building my CAB files with 8.3 compliant file names and very short directory
names produces exactly the same result with wceload on PPC'02:
"Setup Failed. The file <\path\filename> is not a valid Windows CE Setup file"
Girish's detailed Embedded Visual Tools 3.0 CAB file setup article on
CodeProject:
<http://www.codeproject.com/ce/pocketpc_deploy.asp?forumid=36175&select=1960226&df=100&msg=1960226>,
doesn't mention this issue and none of his posts to date have either.
Any suggestions would be extremely nice to hear. I am trying to support
devices reaching back to the Pocket PC 2002 series, so I am personally
interested, but I think the devices remain viable PDAs, so I'm hoping the
Pocket PC developer community at large will benefit from not letting the
solution disappear.
Thanks, Mike
http://pnmx.com/ Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120245
Why PPC5.0 PIE https(not http!) download doesn't support "save as"
On PPC5.0 PIE(MSIE 4.01), when I request "download.php" via https, PIE pop up
a dialog box, but the file name is not "hi.zip", it is the download script
name "download.php", and fix the file type to "php", so I can't change it.
// download.php
header("Pragma: public");
header("Expires: 0");
header("Content-type: application/octet-stream");
// header("Content-type: application/zip"); // doesn't work also
header("content-type: application/force-download");
header("Content-Disposition: attachment; filename=\"hi.zip\"");
readfile("/var/www/hi.zip")
return;
If I request this php script via http, PIE works ok(name is hi.zip, type is
zip)
If I request via Opera https, it works ok.
So, I guess PIE https download support have some problem.
I tried PIEPlus to enhance the PIE functionality, but it doesn't work
I tried to change the PIE Version from 4.01 to 6.0 in registery memtioned on
the internet, doesn't work.
I upgrade the resco explorer to newest version, it doesn't work and I can't
change the file extension to zip, why?
Doesn't PPC5.0 PIE support https octet-stream download rename?
Any answer is very appreciated! Thank You! Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120243
Reselling PDAs - business advice
I have PDA software which I sell. Normally the customer has their own PDA
and I sell them the software. Sometimes I buy the PDA for the customer and
sell everything to him(I dont charge anything extra for the PDA).
Can anyone offer any advice on becoming e.g. a HP iPaq reseller? What
advantages/disadvantages does this offer? Is it easy to do? etc.
I guess I'm asking for your guys/gals who have been doing this for a long
time to offer some business advice to a newbie..
Thanks...
Harry Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120242
How to set a path on PC
Dear all,
I run this statment File.Exists("/app/bb.xml") on pocket pc. It can find
this file.
But I run this statment with an emulator on PC, It can not find this file.
I don't know how to set "/app" on PC,when run with an emulator.
Thanks you Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120239
How to register an event in console application??
I have developed one console application for WM 5.0. I have registere the
"SystemProperty.PhoneActiveCallCount" so that whenever this is changes its
event handler is called. But its event handler is not being hit even after
this system roperty changes. Is there any restriction for state and
notification broker in console application? Is the method to register the
event is different? Tag: How to make MTC(mobile terminating call) on pocket pc phone emulat Tag: 120238
Is there any procedure to make a mobile terminating call on pocket pc phone
2005 emulator?