将 Android 移植到其他各种手机上

发布于 2024-10-06 09:44:30 字数 189 浏览 0 评论 0原文

我对开发和 PRG 世界都是新手。我想学习android并想为其制作应用程序。因此,一种可能的方法是购买一部新的 Android 手机来进行实时测试,而不是在模拟器上进行测试。但我有两部备用手机,诺基亚 N70 和摩托罗拉 MotoRokr E6。所以我愿意在这些机器上移植操作系统。因此,我想知道这是可能的,那么考虑到软件和硬件方面,我需要什么? 先感谢您...

I am new to the development as well as the prg world. I want to learn android and want to make applications for it. So one possible way is to buy a new android phone to test it live and not on emulator. But I have two spare phones, Nokia N70 and Motorola MotoRokr E6. So I was willing to port the OS on those machines. As a result I wanted to know is that possible then what all do i need for that considering both Software and Hardware Aspects.
ThankYou in Advance...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

初懵 2024-10-13 09:44:30

这是可能的,但我强烈建议不要这样做。

是开源的,名义上可以在您选择的任何系统上运行,但实际上您必须开始担心键盘不兼容、手机所具有的任何集成外设的驱动程序、缺少所有 Android 手机的标准按钮等。

虽然android 在其中一款手机上运行良好本身就是一个大项目。我当然不建议将其作为第一个测试端口来测试您的 Android 应用程序,因为您发现的问题很可能与您的 Android 端口有关,也与您的应用程序有关。

Its possible however I would strongly recommend against it.

While android is open source and nominally can be run on any system you choose, in reality you would have to start worrying about keyboard incompatibility, drivers for any integrated peripherals your phone has, lacking buttons that are standard to all android phones etc.

Getting android running well on one of these phones would be a large project in its own right. I certainly wouldn't recommend testing your android apps on it as a first port of call as the problems you uncover are as likely to be with your android port as with your app.

梅窗月明清似水 2024-10-13 09:44:30

这两款手机的内存都不够。

您需要 96-128 MB,最好是 256 MB 的内存。

已经基于 Linux 的东西将是最简单的,因为您可以从添加 Android 内核修改开始。或者,是与供应商现有的 Android 手机类似的 winmo,并且具有基本上可比的硬件,因此您可以希望回收驱动程序或利用现有的移植工作。

但如果你无论如何都需要购买一部手机,那就买一部已经运行安卓系统的手机。

Neither phone has anywhere near sufficient memory.

You need 96-128 mb, preferably more like 256 mb of ram.

Something that was already linux-based would be simplest as you would start by adding the android kernel modifications. Alternatively, something that is a winmo cousin to a vendor's existing android phone and has basically comparable hardware so you can hopefully recycle drivers or leverage an existing porting effort.

But if you need to aquire a phone anyway, get one that already runs android.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文