The first time I installed V5 after V4. Then I did a full wipe. On the Russian forum 4pda there are still people who complain about this problem.
Visualizzazione stampabile
After I flash v4, do I still need to flash GApps, BaseBand, CM_Enable/Disable Cover, NubiaCamera etc.?
Which of them have been included inside v4??
Thanks for your confirmation.
I found that your rom doesn't support Android's official function of encrypting device.
I have done a little research, and guess this is a problem of CM13, and not exist in CM12 before, when used with TWRP 3.0.
Could you help fix this problem or suggest a solution??
I have made a research on above problem. We can solve partial problem by running below commands in TWRP, and then turn off all WiFi, Data, Kill Background Apps.
The Encryption can then be started, .... but not really run.
cat proc/partitions (to get data device. For Z7Max, it is /dev/block/mmcblk0p23)
umount /data
umount /sdcard
tune2fs -l /dev/block/mmcblk0p23 (to get Block Count. For Z7Max, it is 6896635)
e2fsck -f -p /dev/block/mmcblk0p23 (otherwise next Command would not work)
resize2fs -f /dev/block/mmcblk0p23 6896595 (New Block Count = Old Block Count - 8, i.e.6896635-8-32, since my Z7Max has 32GB internal storage)
e2fsck -f -p /dev/block/mmcblk0p23 (found a minor Error in filesystem which was corrected by this command)
I have fully tested v4. Only find 2 majors bugs. One is reported above.
Another is the wrong System Default of Language: English (Australia), due to hard coded.
Although user can sometimes work around this problem, by manually selecting another language.
However, some other hard-coded apps will read and use this Default setting, and give no choice for custom setting.
Two hard-coded programs together cause a problem.
if someone wants to try the V6 I put here the link
You should no longer have the reboot in incoming calls
I made several patches to the kernel and I also had to fix the FM radio because in these days in CM13 they replaced the app with the qualcomm version
let me know if some problem (to me at the moment is working well), better if you make a backup first so you can go back without trouble
cm-13.0-20160330-UNOFFICIAL-nx505j_relV6_test.zip
md5: 8e0f0f75980ec56ed3aeb8423d044800
I installed cm-13.0-20160330-UNOFFICIAL-nx505j_relV6_test.zip. I did wipe cache only. When receiving a call, everything is working fine. Thank you.