quick info

Sikes PC Repair


Winter Park, FL

407.463.2925


David@SikesPCRepair.com

Accepted payment:
Cash, check, debit, credit, paypal, or lots of sushi.

Click Here to Use a Card

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.

    Step 1:

Download this file. Copy the contents to windows\system32.

    Step 2:

Create a new folder, C:\android\ and copy data.img, system.img, and boot.img from your SD card to there.

    Step 3:

Open a command prompt and type in: adb shell reboot bootloader.

    Step 4:

The screen on your phone should say fastboot. You may need to press back.

    Step 5:

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

    Step 6:

In the command prompt type cd C:\android

    Step 7:

In the command prompt type:

fastboot flash system system.img
fastboot flash userdata data.img
fastboot flash boot boot.img
fastboot reboot