Lines Matching refs:a
3 The labpretest.sh script is designed to emulate a typical automated test lab
4 session. It puts a device into bootloader mode, reboots into bootloader mode,
5 determines device type, erases user cache, flashes a generic userdata image,
7 and reboots, sets up for a monkey run and finally runs a random monkey test.
9 It will detect if it is in a low battery situation and wait for it to charge
12 The goal is to see if a device is ready for deployment to automated lab testing
15 I would connect 8 devices to a host and run this script in 8 separate shell
23 have multiple devices attached use the -d <device_id> parameter to target a
31 sub directory. If you are setting this up with only the script, create a tools
35 Here are the steps to add a new device:
37 1) Create a new sub directory using the result of "fastboot getvar product".
38 2) Copy a build image to the new sub directory in our format.
40 3) Copy a boot image to the new sub directory in our format.
42 4) Copy a radio image to the new sub directory in our format.
44 5) Copy a userdata.img file, possibly from one of the other directories.
46 Customizations to the flashing process are handled by adding a custom_flash.sh