You want to say, it's not working with GSM networks?
I've tried it, but it changes nothing.When trying the self-check in the UnifiedNlp settings, UnifiedNlp service fails to bind to the system. When checking where UnifiedNlp.apk was located, I found it in the system/app folder. Shouldn't it be in system/priv-app?
That's not working! You need additional permissions...
Same to you and all of you!
This is SELinux related but I can't use it because it leads to an uncompilable system.
/system/bin/init: type=1107 audit(0.0:7454): uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { set } for property=hw.hdmiON pid=501 uid=1000 gid=1003 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:system_prop:s0 tclass=property_service permissive=0'
SELinux permission check failed
No! That's a kernel related error and we can't fix it. In my own LOG the error text with "createProcessGroup" in it occurs several hundred times.
The more you know. It just looked "error-like" enough and was just after I plugged in the cable, so I figured it would be relatedNo! That's a kernel related error and we can't fix it. In my own LOG the error text with "createProcessGroup" in it occurs several hundred times.
You're welcome!
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
adb root
adb shell logcat -b all -d > logcat
adb pull /sys/fs/selinux/policy
cd sys/fs/pstore
cp * /sdcard