You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Pasanen c4becbb3f4
CMSettings: fix lock screen rotation toggle [3/3]
7 years ago
..
src CMSettings: fix lock screen rotation toggle [3/3] 7 years ago
Android.mk testing: Host side settings migration verifier. 7 years ago
README.md cmsdk: Fix readme on hist migration util. 7 years ago
example-cm12.1-settings.txt testing: Host side settings migration verifier. 7 years ago

README.md

CMSettings Migration Test

The tests host library contains a simple interface which calls down to a client interface on the device to take a snapshot of the current settings, forces an update with the current build defined in params, then verifies the settings post migration.

To run the test (on a live device):

--settings <example settings> --bootimg <boot.img> --systemimg <system.img> ```

To generate example settings to be written against 12.1 device during migration:

```java -cp /Volumes/CM/CM13/out/host/<platform>/framework/migration-interface.jar GenerateExampleSettings <output file path> ```