Tutorials
Malware and Viruses:
Mobile:
How To: Restore your G1 with Nandroid
Note: This tutorial requires that you have installed a bootloader with nandroid. This guide will tell you how to do this. This is an abbreviated version of
this. All credit goes to infernix for teaching me to do this.
Download
this file. Copy the contents to windows\system32.
Create a new folder, C:\android\ and copy data.img, system.img, and boot.img from your SD card to there.
Open a command prompt and type in:
adb shell reboot bootloader.
The screen on your phone should say fastboot. You may need to press back.
Make sure your pc is using the correct driver. Open the device manager on your pc. Look for a USB Mass Storage device in the list of the USB devices. Right click on it and update the driver. Pick the option to browse for a driver on your pc. The driver is located in the Android SDK you downloaded in the folder called usb_driver. If this is done right you will now see a device called HTC Dream
In the command prompt type cd C:\android
In the command prompt type:
fastboot flash system system.img
fastboot flash userdata data.img
fastboot flash boot boot.img
fastboot reboot