Update home

W1nst0n 2020-06-24 23:30:02 +00:00
parent 36ed321933
commit 0dd3510f17

@ -8,7 +8,7 @@ Worth reading :
## How to contribute
As of today (2020-06-20) I basically wrote all the package documentation. There is a lot of packages descriptions to improve. Some can be slightly incorrect and some are nearly nonexistent (search for *MORE INFO NEEDED* comments). You know what you have to do! :)
As of today (2020-06-20) I basically wrote all the package documentation. There is a lot of packages descriptions to improve. Some can be slightly incorrect and some are nearly nonexistent (search for `MORE INFO NEEDED` comments). You know what you have to do! :)
You can also add new packages :
@ -22,7 +22,7 @@ adb shell 'pm list packages -s' | sed -r 's/package://g' | sort > remaining_pack
2) Seek new packages not present in the lists. You can use [this script](https://gitlab.com/W1nst0n/universal-android-debloater/snippets/1954255) to check if your list has no duplicate with the current lists of the repo.
3) Try to document each new packages and make a pull request or create an issue.
3) Try to document each new packages and [make a merge request](https://gitlab.com/W1nst0n/universal-android-debloater/-/merge_requests) or [create an issue](https://gitlab.com/W1nst0n/universal-android-debloater/-/issues).
### Reverse engineer an APK
- [Apktool](https://ibotpeaches.github.io/Apktool/)
@ -31,7 +31,7 @@ adb shell 'pm list packages -s' | sed -r 's/package://g' | sort > remaining_pack
### Useful apps
[SD Maid Apps checker feature](https://play.google.com/store/apps/details?id=eu.thedarken.sdm) can be useful to find infos about the packages.
[SD Maid Apps checker feature](https://play.google.com/store/apps/details?id=eu.thedarken.sdm) can be useful to find info about the packages.
[Stanley app](https://f-droid.org/en/packages/fr.xgouchet.packageexplorer/) or [Apps_packages_info](https://f-droid.org/en/packages/com.oF2pks.applicationsinfo/) on F-droid are also handy.