summaryrefslogtreecommitdiff
path: root/docs/UISIMULATOR
diff options
context:
space:
mode:
Diffstat (limited to 'docs/UISIMULATOR')
-rw-r--r--docs/UISIMULATOR52
1 files changed, 6 insertions, 46 deletions
diff --git a/docs/UISIMULATOR b/docs/UISIMULATOR
index 23587e0e78..fde0514262 100644
--- a/docs/UISIMULATOR
+++ b/docs/UISIMULATOR
@@ -7,31 +7,16 @@
7 7
8 How to build the UISimulators 8 How to build the UISimulators
9 9
10Terminology
11
12 The hardware is mainly separated in two different versions. The "Player" is
13 the Archos Jukebox Player 6000 and Archos Studio 20, while the "Recorder" is
14 the Archos Recorder 20. The "Player" has a character-based LCD screen with 2
15 lines of 11 letters and a big round thing on the keypad (featuring 6
16 different keys), while the "Recorder" has a graphical LCD and has all its 10
17 keys separate.
18
191. Get Sources 101. Get Sources
20 11
21 The the very latest sources off the CVS server. Get the 'tools' dir, 12 The the very latest sources off the SVN server (or possibly get a recent
22 'firmware' dir, the 'apps' dir and the 'uisimulator' dir on the same dir 13 source code tarball).
23 level, to make it easier to build things (some of the files assume this
24 hierarchy).
25 14
26 All CVS details can be found here: http://rockbox.haxx.se/cvs.html 15 All SVN details can be found here:
16 http://www.rockbox.org/twiki/bin/view/Main/UsingSVN
27 17
282. Build Uisimulator 182. Build Uisimulator
29 19
30 For the X11 simulator:
31
32 (This has been compiled and run on at least Solaris and Linux. It should
33 work on other unixes too but we haven't tried any other yet.)
34
35 Create a new directory and run the 'tools/configure' script in 20 Create a new directory and run the 'tools/configure' script in
36 there. Select target to simulate and select simulation. The script will 21 there. Select target to simulate and select simulation. The script will
37 then generate a Makefile for you: 22 then generate a Makefile for you:
@@ -53,11 +38,6 @@ Terminology
53 directory, create subdirectories and do all sorts of things you want to be 38 directory, create subdirectories and do all sorts of things you want to be
54 able to browse when you fire up the simulator. 39 able to browse when you fire up the simulator.
55 40
56
57 For the Win32 simulator:
58
59 No info yet.
60
613. Run Uisimulator 413. Run Uisimulator
62 42
63 To create a simulated disk drive for the simulator to see, create a 43 To create a simulated disk drive for the simulator to see, create a
@@ -68,25 +48,5 @@ Terminology
68 48
694. Target Keypad Equivalents 494. Target Keypad Equivalents
70 50
71 The keyboard's numerical keypad is used to simulate the Archos keypads: 51 The keyboard's numerical keypad is used to simulate the target keypad. See
72 52 the output rockboxui displays on start for details.
73 Keyboard Generic Archos
74 -------- --------------
75 + ON
76 8 UP
77 2 DOWN
78 4 LEFT
79 6 RIGHT
80
81 Keyboard Recorder-only
82 -------- --------------
83 Enter OFF
84 5 PLAY
85 / F1
86 * F2
87 - F3
88
89 Keyboard Player-only
90 -------- --------------
91 Enter MENU
92 6 PLAY (there's no separation between PLAY and RIGHT)