No Bootloader
Can I do this job without being in bootloader??! I mean can I sent commends without bootloader? ( I ask this question because I can't access the bootloader and you just said Boot into recovery or bootloader (if you can)...) I press Volume Down + Power but it automaticly goes to CWM and my problem is how can I send this commends in terminal (It says Waiting for device) or tell me if there is way to fix the bootloader
Please help me pal
Hi brotherFor 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 command3. Now you should install firmware. When you are in BOOTLOADER you can do this commandCode:adb reboot bootloaderNow, 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%.Code:fastboot -i 0x0b05 flash staging blob
4. Next you shoul flash recovery. DOWNLOAD Flash it with commandafter 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 + POWERCode: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.
Can I do this job without being in bootloader??! I mean can I sent commends without bootloader? ( I ask this question because I can't access the bootloader and you just said Boot into recovery or bootloader (if you can)...) I press Volume Down + Power but it automaticly goes to CWM and my problem is how can I send this commends in terminal (It says Waiting for device) or tell me if there is way to fix the bootloader
Please help me pal