├── .github └── FUNDING.yml ├── Command.png ├── README.md └── Termux-adb.jpg /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | ## Supported 4 | github: K3V1991 5 | 6 | ## Currently unsupported 7 | patreon: 8 | open_collective: 9 | ko_fi: 10 | tidelift: 11 | community_bridge: 12 | liberapay: 13 | issuehunt: 14 | otechie: 15 | lfx_crowdfunding: 16 | custom: 17 | -------------------------------------------------------------------------------- /Command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K3V1991/Install-ADB-and-Fastboot-on-Android-Devices/dd59cda56b06e60217e0d40479b8bd84fdfd590d/Command.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |