我想升级我的Alcatel One Touch Fire上的FirefoxOS1.1到主分支(最新版本)。在阅读了Mozilla Wiki之后,我克隆了B2G存储库,并通过键入以下命令为hamachi目标构建了它:
./config.sh hamachi && ./build.sh(甚至还有预建图像)
现在是最困难的部分,因为Alcatel手机没有根,而且似乎有一个锁定的引导加载程序。
医生说我应该通过键入以下内容来闪现设备:
./flash.sh但我得到的只有这些错误:
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谁能写一个简单的一步一步的教程(比这)如何安装最新的火狐操作系统的股票阿尔卡特一键火灾?
发布于 2013-11-29 04:40:18
以下是与Hamachi有关的Mozilla闪动手机指南 (Alcatel One Touch Fire)的摘录:
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.
发布于 2013-11-27 12:30:55
我想首先我们可以检查一下手机本身是否有根。你可以试试,
$ adb shell如果有节目,
root@android:/ #然后,我认为手机是根深蒂固的,你可以用./flash.sh闪光你的手机。
如果它不是根,我认为您提到的链接提供了创建新boot.img的步骤,这样您就可以将手机作为根。
https://stackoverflow.com/questions/20106899
复制相似问题