Android tablets/phones have a 2nd bootable image, called the recovery image, separate from the “system” image that you normally run. The recovery image can be used to (a) recover (duh) if your system image becomes broken and unable to boot, and (b) to do updates to the system image because it can cause problems for a system image to try to update itself while it’s running.
One normally can boot into the recovery image in either of two ways:
Method 1: Power-off the tablet, then simultaneously hold down the power key and one of the other keys (volume-up or volume-down). I couldn’t get either key combo to work by experimenting, tho this method is somewhat timing dependent. It would help if Alldocube let us know the key-combo needed for for the Alldocube-X.
Method 2: While running the normal Android system, connect it to a PC via USB cable, then use the “adb” command on the PC to boot the tablet into recovery mode. (“adb reboot recovery”) This is what I had to use. (To use this method, you have to install Google’s “platform tools” on your PC. Then on your tablet you have to enable the secret developer mode and then enable USB debugging. Web search for the info.)