Mercurial > hg > config
annotate bin/sms.sh @ 929:7c4be71a560b default tip
remove old aliases
| author | Jeff Hammel <k0scist@gmail.com> | 
|---|---|
| date | Mon, 20 Oct 2025 15:22:19 -0700 | 
| parents | ff13c22effdf | 
| children | 
| rev | line source | 
|---|---|
| 
394
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
1 #!/bin/bash | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
2 # Send text through adb by Madura A. | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
3 # http://0xdeafc0de.wordpress.com/2012/01/28/send-sms-using-android-adb/ | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
4 # https://market.android.com/details?id=org.jraf.android.nolock | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
5 # Please use the above app(or similar) to keep it from locking while | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
6 # using this script | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
7 | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
8 adb shell /system/bin/sh /system/bin/am start -a android.intent.action.SENDTO -d sms:$1 –es sms_body "$2" –ez exit_on_sent true | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
9 sleep 1 | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
10 adb shell /system/bin/sh /system/bin/input keyevent 22 | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
11 sleep 1 | 
| 
 
ff13c22effdf
doesnt work but lets pretend its worth keeping
 
Jeff Hammel <jhammel@mozilla.com> 
parents:  
diff
changeset
 | 
12 adb shell /system/bin/sh /system/bin/input keyevent 66 | 
