Friday, February 15, 2013
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
Wednesday, October 17, 2012
How to extract files from android system.img
1) simg2img system.img system_ext4.img
2) mkdir temp
3) sudo mount -o rw,loop system_ext4.img temp
Now you can browse or copy files from temp folder.
Subscribe to:
Posts (Atom)