diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 22:07:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 22:07:08 +0000 |
commit | dd0f1c7db1e73859805f9d9aa343bb6e04dd739e (patch) | |
tree | 2885ab3f25925c236ae0ef70636be042819bb514 /uisimulator | |
parent | 48d90d3114d9abf721e0c363b6394a90464ed5bb (diff) | |
download | rockbox-dd0f1c7db1e73859805f9d9aa343bb6e04dd739e.tar.gz rockbox-dd0f1c7db1e73859805f9d9aa343bb6e04dd739e.zip |
so totally out of date I removed them completely
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13224 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/FILES | 1 | ||||
-rw-r--r-- | uisimulator/HACKING | 92 | ||||
-rw-r--r-- | uisimulator/README | 15 |
3 files changed, 0 insertions, 108 deletions
diff --git a/uisimulator/FILES b/uisimulator/FILES index 1314fb9774..3353e29e52 100644 --- a/uisimulator/FILES +++ b/uisimulator/FILES @@ -1,5 +1,4 @@ FILES -README common/*.[ch] common/Makefile common/SOURCES diff --git a/uisimulator/HACKING b/uisimulator/HACKING deleted file mode 100644 index ae5fd61275..0000000000 --- a/uisimulator/HACKING +++ /dev/null @@ -1,92 +0,0 @@ - __________ __ ___. - Open \______ \ ____ ____ | | _\_ |__ _______ ___ - Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - \/ \/ \/ \/ \/ - - HACKING ROCKBOX - -Terminology - - The hardware is mainly separated in two different versions. The "Player" is - the Archos Jukebox Player 6000 and Archos Studio 20, while the "Recorder" is - the Archos Recorder 20. The "Player" has a character-based LCD screen with 2 - lines of 11 letters and a big round thing on the keypad (featuring 6 - different keys), while the "Recorder" has a graphical LCD and has all its 10 - keys separate. - -1. Get Sources - - The the very latest sources off the CVS server. Get the 'tools' dir, - 'firmware' dir, the 'apps' dir and the 'uisimulator' dir on the same dir - level, to make it easier to build things (some of the files assume this - hierarchy). - - All CVS details can be found here: - http://rockbox.haxx.se/twiki/bin/view/Main/UsingCVS - -2. Build Uisimulator - - For the X11 simulator: - - (This has been compiled and run on at least Solaris and Linux. It should - work on other unixes too but we haven't tried any other yet.) - - Create a new directory and run the 'tools/configure' script in - there. Select target to simulate and select simulation. The script will - then generate a Makefile for you: - - $ mkdir build-dir - $ cd build-dir - $ ../tools/configure - - [ answer to questions ] - - [ Makefile created, archos subdirectory created ] - - $ make - $ ./rockboxui - - Note that the simulator uses a local subdirectory named 'archos' as "root - directory" for the simulated box. Copy a bunch of mp3 files into that - directory, create subdirectories and do all sorts of things you want to be - able to browse when you fire up the simulator. - - - For the Win32 simulator: - - No info yet. - -3. Run Uisimulator - - To create a simulated disk drive for the simulator to see, create a - subdirectory named 'archos' and populate it with a bunch of test - files/directories. - - Run 'rockboxui'. - -4. Target Keypad Equivalents - - The keyboard's numerical keypad is used to simulate the Archos keypads: - - Keyboard Generic Archos - -------- -------------- - + ON - 8 UP - 2 DOWN - 4 LEFT - 6 RIGHT - - Keyboard Recorder-only - -------- -------------- - Enter OFF - 5 PLAY - / F1 - * F2 - - F3 - - Keyboard Player-only - -------- -------------- - Enter MENU - 6 PLAY (there's no separation between PLAY and RIGHT) diff --git a/uisimulator/README b/uisimulator/README deleted file mode 100644 index bafa39a867..0000000000 --- a/uisimulator/README +++ /dev/null @@ -1,15 +0,0 @@ - __________ __ ___. - Open \______ \ ____ ____ | | _\_ |__ _______ ___ - Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - \/ \/ \/ \/ \/ - -This directory is meant to contain sources that can be compiled and run in any -of the simulators. The code should also either run on target, or be very -similar to code that would run on target. - -Simulator-specific code should not be store here, but in the specific -directories for the simulators. - -For further information see ../docs/UISIMULATOR |