Get system metadata for new versions of android

Issue #3 resolved
Abram Hindle created an issue

We made changes that filled in results with None if they were missing, find the new values for the new versions of android and add them as well.

Support the new version of Android.

Comments (5)

  1. greenminer_kyudai repo owner

    We made directories for the new version of android which have source and object files. Then, we modified push_apps.sh.

  2. Abram Hindle reporter

    The metadata I'm talking about is the values we replaced with None because they are missing. I'm not talking about the binaries you compiled.

  3. greenminer_kyudai repo owner

    We looked into Zenfone's settings databases, and we founded the metadata of zenfone to be the same as the old version. Previously we didn't install sqlite binary file for new android version so we couldn't find metadata. Now we installed sqlite. Is it OK?

  4. Abram Hindle reporter

    Well test to ensure that when you run the test it records the metadata and then this issue can be closed.

  5. Log in to comment