How and where to get the official Samsung Omnia SDK

I have searched high and low and cannot find the Samsung Omnia SDK.

I know its possible to use the .net framework for development, but I want more, especially being able to access a motion sensor and possibly a GPS.

Any idea or guidance is appreciated.

+1


source to share


3 answers


Here you can find SDK and emulators for Samsung Omnia, the second should lead you to SDK for specific API for Samsung, such as accelerometer.



GPS must be accessible through normal API GPS intermediate driver reference to access it from .NET simple use pinvoke

0


source


You must have access to GPS with an intermediate GPS driver. Take a look at the GPS sample from the Windows Mobile SDK.

I don't know where to find the Omnia SDK, but if you cannot find something in xda-developers , it is very difficult to find it.



EDIT: A bit of searching and here is a forum post related to the SDK for GSensor.

0


source


You can download the SDK from here: Omnia WM SDK

0


source







All Articles