OSDN Git Service

Added setup commands and option to specify device
authorMaggie White <maggiewhite@google.com>
Thu, 22 Jun 2017 00:42:25 +0000 (17:42 -0700)
committerMaggie White <maggiewhite@google.com>
Mon, 26 Jun 2017 18:17:08 +0000 (11:17 -0700)
commit5d58ea1a2253b447dc6b15a3a52ed7b790119c17
tree1f30c41b66dffb0d1b14ad4c619d8c3dba015b0b
parent797cdee07445d47309a4623cd172daf7836328c4
Added setup commands and option to specify device

The script previously did not configure any framework settings for this
script, so I added commands to disable any features that could affect
the performance numbers like wifi, NFC, screen rotation. It also clears
notifications and starts the device on the home screen.

It's not possible prior to this commit to run the app-launcher on a
host with multiple devices attached to adb, so I added a '-s <serial
number' option that allows the user to specify a specific device based
on its serial number.

I also changed the spacing of the script to be all spaces instead of
mixed tabs and spaces.

Test: Manually ran script on a marlin device

Change-Id: I82c621fe280033c55ba38bfdf95836fd95f5ed58
app-launcher/README
app-launcher/app-launcher