2017-10-26, 15:06
Hi everyone,
I have been reading posts here and in other sites trying to solve this problem. But since I haven't been able to do it I have registered and post here
I have an mt6592 Chinese tablet and I have been trying to make the fastboot commands work but it gets stuck with the three dots:
Adb is working fine and in bootloader mode the computer finds my device, but I just can do anything with the fastboot commands. I have tried in both Linux and Windows PCs and both have the same results. I can connect other devices and use bootloader mode normally so my guess is that there has to be some kind of problem with this tablet.
The only different thing that has happened compared to my other devices is that Supersu never asked for permission for the Adb shell, although in terminal it says that it is ok:
I've tried to erase the data from Supersu to get the prompt for the adb shell but I just didn't pop up (and I had to authorize again all the other apps )
I have also tried running fastboot as root in my Linux computer and many other commands but I get the same result.
Any suggestions about how to get fastboot to work again?
Thanks
I have been reading posts here and in other sites trying to solve this problem. But since I haven't been able to do it I have registered and post here
I have an mt6592 Chinese tablet and I have been trying to make the fastboot commands work but it gets stuck with the three dots:
Code:
mik@mik-Lenovo ~ $ adb reboot bootloader
mik@mik-Lenovo ~ $ fastboot devices
0XXXXXXABCDEF fastboot
mik@mik-Lenovo ~ $ fastboot oem device-info
...
Adb is working fine and in bootloader mode the computer finds my device, but I just can do anything with the fastboot commands. I have tried in both Linux and Windows PCs and both have the same results. I can connect other devices and use bootloader mode normally so my guess is that there has to be some kind of problem with this tablet.
The only different thing that has happened compared to my other devices is that Supersu never asked for permission for the Adb shell, although in terminal it says that it is ok:
Code:
mik@mik-Lenovo ~ $ adb root
adbd is already running as root
I've tried to erase the data from Supersu to get the prompt for the adb shell but I just didn't pop up (and I had to authorize again all the other apps )
I have also tried running fastboot as root in my Linux computer and many other commands but I get the same result.
Any suggestions about how to get fastboot to work again?
Thanks