Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm guessing that i download:
11-laf.img
6-boot.img
4-aboot.img
How do u fastboot flash these files?
My computer detected the devices and enter those code in cmdThe Android SDK has a function that allows one to interface devices with adb/fastboot via command line or terminal. Since you evidently don't have that, you can instead use our forum's Mini SDK which is a small package that gives you the same adb/fastboot tools without all the development stuff that comes with the full SDK:
ADB Guide (updated 2014/11/11)
You'll need adb interface drivers if you are running Windows. You might possibly have these on your machine so best to see if it works first, if not, give this driver a shot:
http://www.koushikdutta.com/post/universal-adb-driver
Plug your phone into the PC while it's showing fastboot mode. Assuming you unzipped the mini-sdk (download is actually called sdk-tools) to the root of your PC's "C" drive, then you would open the command prompt and navigate to that directory before issuing commands. So you'd type this in command prompt:
cd c:\sdk-tools
Once there, enter the command fastboot devices. You should see the word fastboot show up as the output. If you get that, just to verify that it's 100% working, enter the command fastboot reboot. If the phone reboots, you are ready to fastboot flash the partitions. Gonna stop there and make sure you get to that point before proceeding. Windows can bring about many difficulties in getting the above to work as it relates to drivers. If need be, we'll try another driver.
My computer detected the devices and enter those code in cmd
When I typed in these commands:Ok so as was mentioned earlier, I too am a fan of removing any numbers, dashes etc in the filenames of the aboot, boot and laf files so you end up with files simply named aboot.img, boot.img, and laf.img. You then move those 3 files into the sdk-tools folder on your C drive.
Next plug the phone into the pc while it's showing fastboot mode.
Now open command prompt and navigate to the sdk-tools folder, then flash the 3 files. So the commands then are these:
cd c:\sdk-tools
fastboot flash aboot aboot.img
fastboot flash boot boot.img
fastboot flash laf laf.img
Once done with the above commands, unplug the phone and then hold down the power button for no less than 15 seconds to fully power off the phone. Once it's off release the power button. Then press and HOLD volume up while at the same time plugging the phone into the usb cable. This should bring up download mode.
Once in download mode, you can then follow the instructs in the link below to flash stock and restore the phone:
http://forum.xda-developers.com/showthread.php?t=2432476
If you use the kdz method, choose the "CSE Flash" option in the kdz tool.

When I typed in these commands:
fastboot flash aboot aboot.img
fastboot flash boot boot.img
fastboot flash laf laf.img
it showed:
error: cannot load 'aboot.img'
I dont know what is going on![]()
The file sizes kind of match and i did move the 3 files into the sdk-tools folderCheck your file sizes with the ones listed on the download page and make sure they match. Also, you did move the 3 files into the sdk-tools folder right?
Nevermind, i misspelled those filesCheck your file sizes with the ones listed on the download page and make sure they match. Also, you did move the 3 files into the sdk-tools folder right?

