Quote:
Originally Posted by
ts-ascii
any idea how to get root back without unlocking bootloader again and installing TWRP. I don't want to loose my data thrugh the wipe
Your bootloader should still be unlocked, you just need to reinstall TWRP, which doesn't delete your data
Quote:
Originally Posted by
akkuvijay
after update my device briked ..now only working fastboot only ...any one plz help . boot loader also disabled 
Go to fastboot by holding down volume up and plugging in an USB cable and flash a new recovery using these steps (you need fastboot to work on your computer):
1. Download recovery.img from
here
2. Open Command Prompt and type in the following:
Code:
fastboot -i 0x2970 erase recovery
3. Then type in
Code:
fastboot -i 0x2970 flash recovery recovery.img
4. Then using fastboot, boot into recovery and using USB file transfer method copy
this file to your device
5. Now wipe your device and install the zip
Then your device should work again