├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── standerd.md ├── LATEST-VERSION ├── LICENSE ├── Non-root ├── README.md └── contributions.md ├── Packages ├── Amzkill.Amzx ├── Amzy.Amzx ├── console.Amzx └── null ├── README.md ├── Screenshot_Quickstep_20190226-071844.png ├── _config.yml ├── boot-up └── halfwork ├── My mistakes.null ├── _20190227_115537.JPG ├── null └── to-do.txt /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/standerd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/.github/ISSUE_TEMPLATE/standerd.md -------------------------------------------------------------------------------- /LATEST-VERSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/LATEST-VERSION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/LICENSE -------------------------------------------------------------------------------- /Non-root/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/Non-root/README.md -------------------------------------------------------------------------------- /Non-root/contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/Non-root/contributions.md -------------------------------------------------------------------------------- /Packages/Amzkill.Amzx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/Packages/Amzkill.Amzx -------------------------------------------------------------------------------- /Packages/Amzy.Amzx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/Packages/Amzy.Amzx -------------------------------------------------------------------------------- /Packages/console.Amzx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/Packages/console.Amzx -------------------------------------------------------------------------------- /Packages/null: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot_Quickstep_20190226-071844.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/Screenshot_Quickstep_20190226-071844.png -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/_config.yml -------------------------------------------------------------------------------- /boot-up: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/boot-up -------------------------------------------------------------------------------- /halfwork/My mistakes.null: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/halfwork/My mistakes.null -------------------------------------------------------------------------------- /halfwork/_20190227_115537.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/halfwork/_20190227_115537.JPG -------------------------------------------------------------------------------- /halfwork/null: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /halfwork/to-do.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amzker/Parrotsec-Android/HEAD/halfwork/to-do.txt --------------------------------------------------------------------------------