-
Notifications
You must be signed in to change notification settings - Fork 12
Home
rajeshsola edited this page Nov 10, 2014
·
15 revisions
Welcome to the adk-driver-skeleton wiki!
This Project provides skeleton code for USB driver which can initialize any machine running with GNU/Linux as android accessory host/accessory development kit(ADK).
Refer the following pages for working on ADK side as well as Android App side 1.https://github.com/rajeshsola/adk-driver-skeleton/wiki/Using-Driver-skeleton-on-ADK-side
2.https://github.com/rajeshsola/adk-driver-skeleton/wiki/Writing-android-apps-in-accessory-mode
Few sample android applications are available from
- http://www.nexus-computing.ch/SimpleAccessory.apk along with source code http://www.nexus-computing.ch/SimpleAccessory.tar.gz
- http://rowboat.googlecode.com/files/TI-ADKDemo.tar.gz
- ADK 2012, Standard Android ADK Demo Kit(ADK 2011) from Google Play
References:-
- https://source.android.com/accessories/aoa2.html
- http://developer.android.com/tools/adk/adk2.html
- http://www.adeneo-embedded.com/content/download/21248/280152/file/abs2013_bisson.pdf and https://github.com/gibsson/linux-adk by Gary Bisson
- drivers/usb/usb-skeleton.c from kernel source tree of v2.6.3 or higher by Greg Kroah-Hartman
- Unboxing Android USB by Rajaram Regupathy