09-21-2003, 12:51 AM
|
|
|
Join Date: 11-05-2002
|
| Posts:
821 |
 |
|
Re: Where to get SDK and emulators
Quote:
Originally posted by comcreation
Hello,
I am totally new to palm smartphone development. I have CodeWarrior installed on my system. I want to develop an application for Kyocera 6035 and 7135 model phones.
I have few basic questions:
1) I have code warrior 7.0 installed and which SDK i need, to start development for smartphones? and where can i download it?
|
If you want to maintain compatability with the 6035, you need the OS 3.5 SDK. Go to PalmOS.com and click into the developers area. You'll need to drill down a bit, as the older version SDKs are not prominently displayed. You can used later versions (OS 5.0, etc), but you must be very careful not to use any function or feature not found in 3.5.
Quote:
|
2)where can i choose a project type for smartphone or kyocera phone in codewarrior IDE?
|
There is nothing specific in CW for Kyocera - it's just a normal app that may or may not (as needed) call specific functions from the KYO SDK.
Quote:
|
3) Where can i get emulator for smartphones and for kyocera phones?
|
There is no KYO specific emulator. The best you can do is use the standard emulator with an OS 3.5 ROM (for the 6035) or a 4.1 Color ROM for the 7135. You cannot debug KYO SDK functions within the emulator. For that you'll have to debug on-device from within Codewarrior. Codewarrior 7.0 does not have the ability to debug on the device over USB - you'll have to use serial.
Quote:
|
4) i downloaded kyocera SDK which is having a folder with headers and i can see only 4 headers in that. Is it a completed SDK? or where can i download kyocera SDK? I found one of the link in kyocera site, but its doing nothing after registration page?
|
Yep, that's all there is, plus the docs and example code. You don't have anything to link in, all KYO specific function calls map to shared libraries loaded into the device's ROM.
|
|
|
|
|