无法使用新的Firefox OS刷新我的Mozilla Flame [英] Unable to flash my Mozilla Flame with new Firefox OS

查看:113
本文介绍了无法使用新的Firefox OS刷新我的Mozilla Flame的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在遵循 https://developer.mozilla中提到的说明。 org / zh-CN / Firefox_OS / Developer_phone_guide / Flame 来完成任务。

I have been following the instructions mentioned in https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame for getting the task done.

以下各项已完成并且正在工作:

The following things have been done and are working:


  1. 启用远程调试并禁用屏幕锁定

  2. 已安装 adb工具 fastboot 。尝试过Ubuntu和Android官方方式。

  3. adb设备显示我的设备。

  4. .zip 文件已下载并解压缩。

  5. 运行 ./ flash.sh 脚本重新启动我的设备,然后它仍然停留在 ThunderSoft 徽标上。

  1. Remote debugging enabled and Screen lock disabled.
  2. The adb-tools and fastboot installed. Tried both the Ubuntu as well as the Android official way.
  3. The adb devices is displaying my device.
  4. The .zip file has been download and extracted.
  5. Running the ./flash.sh script reboots my device then it just remains stuck at ThunderSoft logo.

读取 ./ flash.sh 文件,似乎最后两行是最后一行显示在我的终端上。

Reading the ./flash.sh file, it seems the last two line are to one which remain displayed on my terminal.

adb kill-server
adb devices
adb reboot bootloader
fastboot devices

echo "Partition table..."
fastboot flash partition gpt_both0.bin

请帮助!

推荐答案

我终于能够刷新设备了。重要的一点是,某些版本的flame bootlaoder在快速启动模式下仅显示thundersoft徽标,我很想念。我执行的步骤:

I was finally able to flash the device. An important point was Some versions of the flame bootlaoder just show the thundersoft logo when in fastboot mode which I was missing. The steps I followed:


  1. 拔下USB电缆。

  2. 关闭手机电源。

  3. 拉下电池10秒钟,然后放回去。

  4. 按住音量不变。

  5. 按下并按住保持力量(同时保持音量降低)

  6. 看到徽标后,您应该处于 fastboot 模式

  7. 重新插入USB电缆。

  8. 发出 sudo fastboot devices 命令进行验证。

  1. Unplug the USB Cable.
  2. Power off the Phone.
  3. Pull battery for 10 Seconds and then place it back.
  4. Press and Hold Volume Down.
  5. Press and Hold Power (while still holding the Volume Down)
  6. Once you see a logo, you should be in fastboot mode
  7. Replug USB cable in.
  8. Issue sudo fastboot devices command to verify.

此帮助实际上是由 Dave Hylands 提供的,其余内容是 https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame

This help was actually provided by Dave Hylands and the remaining is what is mentioned in https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame

所有 fastboot 均使用 sudo 命令运行。

这篇关于无法使用新的Firefox OS刷新我的Mozilla Flame的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆