Skip to content

Switch from an XML for detailing compatible apps to having the ETL report info  #54

@mikepsinn

Description

@mikepsinn

Each converter file should have to implement a method getApp where they specify:

  • App label (i.e. App Name such as "Accupedo")
  • packageName (i.e. com.corusen.accupedo.te)
  • developer (i.e. Corusen LLC)
  • dataFile (Path to data file such as /internal/databases/datastorage where /internal is an abbreviation as defined here:
  • /internal = /data/data/com.packagename
  • /external = /mnt/sdcard/Android/data/data/com.packagename
  • If not internal/external use the actual file path.
  • TODO implement /sdcard
  • rootRequired (i.e. "true" indicating that the user must root their phone in order to access this data file)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions