首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在Alcatel One Touch Fire上构建和安装最新的火狐操作系统?

如何在Alcatel One Touch Fire上构建和安装最新的火狐操作系统?
EN

Stack Overflow用户
提问于 2013-11-20 20:59:11
回答 2查看 5.3K关注 0票数 8

我想升级我的Alcatel One Touch Fire上的FirefoxOS1.1到主分支(最新版本)。在阅读了Mozilla Wiki之后,我克隆了B2G存储库,并通过键入以下命令为hamachi目标构建了它:

代码语言:javascript
复制
./config.sh hamachi && ./build.sh

(甚至还有预建图像)

现在是最困难的部分,因为Alcatel手机没有根,而且似乎有一个锁定的引导加载程序。

医生说我应该通过键入以下内容来闪现设备:

代码语言:javascript
复制
./flash.sh

但我得到的只有这些错误:

代码语言:javascript
复制
   adbd cannot run as root in production builds
   remount failed: Operation not permitted
   push: /home/user/B2G/objdir-gecko/dist/b2g/dictionaries/en-US.aff -> /system/b2g/dictionaries/en-US.aff
   failed to copy '/home/user/B2G/objdir-gecko/dist/b2g/dictionaries/en-US.aff' to '/system/b2g/dictionaries/en-US.aff': Read-only file system

谁能写一个简单的一步一步的教程(比)如何安装最新的火狐操作系统的股票阿尔卡特一键火灾?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2013-11-29 04:40:18

以下是与Hamachi有关的Mozilla闪动手机指南 (Alcatel One Touch Fire)的摘录:

  • Hamachi的最佳构建: moz-central使用您的LDAP到这里:ril/最新-hamachi-mozilla-中环/,然后运行这个脚本命令行: fullflash_gecko_ril_gaia.sh,您可能需要用./作为开头,但是它应该只在您点击enter时运行。别跑。/闪。这可以为你的机器砖:( - GB
  • 从一开始我的操作顺序是什么?所有的设备..。安装完亚行、Git和Xcode之后,您应该:
代码语言:javascript
复制
1. Connect your device to your machine via USB. You're SURE it's plugged in? OK then...
2. Get your build with your LDAP credentials (from moz-central): Buri: Need from Naoki Hamachi:   [https://pvtbuilds.mozilla.org/pvt/mozilla.org/b2g\_ril/latest-hamachi-mozilla-central/](https://pvtbuilds.mozilla.org/pvt/mozilla.org/b2g_ril/latest-hamachi-mozilla-central/)
3. Run this script: fullflash\_gecko\_ril\_gaia.sh
4. Download gaia from github (it's easier than the command line as you avoid a pull request) at: [https://github.com/mozilla-b2g/gaia](https://github.com/mozilla-b2g/gaia) Along   the right hand side there is an option to "Download ZIP." Unpack that   into a folder, open Terminal and "cd" (ask Stephany or Francis if you   need help with this) into the folder (i.e. wherever you unpacked your   zip file). Run "make reset-gaia".
5. You should see... a whole bunch of stuff scrolling by on the command line and your device should reboot. If your device does NOT   reboot, try ADB reboot.

票数 0
EN

Stack Overflow用户

发布于 2013-11-27 12:30:55

我想首先我们可以检查一下手机本身是否有根。你可以试试,

代码语言:javascript
复制
$ adb shell

如果有节目,

代码语言:javascript
复制
root@android:/ #

然后,我认为手机是根深蒂固的,你可以用./flash.sh闪光你的手机。

如果它不是根,我认为您提到的链接提供了创建新boot.img的步骤,这样您就可以将手机作为根。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20106899

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档