From 791d86195fedca3a8cba5d7fa3e3610302361a78 Mon Sep 17 00:00:00 2001 From: David Turner <> Date: Mon, 13 Apr 2009 18:01:32 -0700 Subject: AI 145976: am: CL 145806 Add qemud-version auto-detection logic to android/hw-qemud.c Document the supported QEMUD services in known Android systems Print "Press F6 to exit trackball mode..." in the window title bar when one activates the persistent trackball mode. The actual text depends on your key binding configuration. Refine the skin directory auto-search paths when an AVD name is not given on the command line. This makes the following work correctly: tools/emulator -sysdir platforms/android-1.5/images -data foo.img Original author: digit Merged from: //branches/cupcake/... Automated import of CL 145976 --- CHANGES.TXT | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.TXT') diff --git a/CHANGES.TXT b/CHANGES.TXT index 93d3689..d3c301d 100644 --- a/CHANGES.TXT +++ b/CHANGES.TXT @@ -121,6 +121,14 @@ OTHER: - Using '-no-audio' no longer disables sound hardware emulation. It simply mutes the emulator program on the host. +- The window title bar changes when you toggle persistent trackball mode + (F6 by default). It will display something like the following: + + "Press F6 to exit trackball mode ..." + + The actual text depends on your key binding configuration. This is to help + people toggle the mode by accident. + ============================================================================== Changes between 1.6 and 1.7 -- cgit v1.1