├── LICENSE ├── README.md ├── a2dp ├── a2dp.py ├── fix-bt.py └── fix-bt.service ├── massbanner.sh ├── setup-pendata.sh └── setup-sys.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/README.md -------------------------------------------------------------------------------- /a2dp/a2dp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/a2dp/a2dp.py -------------------------------------------------------------------------------- /a2dp/fix-bt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/a2dp/fix-bt.py -------------------------------------------------------------------------------- /a2dp/fix-bt.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/a2dp/fix-bt.service -------------------------------------------------------------------------------- /massbanner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/massbanner.sh -------------------------------------------------------------------------------- /setup-pendata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/setup-pendata.sh -------------------------------------------------------------------------------- /setup-sys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techgaun/hack-scripts/HEAD/setup-sys.sh --------------------------------------------------------------------------------