Sunday, April 16, 2017

How to recover accidentally formatted or corrupted USB devices.

The issue of files getting lost or corrupted is a hot topic on many online forums. At some point or the other, you might have lost a file to accidental deletion, corruption or circumstances you can’t explain. I myself recall those dark days when i would save my favorite songs on my 256 MB MP3 player (256 MB of then felt like the 100 GB of now) and then for reasons unknown, they would just stop playing and I would have to format my beloved MP3 player then start the music hunt from scratch; tragic! If you have been through a similar or worse experience, then i shall – in this tutorial – explain how to recover corrupted files or lost files so you can say goodbye to such bitter occurrences. What is a corrupted file?
A corrupted file is a computer file that has become unreadable, unusable, maliciously altered or inoperable to your computer (be it a laptop / desktop PC, mobile device etc). In other words, your computer either can’t recognize such a file and thus, tags it as void or is running a malicious file instead of the original.
What could cause a file to get corrupt?
Sincerely, there are quite a number of reason why files get corrupted. Common reasons are:
  • Bug in the Software that created the file: The software which created the file in question might have experienced a run time error while saving or creating the file.
  • Virus or Malware: Malware or virus might corrupt certain programs or damage the file system itself. For this reason, new or existing files might experience a modification which would leave them corrupted.
  • Improper unmounting: This usually occurs when an external storage device (SD Card, USB stick, External Hard Disk etc) is suddenly disconnected from your computer while actively in use or without using the safely remove or eject option.
  • Error occurring during reading, storage, writing, transmission or processing of files: Interruption of data transmission ( like a poor wireless connection or environmental conditions like rain) and hardware / software failure are also common causes of corrupted files.
  • Power outages or other power-related problems (see how to-make a laptop pcs battery last longer/ ).
  • Hardware problems or failures i.e hard drive failures, bad sectors, bad RAM, and the likes.
  • Crash dumps or poor programming which could result in a hard restart or incorrectly saved data.
How do I know when a file is corrupted ?
File corruption could either be of the detected or undetected type. The detected types are the ones you would usually notice due to error messages while the undetected types are silent (could be dangerous) alterations which still leave the file undamaged. There are some general indicators of a corrupted file:
  • If you try to run or open the file using a program which should be able to read it but can’t or you get an error message then the file is likely corrupted.
  • If you try to delete the file and your computer pops up a ‘…could not recognize…’ error message and isn’t able to delete the file then the file is likely corrupted.
  • An altered checksum can also be used to identify a corrupt file.
My files just vanished without me deleting them, why?
It is possible they have been accidentally deleted or hidden from you either by a malware or by a user of the computer.
Why do my files keep getting corrupt whenever I try to move them?
This mostly points to an already corrupt or damaged storage device (SD card, USB stick, HDD etc). It is important you repair the storage device ( See how-to-fix-repair-corrupt-memory-card-sd-card-or-usb-drive/ ) which you have been attempting to transfer your files to without success. It is sometimes due to a malware infected PC.
How do I prevent my files from getting corrupted ?
  • Avoid forced-shutdowns i.e shutting down by holding down the power button (see https://how-to-fix-a-computer-that-will-not-startup-or-boot/ ).
  • Ensure to use the ‘safely remove’ or ‘eject’ option before disconnecting a USB device.
  • Avoid hibernating or sleeping your PC for too long
  • Run regular checks and maintenance on your storage devices
  • Have a strong and updated antivirus installed on your PC
  • Whenever you get an error while trying to run a file, ensure to troubleshoot
  • Be wary of the kinds of software you install ( PC optimizers, RAM boosters etc)
  • Allow files to finish cloying or downloading before using
How do i prevent my files from getting lost ?
The most reliable approach is to frequently backup your files to an external storage device ( SD Card, USB stick, external HDD etc) for easy retrieval in case of data loss. Also, avoid using SHIFT+DEL on your PC, use just DEL instead so that deleted files will be sent to the Recycle bin from which they can easily be restored.
Can corrupt files harm my device?
This would depend on the file in question. If the corrupted file is an important OS file, or a file corrupted by a virus then you might want to have the issue rectified asap because your PC is at risk. If however it is just some media file which got corrupted due to improper handling then its harmless to your PC, you only lose the file.
How can I recover corrupted files / lost files?
Data recovery comes in very handy when you find yourself in such a mess. Here are a few good methods:
How to fix a faulty storage drive using CHKDSK
The chkdsk command helps scan a drive for errors and fix if specified. To use chkdsk:
  • Connect the storage device to a safe PC and wait for it to be recognized
  • Open ‘My Computer’ and note the storage device’s drive letter (e.g I , G or H)
  • Press your windows button and search for cmd.exe
  • Right-click on it and run it as Administrator
  • If the storage drive letter is G, type chkdsk /f G: then press Enter (note the spaces)
How to recover files turned to shortcuts by the recycler virus
 The recycler virus is responsible for those times when all your files get replaced by their shortcuts which would all be the same size alongside some other shortcuts like porn, sexy etc. To fix this:
  • Connect the storage device to a safe PC and wait for it to be recognized
  • Open ‘My Computer’ and note the storage device’s drive letter (e.g I , G or H)
  • Press your windows button and search for cmd.exe
  • Right-click on it and run it as Administrator
  • Type G: and press enter (where G is the drive letter from the second step above)
  • Type attrib -r -a -s -h /s /d and press enter (*Note: put a space between each item like -r space -a space -s ……)
  • Wait for the process to finish running then go to your storage device
  • All your files should have been returned.
  • Delete any folder called recycler
How to show hidden files and folders
 It is possible that your files have been hidden from view either by another user or a malware. To show hidden files:
  • Tap the windows button or click the start button.
  • Search for Folder Options.
  • Click it when found.
  • Click the View tab.
  • Tick or check Show hidden files, folders and drives .
  • Click OK then Apply
How to search for a file using its extension
 Its possible that the files are still on your computer but their locations have changed. You can search for a file using its extension (last 3 characters after the “.” in the file name). To do this:
  • Tap the windows button or click the start button.
  • Search for .avi for movies of type avi
  • A list of .avi movies will be shown to you
  • Click ‘See more’ to view all .avi files
  • You could search for .mp4 , .mp3 , .jpg , .3gp, .png etc
How to recover lost files using data recovery software
Data Recovery Software can help you recover lost files even after they have been deleted and the drive formatted. You can try Icare Data Recovery, Recuva or TestDisk .
How can I repair corrupted files?
There are a number of approaches you could apply to repair corrupt files. One valuable tool in repairing corrupt OS files is the SFC / SCANNNOW command. To run it:
  • Press the windows button or click the start menu.
  • Search for cmd.exe
  • Right-click on it and run as Administrator
  • Click Yes or enter your Admin password if prompted for it
  • Type SFC /SCANNOW (*Note: Ensure to leave a space between SFC and /)
  • Press Enter
  • Your files will then be scanned and repaired if necessary. It may take 10 or 20 minutes, depending on your system
Sometimes, files aren’t saved with the correct file extension after download or transfer. For example, a movie file (.avi) might have been saved as .txt. Changing the file extension of such a file could fix the issue. Also, File-repair is a good tool but if it can’t repair a file of your choice then it means you need a file-format specific repair tool. You can request for such a tool at the HOVATEK FORUM and ensure to state the file type you wish to repair.
See video tutorial below or @ http://youtu.be/zpaL2NlXh5A :
<iframe width="635" height="357" src="https://www.youtube.com/embed/zpaL2NlXh5A" frameborder="0" allowfullscreen></iframe>

Saturday, April 15, 2017

Download WiseLink Tool (all versions)

WiseLink Tool is a small application which allows you to flash stock firmware on various Mediatek Smartphone and Tablets. Here, on this page you will find the direct link to download the latest version of WiseLink Tool along with the previous versions.
Wiselink tool
Wiselink tool

Features of WiseLink Tool

Supports Scatter File
It allows you to Flash Mediatek Firmware based on Scatter File. Simply, Click on the browse Button and locate the Scatter file and you are ready to flash it on your Mediatek Device.
Multiple Flashing Methods
It allows you to flash stock firmware using the Local Download Method and Server Download Method. Beside this it also support MultiPort Flashing on various Mediatek Smartphone and Tablets.
Write and Readback Function
It allows you to read the device partition data and Write Memory Function (device specified offset address) on your Mediatek Smartphone and Tablets. Beside this it also allows you to read and write device PRO_INFO partition information.
Format and Writing Options
It allows you to format the specified Partition on your Mediatek Smartphone and tablets, and write Hardware Information at the same time.
Other Features
Other important features are: read the factory model test report, encryption and decryption of factory.ini file, SMT final inspection station.

Download WiseLink Tool

Download MTK Extractor (all versions)

MTK Extractor is a small portable application which allows you to extract the contents of system.img and system.new.dat of any firmware. Here, on this page, we have managed to share the latest version of MTK Extractor along with the previous versions.
MTK Extractor

Features of MTK Extractor

Portable Application
It is a portable application, which means you dont have to install it on your computer to use it. Simply double click on the MTK_Extractor.exe file and you are ready to use it.
IMG Extractor
It allows you to extract the contents of any system.img file or system.new.dat file on your computer. Simply, click on the browser button and select the system.img or any img file and click on the Start button to extract it.
Build Firmware
If you have extracted system.img or any img file for doing some modifications into it, and later you want to repack the img file, then using the MTK Extractor tool, you can do the same.
Unpack Boot and Repack Boot.img
It allows you to extract the contents of any boot.img file and later you can repack the contents (after doing any modifications) into a boot.img file.
Unpack and repack Recovery.img
It allows you to extract the contents of recovery.img file and later you can re-pack the extracted files into a recovery.img file using this feature.

Download MTK Extractor

How to remove Pattern Lock on any Mediatek Device

Remove Pattern Lock on Mediatek Device
Step 1Download and install Mediatek Driver on your Computer (if in case Mediatek Drivers, is already installed on your computer then SKIP this step).
USB Logo
Step 2Download and extract SP Flash Tool on your Computer. After extracting you will be able to see the following files:
Smart Phone Flash Tool Extracted Files
Step 3: Download and extract the Stock Firmware of your Mediatek Smartphone or Tablet.
Step 4: Now, Power Off the Device.
power off android
Step 5: Now, Open SP Flash Tool
Open SP Flash Tool

Step 6: Click on the Scatter Loading button and select the Scatter file from the firmware folder (you will find the scatter file in all Mediatek Stock Firmware).
Scatter Loading button SP Flash Tool
Locate Scatter File
Step 7: Once, Scatter file is loaded in SP Flash Tool, you will be able to see the following screen:
scatter loaded sp flash tool
Step 8: Now, Select Download Method as Download Only.
sp flash tool download mode
Step 9: Now, remove tick from all the available names, except userdata.
sp flash tool untick except userdata
Step 10: Now, Click on the Download button.
sp flash tool userdata remove pattern lock
Step 11: Now, Connect your Device to the Computer using the USB Cable (make sure device is OFF).
mobile usb computer
Step 12: Now, Press Volume Down or Volume UP key, so that SP Flash Tool can recognize your device and begin the Flashing Process.
Step 13: Once Flashing Process is completed you will be able to see the Green Ring at the end.
Green Ring SP Flash Tool
Step 14: Now, Close SP Flash Tool on your computer and disconnect your Device from the computer.
Step 15: Now, restart your Device. Once your device is restarted you wont be able to see Pattern Lock on the screen.