For all, who have a brick.
To solve the problem, you should do next:
1. Download the original file of firmware.
2. Get out from the archives the BLOB file.
3. Put it in the directory with adb and fastboot.
Next, there are few solutions to the problem.
The first way:
1. Boot into recovery or bootloader (if you can)
2. If you can't boot into bootloader, boot in it with command
3. Now you should install firmware. When you are in BOOTLOADER you can do this command
Now, even after command line say @ok, DON'T reboot your tablet. You must wait until you see progressbar on the screen and in will be 100%.
4. Next you shoul flash recovery. DOWNLOAD Flash it with command
after that you will see msgs like "sending..." and "writing.." wait about 10 minutes after last msg. And reboot your tablet in bootloader with VOLUME DOWN + POWER
5. See in recovery if partitions are mounted and have or not zero sized internal memory.
Thats all. GL. Maby write smth else in this thread.
To solve the problem, you should do next:
1. Download the original file of firmware.
2. Get out from the archives the BLOB file.
3. Put it in the directory with adb and fastboot.
Next, there are few solutions to the problem.
The first way:
1. Boot into recovery or bootloader (if you can)
2. If you can't boot into bootloader, boot in it with command
Code:
adb reboot bootloader
Code:
fastboot -i 0x0b05 flash staging blob
4. Next you shoul flash recovery. DOWNLOAD Flash it with command
Code:
fastboot -i 0x0b05 flash recovery twrp.blob
5. See in recovery if partitions are mounted and have or not zero sized internal memory.
Thats all. GL. Maby write smth else in this thread.
Last edited: