scp username@remote_pc_ip:/path_to_remote_file path_to_local_file
Monday, October 22, 2012
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)