Search found 5 matches

by codekingmaker
21 Oct 2013, 17:22
Forum: File recovery
Topic: Find total number of file to be recovered
Replies: 1
Views: 1927

Find total number of file to be recovered

Hello All,

I need to find total number of file to be recovered from an USB drive. I am trying to get standard output method but it's not working. It throws an error, "The requested operation requires elevation".


ProcessStartInfo objStartInfo = new ProcessStartInfo("Photo_Rec.exe");
objStartInfo ...
by codekingmaker
10 Aug 2013, 14:10
Forum: File recovery
Topic: External devices are not working
Replies: 5
Views: 4669

Re: External devices are not working

If I removed my SD card and put it on my card reader, after that it works very well. My question is, why the same is not working directly through my mobile? If I did the same for any other devices, then it works well.
by codekingmaker
08 Aug 2013, 12:23
Forum: File recovery
Topic: External devices are not working
Replies: 5
Views: 4669

Re: External devices are not working

No. I have connected my Samsung Galaxy S duos device. My PC has detected that device but the same is not detected by Photorec. If there is something else, what can I do for it.

Herewith, I have attached a snapshot for it. It shows only my hard drives not shows my digital camera. I have connected my ...
by codekingmaker
07 Aug 2013, 15:21
Forum: File recovery
Topic: External devices are not working
Replies: 5
Views: 4669

External devices are not working

Hi All,

I have tried to recover my deleted photos and files from my SD card directly from my mobile but it's not detected. I have connected my mobile device in my PC and execute the "Photo_rec.exe". In the device list, it doesn't shows my Samsung device.

So, the photo_rec application is not ...
by codekingmaker
29 Apr 2013, 10:12
Forum: File recovery
Topic: File recovery for whole disk
Replies: 1
Views: 2435

File recovery for whole disk

Hello,

I am implementing the recovery option through my c# code. For that, I am using the below codes,

ProcessStartInfo startInfo = new ProcessStartInfo("Photo_rec.exe");
Process RecoverProcess = new Process();

startInfo.Arguments ="/d C:\Users\Karthy\AppData\Local\Temp\ivjpys4j.jvs\recagent ...