SPAN Web Ressources: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
==W800i Software== |
==W800i Software== |
||
* [http://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp Sony Ericsson |
* [http://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp Sony Ericsson J2ME SDK] |
||
===Quick installation walkthrough=== |
|||
You need: Windows 2000/XP, (local) administrative rights, additionally a normal user for everyday work |
|||
# Become (local) administrator |
|||
# (optional, if needed) Get J2SE SDK 1.4.x from [http://java.sun.com/j2se/1.4.2/download.html] |
|||
# (optional, if needed) Get DirectX 8.1 or later from [http://www.microsoft.com/directx] (there is a "runtime" quick link to the right) |
|||
# Get Eclipse 3.1.x from [http://www.eclipse.org/downloads/index.php] |
|||
# Unpack Eclipse to the hard drive (e.g. in <code><var>c:\eclipse</var></code>) |
|||
# optional: create a start menu item for <code><var>c:\eclipse</var>\eclipse.exe</code> |
|||
# Adjust the rights on <code><var>c:\eclipse</var></code> to Everybody: Read, Execute (make sure these are inherited to all files and folders below) |
|||
# Run Eclipse and install EclipseME per [http://eclipseme.org/docs/installEclipseME.html these] installation instructions (Note: the correct update site is <code>http://www.eclipseme.org/updates/</code> and <em>not</em> <code>http://eclipseme.sourceforge.net/updates/</code> which erroneously is shown in the screenshots.) Don't bother with the configuration instructions yet. |
|||
# Exit Eclipse. |
|||
# Install the Sony-Ericsson J2ME SDK from [http://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp], for example to <code><var>C:\SonyEricsson</var></code> |
|||
# Copy the Device Explorer eclipse plugin from <code><var>C:\SonyEricsson</var>\J2ME_SDK\OnDeviceDebug\lib\devexp\plugins\com.sonyericsson.sdkme.deviceexplorer_2.2.3</code> to <code><var>C:\Eclipse</var>\plugins\</code> |
|||
# Adjust the rights on <code><var>C:\SonyEricsson</var></code> to Everybody: Read, Execute plus Full Access for your normal user (most of the programs in the SDK want to write in that directory) |
|||
# Become your normal user. |
|||
# Start Eclipse. |
|||
# Follow the configuration hints from [http://eclipseme.org/docs/configuring.html] (the root of the Wireless Toolkit is <code><var>C:\SonyEricsson</var></code>) |
|||
You're done. For information on how to start developing look at <code>file:///<var>C:/SonyEricsson</var>/J2ME_SDK/PC_Emulation/WTK2/docs/UserGuide-html/demonstrations.html</code>, and [http://developers.sun.com/techtopics/mobility/learn/midp/midp20/]. |
|||
==Bluetooth== |
==Bluetooth== |
Revision as of 19:08, 30 October 2005
Identity Management
Zero-Configuration
W800i Software
Quick installation walkthrough
You need: Windows 2000/XP, (local) administrative rights, additionally a normal user for everyday work
- Become (local) administrator
- (optional, if needed) Get J2SE SDK 1.4.x from [1]
- (optional, if needed) Get DirectX 8.1 or later from [2] (there is a "runtime" quick link to the right)
- Get Eclipse 3.1.x from [3]
- Unpack Eclipse to the hard drive (e.g. in
c:\eclipse
) - optional: create a start menu item for
c:\eclipse\eclipse.exe
- Adjust the rights on
c:\eclipse
to Everybody: Read, Execute (make sure these are inherited to all files and folders below) - Run Eclipse and install EclipseME per these installation instructions (Note: the correct update site is
http://www.eclipseme.org/updates/
and nothttp://eclipseme.sourceforge.net/updates/
which erroneously is shown in the screenshots.) Don't bother with the configuration instructions yet. - Exit Eclipse.
- Install the Sony-Ericsson J2ME SDK from [4], for example to
C:\SonyEricsson
- Copy the Device Explorer eclipse plugin from
C:\SonyEricsson\J2ME_SDK\OnDeviceDebug\lib\devexp\plugins\com.sonyericsson.sdkme.deviceexplorer_2.2.3
toC:\Eclipse\plugins\
- Adjust the rights on
C:\SonyEricsson
to Everybody: Read, Execute plus Full Access for your normal user (most of the programs in the SDK want to write in that directory) - Become your normal user.
- Start Eclipse.
- Follow the configuration hints from [5] (the root of the Wireless Toolkit is
C:\SonyEricsson
)
You're done. For information on how to start developing look at file:///C:/SonyEricsson/J2ME_SDK/PC_Emulation/WTK2/docs/UserGuide-html/demonstrations.html
, and [6].
Bluetooth
- Bluetooth-Specs (the relevant core-specification is given by "Core Specification v2.0 + EDR")