Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
/ USBKill Public archive

USB connection trigger.

License

Notifications You must be signed in to change notification settings

x13a/USBKill

Repository files navigation

USBKill

USB connection trigger.

Tiny app to listen for USB connection events while the device is locked.
When found, it will send a broadcast message.

It must not trigger on charger. Only on device and accessory.

Wasted

  • action: me.lucky.wasted.action.TRIGGER
  • receiver: me.lucky.wasted/.TriggerReceiver
  • secret: the code from Wasted

Do not forget to activate the Broadcast trigger in Wasted.

Permissions

  • FOREGROUND_SERVICE - receive usb state events
  • RECEIVE_BOOT_COMPLETED - persist service across reboots

License

GNU GPLv3 Image

This application is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License v3 as published by the Free Software Foundation.