Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DeviceDiagnosticsLib/ | 25-Apr-2025 | - | 17,864 | 14,852 | ||
TradeInModeTests/ | 25-Apr-2025 | - | 171 | 116 | ||
app/ | 25-Apr-2025 | - | 412 | 394 | ||
gradle/wrapper/ | 25-Apr-2025 | - | 7 | 6 | ||
tradeinmode/ | 25-Apr-2025 | - | 245 | 203 | ||
.gitignore | D | 25-Apr-2025 | 57 | 6 | 5 | |
OWNERS | D | 25-Apr-2025 | 163 | 5 | 4 | |
PREUPLOAD.cfg | D | 25-Apr-2025 | 356 | 14 | 10 | |
README | D | 25-Apr-2025 | 957 | 29 | 17 | |
TEST_MAPPING | D | 25-Apr-2025 | 123 | 11 | 10 | |
build.gradle.kts | D | 25-Apr-2025 | 293 | 6 | 5 | |
gradle.properties | D | 25-Apr-2025 | 1.3 KiB | 23 | 23 | |
gradlew | D | 25-Apr-2025 | 5.6 KiB | 186 | 125 | |
gradlew.bat | D | 25-Apr-2025 | 2.6 KiB | 90 | 68 | |
settings.gradle.kts | D | 25-Apr-2025 | 339 | 19 | 17 |
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