I am trying to make an Android app that will try to recover deleted content from an SD card. As much as possible? I have the following methods:
- Since the files are not actually deleted, can I access the file system to see files that have been marked as rewritable.
- Or will I need to do a cut in the header / footer file? Is this possible from the application level of android?
I am concerned about files stored in adjacent sectors, not fragmented ones. I want to do a basic file search.
Please let me know some resources that I can use to create this application?
user296840
source
share