Home | History | Annotate | Download | only in quake

Lines Matching full:quake

0 Quake
3 In order to run Quake on the simulator and/or device, you must:
9 5) Uninstall Quake (this step is optional)
14 Edit src/com/android/quake/QuakeActivity.java to configure where and how Quake will obtain its data files. The
20 This means that by default Quake will look for its files on the SD Card, and it will not
24 Note that if USE_DOWNLOADER is set to true then you need to configure a web server to serve the Quake
28 Building Quake
31 Quake and libQuake are built by default, as part of the standard Android build.
32 If for some reason you would like to build Quake manually, you can do so by
35 $ cd $TOP/apps/Quake
39 Installing Quake
42 Quake is not installed by default. To install Quake you need to copy the Quake executable
45 Quake needs about 20 MB of space to store its data files. Quake files go on an external
46 micro SD card (This is /sdcard/data/quake directory).
51 cd $TOP/apps/Quake
53 adb install $OUT/system/app/Quake.apk
61 Then install the Quake data files by executing this script:
71 You can use Quake with the emulator, but you have to create and mount an sdcard image.
77 Running Quake
82 Look for Quake in the Activities folder. Launch it as you would any other activity.
85 When Quake starts running it will display a console with some debug information, then
91 The "Quake icon" should be next to the "Single Player" menu item. Press the
96 The Quake controls are customizable, depending upon the settings of config.cfg,
181 Uninstalling Quake
184 Quake has to be uninstalled in two parts:
185 a) the Quake.apk file
188 Use the Phone UI to uninstall the Quake apk:
195 Select Quake
204 Then run this script to delete the Quake files on the sdcard:
206 cd $TOP/apps/Quake