如何为摩托罗拉 L7 手机构建操作系统?
有没有办法为我自己的摩托罗拉 L7 手机构建操作系统? 我该如何构建它? 有任何可以提供帮助的在线资源吗?
Is there a way for me to build my own Operating System for Motorola L7 phone?
How do I go about building it?
Are there any Online resources that can help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是对当前软件进行更改 - 您不能,因为它是闭源的。
如果您真的想构建自己的操作系统(或者甚至重用现有的操作系统,例如 Linux 并将其移植到手机上),那么您可能会发现找不到驱动程序(甚至找不到组件规范)创建您自己的驱动程序) - 所以最多您最终会得到一部损坏的手机。
这是假设您甚至能够将软件闪存到设备上(您可能不能,因为引导加载程序需要摩托罗拉签名才能加载它,或者因为您无法获得必要的工具)。
If you mean make changes to the current software - you can't since it is closed source.
If you really mean to build your own operating system (or even reuse an existing one such as Linux and port it to the phone) - then you'll probably find that you can't find drivers (or even the components specifications in order to create your own drivers) - so at best you will end up with a crippled phone.
This is assuming you are even able to flash your software to the device (which you probably can't, either because the boot-loader would require a Motorola signature to load it, or because you can't get the necessary tools).