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?
发布评论
评论(1)
您可以在这里找到内核源代码: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.