Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 363 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 363 Bytes

Contributing:

Implement our database by forking this repo, clone and so:

Using Android (Termux and root)

cp /proc/config.gz "android/$(getprop | grep -i ro.product.model | sed "s/\[ro.product.model\]: //" | sed "s/\[//" | sed "s/\]//").gz"

Using Desktop

cp -v /boot/config-$(uname -r)

Then, upload the file in a new pull request.