1DeviceDiagnostics
2
3This is a placeholder for the refurb project
4Once we have a name and a repo in the android codebase, this is redundant
5
6Get the topic:
7
8https://googleplex-android-review.git.corp.google.com/q/topic:DeviceDiagnostics
9
10Add a folder packages/apps/DeviceDiagnostics to your android tree
11
12Pull this git to it
13
14You should now be able to build Android and see a new setting:
15
16System/Reset options/Device Diagnostics
17
18The first screen is still part of settings, but once you press the button,
19you are running the DeviceDiagnostics app from system
20
21You can develop in one of two ways:
22
23Edit the files, rebuild Android, flash (or use adb remount and sync)
24
25Alternatively you can remove DeviceDiagnostics from the device (roll back the change
26in device/google/shusky) and then simply use Android Studio to edit/test the
27apk. This is dramatically faster. However, you should test to make sure you
28haven't broken Android development before uploading.
29