I was trying to flash recovery partition of my Minix neo X7 device as I wrote in that message:
$ adb connect
$ adb push x7-cwm-recovery.img /sdcard/
$ adb shell dd if=/sdcard/x7-cwm-recovery.img of=/dev/block/mtdblock3 bs=4096
$ adb reboot recovery
but after I just got black screen.
Since the device was accessible via USB cable I've tried to flash the same recovery image but this time using rkflashkit. As soon as it finished (rkflashkit shown in the log that image was flashed and checked after successfully). I pressed "reboot device" button in the rkflashkit menu. And since then I wasn't able to boot the device neither in recovery mode (pressing recovery button by paperclip and power button for a few seconds) nor in android. Display doesn't detect any signal from minix x7. There are the following messages in linux PC log file when I try to boot device in recovery mode:
kernel: [ 1764.282116] usb 1-5: USB disconnect, device number 5
kernel: [ 2526.491077] usb 1-4: new high-speed USB device number 6 using ehci_hcd
kernel: [ 2526.605771] usb 1-4: unable to get BOS descriptor
kernel: [ 2526.606533] usb 1-4: New USB device found, idVendor=2207, idProduct=310b
kernel: [ 2526.606537] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
mtp-probe: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-4"
mtp-probe: bus: 1, device: 6 was not an MTP device
kernel: [ 2533.577150] usb 1-4: USB disconnect, device number 6
It's about 7 seconds between timestamps of two last lines.
There is only single line "Loading partition information" in the log rkflashkit windows after pressing recovery and power buttons.
There is no blue light from the LED.
The same result I get if just press the power button (without touching the recovery one).
Is there any way to recovery into working state?
I would appreciate any help on that topic.
Comment