Skip to content

Commit bd64f5f

Browse files
committed
Added info about Windows USB driver.
1 parent 53afe2a commit bd64f5f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ShapesDemo/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,11 @@ These instructions are for a Windows development host.
6161
Please consult the Android eclipse SDK documentation for further information.
6262

6363

64+
NOTE: On Windows, you may need to install or update your USB driver for your specific device.
65+
Please see: http://developer.android.com/tools/extras/oem-usb.html
6466

6567
## Getting Started
68+
------------------
6669

6770
1. Installing `ShapesDemo.apk` on a real Android Device
6871
1. Attach your Device via USB
@@ -143,12 +146,15 @@ WiFi network (on the same subnet).
143146
4. In ShapesDemo.exe (on your computer), you MUST change the Liveliness Kind of your
144147
shape publishers (datawriters) to `MANUAL_BY_TOPIC` for the Android subscriber to receive the data.
145148

149+
146150
5. Notes:
147151
ShapesDemo on Android is configured by default to publish/subscribe using `BEST_EFFORT_RELIABILITY`
148152
and `MANUAL_BY_TOPIC` Liveliness kind.
149153

154+
150155
6. See Troubleshooting section below if you can't get the two ShapesDemos to exchange data.
151156

157+
152158
File Description
153159
-----------------
154160
### Java ###
@@ -168,8 +174,6 @@ File Description
168174
* `src/com/rti/android/shapesdemo/util/EditTextPreferenceWithValue.java` - Useful class so that when a preference (setting/option) is changed by the user, the new value is automatically reflected in the preferences menu.
169175

170176

171-
172-
173177
### Android Application Files ###
174178

175179
* `AndroidManifest.xml` - Main definition file for ShapesDemo app including which Activity to start on startup
@@ -184,6 +188,7 @@ File Description
184188

185189

186190
## Troubleshooting
191+
-------------------
187192

188193
1. ShapesDemo can't publish or subscribe to host?
189194

0 commit comments

Comments
 (0)