Não é possível instalar o Ubuntu Touch no Nexus 4. O comando “ubuntu-device-flash” trava

2

Eu segui todos os passos aqui: link

e todos os passos funcionaram bem até isto:

hmusr@hmusr:~$ ubuntu-device-flash touch --channel=ubuntu-touch/stable/ubuntu --bootstrap
2015/11/15 18:10:21 Expecting the device to be in the bootloader... waiting
2015/11/15 18:10:21 Device is |mako|
2015/11/15 18:10:21 Flashing version 24 from ubuntu-touch/stable/ubuntu channel and server https://system-image.ubuntu.com to device mako
6.29 MB / 6.29 MB [==========================================] 100.00 % 330.51 KB/s 
52.45 MB / 52.45 MB [========================================] 100.00 % 438.29 KB/s 
278.21 MB / 278.21 MB [======================================] 100.00 % 667.55 KB/s 
/home/hmusr/.cache/ubuntuimages/ubuntu-touch/stable/ubuntu/mako/version-24.tar.xz
/home/hmusr/.cache/ubuntuimages/gpg/image-signing.tar.xz
/home/hmusr/.cache/ubuntuimages/gpg/image-master.tar.xz
/home/hmusr/.cache/ubuntuimages/pool/custom-9282f1b27ad6e4c1118551162ef9f9165549ee6ab118c7461d2dcea0a39dc47e.tar.xz
/home/hmusr/.cache/ubuntuimages/pool/device-d16c1032d25d5ebfb02511d6c4513ec0582b0c8f20710128ad53369368d2e28e.tar.xz
2015/11/15 18:17:46 Start pushing /home/hmusr/.cache/ubuntuimages/ubuntu-touch/stable/ubuntu/mako/version-24.tar.xz to device
2015/11/15 18:17:46 Start pushing /home/hmusr/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2015/11/15 18:17:46 Start pushing /home/hmusr/.cache/ubuntuimages/gpg/image-master.tar.xz to device
2015/11/15 18:17:46 Start pushing /home/hmusr/.cache/ubuntuimages/pool/custom-9282f1b27ad6e4c1118551162ef9f9165549ee6ab118c7461d2dcea0a39dc47e.tar.xz to device
2015/11/15 18:17:46 Start pushing /home/hmusr/.cache/ubuntuimages/pool/device-d16c1032d25d5ebfb02511d6c4513ec0582b0c8f20710128ad53369368d2e28e.tar.xz to device
2015/11/15 18:17:46 Start pushing /home/hmusr/.cache/ubuntuimages/pool/ubuntu-933cfeb2df2c7937de7ed334797c33977f1dced25c732e98b367ed7fedce43da.tar.xz to device
2015/11/15 18:18:12 Done pushing /home/hmusr/.cache/ubuntuimages/ubuntu-touch/stable/ubuntu/mako/version-24.tar.xz to device
2015/11/15 18:18:12 Done pushing /home/hmusr/.cache/ubuntuimages/gpg/image-signing.tar.xz to device
2015/11/15 18:18:12 Done pushing /home/hmusr/.cache/ubuntuimages/gpg/image-master.tar.xz to device

A última linha mostrada acima está lá por mais de 12 horas sem mais nada. Não sabe como proceder.

Alguém sabe de uma solução alternativa?

    
por ubuntuTouch 16.11.2015 / 12:52

1 resposta

0

Você pode tentar limpar o cache local usando este comando: 'ubuntu-device-flash --cleanup-cache touch'.

Depois disso, basta executar novamente o comando flash.

Se não é a primeira vez que o seu UbuntuTouch piscando? Então tente sem a opção '--bootstrap'.

    
por eDeviser 19.11.2015 / 03:17