Visualizzazione stampabile
-
Quote:
Originariamente inviato da
paolothlw8
cm13 is under heavy development...so for the moment some things don't work or work badly
for sim detection you have to add this patch to cm13 source
Gerrit Code Review
Gerrit Code Review
Gerrit Code Review
Gerrit Code Review
some users have told me that td-scdma and China telecom still not working...I don't know why (I'm in Italy so i can't do test :D)
what do you mean with "
How do you integrate the official baseband into the system" ?
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.
-
Quote:
Originariamente inviato da
paolothlw8
cm13 is under heavy development...so for the moment some things don't work or work badly
for sim detection you have to add this patch to cm13 source
Gerrit Code Review
Gerrit Code Review
Gerrit Code Review
Gerrit Code Review
some users have told me that td-scdma and China telecom still not working...I don't know why (I'm in Italy so i can't do test :D)
what do you mean with "
How do you integrate the official baseband into the system" ?
Is the four code need to be replaced? I download, look at these four things are the same?
-
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!
-
Quote:
Originariamente inviato da
inigoml
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
-
Quote:
Originariamente inviato da
awssong
Is the four code need to be replaced? I download, look at these four things are the same?
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
-
Quote:
Originariamente inviato da
paolothlw8
Thanks!
I want to try to learn some Chinese menu, which is finished on file?
-
Quote:
Originariamente inviato da
awssong
Thanks!
I want to try to learn some Chinese menu, which is finished on file?
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 ?
-
Quote:
Originariamente inviato da
paolothlw8
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
-
Quote:
Originariamente inviato da
paolothlw8
sorry but I not have any issue to compile the rom
so something must have gone wrong when you put the patch
Thank you, POLAO, I joined the file after the method of users, the compiler is not a problem, your new version for a long time and we meet? All Z7MAX users are looking forward to you! Thank you for your hard work!
-
Quote:
Originariamente inviato da
awssong
Thank you, POLAO, I joined the file after the method of users, the compiler is not a problem, your new version for a long time and we meet? All Z7MAX users are looking forward to you! Thank you for your hard work!
But you give me four, I do not know which has a signal, and I have only one ground test. Do you give the four patches that need to be all together? Or just one of them?
-
I succesfully ported the nubia camera app in CM13 :)
there is still a bug: the photos are always saved in the internal memory even if you set to use the external sd
I try to fix this bug before uploading
-
Quote:
Originariamente inviato da
awssong
But you give me four, I do not know which has a signal, and I have only one ground test. Do you give the four patches that need to be all together? Or just one of them?
you need all four patch
-
Quote:
Originariamente inviato da
paolothlw8
I succesfully ported the nubia camera app in CM13 :)
there is still a bug: the photos are always saved in the internal memory even if you set to use the external sd
I try to fix this bug before uploading
Fantastic.
I'm afraid your bug is due to new Android 6.0 SD card treatment. If you use as external storage only for photos and music, you won't probably been able to write there. I've the same problem with ES File Manager when moving files from internal SD to external SD.
-
Quote:
Originariamente inviato da
inigoml
Fantastic.
I'm afraid your bug is due to new Android 6.0 SD card treatment. If you use as external storage only for photos and music, you won't probably been able to write there. I've the same problem with ES File Manager when moving files from internal SD to external SD.
yes, maybe it is just that so for now I leave it
I have found another bug with front camera but I've already fixed :)
the only problem is that to fix this bug I had to modify the framework sourcecode then the NubiaCamera will be compatible in the new release alpha5
(maybe tomorrow)
-
-
Quote:
Originariamente inviato da
paolothlw8
you need all four patch
There is no order? These four patches seem to be in a directory.
-
Quote:
Originariamente inviato da
paolothlw8
the only problem is that to fix this bug I had to modify the framework sourcecode then the NubiaCamera will be compatible in the new release alpha5
(maybe tomorrow)
Thanks! Good news!
-
In cm12.1 and 13, when dialing *#*#4636#*#*, the first option allows us to get into sim network details and make changes on network type selection. Is it possible to add one similar option for sim2 as well, same as miui ROM does?
-
Quote:
Originariamente inviato da
owhk
In cm12.1 and 13, when dialing *#*#4636#*#*, the first option allows us to get into sim network details and make changes on network type selection. Is it possible to add one similar option for sim2 as well, same as miui ROM does?
the MIUI is based on stock firmware so can use some features present in the original rom
CM are completely compiled from source code so without a patch is not possible (by default the secret codes only work on sim1)
for change the network type the *#*#4636#*#* is useless, the same thing can be done in settings->sim or settings->other
-
I see.
What about default apps? I switched back ro cm13 yesterday, I use Next browser most of the time, when I click on a link like a link inside an email, ui keep asking me for default apps to use, even I choose Next browser always each time.
I find I can define default SMS apps in setup, how about adding default setup for browser, camera, music, email, dialer, photo browser ..... as well?
-
Quote:
Originariamente inviato da
owhk
I see.
What about default apps? I switched back ro cm13 yesterday, I use Next browser most of the time, when I click on a link like a link inside an email, ui keep asking me for default apps to use, even I choose Next browser always each time.
I find I can define default SMS apps in setup, how about adding default setup for browser, camera, music, email, dialer, photo browser ..... as well?
try with another browser, I use chrome (beta) and does not have this problem
select the default app for every "task" work exactly like lollipop
-
link and changelog alpha5 in first page
-
-
Thanks Paolo for great job (once again). The choice of a different ringtone for each SIM card has disappeared. Is that an issue?
-
Quote:
Originariamente inviato da
jadar
Thanks Paolo for great job (once again). The choice of a different ringtone for each SIM card has disappeared. Is that an issue?
this feature is not yet been included in CM13
-
Would it be? Can "you" do something about that?
-
Quote:
Originariamente inviato da
paolothlw8
reserved 1
paolo,Your alpha 5 code for a long time to upload it?
-
Quote:
Originariamente inviato da
paolothlw8
this feature is not yet been included in CM13
Today, after the compilation and the emergence of such a problem:How to solve it?
In file included from art/runtime/gc/space/rosalloc_space-inl.h:22:0,
from art/runtime/gc/space/rosalloc_space.cc:18:
art/runtime/gc/space/rosalloc_space.h: In member function 'virtual size_t art::gc::space::RosAllocSpace::AllocationSize(art: :mirror::Object*, size_t*)':
art/runtime/gc/space/rosalloc_space.h:65:3: internal compiler error: Segmentation fault
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://source.android.com/source/report-bugs.html> for instructions.
build/core/binary.mk:706: recipe for target '/home/songyingai2012/android/cm13/out/target/product/nx505j/obj/SHARED_LIBRARIES/libart_intermediates/gc/space/rosalloc_space.o' failed
make: *** [/home/songyingai2012/android/cm13/out/target/product/nx505j/obj/SHARED_LIBRARIES/libart_intermediates/gc/space/rosalloc_space.o] Error 1
-
Alpha5 loaded, so far okay except:
- files access rights in some root required apps (most likely due to busybox issue)
- Smart Lock cannot access Bluetooth list selection
-
Quote:
Originariamente inviato da
awssong
Today, after the compilation and the emergence of such a problem:How to solve it?
In file included from art/runtime/gc/space/rosalloc_space-inl.h:22:0,
from art/runtime/gc/space/rosalloc_space.cc:18:
art/runtime/gc/space/rosalloc_space.h: In member function 'virtual size_t art::gc::space::RosAllocSpace::AllocationSize(art: :mirror::Object*, size_t*)':
art/runtime/gc/space/rosalloc_space.h:65:3: internal compiler error: Segmentation fault
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://source.android.com/source/report-bugs.html> for instructions.
build/core/binary.mk:706: recipe for target '/home/songyingai2012/android/cm13/out/target/product/nx505j/obj/SHARED_LIBRARIES/libart_intermediates/gc/space/rosalloc_space.o' failed
make: *** [/home/songyingai2012/android/cm13/out/target/product/nx505j/obj/SHARED_LIBRARIES/libart_intermediates/gc/space/rosalloc_space.o] Error 1
I stil have no problem to compile the rom
you can try with a clean compile
codice:
. build/envsetup.sh
lunch cm_nx505j-userdebug
make clean
brunch cm_nx505j-userdebug
-
-
Quote:
Originariamente inviato da
tigreos
I have enabled the doze feature in CM13 but I don't know if it's works or not on our phone
to work it needs the sensor "Significant Motion Detector" and I really don't know if our phone has it
(cpu-z reports this sensor but without any value)
-
Quote:
Originariamente inviato da
paolothlw8
this feature is not yet been included in CM13
Paolo,what time do you upload the latest ALPHA 5?
-
I'm working on sepolicy rules so I will upload when I finished
-
Quote:
Originariamente inviato da
paolothlw8
I'm working on sepolicy rules so I will upload when I finished
Thanks!!paolo
-
Quote:
Originariamente inviato da
paolothlw8
I'm working on sepolicy rules so I will upload when I finished
paolo,Alpha5 Is not yet perfect? ROOT permissions problem is solved, and so you upload it?
-
Quote:
Originariamente inviato da
paolothlw8
I'm working on sepolicy rules so I will upload when I finished
Paolo,What's the nearest busy? ROM has the update? About what time?
-
Seriously guys, stop rushing Paolo. He's not ZTE support and he provides this ROM in his free time. We should be very thankful to have someone like him working on this, not harass him every day for updates.
Thanks for the great work Paolo :)