|
Edited by Elyes_14 at 2018-12-9 16:56
Edited by Elyes_14 at 2018-12-9 16:45
Edited by Elyes_14 at 2018-12-8 00:09
Hi,
here is a " logcat |grep 'error' when enabling NFC (using current ROM version on One Pro):
- 12-04 10:23:16.655 3129 13588 E : nfa_nv_co_write: fail to open, error = 2
- 12-04 10:23:16.700 3129 13588 E : nfa_nv_co_write: fail to open, error = 2
Copy the Code
hum...?:
- 12-09 09:39:17.052 8582 8582 E BugleDataModel: pgn: Jibe SDK Service not available. Is the Jibe SDK service running? Did you call connect() and wait for the notification before calling an API function?
Copy the Code- 130|One_Pro:/ $ logcat -b all |grep -i error
- 12-09 09:32:39.543 2096 2096 V FingerprintService: handleError(client=com.android.systemui, error = 5)
- 12-09 09:38:18.227 8582 8582 E Bugle : com.google.android.apps.messaging.shared.util.common.AsyncTimeoutReporter$SilentTimeoutError: dil.doInBackgroundTimed did not complete in 9223372036854775807ms
- 12-09 09:38:22.770 2387 2387 E BufferItemConsumer: [unnamed-2387-8] Failed to release buffer: Unknown error -1 (1)
- 12-09 09:38:22.812 2387 2387 E BufferItemConsumer: [unnamed-2387-9] Failed to release buffer: Unknown error -1 (1)
- 12-09 09:38:26.854 2387 2387 E BufferItemConsumer: [unnamed-2387-10] Failed to release buffer: Unknown error -1 (1)
- 12-09 09:38:26.887 2387 2387 E BufferItemConsumer: [unnamed-2387-11] Failed to release buffer: Unknown error -1 (1)
- 12-09 09:38:41.838 8582 8582 E Bugle : com.google.android.apps.messaging.shared.util.common.AsyncTimeoutReporter$SilentTimeoutError: dil.doInBackgroundTimed did not complete in 9223372036854775807ms
- 12-09 09:38:45.471 2547 2840 D Mms/Provider/MmsSmsDatabaseHelper: updateThread, set error with mms id IN (); setError = 0
- 12-09 09:38:49.112 2370 2370 E DynamicLayoutHandler: com.google.android.apps.inputmethod.libs.latin5.LatinIme: Error: Primary input is not in keyboard layout.
- 12-09 09:39:13.387 8582 8582 E Bugle : com.google.android.apps.messaging.shared.util.common.AsyncTimeoutReporter$SilentTimeoutError: dil.doInBackgroundTimed did not complete in 9223372036854775807ms
- 12-09 09:39:17.139 1814 8701 E OMXNodeInstance: setConfig(0xece3d300:google.aac.decoder, ConfigPriority(0x6f800002)) ERROR: Undefined(0x80001001)
- 12-09 09:39:17.140 1814 8701 E OMXNodeInstance: getConfig(0xece3d300:google.aac.decoder, ConfigAndroidVendorExtension(0x6f100004)) ERROR: Undefined(0x80001001)
- 12-09 09:39:17.179 366 5761 E : [Awinic] AwinicInit:[ERROR]Version 4.2.0
- 12-09 09:39:18.276 8582 8582 E Bugle : com.google.android.apps.messaging.shared.util.common.AsyncTimeoutReporter$SilentTimeoutError: SendMessageAction.executeAction did not complete in 1000ms
- 12-09 09:43:09.872 2096 6842 D libc-netbsd: getaddrinfo: get result from proxy gai_error = 0
- 12-09 09:43:09.875 3012 10565 D libc-netbsd: getaddrinfo: get result from proxy gai_error = 0
Copy the Code
looks like you have a problem here:
private static void assignWriteSmsPermissionToSystemApp(Context context,
PackageManager packageManager, AppOpsManager appOps, String packageName) {
// First check package signature matches the caller's package signature.
// Since this class is only used internally by the system, this check makes sure
// the package signature matches system signature.
final int result = packageManager.checkSignatures(context.getPackageName(), packageName);
if (result != PackageManager.SIGNATURE_MATCH) {
Rlog.e(LOG_TAG, packageName + " does not have system signature");
return;
}
see error below
- 130|One_Pro:/ $ logcat -b all |grep -i mms
- 12-09 09:27:35.205 2096 4906 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:27:46.431 2096 7461 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:27:53.222 2096 4906 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:27:54.936 2096 4610 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:27:55.021 2096 3178 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:27:55.159 2096 4878 D MmsServiceBroker: sendMessage() by com.google.android.apps.messaging
- 12-09 09:27:55.195 2096 3178 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:36:03.221 2096 2458 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:36:49.291 2096 3220 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:36:49.361 2096 3220 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:36:49.487 2096 2729 D MmsServiceBroker: sendMessage() by com.google.android.apps.messaging
- 12-09 09:38:45.477 2096 3837 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:39:18.811 2096 3204 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:39:18.888 2096 3204 V SettingsProvider: name : com_android_mms_mtk_unread appId : 1001
- 12-09 09:39:19.007 2096 2729 D MmsServiceBroker: sendMessage() by com.google.android.apps.messaging
- 12-09 09:39:23.963 2547 8753 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =1
- 12-09 09:39:23.982 2547 8753 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =2
- 12-09 09:39:24.003 2547 2840 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =2
- 12-09 09:39:24.060 2547 2840 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =0
- 12-09 09:39:52.034 2547 2840 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =1
- 12-09 09:39:52.068 2547 2561 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =1
- 12-09 09:39:52.076 2547 2840 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =2
- 12-09 09:39:52.084 2547 2840 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =2
- 12-09 09:39:52.125 2547 2840 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =0
- 12-09 09:42:15.233 2547 2863 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =0
- 12-09 09:43:48.390 8582 8582 I Bugle : DraftMessageData: draft switching to MMS.
- 12-09 09:43:48.431 8582 8582 I Bugle : DraftMessageData: draft switching to MMS.
- 12-09 09:43:48.658 8582 8582 I Bugle : DraftMessageData: draft switching to MMS.
- 12-09 09:43:49.139 2547 2863 D Mms/Provider/Sms: update begin, uri = content://sms, values = seen=1 read=1, selection = thread_id=? AND read=0 AND date<=?
- 12-09 09:43:49.145 2547 2863 D Mms/Provider/Sms: update end, affectedRows = 0
- 12-09 09:43:49.155 2547 2863 D Mms/Provider/Mms: update end, affectedRows = 0
- 12-09 09:46:58.519 2547 2561 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =0
- 12-09 09:46:58.980 2547 2893 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =2
- 12-09 09:46:58.992 2547 2893 D Mms/Provider/Mms: query getReadableDatabase query end cursor count =0
- 12-09 09:46:59.015 3367 10751 W GmscoreIpa: Processed 0 SMS and 7 MMS deletions
- 12-09 09:47:08.536 2547 2547 E SmsApplication: com.android.mms does not have system signature
- 12-09 09:47:08.638 2547 2547 E SmsApplication: com.android.mms does not have system signature
Copy the Code
please have also a look on " http://community.umidigi.com/for ... tra=page%3D1&page=4 "
and " http://community.umidigi.com/for ... tra=page%3D1&page=3 " for other logs...
Please let me know if you need more logs (or if there is a place where we can review the code if it is public)
Thank you for your support.
|
|