适用于三星 Galaxy 或 Galaxy S 的完全开源 Android 版本

发布于 2024-11-02 09:54:10 字数 1436 浏览 5 评论 0原文

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

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

发布评论

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

评论(1

眼眸印温柔 2024-11-09 09:54:10

您可以在这里找到内核源代码:http://opensource.samsung.com/(在手机下)。
TouchWiz 框架没有源代码,更重要的是,一些驱动程序是专有的,您将需要不容易获得的许可协议,因此您最终将不得不混合开放、封闭源代码。不幸的是,没有其他选择。

编辑cyanogenmod(您已经提到过)是您将获得的最接近的。问题是:您在源代码中寻找什么?

第二次编辑:
有关 FM 广播的主题:http://forum.xda-developers.com/showthread。 php?t=837691
Broadcom 驱动程序源代码: http ://android.git.kernel.org/?p=platform/system/wlan/broadcom.git;a=commit;h=f427424c414886903e4ad654c143c8ce6ec10e3c

然后,按照说明编译内核并将其安装在上面您可以在此处找到任何自定义 ROM:http://forum.xda-developers .com/forumdisplay.php?f=665

那么您不需要开源框架和自定义应用程序,不要尝试从源代码编译所有内容,而只编译内核。

You can find the kernel source here: http://opensource.samsung.com/ (under mobile phones).
There is no source for the TouchWiz framework and, more importantly, several drivers are proprietary and you will need licensing agreements that are not easy to get, so you will have to end up with a mix of open closed sources. Unfortunately, there is no other option.

Edit: cyanogenmod (you already mentioned it) is the closest you will get. The question is: what are you looking for in the source code?

2nd Edit:
Thread about FM radio: http://forum.xda-developers.com/showthread.php?t=837691
Broadcom driver source code: http://android.git.kernel.org/?p=platform/system/wlan/broadcom.git;a=commit;h=f427424c414886903e4ad654c143c8ce6ec10e3c

Then, jsut follow the instructions for compiling the kernel and install it on top of any of the custom ROMs you find here: http://forum.xda-developers.com/forumdisplay.php?f=665

You don't want an opensource framework and custom apps then, don't try to compile everything from source, but only the kernel.

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