移植安卓
我想了解一些有关在 Linux 设备上移植 android 的知识。我是一名网络和 Android 开发人员,但现在我想将 Android 移植到一些硬件上,您可能会建议这对初学者来说很容易上手。 这次不想买手机了,想做手机:) 请帮助我实现这个目标。
问候 阿布舍克·塔尔瓦
i want to have some knowledge on porting android on linux devices. I am a web and android developer but now i want to port android on some hardware which you could suggest is easy for the beginners to start with.
I don't feel like buying a mobile phone this time i want to make a mobile phone :)
Please help me achieve this goal.
regards
Abhishek Talwar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,你问的问题相当复杂。
您想从头开始打造自己的手机吗?
这将需要大量的知识和开发时间。您可以购买一些 GSM 开发板来进行实验。像这样的东西:
http://www.sparkfun.com/search/results ?term=gsm&what=products
您可以获得一个 Arduino 并使用 arduino Linux 端口之一。 arduino 可以处理 gsm 模块和液晶屏。
但这非常复杂。
如果你对 Android 移植感兴趣,我建议你买一部手机,然后将 Android 移植到它上面。这会很复杂,你最好得到一些你可以轻松开发的东西。我的建议是 Windows Mobile 手机,因为有很多活跃的程序可以将 Android 移植到这些手机上。
Well, what you're asking is pretty complex.
Do you want to BUILD your own cellphone from scratch?
This would take a lot of knowledge and development time. You could get some GSM development boards to experiment with that. Something like these:
http://www.sparkfun.com/search/results?term=gsm&what=products
You could get an Arduino and use one of the arduino linux ports. The arduino could handle the gsm module and an lcd screen.
This is extremely complicated though.
If its android porting you're interested in, I suggest just getting a mobile phone and then porting android to it. It WILL be complicated and you better get something you can easily develop for. Windows Mobile phones would be my suggestion as there are a lot of active programs to port android to those.