HTCAPI documentation? where? - Windows Mobile Development and Hacking General

Hi, where can i find documentation about the HTCAPI library?. I have .net cf sensor samples using this api, but, I don't know if these samples use the 100% of the API.
Thanks.

Related

Camera API

Hi,
just wondering whether anybody has done programming with the XDA, that required interface to the built in camera? I can't find any API or SDK. Does anybody know the hardware vendor's website.
Thanks a lot

how to programme xda2 to be able to process sms command?

as the title said, i was wondering if we can programme the xda2 to
process an sms command that is sent from other mobile phone users,
for example, we send a sms message to the xda2 and command the xda2 to take pictures using the camera then send back the pictures to the mobile phone user via mms
thx
ys it can, but you need to understand hot to send command to camera application. Windows is basically based on modules. API is available on everywhere, you just need to use it.
prd00 said:
API is available on everywhere, you just need to use it.
Click to expand...
Click to collapse
Camera API is unavailable.
hmmm... so we cant send command for the camera application since
camera API is unavailable?
or is there another way to do it?
i jus need to know how to make the xda2 to be able to process the sms command that it received and use it for applications,such as the camera that is =]
shinichi21 said:
hmmm... so we cant send command for the camera application since camera API is unavailable?
Click to expand...
Click to collapse
You can run camera application and simulate keypressed programally to take shots. Or you can reverse engeneer its API.
i jus need to know how to make the xda2 to be able to process the sms command that it received and use it for applications
Click to expand...
Click to collapse
Read the MSDN. API for receiving SMS messages is described there. Search for "SmsOpen" function or read this - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/sms_apps2.asp
mamaich said:
prd00 said:
API is available on everywhere, you just need to use it.
Click to expand...
Click to collapse
Camera API is unavailable.
Click to expand...
Click to collapse
I downloaded a .NET API wrapper with source code and sample from opennetcf.org. Its for the .NET Compact Framework, written in C#.
Haven't had time to try it yet.
GeirFrimann said:
I downloaded a .NET API wrapper with source code and sample from opennetcf.org.
Click to expand...
Click to collapse
This cannot be called "API". The library just executes the built-in camera application and makes screenshots with it.
mamaich said:
GeirFrimann said:
I downloaded a .NET API wrapper with source code and sample from opennetcf.org.
Click to expand...
Click to collapse
This cannot be called "API". The library just executes the built-in camera application and makes screenshots with it.
Click to expand...
Click to collapse
No, as I mentioned it's a wrapper for tha API, and a example of how to use it is provided. I haven't had time to try it, but will post a review as soon as I'we tried it!
so how to programme xda2 for applicaton to be exact, since im quite new to xda2.
what programming language need to use?
and we do it in pc or at the xda2 it self?
do we need any 'development kit' to do the programming?my supervisor said without development kit we cant programme the xda2
:roll: thx
shinichi21 said:
so how to programme xda2 for applicaton to be exact, since im quite new to xda2.
what programming language need to use?
and we do it in pc or at the xda2 it self?
do we need any 'development kit' to do the programming?my supervisor said without development kit we cant programme the xda2
:roll: thx
Click to expand...
Click to collapse
You'll need MS Visual .NET 2003 (VB.NET or C#). The source code for this wrapper is C#, and samples in bot VB.NET and C#.
Sample compiled exe
Does anyone have a compiled exe of the sample provided in the HTCCameraAPI.zip .
Kind Regards
Clive
I would like to know if someone can give some help in how to run a camera application and simulate keypressed programally to take shots.
Or if my PDA (Qtek 2020) is compatible with HTCCameraAPI or if there is a more suitable API.
Thanks
ask JGUI :wink:
an example app for magican http://www.jgui.net/invisibleshooter/

Free IDE SharpDevlop for Mobiles

Hello,
is there a free IDE for .net Programming on WM 2003 PhoneEdition using C#?
I have Visual Studio 2003 Express Edition...and the SDK is downloading...
eVC 4.00 is running but i thing .net is better...and more convinient
It woud be nice a link list with items i need for this.
Perhaps use the SharpDevelop IDE for Creation this Apps?
Thx
SharpDevelop is not really working with .NET CF. There is a workaround but it is a mess, you can't use GUI for making forms and such, do a search on their site and wiki. While .NET might be convenient, I suggest you to learn C++ and use EVC++4 and possibly MFC; native apps is the way to go under PPC, especially since .NET apps tends to be slow (and you can't do some stuff in .NET either).
Evc++ I cant get the SRC Files for this example CTapiConnec
Hello,
hmm yes i can use evc++, i have tested it and it works fine.
Creating a Standard Dialog based app no "beginning" Problems...
BUT
I want to use the tapi do make a call. Ok MS has a CallIt sample on Homepage and some post in this Forum...
I cant get the SRC Files for this example CTapiConnection
defined in TAPIUTILS.H
And reimplement this again is mutch work...i tried it but many compiler errors after 20 Fixes i give it up.
Where can i download it? Or only for MSDN Subscribers?
And the issue about looking what is included in .h Files

looking for API and/or SDK for HTC - specially Hermes - specially Camera API

I am trying to write small apps for my Hermes.
Unfortunately I couldn't find any device specific APIs such as Camera API for HTC.
Where can I find such APIs ?
Also, if it is possible to access camera without any device specific API , please point me to the correct address.
When I make a search with keywords API and SDK on this forum , I can't get any results because of the 3 character keyword limitation.
You can use standard WM 5.0 + function:
SHCameraCapture from AYGSHELL.DLL
read more about it here
https://msdn2.microsoft.com/en-us/library/aa454996.aspx
thanks. I couldn't understand how to use that.
I currently use WM6 SDK.
for camera, do I have to download WM5 SDK in addition ?
Also, how do I use it with C# ?
any idea ?

Gps api .net

Hi all,
Sorry if I've missed something have looked on the wiki and searched (and Googled!), but I can't seem to find any guide/documentation to using the GPS API under .NET. Where would I look for such a thing?? Also, API documentation for the accelerometer?
Thanks!

Categories

Resources