aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the disk partition size hardware properties.David 'Digit' Turner2009-10-292-26/+0
| | | | | Also remove the error/abort message in case an AVD's image files are larger than the default.
* Add a new hardware property: vm.heapSizeDavid 'Digit' Turner2009-10-072-0/+15
| | | | | Allows to control the maximum heap size of Dalvik applications when running under emulation.
* Increase Emulator system image to 72MBXavier Ducrohet2009-09-302-2/+2
| | | | | | | This is required to run the SDK system image with the new assets in multiple densities. Change-Id: I4ab21a9c5ef554d1d8d63a32c3e88719e6d49253
* Added two new hardware properties to control AVD partition sizes.David 'Digit' Turner2009-08-284-0/+46
| | | | | | | | | | | | | | | | | | | | | | | disk.systemPartition.size (default 66MB) disk.dataPartition.size (default 66MB) If the emulator detects that an image file is larger than the corresponding setting, it will do the following: - for AVDs running from the SDK, an error message will be printed and the emulator aborts. Note that this can only happen if there are some serious mis-configuration of AVDs anyway. - when launching the emulator from the Android build system, a warning will be printed, and the partition size will be automatically adjusted at launch. Previously, trying to launch an over-sized system image would result in the emulated system booting, but then failing to find certain files, depending on how the yaffs2 disk images are built. This caused hard-to-debug issues. Note that the option -partition-size <size> can be used to override the AVD's setting at runtime.
* Add a new hw.lcd.density hardware property to AVD configuration files.David 'Digit' Turner2009-06-192-0/+14
| | | | | | | | | | | This value can be overriden with the already existing -dpi-device <value> option. The value is mapped to one of 120,160 and 240, then set to the boot-time property named qemu.sf.lcd_density used by the framework to properly select assets and/or resize them at runtime. This means that "emulator -dpi-device 130" will select 120 lcd_density, or "emulator -dpi-device 220" will select a 240 one.
* AI 145976: am: CL 145806 Add qemud-version auto-detection logic to ↵David Turner2009-04-131-3/+12
| | | | | | | | | | | | | | | | 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
* AI 144596: am: CL 144595 Fix the AVD configuration code to support ↵David Turner2009-04-051-2/+32
| | | | | | | | | | | | | | "sdcard.path" in config.ini to indicate an explicit SD Card image file (instead of using the one in the content directory) Note that this also fix a bug where the SD Card image was not properly locked in the previous implementation. Allow the http-proxy support code to actually manage to receive chunked encoding data, instead of complaining needlessly. Introduce a new CharBuffer object that is used indirectly by "-radio <hostdevice>" and "-gps <hostdevice>" options Add new documentation for QEMUD and CharDriverState objects Update the Audio documentation with ASCII graphics (because I'm an artist too) Original author: digit Merged from: //branches/cupcake/... Automated import of CL 144596
* AI 143179: am: CL 142901 Avoid a segmentation fault in the emulator when ↵David Turner2009-03-271-0/+1
| | | | | | | | | | trying to use an AVD while ANDROID_PRODUCT_OUT is not defined. Argh.. Original author: digit Merged from: //branches/cupcake/... Automated import of CL 143179
* Automated import from //branches/donutburger/...@142528,142528David Turner2009-03-251-1/+11
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-182-0/+14
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-132-2/+2
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-112-56/+0
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-488/+11
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+2444
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-2154/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-426/+136
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-136/+426
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-2/+2
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-106-0/+2154