zimlokks
Android Expert
So guys this is My first Guide, so dont shoot me.
first of im doing wrong by blind development here but knowing what i know ill do my best to help!
So u soft bricked your phone, now what? its not the end of the world!!! im here to help!
First this method should work on all platforms as long as android sdk is installed properly and adb is working and the correct drivers are installed! i can only supply the link to download the sdk(plz read how to install it properly). link to download Android sdk http://developer.android.com/sdk/installing/index.html
ok after u install android sdk and the correct drivers, now to test adb.
To test adb open command prompt. (Window users do this by pressing the start menu clicking run and typing cmd) (press enter) now u have to change directory to platform-tools located where android sdk was installed. did u make it?
ok now if u did it type adb
some gibber blaber is gonna come out thats good
now(with your phone plugged in and in calibration mode power+volume down)
type adb devices(press enter)
your phone serial should appear)
now that is outta the way u have to download the backup images from herehttp://androidforums.com/showthread.php?t=696265
give him a thanks plz!
after thats done extract all the images to a safe location yu will remember most likely the desktop in a folder called images
now that thats done the fun starts
start the command prompt and cd to platform-tools again. again do adb devices see yur serial good!
so to flash the boot yu will do:
adb shell flash_image boot /path/to/boot.img(drag and drop will do as well this image will be located where u extracted) if all went well yur good to go!
now to restore system:
adb shell flash_image system /path/to/system.img
if all went well the system portion is gonna be back to stock and should boot fine!
now for stock recovery do:
adb shell flash_image recovery /path/to/recovery.img
all went well you'll have stock recovery
thats all for now plz if u deserve credit plz pm me im new to this side of the world and this is my first Guide lol hope this will help ppl stuck with soft bricks! ask for help if needed!
thanks for this crucial info!
Credit to Killcmd for the images!
***Standard Disclaimer goes here! Androidforums.com nor I are responsible for what you do yu to yur devices, im not holding a gun to yur head so dont say i made yu do it! if u mess up kindly ask for help, but if u decide to blame me i will laugh and enjoy my root bear!***
this thread shall be closed(hopefully any questions please contact me asap meanwhile a mpre complete thread here http://androidforums.com/showthread.php?t=704451
first of im doing wrong by blind development here but knowing what i know ill do my best to help!
So u soft bricked your phone, now what? its not the end of the world!!! im here to help!

First this method should work on all platforms as long as android sdk is installed properly and adb is working and the correct drivers are installed! i can only supply the link to download the sdk(plz read how to install it properly). link to download Android sdk http://developer.android.com/sdk/installing/index.html
ok after u install android sdk and the correct drivers, now to test adb.
To test adb open command prompt. (Window users do this by pressing the start menu clicking run and typing cmd) (press enter) now u have to change directory to platform-tools located where android sdk was installed. did u make it?
ok now if u did it type adb
some gibber blaber is gonna come out thats good

now(with your phone plugged in and in calibration mode power+volume down)
type adb devices(press enter)
your phone serial should appear)
now that is outta the way u have to download the backup images from herehttp://androidforums.com/showthread.php?t=696265
give him a thanks plz!
after thats done extract all the images to a safe location yu will remember most likely the desktop in a folder called images
now that thats done the fun starts
start the command prompt and cd to platform-tools again. again do adb devices see yur serial good!
so to flash the boot yu will do:
adb shell flash_image boot /path/to/boot.img(drag and drop will do as well this image will be located where u extracted) if all went well yur good to go!
now to restore system:
adb shell flash_image system /path/to/system.img
if all went well the system portion is gonna be back to stock and should boot fine!
now for stock recovery do:
adb shell flash_image recovery /path/to/recovery.img
all went well you'll have stock recovery
thats all for now plz if u deserve credit plz pm me im new to this side of the world and this is my first Guide lol hope this will help ppl stuck with soft bricks! ask for help if needed!
I'll post more if needed on how I did this. Posting this now while its fresh for some mental notes:
#1 10k version flash_image
#2 Use command prompt to start adb server... not the one in the GUI, it's outdated.
Start shell, go su
#3 Copy files from PC to Phone using v.1.3.1 Android Control altered with 64bit sdk tool's adb.exe and fastboot.exe
#4 Return to cmd prompt for mount, chmod and flash.
If more info is needed, just ask.
thanks for this crucial info!
Credit to Killcmd for the images!
***Standard Disclaimer goes here! Androidforums.com nor I are responsible for what you do yu to yur devices, im not holding a gun to yur head so dont say i made yu do it! if u mess up kindly ask for help, but if u decide to blame me i will laugh and enjoy my root bear!***
this thread shall be closed(hopefully any questions please contact me asap meanwhile a mpre complete thread here http://androidforums.com/showthread.php?t=704451


