• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

DeviceDiagnosticsLib/25-Apr-2025-17,86414,852

TradeInModeTests/25-Apr-2025-171116

app/25-Apr-2025-412394

gradle/wrapper/25-Apr-2025-76

tradeinmode/25-Apr-2025-245203

.gitignoreD25-Apr-202557 65

OWNERSD25-Apr-2025163 54

PREUPLOAD.cfgD25-Apr-2025356 1410

READMED25-Apr-2025957 2917

TEST_MAPPINGD25-Apr-2025123 1110

build.gradle.ktsD25-Apr-2025293 65

gradle.propertiesD25-Apr-20251.3 KiB2323

gradlewD25-Apr-20255.6 KiB186125

gradlew.batD25-Apr-20252.6 KiB9068

settings.gradle.ktsD25-Apr-2025339 1917

README

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