SDK to develope software for Blue&Me

Currently reading:
SDK to develope software for Blue&Me

sheko

New member
Joined
Nov 8, 2009
Messages
1
Points
1
Hello to everybody!!!

I am looking for a SDK to develope software for my blue&me, I'd like to make programs as ECODrive or another mp3 player for example.

Exists this package?

Thank you very much y sorry for my english
 
I have been currently looking into this myself. The system is based on Windows Mobile Automotive.
If you download the EcoDrive software and extract the CAB file, you'll find some executable files. File 0000eDes.006 seems to be the main executable. It's written in .NET. That means .NET Compact Framework is also available.
Use the Red Gate Reflector to disassemble it. You'll get a rough picture, how the software is written.
The SDK you need to make new software seems to be the Microsoft Windows CE Platform SDK Automotive Edition, I think. Sadly though, I have not been able to find it on MS download site.
 
Back
Top