Skip to content

Instantly share code, notes, and snippets.

View TotemaT's full-sized avatar
👨‍🎨

Matteo T. TotemaT

👨‍🎨
View GitHub Profile
@TotemaT
TotemaT / sms.sh
Created August 21, 2015 20:00
Send an sms from a computer through an Android device using ADB
#!/bin/zsh
# Send text through adb by Madura A.
# https://market.android.com/details?id=org.jraf.android.nolock
# Please use the above app(or similar) to keep it from locking while
# using this script
# FIX: Android 4.1.1 suggested by samox86
PATH=$PATH:/system/xbin:/system/bin
# Change path if necessary