Wednesday, February 20, 2013
Friday, February 15, 2013
Use command line to get screen tap in Android
If you want to tap on android device screen and touch is not working then you can use following command to tap screen. Suppose you want to tap 300, 500 location on screen then use following command
adb shell input tap 300 500
Dial/Accept phone call using command line in Android
Wednesday, December 19, 2012
Monday, November 26, 2012
Good SoX examples
http://www.thegeekstuff.com/2009/05/sound-exchange-sox-15-examples-to-manipulate-audio-files/
Monday, October 22, 2012
Copy from remote machine to local machine securely without logging
scp username@remote_pc_ip:/path_to_remote_file path_to_local_file
Subscribe to:
Posts (Atom)