I compile it in a network environment?
Visualizzazione stampabile
Only kinda serious bug i encountered till now(on my build) is that sdcard is mounted correctly and system can read and write to it, but normal apps can not find it. I can navigate to /mnt/media_rw/(sdcard id) and read and write files with a rooted file manager, but it makes it kinda unusable for the rest of the system. Does that happen to your builds? It looks like a cm source bug, but if you did find a workaround it would be great. Also, adoptable storage was removed from nougat? Hope it isn't, it is a great feature!
Is there a way to enable on-screen navigation bar?
http://schemas.android.com/apk/res/android
139Nav网上导航提醒您:很抱歉,您访问的页面不存在
check this temporary fix
https://review.cyanogenmod.org/#/c/174025/
maybe you can try to regenerate the certificates with the command:
codice:sudo update-ca-certificates -f
umh...I don't have any problem to access to the external sdcard...I just tried right now with the camera (I have configured to save the photos on the external sd) and works
(with a file manager if you access from /storage/sdcard_id you don't need the root permission)
link cm14.1_beta4
changelog:
- 07/12/2016 beta4 (MD5: da10907e8ca0d659237d2ae31f099800)
- Android updated to 7.1.1
- Security Patch December 2016
- kernel: few security fix
- kernel: fix color/temperature livedisplay driver
- navigation bar: fix for enable/disable the navbar in settings->buttons (the physical buttons should automatically disable)
- sync cyanogen source code (07/12/2016)
hi paolo
when i use beta 4
my hotspot open error
display mode is not stable whatever i chose Automatic , off , day or night
maybe i flash beat4 from beat 3 ,need wipe system and data part?
thanks.
Will you add the status bar speed function and
control super # icon in status bar shown or not
in later versions?
I have a problem with my z7 max.
I lose the audio of the external hp.
I must restart soft for the audio become.
Have you a solution ?
Thks
beta5 link and changelog in first page
Hi, Paolo, after updating to beta5, the compilation was failed. Do you know what's going wrong?
build/kati/command.cc:182: error: undefined reference to 'Symbol::SetGlobalVar(Var*, bool) const'
build/kati/command.cc:182: error: undefined reference to 'Symbol::SetGlobalVar(Var*, bool) const'
build/kati/command.cc:182: error: undefined reference to 'Symbol::SetGlobalVar(Var*, bool) const'
build/kati/command.cc:183: error: undefined reference to 'Symbol::SetGlobalVar(Var*, bool) const'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [/home/seth/android/cm-14.1/out/host/linux-x86/bin/ckati] Error 1
I don't know
you have added this line in your local_manifest ? (if you didn't, add and resync)
you are doing a incremental compile ? delete everything inside the directory "out" and try againcodice:<project name="CyanogenMod/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" revision="cm-14.1" />
I got something weird after wiped internal storage and sd card I can't write files or create directory or delete things via mtp!
Hi I found out where the problem comes from with the rear speaker but not finding any solutions.
Make it during a phone call and alert only by itself and then the rear speaker no longer works.
For this to happen you have to make a call in handsfree mode to reactivate the speaker and hang up.
???????
I tried everything to modify in the parameters but it is and always in alarm only of a call.
Too bizarre
I did a fix yesterday, it seems to work
try to flash this zip without any wipe
CM14_acdbdata_mod_v2.zip
Hi, Paolo!
Do you plan make HTC dotcase support for CM14.1?
I can't edit the first message....again -.-
cm14.1 beta6
changelog:
24/12/2016 beta6 (MD5: 706eda360572ef24db7f5b9d1384b725)
- kernel: few fix
- fix audio random muted
- added network speed indicator on statusbar
- sync cyanogen source code (24/12/2016)
Merry Christmas to all :)
now is official
The Death of CyanogenMod and What it Means for Development
Merry Christmas:D
I Paolo i am having a few errors making the 14.1 for my device nx402, when i apply the patch 0005 of https://github.com/BambooIV/android_...03a/tree/patch to make my kernel boot, this are the errors:
/media/otto/Android/android/system/kernel/zte/nx402/scripts/Makefile.build:307: fallo en las instrucciones para el objetivo 'security/selinux/avc.o'
make[3]: *** [security/selinux/avc.o] Error 1
make[3]: *** Se espera a que terminen otras tareas....
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c: In function 'ioctl_has_perm':
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3060:27: error: storage size of 'ioctl' isn't known
struct lsm_ioctlop_audit ioctl;
^
In file included from /media/otto/Android/android/system/kernel/zte/nx402/security/selinux/include/avc.h:16:0,
from /media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:86:
/media/otto/Android/android/system/kernel/zte/nx402/include/linux/lsm_audit.h:99:16: error: 'LSM_AUDIT_DATA_IOCTL_OP' undeclared (first use in this function)
(_d)->type = LSM_AUDIT_DATA_##_t; }
^
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3067:2: note: in expansion of macro 'COMMON_AUDIT_DATA_INIT'
COMMON_AUDIT_DATA_INIT(&ad, IOCTL_OP);
^
/media/otto/Android/android/system/kernel/zte/nx402/include/linux/lsm_audit.h:99:16: note: each undeclared identifier is reported only once for each function it appears in
(_d)->type = LSM_AUDIT_DATA_##_t; }
^
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3067:2: note: in expansion of macro 'COMMON_AUDIT_DATA_INIT'
COMMON_AUDIT_DATA_INIT(&ad, IOCTL_OP);
^
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3068:6: error: 'union <anonymous>' has no member named 'op'
ad.u.op = &ioctl;
^
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3069:6: error: 'union <anonymous>' has no member named 'op'
ad.u.op->cmd = cmd;
^
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3071:6: error: 'union <anonymous>' has no member named 'op'
ad.u.op->path = file->f_path;
^
/media/otto/Android/android/system/kernel/zte/nx402/security/selinux/hooks.c:3060:27: warning: unused variable 'ioctl' [-Wunused-variable]
error, forbidden warning: hooks.c:3060
/media/otto/Android/android/system/kernel/zte/nx402/scripts/Makefile.build:307: fallo en las instrucciones para el objetivo 'security/selinux/hooks.o'
make[3]: *** [security/selinux/hooks.o] Error 1
/media/otto/Android/android/system/kernel/zte/nx402/scripts/Makefile.build:443: fallo en las instrucciones para el objetivo 'security/selinux'
make[2]: *** [security/selinux] Error 2
/media/otto/Android/android/system/kernel/zte/nx402/Makefile:951: fallo en las instrucciones para el objetivo 'security'
What can it be and how to fix it, thanks mate
Hello
I am a Z7 max user from China.And i am using your CM14.1 ROM now.
I think everything is good but one thing.
I use China Telecom network which is based on CDMA/EvDO+LTE.
but the status bar cannot show the signal
normally when I am using CDMA/EvDO+LTE mode(CDMA/EvDO or LTE only mode is no problem).
Can you fix the problem in the future version?
Many thanks
And Happy New Year!
The signal problem can be fixed on Z7mini by
<bool name="config_regional_lte_singnal_threshold">true</bool>
I have fixed the problem by changing this string in framework-res.apk.
Thanks!
你解决双卡电信无信号问题了?
still can't edit the first message.....
LineageOS cm14.1 beta7
changelog:
12/01/2017 beta7 (MD5: ba30dd73d1e2fe8094c560f739ffc999)
- switched to LineageOS rom
- Security Patch January 2017
- kernel: security fix
- sync LineageOS source code (12/01/2017)
I'm working on adding support to dotcase but for now still doesn't work properly so I have not included in this release, maybe in the next release
Hello Paolo, I'd like to thank you for your work and continous support :) Great work!
But I have one request, is it possible for you to make this ROM compatible with f2fs partitions? Pchatzop has managed to get it working on his RR versions, could you do this do?
You could probably get f2fs support in paolo's rom by flashing the kernel from my rom. Of course, you can not report any bugs to paolo with that unusual configuration! :)