Skip to content

shiningtan/sendevents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendevents

sendevents is a command line tool for Android platform, written in C language.

Build and install

This project is build under x86 Linux, for example Ubuntu 16.04 LTS.

How to setup build environment

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gcc
sudo apt-get install gcc-5-arm-linux-gnueabi
sudo apt-get install make

How to build

make
make test

How to install

Install Android SDK for adb command. And connect your device to your PC using USB cable.

make install

Release History

  • 0.1.0
    • The first proper release

License

Distributed under the MIT license. See LICENSE.txt for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.4%
  • Makefile 21.6%