How can you provide the source of these added? Can you talk about the appropriate command or method? I mean, how to integrate the official baseband into CM13.
Visualizzazione stampabile
Hi Paolo.
I've been following this thread for the last two weeks and finally yesterday I upgraded to your new and flawlessly CM13.
My impressions:
- Great job. I never thought when I bought my Z7max one year ago I would ever see Android 6.0. Amazing! :-)
- Performance in general is good. No major differences with your CM12.1.
- Surprisingly, no major bugs. I told you when you release CM12.1...change alpha for beta. At least alpha4 should be called beta1. :-)
- I still miss some CM12.1 personalizations, like, for example, inboud/outbound data usage in status bar. I suppose Cyanogen team has to port from CM12.1 to CM13 many things.
- No major enhancements in battery life. However, yesterday I was touching a lot my device. Let's see today how do battery performs in real life.
- Some apps do not work. Obviously, they have not been upgraded to work with Marshmallow.
- Nubia camera does not work... but YiOS camera yes! Much better than stock CM13 camera. ;-)
My congratulations for your great work. As usual, count with me as alpha/beta/release tester!
By the way, where can I download Baseband 3.65? They have dissapeared from your MEGA account.
Thank you!
yes, for now some things still missing in cm13 but cyanogen team works hard to port everything
where I can download the Yios camera ? (you can upload the apk ?)
you can find all baseband here: z7max_baseband
These are patches so you have to apply to the cm13 sourcecode
a little guide how to apply patch: http://forum.xda-developers.com/show....php?t=2763236
HI, POLO, I press your method, the first compilation of success, SIM card also has a signal, but after I second times, according to the same method in the compiler errors, the specific error is as follows:
frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyPluginDelegate.java:66: 错误: 找不到符号
.getString(R.string.telephony_plugin_class_name);
^
符号: 变量 telephony_plugin_class_name
位置: 类 string
frameworks/opt/telephony/src/java/com/android/internal/telephony/TelephonyPluginDelegate.java:67: 错误: 找不到符号
String libPath = context.getResources().getString(R.string.telephon y_plugin_lib_path);
^
符号: 变量 telephony_plugin_lib_path
位置: 类 string
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
注: 某些输入文件使用了未经检查或不安全的操作。
注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
2 个错误
you have added other patch ?
No, only to replace the one you gave me a folder, no synchronization source code can be compiled, but after the synchronization, clobber make then compiled on the wrong.
Users have provided me with a file (customize.xml),
<resources>
<!--Fully qualified class name of the plugin which would be
dynamically loaded by TelephonyPluginDelegate-->
<add-resource type="string" name="telephony_plugin_class_name" />
<java-symbol type="string" name="telephony_plugin_class_name" />
<string name="telephony_plugin_class_name" translatable="false"></string>
<!--The locatiotion of .jar file which has the extended implementation
of telephony base classes.-->
<add-resource type="string" name="telephony_plugin_lib_path" />
<java-symbol type="string" name="telephony_plugin_lib_path" />
<string name="telephony_plugin_lib_path" translatable="false"></string>
<!-- Support for disabling to fetch APN from OMH card
for some cdma carriers -->
<add-resource type="string" name="config_fetch_apn_from_omh_card" />
<java-symbol type="bool" name="config_fetch_apn_from_omh_card" />
<bool name="config_fetch_apn_from_omh_card">false</bool>
</resources>
I am compiling, I do not know will not be reported to the wrong.
sorry but I not have any issue to compile the rom
so something must have gone wrong when you put the patch