Questions tagged [file-recovery]

130 questions
2
votes
0 answers

How to recover deleted files from iPhone in objective c?

I am developing an IOS application for recovering deleted files. So Can any one tell me is it possible and How?
Jignesh Patel
  • 755
  • 1
  • 8
  • 10
2
votes
3 answers

File and Folder Attributes - Programming API

I knew that PHP is able to read file content by different ways, for example: fread, file_get_contents, file, readfile, etc. Currently, I am looking for an API that can read real index of files and folders in specific partition or folder, for…
user1646111
2
votes
1 answer

Accidentally deleted mongodb files

Accidentally I deleted the folder with the data mongodb. I found some programs that retrieve linux system files, but they all need the instructions for file's header, footer, and extension. Example, the Foremost and Scalpel provide instructions for…
Hugo Demiglio
  • 1,599
  • 1
  • 16
  • 25
1
vote
8 answers

Which tools exists for byte-level inspection of files?

I have a partially corrupted MS-Word file which I'd like to inspect in the byte-level.
Oren Yosifon
  • 897
  • 8
  • 22
1
vote
1 answer

I cut/pasted a folder into a local repository mid-clone - the clone failed and the folder disappeared. Is the folder I pasted gone forever?

I wanted to put my local code into a GitHub repository. I created a repo on GitHub and tried cloning with HTTPS. The clone was taking a moment but the folder was created on my laptop so I decided to cut/paste my local code into the local repo…
1
vote
1 answer

How to copy android partition and recover deleted data?

I used this command to copy entire internal storage partition sda as sda.img (24.6 GB). adb pull /dev/block/sda sda.img Then I used OSFMount on Windows and mounted as read-only drive, but it shows Location is not available E:\ is not…
Rudolph
  • 1,504
  • 1
  • 10
  • 11
1
vote
1 answer

vim recover a deleted swap file

I deleted the swap file and lost the modifications. The *.bash file returned to its original version. Is it possible to undo delete of the swap file (i.e., recover or restore the deleted *.bash.swp file)?
ASE
  • 1,702
  • 2
  • 21
  • 29
1
vote
1 answer

Download source files from Firebase

I have a React.js project I made a while ago where, for the last month of development, I didn't push any changes to Git and the laptop that I used was wiped clean. The website is hosted on Google Firebase. Is there any way to download the source…
bsalgado
  • 21
  • 3
1
vote
1 answer

Recover overwritten .py file overwitten using Spyder

I know I should have used version control but I have accidentally overwritten a script (.py file) by saving another script with exactly the same name while using Spyder. Is there any way at all this can be recovered?
DMSTA
  • 212
  • 3
  • 9
1
vote
1 answer

Waring on linux cmd: find . -delete -name "*.swp"

I try to delete all .swp file which vim created with the following command: find . -delete -name "*.swp" . Then my whole project is deleted... Can anyone tell me why? and how to recover the project? if you change the command to this: find . -name…
franksai
  • 63
  • 5
1
vote
0 answers

Hadoop HDFS file recovery elapsed time (start time and end time)

I need to measure the speed of recovery for files with different file sizes stored with different storage policies (replication and erasure codes) in HDFS. My question is: Is there a way to see the start time and end time (or simply the elapsed time…
ingmid
  • 61
  • 3
1
vote
2 answers

All files of android project got corrupted

When I opened my previous android project on android studio after 15 days. I found that files had been corrupted.There was only a message that "File was loaded in wrong encoding - 'UTF-8'". Is it possible to recover the project files? Here is a…
1
vote
1 answer

Photorec missing library libjpeg.so.62

I am trying to undelete a file from my NAS with PhotoRec tool on USB. However when I try to run it, i get the following error: ./photorec: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or…
casual
  • 119
  • 10
1
vote
1 answer

Serious Bug:Sublime Text break file when remaining harddisk space isn't enought!!! How can I recover it?

When remaining harddisk space wasn't enough,I tried to close a txt,Sublime Text told me that it can't be save.It's no problem,I only update a little sentence, so I don't care if it's saved.Then I closed it.But the next time,I open the txt, it is…
1
vote
0 answers

recover netbeans .java file

Is there a way to recover unsaved .java file in netbeans? My computer suddenly booted off without me running my code. The file now looks like this
johnny
  • 21
  • 1
  • 3
1 2
3
8 9