Skip to content

Basic accesory that leverages the AOA 2.0 protocol

License

Notifications You must be signed in to change notification settings

AminZoubaa/SimpleAOA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Android Accessory using libusb

Simple Android Acessory that I wrote. It shows you how to use the AOA 2.0 protocol to make enable USB Audio and HID Events. In its current form it just opens the default music app of the phone.

Compiling.

You must have libusb-1.0.0 installed.

gcc -std=gnu99 -o driv android_device.c driver.c `pkg-config --libs --cflags libusb-1.0`

TODO

I should probably add better error checking and possibly turn this into a real library.

License

MIT.

About

Basic accesory that leverages the AOA 2.0 protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%