How to install Stock rom for bricked Android One by using 'Fastboot' method?

Status
Not open for further replies.

androidoverdoze

Senior Member
May 16, 2015
73
36
0
Bankura
Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, The ADB driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button. :D
 
Last edited:

androidoverdoze

Senior Member
May 16, 2015
73
36
0
Bankura
Hi, this is a good guide and looks like it'll be helpful to many people. However, this is not the place to post it. There isn't a specific forum for the Android One so I'm going to ask a moderator to move it here, http://forum.xda-developers.com/android/general

Keep up the good work!
Thank you very much friend for your help. Before posting it I was wondering where to post it, but didn't found where to post it, so I posted it here.
Thank you again for your help.
 

Stejiyo

New member
Oct 25, 2015
4
0
1
bricked while rooting with AndroidOneToolKit. this just helped me a lot.

very easy steps. this better than the AndroidOneToolKit method.
 

OJ Fauzi

New member
Nov 7, 2015
2
0
0
Thanks a lot that you have liked my post. If you have any problem please let me know :) .
Dear Sir,
you are my savior !!!
Hv been working with my bricked Mito Android One since 7 am. Hv download lots of file for repairing my phone and done all the steps with no luck.
Finally i see your post and use it as the last hope.....

you are awesome!
Thank you very much from Indonesia :laugh:
 
Last edited:
Status
Not open for further replies.