| Thread | Last Post | Replies |
|
| Question of signing | 25 Oct 2004 22:01 GMT | 1 |
Could you tell me how to sign to dll file with the certificate without pvk file by visual studio .net ? Thanks!
|
| Obtain the firmware/ROM version? | 25 Oct 2004 13:17 GMT | 12 |
Does anyone know if there is a way to programmatically obtain the firmware version of a Smartphone? Someone suggested GetVersionEx, but it doesn't seem to work. Thanks in advance,
|
| VC Compiler for TI OMAP 730 processor | 24 Oct 2004 07:01 GMT | 1 |
Just brought a AudioVox SMT 5600 Smartphone, great phone BTW, have some VC source code that needs to be compiled, does anyone know which target processor should I choose using eMbedded VC++ 4.0? I don't think OMAP is listed by default.
|
| need to get notification from calendar database | 23 Oct 2004 09:58 GMT | 4 |
Is there a way I can get notification when an entry is created/deleted/updated in the Calendar? I know that POOM does not have a notification mechanism. I was wondering if there is way to get the notification from the underlying database. I know I can register to listen
|
| Homescreen plugin for battery indicator | 22 Oct 2004 23:07 GMT | 1 |
Is there an easy way to pull in the % of battery left into my homescreen? For instance, to write out the carrier, this line is used: <plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="40">
|
| Smartphone 2002 and WM2003 incompatibilities, please help! | 22 Oct 2004 15:53 GMT | 5 |
Hello, Will code compiled under eVC++ 3.0 for Smartphone 2002 work with WM2003 Smarphone devices? I'm having a serious problem with it. Its working perfectly on Smartphone 2002 but when installed on WM2003
|
| Problem with inline assembly compilation in ARM compilation | 22 Oct 2004 13:14 GMT | 1 |
I am a novice developer and have some problems compiling my inline assembly code in Windows CE mobile edition for ARM assembly. When i try to use register and __asm syntax in the code i get an compilation error message indicating it doesnot identify keyword. Please guide me ...
|
| Can you use SMS to recieve vCards or vCalendars? | 21 Oct 2004 22:15 GMT | 1 |
I am trying to set up a little application that will forward meeting notices and contacts automatically from my corporate mail to my smartphone. Is this possible to do with SMS like with sckl on the old Nokia phones?
|
| Smartphones with SDIO interface | 21 Oct 2004 16:45 GMT | 6 |
Does anybody know which smartphones support SDIO interface ? If it possible to create SDIO driver for WM2003 @ Motorola MPX200 ? Igor.
|
| secret to beating evc4 setup error ? | 21 Oct 2004 14:57 GMT | 5 |
Google has shown me I am not alone encountering an error when I run setup.exe: AppName: setup.exe AppVer: 3.0.0.0 ModName: setup.exe ModVer: 3.0.0.0 Offset: 00009702
|
| Live JPEG | 21 Oct 2004 13:03 GMT | 2 |
I've made a small smartphone app to continously refresh a JPEG read from a webserver trough a GPRS connection. I've implemented a timer that is triggered whenever a new image is received. My code looks like this: private void timer1_Tick(object sender, System.EventArgs e) {
|
| Maximum number of Order Shortcuts in the Startup menu ? | 21 Oct 2004 11:00 GMT | 1 |
I have found the registry key for this ([HKEY_CURRENT_USER\Software\Microsoft\Shell\StartMenu\Order]) but I can't add a new shortcut because I think there is a maximum number which one cannot exceed. I have 18 shortcuts in the key but I have 21 shortcuts in the
|
| Converstion Recorder | 21 Oct 2004 04:02 GMT | 2 |
Can I record the cell phone converstion in SamrtPhone devices? I need to have the converstion recorded in a wav or mp3 file What is the API to do that? Any link to an article would help me. Thanks,
|
| error LINEERR_OPERATIONFAILED when call ExTAPI | 20 Oct 2004 13:39 GMT | 1 |
when i call function about telephony in extapi i got return LINEERR_OPERATIONFAILED , what happen? "using lineGetGeneralInfor" best regard.
|
| How to code a new input method | 20 Oct 2004 05:08 GMT | 5 |
I know how to implement a new input method in PocketPC, however I tried the same in smartphone and did not success. May I know how to write a inpute method for smartphone devices? Thanks
|