卡在“发送‘用户数据’ (137526 KB)...”

卡在“发送‘用户数据’ (137526 KB)...”

昨天,我在我的 Nexus 7 上安装了开发者预览版,想看看它怎么样...今天,当我试图回到 Android 时,我被卡住了(大约 20 分钟),出现以下情况:

root@lvandoeduardo:/home/vandoeduardo/Downloads/nakasi-jdq39# ./flash-all.sh...
(bootloader) Bootloader is already unlocked
OKAY [  0.020s]
finished. total time: 0.020s
erasing 'boot'...
OKAY [  0.027s]
finished. total time: 0.027s
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [  0.077s]
finished. total time: 0.077s
erasing 'recovery'...
OKAY [  0.028s]
finished. total time: 0.028s
******** Did you mean to fastboot format this partition?
erasing 'system'...
OKAY [  0.066s]
finished. total time: 0.066s
******** Did you mean to fastboot format this partition?
erasing 'userdata'...
OKAY [  1.206s]
finished. total time: 1.206s
sending 'bootloader' (2096 KB)...
OKAY [  0.264s]
writing 'bootloader'...
OKAY [  0.724s]
finished. total time: 0.989s
rebooting into bootloader...
OKAY [  0.020s]
finished. total time: 0.020s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: 4.18
Baseband Version.....: N/A
Serial Number........: 015d24bc7c4bf818
--------------------------------------------
checking product...
OKAY [  0.040s]
checking version-bootloader...
OKAY [  0.023s]
sending 'boot' (4944 KB)...
OKAY [  0.635s]
writing 'boot'...
OKAY [  0.174s]
sending 'recovery' (5446 KB)...
OKAY [  0.663s]
writing 'recovery'...
OKAY [  0.197s]
erasing 'system'...
OKAY [  0.054s]
sending 'system' (471804 KB)...
OKAY [ 55.425s]
writing 'system'...
OKAY [ 23.372s]
erasing 'userdata'...
OKAY [  1.027s]
formatting 'userdata' partition...
Creating filesystem with parameters:
    Size: 14442037248
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 8176
    Inode size: 256
    Journal blocks: 32768
    Label: 
    Blocks: 3525888
    Block groups: 108
    Reserved block group size: 863
Created filesystem with 11/883008 inodes and 96825/3525888 blocks
sending 'userdata' (137526 KB)...

它就是没能通过...

我能做些什么 ?

提前致谢!

答案1

我刚刚遇到了同样的问题,它甚至卡在了相同的 KB 数量上。此外,我无法使用音量按钮在引导加载程序中导航。

我最终通过长按电源按钮关闭了设备,并且设备成功启动到 Android。

foo@bar:~/nexus/nakasi-jdq40$ ./flash-all.sh
...
(bootloader) Bootloader is already unlocked
OKAY [  0.020s]
finished. total time: 0.020s
erasing 'boot'...
OKAY [  0.020s]
finished. total time: 0.020s
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [  0.047s]
finished. total time: 0.047s
erasing 'recovery'...
OKAY [  0.021s]
finished. total time: 0.021s
******** Did you mean to fastboot format this partition?
erasing 'system'...
OKAY [  0.078s]
finished. total time: 0.078s
******** Did you mean to fastboot format this partition?
erasing 'userdata'...
OKAY [  1.020s]
finished. total time: 1.020s
sending 'bootloader' (2096 KB)...
OKAY [  0.322s]
writing 'bootloader'...
OKAY [  0.708s]
finished. total time: 1.030s
rebooting into bootloader...
OKAY [  0.020s]
finished. total time: 0.020s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: 4.18
Baseband Version.....: N/A
Serial Number........: 015d257880240209
--------------------------------------------
checking product...
OKAY [  0.030s]
checking version-bootloader...
OKAY [  0.020s]
sending 'boot' (4944 KB)...
OKAY [  0.753s]
writing 'boot'...
OKAY [  0.183s]
sending 'recovery' (5446 KB)...
OKAY [  0.834s]
writing 'recovery'...
OKAY [  0.194s]
erasing 'system'...
OKAY [  0.056s]
sending 'system' (471804 KB)...
OKAY [ 70.500s]
writing 'system'...
OKAY [ 23.343s]
erasing 'userdata'...
OKAY [  0.955s]
formatting 'userdata' partition...
Creating filesystem with parameters:
    Size: 14442037248
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 8176
    Inode size: 256
    Journal blocks: 32768
    Label:
    Blocks: 3525888
    Block groups: 108
    Reserved block group size: 863
Created filesystem with 11/883008 inodes and 96825/3525888 blocks
sending 'userdata' (137526 KB)...

断电后:

FAILED (data transfer failure (Cannot send after transport endpoint shutdown))
finished. total time: 502.554s

相关内容