Comment 2 for bug 1563342

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

temporary solution for that:

Arale:
1 - download recovery image:
   wget http://people.canonical.com/~plars/touch/recovery-arale.img

2 - Reboot the device on bootloader:
  adb reboot bootloader

3 - Push image into the device:
  fastboot boot recovery-arale.img

5 - Access the device:
  adb shell

4 - Umount cache partition:
  umount /cache

5 - format cache partition
  make.ext4fs /dev/block/platform/mtk-msdc.0/by-name/cache

6 - Reboot the device