原帖作者: kowakx, 会员注册于2015年12月17日, 下午05:44
code:
/*
- 你的保修现在无效了.
- 我不为损坏的设备,报废的SD卡,
- 核反应负责, 或你因闹钟应用的失败被解雇. 若
- 你对此ROM所包含的特性有任何疑问,请在
- 刷入前搜索它! 你自己选择做出改变, 且若
- 你将你的设备弄成一团糟后指责我, 我会取笑你.
*/
警告 : 这个ROM是个 “开发中” : 这个ROM是实验性的, 只在xt1021上测试过 ,只在你清楚自己行为的时候刷入
下载
Ubuntu Touch Condor 20-01-2016.tar.xz
如何安装
别忘了在刷入任何东西前做一次NANDROID备份.
你需要使用Ubuntu和一台解锁了的Motorola Moto E (2014)
那必须在Ubuntu/Linux上刷入因为rootstock软件(刷机工具)不存在于Windows操作系统
在你设备上刷入,
- 解压 Ubuntu Touch Condor 20-01-2016.tar.xz 到文件夹
- 重启设备到fastboot模式
- 用fastboot刷入 boot.img 和 recovery.img[/indent][indent]
[/indent][indent]代码:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
- 启动设备回到recovery
- 等待adb启动 (使用 “adb devices” 来判断它是否已启动)
- 用adb shell清除Data分区 (recovery没有清除的选项)[/indent]代码:
adb shell
$ mount data
$ cd data
$ rm -rf *
$ exit
- 刷入ubuntu root system 和 system.img 通过rootstock安装器
代码:
./rootstock-touch-install vivid-preinstalled-touch-armhf.tar.gz system.img --custom device_condor.tar.xz
- 在那之后可能会启动ubuntu.
源码: https://github.com/ElKowak(没更新)
谢谢
记住这是社区的项目
谢谢大家
所有文件自测!!!