0
votes
2answers
18 views

How to find files related to a process

I was using adb shell to have a peek at what's going on a Sony Xperia Z phone. I've noticed a few services (e.g. com.sonymobile.socialengine.plugins, com.google.android.youtube, etc.). I'd like to ...
1
vote
1answer
198 views

Make iso of sdcard + data directory

I need to be able to make an iso file of the /mnt/sdcard and /data/ directories on both rooted and nonrooted phones(for forensic analysis). Older phones I can mount to my linux machine and run mkisofs ...
2
votes
2answers
501 views

copy folder structure from internal memory to sd-card

I use the amazon downloader to buy mp3s with my android device. My problem now is that I cannot change the download folder but want the files to be moved to my sdcard. I already found a cron tool to ...