I can't get µg Unified Nlp working - Nexus 5X Q&A, Help & Troubleshooting

Hello, I´m on CM13 last lightly (this problem occurrs also in last snapshot). I´ve installed µg Unified Nlp (Version 1.6.7 from F-droid) and MozillaNlpBackend but I´m unable to activate the Backend. I recive the "Error initializing backend" message.
Self-Check shows:
Permissions granted​Permission to access approximate ocation (network-based): Unchecked​Network location provider support​Android version supported: Checked​System supports location provider: Checked​UnifiedNlp status​UnifiedNlp is registrated in system: Checked​Location backend(s) set up: Unchecked​Network-based location enabled: Unchecked​What's or where's the problem? Am I missing something?

Related

[Q] AGPS Isn't Working with Chinese 2.2 ROM

ROM Used: Tenfar's Chinese 2.2 ROM.
Problem: Can't get a fix with AGPS...
Methods tried:
Editing /system/etc/location.cfg and /data/location/location.cfg
Editing APN (default,supl)
I didn't do MOTOBLUR setup, could it be the problem...?
Suspected logcat entry:
Code:
D/SUPLJ ( 1349): AgpsNetworkManager->[isCarrierSetingEnabled:enable=false]
/data/location/location.cfg
http://pastebin.com/kYnzNLzv
/system/etc/location.cfg
http://pastebin.com/cCWwuyx9
Full logcat when running Map:
http://pastebin.com/09CyiY7u
FWIW, "Use wireless networks" and "Use GPS satellites" are both enabled in Settings -> Location & Security.
Reference: http://forum.xda-developers.com/showthread.php?t=949166
Fiddle with the sqlite databases... No go... Got sth like this through...
Code:
02-18 04:37:58.504 1350 1407 I MotLocMonitorGSM: setLocMonitorInterval() --> P
olling Disabled.
02-18 04:37:58.504 1350 1407 I MotLocEngine: Transition to IDLE Mode
02-18 04:37:59.106 1350 2183 D SUPLJ : AgpsNetworkManager->[startUsingAgpsPd
p: retry 5 times]
02-18 04:37:59.106 1350 2183 W SUPLJ : Couldn't enable agps pdp after try 5
times
02-18 04:37:59.106 1350 2183 D SUPLJ : AgpsNetworkManager->[startUsingAgpsPd
p: return=false]
useful links
http://davanum.wordpress.com/2007/12/11/android-how-to-poke-around-the-sqlite3-databases/
http://www.1keydata.com/sql/sqlupdate.html
okay... turns out i should have used the gapps specifically designed for this rom.
agps is working now but cannot setup google account and no market for me.
Code:
E ActivityThread: Failed to find provider info for com.google.android.gsf.gservices
ok, pushed cyanogen googleservicesframework.apk back to system/app
fingers crossed and need some sleep
OK, GooglePartnerSetup and Market then crashes. Pushed the Cyanogen's ones.
Now, everything seems to be working although the Market won't update to the newer version and it seems quite a hybrid.
However, as long as it's working then I'm not too worried.

[Q] How to enable wifi Ch13?

My country is Hong Kong and can accept wifi ch 1 - 13. However, when I seleted 13 channels in [Advanced wifi] setting page, it show an error "There was a problem setting the regulatory domain" message .
Pls help to fix it and with thanks!!!
Rom Version: AuroraPlay_V0.4
Kernel : DooMkernel 14
Baseband : ver 67

Lumia 640XL on 15063.414 - lots of 0x14B BSODs

Hi,
I have Lumia 640XL LTE Dual Sim, only on production builds. There are a lot of BSODs lately, I can see it in Field Medic uploaded list
All of them are Bug Check 0x14B: SOC_SUBSYSTEM_FAILURE. Is possible to get the detailed BSOD report file to analyze it by kd ? The BSOD data points to SOC_SUBSYSTEM_FAILURE_DETAILS that have SOC_SYBSYSTEM_TYPE enumeration which could narrow what device the error comes from.
Thanks.
I got it. It is possible by Field Medic advanced options, System logs and crash dumps (Default or Full) https://docs.microsoft.com/en-us/wi...-tracing/use-field-medic-to-generate-a-report
The source of all the BSODs is: Response.BucketId=0x14B_SOC_SUBSYS_AUDIO_DSP_SFR_Init_wdog_or_kernel_error_suspected_IMAGE_qcsubsys8626.sys
It means:
BugCheck: 0x14B - an unrecoverable error was encountered in a System on a Chip (SoC) subsystem
Subsystem type: Audio digital signal processor (DSP)
Reason: SFR Init: wdog or kernel error suspected
Suspected driver: qcsubsys8626.sys

Fairphone 2, Lineageos 14.1, Error VPN connection since latest LineageOS-Version

Hello,
I'm using the Capsule app to establish a VPN connection into my employers's network, the authentication is done via certificates.
My environment:
Device: Fairphone 2
Recovery: TWRP
OS: LineageOS 14.1 (Android 7.1.2)
LineageOS-Version:
14.1-20180213-NIGHTLY-FP2 --> last version VPN connection works​14.1-20180220-NIGHTLY-FP2 --> first version VPN connection does not works anymore​
Since 14.1-20180220-NIGHTLY-FP2, the VPN client throws this error message:
'failed to retrieve certificate from device store'
below you can find more details copied out of the app's logfile.
The error is reproducable:
I always did TWRP backups before installing a newer lineage version. When restoring a version older than 20.02.2018, then VPN connection works. I can install update after update, till 14.1-20180220-NIGHTLY-FP2 all works fine.
Could someone give some advice how this can be solved?
Thanks in advance.
App's log file:
03-03 23:04:38.132 11264 259 E NEMO.In Service Main:
android.security.KeyChainException: java.security.UnrecoverableKeyException: Failed to obtain information about private key
at android.security.KeyChain.getPrivateKey(KeyChain.java:390)
at com.checkpoint.VPN.Service.b(SourceFile:1156)
at com.checkpoint.VPN.Service.b(SourceFile:67)
at com.checkpoint.VPN.Service$CCCDoer.handleMessage(SourceFile:706)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
Caused by: java.security.UnrecoverableKeyException: Failed to obtain information about private key
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStorePublicKeyFromKeystore(AndroidKeyStoreProvider.java:223)
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStoreKeyPairFromKeystore(AndroidKeyStoreProvider.java:259)
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStorePrivateKeyFromKeystore(AndroidKeyStoreProvider.java:269)
at android.security.KeyChain.getPrivateKey(KeyChain.java:382)
... 6 more
Caused by: android.security.KeyStoreException: Key not found
at android.security.KeyStore.getKeyStoreException(KeyStore.java:659)
at android.security.keystore.AndroidKeyStoreProvider.loadAndroidKeyStorePublicKeyFromKeystore(AndroidKeyStoreProvider.java:224)
... 9 more
03-03 23:04:38.137 11264 1 D NEMO.SyncController::handleMessage: got msg from service: type = CONNECT
03-03 23:04:38.138 11264 1 D NEMO.service says: CONNECT Failure: error_msg: 'failed to retrieve certificate from device store', error_code: '-1'
03-03 23:04:38.138 11264 1 D NEMO.In Connecting task activity:nCCCError(): failed to retrieve certificate from device store

SElinux error

Hi
I'm trying to migrate an existing device tree from lineage 18.1 to 20.
with adb logcat, i get the following error:
VintfObject: VintfObject.verifyWithoutAvb() returns 1: Runtime info and framework compatibility matrix are incompatible: kernelSepolicyVersion = 30 but required >= 33
I could disable this check in frameworks/base/core/java/android/os/Build.java but i prefer to understand.
What should i do?
Thanks
I took a deeper look at the problem.
The required SEPolicyVersion of lineageos 20 is defined in /system/policy/sepolicy/policy_version.mk. It is 33.
The kernelSepolicyVersion is read in /sys/fs/selinux/policyvers. For the kernel I use, it is 30.
This value comes from /kernel/x/y/security/selinux/include/security.h:
#define POLICYDB_VERSION_XPERMS_IOCTL 30
I need to update my kernel. For now, i have to live with the startup popup "There is an internal problem in your device. Please contact your manufacturer." The warning seems relevant

Categories

Resources