[Q] Error in NativeDaem​onConnecto​r - General Questions and Answers

I'm trying to build the Android 2.3.3 for Nexus One (HTC Passion) on my Ubuntu 10.04 64 bit machine. I first ran the extract-files.sh and get all the proprietary files from the HTC Passion device which
was loaded with Android 2.3.3. I could successfully build the code and flashed the boot, recovery, system and userdata images to the device. But when I booted the device I got endless loop:
12-09 01:27:06.664: E/NetdConnector(114): Communications error
12-09 01:27:06.664: E/NetdConnector(114): java.io.IOException: No such file or directory
12-09 01:27:06.664: E/NetdConnector(114): at android.net.LocalSocketImpl.connectLocal(Native Method)
12-09 01:27:06.664: E/NetdConnector(114): at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:238)
12-09 01:27:06.664: E/NetdConnector(114): at android.net.LocalSocket.connect(LocalSocket.java:98)
12-09 01:27:06.664: E/NetdConnector(114): at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:99)
12-09 01:27:06.664: E/NetdConnector(114): at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:83)
12-09 01:27:06.664: E/NetdConnector(114): at java.lang.Thread.run(Thread.java:1019)
12-09 01:27:06.667: E/NetdConnector(114): Error in NativeDaemonConnector
12-09 01:27:06.667: E/NetdConnector(114): java.io.IOException: No such file or directory
12-09 01:27:06.667: E/NetdConnector(114): at android.net.LocalSocketImpl.connectLocal(Native Method)
12-09 01:27:06.667: E/NetdConnector(114): at android.net.LocalSocketImpl.connect(LocalSocketImpl.java:238)
12-09 01:27:06.667: E/NetdConnector(114): at android.net.LocalSocket.connect(LocalSocket.java:98)
12-09 01:27:06.667: E/NetdConnector(114): at com.android.server.NativeDaemonConnector.listenToSocket(NativeDaemonConnector.java:99)
12-09 01:27:06.667: E/NetdConnector(114): at com.android.server.NativeDaemonConnector.run(NativeDaemonConnector.java:83)
12-09 01:27:06.667: E/NetdConnector(114): at java.lang.Thread.run(Thread.java:1019)
I google many hours and couldn't get any help.
Could someone help for this problem ?
Very appreciated.
JSC

Related

Porting VSuiteApp 4.0 to other phones

Hello,
I currently use VSuite 3.2 sourced from this thread on a Nexus S.
While this works, there are some issues, mostly that the screen needs to be on for the application to run properly. This is a problem if I'm driving as the phone is usually in my pocket with the screen off at that time, unless I plan ahead.
Hoping for a fix, I've tried getting VSuite 4.0 to work on the Nexus S using an apk originally meant for a Verizon Samsung Fascinate running 2.3.3.
The best I've managed so far with this one is to get an FC almost immediately after the app title appears. The same happens in the emulator and on my phone.
Issues to solve:
-Reintroduce support for languages other than English and Spanish. (I can replace Spanish by something else by changing a few strings in the smali code, but this isn't an elegant nor universal solution.) There is plenty of left over code and some data files from 3.2 should do the trick.
-Error due to missing phonebook_crc.dat.
-Error loading the library (or is it immediately afterwards?) leading to the forced closure.
I looked at some smali code and DDMS logs for clues, and it seems to have trouble with the vsuite library file...
Any ideas?
Darkshado
Below is an emulator DDMS log excerpt:
Code:
05-29 22:56:34.705: DEBUG/VSuiteApplication(508): onCreate()
05-29 22:56:34.774: VERBOSE/ContextWrapper(508): The homeDir is /data/data/com.nuance.android.vsuite.vsuiteapp/
05-29 22:56:34.954: ERROR/PhonebookMaster(508): File does not exist filename: /data/data/com.nuance.android.vsuite.vsuiteapp/phonebook_crc.dat
05-29 22:56:35.394: INFO/dalvikvm(508): Could not find method android.bluetooth.BluetoothHeadset.getState, referenced from method com.nuance.android.vsuite.bt.BTMaster.initiateAudioConnection
05-29 22:56:35.394: WARN/dalvikvm(508): VFY: unable to resolve virtual method 36: Landroid/bluetooth/BluetoothHeadset;.getState ()I
05-29 22:56:35.394: DEBUG/dalvikvm(508): VFY: replacing opcode 0x6e at 0x002a
05-29 22:56:35.404: DEBUG/dalvikvm(508): VFY: dead code 0x002d-0037 in Lcom/nuance/android/vsuite/bt/BTMaster;.initiateAudioConnection ()Z
05-29 22:56:35.414: DEBUG/BTMaster(508): onApplicationCreate, state = 0
05-29 22:56:35.434: DEBUG/BTMaster(508): doConnectToService
05-29 22:56:35.464: DEBUG/BTMaster(508): registerBroadcastReceiver for intent BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED
05-29 22:56:35.484: DEBUG/BTMaster(508): registerBroadcastReceiver retIntent = null
05-29 22:56:35.714: DEBUG/dalvikvm(508): GC_EXTERNAL_ALLOC freed 431K, 51% free 2818K/5703K, external 746K/1038K, paused 115ms
05-29 22:56:36.114: DEBUG/SessionBroker(508): requestSession activeSession = null
05-29 22:56:36.114: DEBUG/SessionBroker(508): requestSession calling onSessionEnded()
05-29 22:56:36.114: DEBUG/SessionBroker(508): onSessionEnded, pendingSession = [email protected]
05-29 22:56:36.124: DEBUG/SessionBaseClass(508): setContext() [email protected]
05-29 22:56:36.134: DEBUG/SessionBaseClass(508): registerSessionObserver [email protected]
05-29 22:56:36.144: DEBUG/SessionBaseClass(508): registerSessionObserver [email protected]
05-29 22:56:36.144: DEBUG/SessionBaseClass(508): beginSession(), sessionState = UNINITIALIZED
05-29 22:56:36.154: DEBUG/SessionBaseClass(508): init()
05-29 22:56:36.174: DEBUG/SessionBaseClass(508): init(): mediaPlayerPlaying = false
05-29 22:56:36.195: DEBUG/SessionBaseClass(508): init(): broadcast sent - musicservicecommand: pause
05-29 22:56:36.204: DEBUG/BTMaster(508): init, state = 1
05-29 22:56:36.324: DEBUG/JniVSuiteSession(508): JniVSuiteSession(session)
05-29 22:56:36.324: DEBUG/JniVSuiteSession(508): init() sessionThread = null
05-29 22:56:36.324: DEBUG/JniVSuiteSession(508): .initLibrary() libraryLoaded = false
05-29 22:56:36.334: DEBUG/dalvikvm(508): Trying to load lib /data/local/tmp/libvsuite_sharedlib.so 0x40514f90
05-29 22:56:36.384: DEBUG/AndroidRuntime(508): Shutting down VM
05-29 22:56:36.384: WARN/dalvikvm(508): threadid=1: thread exiting with uncaught exception (group=0x40015560)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): FATAL EXCEPTION: main
05-29 22:56:36.414: ERROR/AndroidRuntime(508): java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1311]: 33 cannot locate '_ZN7android11AudioRecordC1EijijijPFviPvS1_ES1_i'...
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.Runtime.load(Runtime.java:394)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.System.load(System.java:534)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.jni.JniVSuiteSession.loadLibrary(JniVSuiteSession.java:462)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.jni.JniVSuiteSession.initLibrary(JniVSuiteSession.java:422)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.jni.JniVSuiteSession.init(JniVSuiteSession.java:187)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.Session.init(Session.java:175)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteSessionMaster.init(VSuiteSessionMaster.java:42)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.Session.beginSession(Session.java:99)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.SessionBroker.onSessionEnded(SessionBroker.java:93)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.SessionBroker.requestSession(SessionBroker.java:49)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession.sessionCreate(VSuiteStartSession.java:202)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession.access$300(VSuiteStartSession.java:37)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession$3.run(VSuiteStartSession.java:107)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.os.Handler.handleCallback(Handler.java:587)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.os.Handler.dispatchMessage(Handler.java:92)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.os.Looper.loop(Looper.java:130)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.app.ActivityThread.main(ActivityThread.java:3683)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.reflect.Method.invokeNative(Native Method)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.reflect.Method.invoke(Method.java:507)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at dalvik.system.NativeStart.main(Native Method)
05-29 22:56:36.454: WARN/ActivityManager(43): Force finishing activity com.nuance.android.vsuite.vsuiteapp/.VSuiteStartSession
05-29 22:56:37.014: WARN/ActivityManager(43): Activity pause timeout for HistoryRecord{40727360 com.nuance.android.vsuite.vsuiteapp/.VSuiteStartSession}
05-29 22:56:38.734: INFO/Process(508): Sending signal. PID: 508 SIG: 9
05-29 22:56:39.004: WARN/InputManagerService(43): Window already focused, ignoring focus gain of: [email protected]
05-29 22:56:39.374: INFO/ActivityManager(43): Process com.nuance.android.vsuite.vsuiteapp (pid 508) has died.
05-29 22:56:39.374: INFO/WindowManager(43): WIN DEATH: Window{406fefa8 com.nuance.android.vsuite.vsuiteapp/com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession paused=false}
05-29 22:56:45.123: DEBUG/dalvikvm(168): GC_EXPLICIT freed 45K, 48% free 3564K/6727K, external 2893K/3613K, paused 150ms
05-29 22:56:47.736: WARN/ActivityManager(43): Activity destroy timeout for HistoryRecord{40727360 com.nuance.android.vsuite.vsuiteapp/.VSuiteStartSession}
05-29 22:57:06.604: DEBUG/SntpClient(43): request time failed: java.net.SocketException: Address family not supported by protocol
Can you attach V4 files please?
Like I've said, the 4.0 version I had only Force Close when I tried to run it.
I still use version 3.2, but I've changed my setup a little, YMMV.
I bought a universal car dock in which I clamp my phone, plug in a car charger and turn on car mode. That way the screen is on and the phone remains unlocked, so VSuite works as it should.
We won't have access to the source code, and I don't know assembler (much less ARM assembler) to try debugging the library that way.
Goodbye,
Darkshado
Darkshado said:
Hello,
I currently use VSuite 3.2 sourced from this thread on a Nexus S.
While this works, there are some issues, mostly that the screen needs to be on for the application to run properly. This is a problem if I'm driving as the phone is usually in my pocket with the screen off at that time, unless I plan ahead.
Hoping for a fix, I've tried getting VSuite 4.0 to work on the Nexus S using an apk originally meant for a Verizon Samsung Fascinate running 2.3.3.
The best I've managed so far with this one is to get an FC almost immediately after the app title appears. The same happens in the emulator and on my phone.
Issues to solve:
-Reintroduce support for languages other than English and Spanish. (I can replace Spanish by something else by changing a few strings in the smali code, but this isn't an elegant nor universal solution.) There is plenty of left over code and some data files from 3.2 should do the trick.
-Error due to missing phonebook_crc.dat.
-Error loading the library (or is it immediately afterwards?) leading to the forced closure.
I looked at some smali code and DDMS logs for clues, and it seems to have trouble with the vsuite library file...
Any ideas?
Darkshado
Below is an emulator DDMS log excerpt:
Code:
05-29 22:56:34.705: DEBUG/VSuiteApplication(508): onCreate()
05-29 22:56:34.774: VERBOSE/ContextWrapper(508): The homeDir is /data/data/com.nuance.android.vsuite.vsuiteapp/
05-29 22:56:34.954: ERROR/PhonebookMaster(508): File does not exist filename: /data/data/com.nuance.android.vsuite.vsuiteapp/phonebook_crc.dat
05-29 22:56:35.394: INFO/dalvikvm(508): Could not find method android.bluetooth.BluetoothHeadset.getState, referenced from method com.nuance.android.vsuite.bt.BTMaster.initiateAudioConnection
05-29 22:56:35.394: WARN/dalvikvm(508): VFY: unable to resolve virtual method 36: Landroid/bluetooth/BluetoothHeadset;.getState ()I
05-29 22:56:35.394: DEBUG/dalvikvm(508): VFY: replacing opcode 0x6e at 0x002a
05-29 22:56:35.404: DEBUG/dalvikvm(508): VFY: dead code 0x002d-0037 in Lcom/nuance/android/vsuite/bt/BTMaster;.initiateAudioConnection ()Z
05-29 22:56:35.414: DEBUG/BTMaster(508): onApplicationCreate, state = 0
05-29 22:56:35.434: DEBUG/BTMaster(508): doConnectToService
05-29 22:56:35.464: DEBUG/BTMaster(508): registerBroadcastReceiver for intent BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED
05-29 22:56:35.484: DEBUG/BTMaster(508): registerBroadcastReceiver retIntent = null
05-29 22:56:35.714: DEBUG/dalvikvm(508): GC_EXTERNAL_ALLOC freed 431K, 51% free 2818K/5703K, external 746K/1038K, paused 115ms
05-29 22:56:36.114: DEBUG/SessionBroker(508): requestSession activeSession = null
05-29 22:56:36.114: DEBUG/SessionBroker(508): requestSession calling onSessionEnded()
05-29 22:56:36.114: DEBUG/SessionBroker(508): onSessionEnded, pendingSession = [email protected]
05-29 22:56:36.124: DEBUG/SessionBaseClass(508): setContext() [email protected]
05-29 22:56:36.134: DEBUG/SessionBaseClass(508): registerSessionObserver [email protected]
05-29 22:56:36.144: DEBUG/SessionBaseClass(508): registerSessionObserver [email protected]
05-29 22:56:36.144: DEBUG/SessionBaseClass(508): beginSession(), sessionState = UNINITIALIZED
05-29 22:56:36.154: DEBUG/SessionBaseClass(508): init()
05-29 22:56:36.174: DEBUG/SessionBaseClass(508): init(): mediaPlayerPlaying = false
05-29 22:56:36.195: DEBUG/SessionBaseClass(508): init(): broadcast sent - musicservicecommand: pause
05-29 22:56:36.204: DEBUG/BTMaster(508): init, state = 1
05-29 22:56:36.324: DEBUG/JniVSuiteSession(508): JniVSuiteSession(session)
05-29 22:56:36.324: DEBUG/JniVSuiteSession(508): init() sessionThread = null
05-29 22:56:36.324: DEBUG/JniVSuiteSession(508): .initLibrary() libraryLoaded = false
05-29 22:56:36.334: DEBUG/dalvikvm(508): Trying to load lib /data/local/tmp/libvsuite_sharedlib.so 0x40514f90
05-29 22:56:36.384: DEBUG/AndroidRuntime(508): Shutting down VM
05-29 22:56:36.384: WARN/dalvikvm(508): threadid=1: thread exiting with uncaught exception (group=0x40015560)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): FATAL EXCEPTION: main
05-29 22:56:36.414: ERROR/AndroidRuntime(508): java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1311]: 33 cannot locate '_ZN7android11AudioRecordC1EijijijPFviPvS1_ES1_i'...
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.Runtime.load(Runtime.java:394)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.System.load(System.java:534)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.jni.JniVSuiteSession.loadLibrary(JniVSuiteSession.java:462)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.jni.JniVSuiteSession.initLibrary(JniVSuiteSession.java:422)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.jni.JniVSuiteSession.init(JniVSuiteSession.java:187)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.Session.init(Session.java:175)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteSessionMaster.init(VSuiteSessionMaster.java:42)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.Session.beginSession(Session.java:99)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.SessionBroker.onSessionEnded(SessionBroker.java:93)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.SessionBroker.requestSession(SessionBroker.java:49)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession.sessionCreate(VSuiteStartSession.java:202)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession.access$300(VSuiteStartSession.java:37)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession$3.run(VSuiteStartSession.java:107)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.os.Handler.handleCallback(Handler.java:587)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.os.Handler.dispatchMessage(Handler.java:92)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.os.Looper.loop(Looper.java:130)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at android.app.ActivityThread.main(ActivityThread.java:3683)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.reflect.Method.invokeNative(Native Method)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at java.lang.reflect.Method.invoke(Method.java:507)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
05-29 22:56:36.414: ERROR/AndroidRuntime(508): at dalvik.system.NativeStart.main(Native Method)
05-29 22:56:36.454: WARN/ActivityManager(43): Force finishing activity com.nuance.android.vsuite.vsuiteapp/.VSuiteStartSession
05-29 22:56:37.014: WARN/ActivityManager(43): Activity pause timeout for HistoryRecord{40727360 com.nuance.android.vsuite.vsuiteapp/.VSuiteStartSession}
05-29 22:56:38.734: INFO/Process(508): Sending signal. PID: 508 SIG: 9
05-29 22:56:39.004: WARN/InputManagerService(43): Window already focused, ignoring focus gain of: [email protected]
05-29 22:56:39.374: INFO/ActivityManager(43): Process com.nuance.android.vsuite.vsuiteapp (pid 508) has died.
05-29 22:56:39.374: INFO/WindowManager(43): WIN DEATH: Window{406fefa8 com.nuance.android.vsuite.vsuiteapp/com.nuance.android.vsuite.vsuiteapp.VSuiteStartSession paused=false}
05-29 22:56:45.123: DEBUG/dalvikvm(168): GC_EXPLICIT freed 45K, 48% free 3564K/6727K, external 2893K/3613K, paused 150ms
05-29 22:56:47.736: WARN/ActivityManager(43): Activity destroy timeout for HistoryRecord{40727360 com.nuance.android.vsuite.vsuiteapp/.VSuiteStartSession}
05-29 22:57:06.604: DEBUG/SntpClient(43): request time failed: java.net.SocketException: Address family not supported by protocol
Click to expand...
Click to collapse
did you get anywhere with this ? i'm running into the same problem ....
more tests
have a look here : http://forum.xda-developers.com/showpost.php?p=22154338&postcount=49

Signal Acquisition and Bluetooth Issues

Anyone else experiencing signal acquisition problems on power-up? I've had this happen in 3 different cities so far, all non-LTE networks in locations where I previously had a 3+ bar signal. I'll have a signal, reboot my phone and after 15 minutes I still won't have a signal. I'll reboot the phone multiple times, pulling the battery out, etc... eventually it will reacquire a signal.
The other issue is bluetooth pairing with my car (BMW I-Drive system), which my previous Droid Incredible worked great with. It's 50/50 if it works or not with the Skyrocket. The issues I have are:
1) It says it connects and downloads my phonebook, but no numbers will dial from the car and no audio through the car (looks like bluetooth is crashing in phone).
2) I turn on bluetooth on my phone and within a minute, it turns off.
I've re-paired the car and phone multiple times, sometimes fixing the issue temporarily, until today when I had to delete everything under /data/misc/bluetoothd/* just to get bluetooth to start on my phone
My phone is rooted now and still on the OEM 2.3.6 OS, but the above issues all started occurring before the phone was rooted. I'm starting to feel like I have a dorked radio in my phone... The line with "Ctlr H/w error event" below has me scared. Anyone else having similar issues?
here's some dump info:
Code:
--------- beginning of /dev/log/main
12-09 13:36:24.213 15336 15336 I /system/bin/btld: gki_alloc_free_queue in, id:2
12-09 13:36:24.213 15336 15336 I /system/bin/btld: gki_alloc_free_queue calling gki_init_free_queue, id:2 size:660, totol:45
12-09 13:36:24.213 15336 15336 I /system/bin/btld: gki_alloc_free_queue ret OK, id:2 size:660, totol:45
12-09 13:36:24.213 15336 15336 I /system/bin/btld: UAMP_Write error: -1 ( 0=success )
12-09 13:36:24.213 15336 15336 I /system/bin/btld: dtun_server_register_interface: Register DTUN interface [0]
12-09 13:36:24.213 15336 15336 I /system/bin/btld: dtun_server_start: dtun_server_start
12-09 13:36:24.213 15336 15336 I /system/bin/btld: BTL_IF_RegisterSubSystem: Registered subsystem [DTUN]
12-09 13:36:24.213 15336 15336 I /system/bin/btld: wrp_sock_create: wrp_sock_create : created socket (fd 20)
12-09 13:36:24.213 15336 15336 I /system/bin/btld: wrp_sock_bind: BTLIF_MAKE_LOCAL_SERVER_NAME return nwrp_sock_bind: BTLIF_MAKE_LOCAL_SERVER_NAME return name: brcm.bt.btlif.9000
12-09 13:36:24.213 15336 15336 I /system/bin/btld: wrp_sock_bind: result:0 server_name:brcm.bt.btlif.9000
12-09 13:36:24.213 15336 15336 I /system/bin/btld: wrp_sock_listen: wrp_sock_listen : (CTRL) listening on brcm.bt.btlif:9000 (20)
12-09 13:36:24.213 15336 15336 I /system/bin/btld: gki_alloc_free_queue in, id:0
12-09 13:36:24.213 15336 15336 I /system/bin/btld: gki_alloc_free_queue calling gki_init_free_queue, id:0 size:64, totol:48
12-09 13:36:24.213 15336 15336 I /system/bin/btld: gki_alloc_free_queue ret OK, id:0 size:64, totol:48
12-09 13:36:24.213 15337 15367 I UAMP_LINUX: UAMP_Init: wl_interface_name:
12-09 13:36:24.213 15337 15367 I UAMP_LINUX: UAMP_Open
12-09 13:36:24.213 15337 15368 E : Ctlr H/w error event
12-09 13:36:24.213 15337 15368 I GKI_LINUX: GKI_sched_lock
12-09 13:36:24.213 15337 15368 I GKI_LINUX: GKI_sched_unlock
12-09 13:36:24.213 177 177 I DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-09 13:36:24.213 177 177 I DEBUG : Build fingerprint: 'samsung/SGH-I727/SGH-I727:2.3.6/GINGERBREAD/UCKK1:user/release-keys'
12-09 13:36:24.213 177 177 I DEBUG : pid: 15337, tid: 15368 >>> /system/bin/btld <<<
12-09 13:36:24.213 177 177 I DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000c
12-09 13:36:24.213 177 177 I DEBUG : r0 0028c3fc r1 0028c878 r2 001f59dc r3 00000064
12-09 13:36:24.213 177 177 I DEBUG : r4 00000000 r5 0028c70c r6 00000000 r7 0028c7b8
12-09 13:36:24.213 177 177 I DEBUG : r8 001a90a4 r9 002a5278 10 00100000 fp 00000001
12-09 13:36:24.213 177 177 I DEBUG : ip 00000064 sp 40211e58 lr 00065d84 pc 0018aee0 cpsr 60000010
12-09 13:36:24.213 177 177 I DEBUG : d0 0000000000000000 d1 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d2 0000000000000000 d3 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d4 0000000000000000 d5 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d6 0000000000000000 d7 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d8 0000000000000000 d9 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d10 0000000000000000 d11 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d12 0000000000000000 d13 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d14 0000000000000000 d15 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d16 0000000000000000 d17 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d18 0000000000000000 d19 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d20 0000000000000000 d21 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d22 0000000000000000 d23 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d24 0000000000000000 d25 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d26 0000000000000000 d27 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d28 0000000000000000 d29 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : d30 0000000000000000 d31 0000000000000000
12-09 13:36:24.213 177 177 I DEBUG : scr 00000000
12-09 13:36:24.213 177 177 I DEBUG :
12-09 13:36:24.223 15336 15336 I /system/bin/btld: error: SIOCGIFFLAGS (No such device)
12-09 13:36:24.223 15336 15336 I /system/bin/btld: ifr_name ()
12-09 13:36:24.233 15336 15336 I /system/bin/btld: init_event_rx: Cannot get index -1
12-09 13:36:24.243 177 177 I DEBUG : #00 pc 0018aee0 /system/bin/btld (GKI_add_to_timer_list)
12-09 13:36:24.243 177 177 I DEBUG : #01 pc 00065d80 /system/bin/btld (bta_dm_sys_hw_cback)
12-09 13:36:24.243 177 177 I DEBUG : #02 pc 00060ea8 /system/bin/btld (bta_sys_hw_evt_stack_enabled)
12-09 13:36:24.243 177 177 I DEBUG : #03 pc 00061124 /system/bin/btld (bta_sys_sm_execute)
12-09 13:36:24.243 177 177 I DEBUG : #04 pc 00060ff4 /system/bin/btld (bta_sys_event)
12-09 13:36:24.243 177 177 I DEBUG : #05 pc 0012eb40 /system/bin/btld (btu_task)
12-09 13:36:24.243 177 177 I DEBUG : #06 pc 0018c7f8 /system/bin/btld (gki_task_entry)
12-09 13:36:24.243 177 177 I DEBUG : #07 pc 00011e10 /system/lib/libc.so (__thread_entry)
12-09 13:36:24.243 177 177 I DEBUG : #08 pc 000119dc /system/lib/libc.so (pthread_create)
12-09 13:36:24.243 177 177 I DEBUG :
12-09 13:36:24.243 177 177 I DEBUG : libc base address: afd00000
12-09 13:36:24.243 177 177 I DEBUG :
12-09 13:36:24.243 177 177 I DEBUG : code around pc:
12-09 13:36:24.243 177 177 I DEBUG : 0018aec0 d1a04007 d1a05006 da000015 e1a04007
12-09 13:36:24.243 177 177 I DEBUG : 0018aed0 e3560000 e5944000 c066c00c c581c00c
12-09 13:36:24.243 177 177 I DEBUG : 0018aee0 e594500c d591c00c e1a06005 e155000c
12-09 13:36:24.243 177 177 I DEBUG : 0018aef0 bafffff6 e1540007 0a000008 e594c004
12-09 13:36:24.243 177 177 I DEBUG : 0018af00 e591300c e581c004 e58c1000 e5841004
12-09 13:36:24.243 177 177 I DEBUG :
12-09 13:36:24.243 177 177 I DEBUG : code around lr:
12-09 13:36:24.243 177 177 I DEBUG : 00065d64 0affffa1 e59fe06c e3a02064 e2870f56
12-09 13:36:24.243 177 177 I DEBUG : 00065d74 e084400e e1a01006 e5874160 ebffec5f
12-09 13:36:24.243 177 177 I DEBUG : 00065d84 e3a00c12 ebfff0bc e5d5c004 e28c2001
12-09 13:36:24.243 177 177 I DEBUG : 00065d94 e28c3002 e7856103 e5c52004 eaffff92
12-09 13:36:24.243 177 177 I DEBUG : 00065da4 0018fe48 000003d4 00000b68 fffb2fec
12-09 13:36:24.243 177 177 I DEBUG :
12-09 13:36:24.243 177 177 I DEBUG : stack:
12-09 13:36:24.243 177 177 I DEBUG : 40211e18 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e1c 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e20 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e24 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e28 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e2c 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e30 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e34 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e38 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e3c 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e40 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e44 0028c878 [heap]
12-09 13:36:24.243 177 177 I DEBUG : 40211e48 0028c3fc [heap]
12-09 13:36:24.243 177 177 I DEBUG : 40211e4c 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e50 df002777
12-09 13:36:24.243 177 177 I DEBUG : 40211e54 e3a070ad
12-09 13:36:24.243 177 177 I DEBUG : #00 40211e58 00064ee4 /system/bin/btld
12-09 13:36:24.243 177 177 I DEBUG : 40211e5c 0028c70c [heap]
12-09 13:36:24.243 177 177 I DEBUG : 40211e60 00000000
12-09 13:36:24.243 177 177 I DEBUG : 40211e64 0028c720 [heap]
12-09 13:36:24.243 177 177 I DEBUG : #01 40211e68 0028c720 [heap]
12-09 13:36:24.243 177 177 I DEBUG : 40211e6c 000c0240 /system/bin/btld
12-09 13:36:24.243 177 177 I DEBUG : 40211e70 0028c334 [heap]
12-09 13:36:24.243 177 177 I DEBUG : 40211e74 0028c344 [heap]
12-09 13:36:24.243 177 177 I DEBUG : 40211e78 001a7f50 /system/bin/btld
12-09 13:36:24.243 177 177 I DEBUG : 40211e7c 000009b0
12-09 13:36:24.243 177 177 I DEBUG : 40211e80 0018c7a4 /system/bin/btld
12-09 13:36:24.243 177 177 I DEBUG : 40211e84 00060eac /system/bin/btld
12-09 13:36:24.253 15337 15367 E UAMP_LINUX: Error opening uamp port
12-09 13:36:24.253 15337 15367 E : hcisu_amp_open: unable to open AMP port
12-09 13:36:24.393 177 177 I DEBUG : dumpstate /data/log/dumpstate_app_native.txt
12-09 13:36:24.393 299 336 I BootReceiver: Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE)
thanks,
-shelby

[Q] Netflix/HBO/DRM protected content playback

Hi,
I've been struggling to get Netflix and HBO Nordic working on my Galaxy S2 running Cyanogenmod 10.1 nightlies. I've tried Netflix 2.1.1 and 1.8.1, and a modded HBO 1.0 app bypassing the root check.
Here are some logcat (*:W) excerpts from the different apps.
HBO Nordic app, force closes upon pressing play:
Code:
W/AudioService( 2198): RemoteControlClient died
F/libc (26548): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 26548 (drmserver)
W/DrmManagerClientImpl(Native)(26554): DrmManager server died!
E/WVMExtractor(28011): Drm manager failed to initialize.
E/MediaPlayer(26554): error (1, -2147483648)
E/MediaPlayer(26554): Error (1,-2147483648)
W/dalvikvm(26554): threadid=1: thread exiting with uncaught exception (group=0x40f2f930)
E/AndroidRuntime(26554): FATAL EXCEPTION: main
E/AndroidRuntime(26554): java.lang.NullPointerException
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.finishWithError(VideoActivity.java:240)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.access$2(VideoActivity.java:236)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity$2.onMediaPlayerError(VideoActivity.java:108)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.PlayerBase.onError(PlayerBase.java:425)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.internal.BaseVideoView$4.onError(BaseVideoView.java:372)
E/AndroidRuntime(26554): at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:2003)
E/AndroidRuntime(26554): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(26554): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(26554): at android.app.ActivityThread.main(ActivityThread.java:5191)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(26554): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 2198): Force finishing activity com.hbo.android.app/.activity.VideoActivity
W/ActivityManager( 2198): Activity pause timeout for ActivityRecord{41d77aa8 u0 com.hbo.android.app/.activity.VideoActivity}
W/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)'
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)'
E/Trace (28321): error opening trace file: No such file or directory (2)
E/Trace (28356): error opening trace file: No such file or directory (2)
Netflix 1.8.1, plays sound and shows subtitles, but no video:
Code:
W/ActivityManager( 2198): Scheduling restart of crashed service com.teamhacksung.tvout/.TvOutService in 5000ms
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
E/Trace (28011): error opening trace file: No such file or directory (2)
E/SEC_COMP_REGS(28011): .
E/SEC_COMP_REGS(28011): ..
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28011): OMX_GetExtensionIndex failed
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1864): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
E/Trace (28196): error opening trace file: No such file or directory (2)
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/AudioFlinger(28011): session id 277 not found for pid 2198
E/BufferQueue( 1864): [SurfaceView] dequeueBuffer: SurfaceTexture has been abandoned!
E/ACodec (28011): dequeueBuffer failed.
E/BufferQueue( 1864): [SurfaceView] queueBuffer: SurfaceTexture has been abandoned!
E/SurfaceTextureClient(28011): queueBuffer: error queuing buffer to SurfaceTexture, -19
E/NuPlayer(28011): Received error from video decoder, aborting playback.
W/BufferQueue( 1864): [SurfaceView] cancelBuffer: BufferQueue has been abandoned!
W/AudioService( 2198): stream was not muted by this client
E/AudioService( 2198): Could not get client death handler for stream: 3
Netflix 2.1.1, stuck on loading screen:
Code:
W/dalvikvm(28732): method Lcom/netflix/mediaclient/android/widget/NetflixSeekBar;.onKeyChange incorrectly overrides package-private method with same name in Landroid/widget/AbsSeekBar;
E/SEC_COMP_REGS(28732): .
E/SEC_COMP_REGS(28732): ..
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28732): OMX_GetExtensionIndex failed
E/NetflixTransport-JNI(28732): Java_com_netflix_mediaclient_javabridge_transport_NativeTransport_native_1setVOapi systemAndroid set VO API
E/NetflixTransport-JNI(28732): Custom params sw analytics params set
E/Trace (28929): error opening trace file: No such file or directory (2)
E/Trace (28959): error opening trace file: No such file or directory (2)
E/Trace (28976): error opening trace file: No such file or directory (2)
E/nf_service(28732): Unable to get instance of PlayerActivity, only pass stateChnage event to MP
Anyone have a clue what might be wrong? Is it a DRM decrypting process that doesn't work, as I suspect?
CyanogenMod 10.1 nightlies on a Galaxy Tab 2 here.
I get similar results with HBO nordic, however there is no force close: it gives a "video error" message, and sends me back to the content browser. It's something to do with DRM.
Code:
F/libc ( 112): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 112 (drmserver)
I/DEBUG ( 108): pid: 112, tid: 112, name: drmserver >>> /system/bin/drmserver <<<
I/DEBUG ( 108): #00 pc 00013c28 /system/vendor/lib/drm/libdrmwvmplugin.so
I/DEBUG ( 108): #01 pc 00014614 /system/vendor/lib/drm/libdrmwvmplugin.so (TEEC_InvokeCommandEx+156)
I/DEBUG ( 108): #02 pc 0001469c /system/vendor/lib/drm/libdrmwvmplugin.so (TEEC_InvokeCommand+32)
I/DEBUG ( 108): #03 pc 0001373c /system/vendor/lib/drm/libdrmwvmplugin.so (_oec10+44)
I/DEBUG ( 108): be868c9c 405b0060 /system/vendor/lib/drm/libdrmwvmplugin.so
I/DEBUG ( 108): be868ca4 405ab618 /system/vendor/lib/drm/libdrmwvmplugin.so (TEEC_InvokeCommandEx+160)
I/DEBUG ( 108): be868d7c 405aa740 /system/vendor/lib/drm/libdrmwvmplugin.so (_oec10+48)
I/ServiceManager( 102): service 'drm.drmManager' died
W/DrmManagerClientImpl(Native)( 2373): DrmManager server died!
E/WVMExtractor( 113): Drm manager failed to initialize.
Thanks for the second report. I'll make sure to get back to you if I hear something somewhere else.
I'm seeing a similar error to your Netflix 1.8.1 report on my i9100 (Galaxy S II) running Cyanogenmod 10.1 (10.1-20130102-NIGHTLY-i9100), with a different video streaming application. The relevant part of logcat is:
Code:
E/ ( 1858): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1858): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1858): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1858): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1858): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1858): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1858): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1858): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
This application was working fine with CM10 nighties a few weeks ago.
The application is Cricket LIVE Australia (au.com.vha.cricketwidget)
The cm-10.1-20130105-NIGHTLY-i9100 version fixed my issue. I believe patch 29663 on review.cyanogenmod.org is the change that did the trick.
shenki00 said:
The cm-10.1-20130105-NIGHTLY-i9100 version fixed my issue. I believe patch 29663 on review.cyanogenmod.org is the change that did the trick.
Click to expand...
Click to collapse
The update fixed Netflix (1.8.1) for me. Still nothing on the new Netflix or HBO.

[Q&A] [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]

Q&A for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
AssoDiPicche said:
The ROM is ready, but not work:Torch and Random reboots.
Sent from my Xperia M2 LTE using XDA Free mobile app
Click to expand...
Click to collapse
link please? work in D2306?
The ROM is ready, i upload in this week, yes work on D2306, (the dual sim works!!)
Sent from my Xperia M2 LTE using XDA Free mobile app
Wont rotate
Hi, mi xperia m2 d2306 wont rotate display
Any ideas why?
Thanks
---------- Post added at 06:09 AM ---------- Previous post was at 05:22 AM ----------
Mi xperia m2 2306 wont rotate display
any ideas?
Thanks
Hey just tested all roms on my D2403 here, first Pac doesn't work. After installing FIUI my recovery changed and I just tried flashing Pac again.
It works, after starting it said com.android.phone and pacconsole stopped but i can call. Camera doesn't work too.
i would like to see everything working on my phone.
my error log
Code:
E/tadif ( 193): Failed to connect to tad.
E/bs_updatemiscta( 277): Read "ro.semc.version.sw": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_revision": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_variant": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_type": -> ERROR
E/bs_updatemiscta( 277): Step Reading version properties information -> ERROR
E/bs_updatemiscta( 277): update_ta_sw_version: SpaceId string length error
E/bs_updatemiscta( 277): Update SW_VERSION information -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.fs": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.product.model": -> ERROR
E/bs_updatemiscta( 277): UpdateMiscTa ended with error -> ERROR
E/PackageParser( 707): Package com.cyanogenmod.services has no certificates at entry AndroidManifest.xml; ignoring!
E/EventHub( 707): could not get driver version for /dev/input/mice, Not a typewriter
E/MobileDataStateTracker( 707): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker( 707): default: Could not enable APN type "default"
E/DisplayPowerController( 707): *** Keyguard started
E/QCOM PowerHAL( 707): Invalid hint ID.
E/OMXMaster( 262): A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
E/WifiConfigStore( 707): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
E/SELinux ( 1027): SELinux: Loaded file_contexts from /file_contexts
E/SELinux ( 1027): SELinux: Could not open /data/system/packages.list: Permission denied.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteController(MediaFocusControl.java:217)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteController(AudioService.java:4574)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:625)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_afw( 707): W/get_extension: Invalid interface passed in
E/VoldConnector( 707): NDC Command {3 volume mount /storage/sdcard1} took too long (1280ms)
E/LocationManagerService( 707): no fused location provider found
E/LocationManagerService( 707): java.lang.IllegalStateException: Location service needs a fused location provider
E/LocationManagerService( 707): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:420)
E/LocationManagerService( 707): at com.android.server.LocationManagerService.systemRunning(LocationManagerService.java:250)
E/LocationManagerService( 707): at com.android.server.ServerThread$2.run(SystemServer.java:1204)
E/LocationManagerService( 707): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:9554)
E/LocationManagerService( 707): at com.android.server.ServerThread.initAndLoop(SystemServer.java:1111)
E/LocationManagerService( 707): at com.android.server.SystemServer.main(SystemServer.java:1386)
E/LocationManagerService( 707): at java.lang.reflect.Method.invokeNative(Native Method)
E/LocationManagerService( 707): at java.lang.reflect.Method.invoke(Method.java:515)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/LocationManagerService( 707): at dalvik.system.NativeStart.main(Native Method)
E/LocationManagerService( 707): no geocoder provider found
E/LocSvc_flp( 707): I/===> const FlpLocationInterface* get_flp_interface() line 63
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_api_v02( 707): I/locClientOpen:2189]: Service instance id is -1
E/LocSvc_api_v02( 707): I/---> locClientOpenInstance line 2073 loc client open
E/LocationManagerService( 707): No FusedProvider found.
E/LocationManagerService( 707): no geofence provider found
E/PackageManager( 707): Unable to find icon pack: holo
E/LocSvc_api_v02( 707): I/---> locClientSendReq line 2333 QMI_LOC_REG_EVENTS_REQ_V02
E/LocSvc_IzatApiV02( 707): I/===> virtual bool izat_core::IzatApiV02::getBatchingSupport() line 426
E/LocSvc_api_v02( 707): I/---> locClientSupportMsgCheck line 2433 QMI_LOC_GET_SUPPORTED_MSGS_REQ_V02
E/ActivityThread( 1169): Failed to find provider info for com.android.launcher2.settings
E/NfcAdaptation( 1136): NfcAdaptation::Initialize: ver=NFCDROID_MI_422.10.0.15 nfa=NFA_MI_1.03.62+
E/BluetoothSap( 1071): Could not bind to Bluetooth Sap Service with Intent { act=android.bluetooth.IBluetoothSap }
E/NxpFwDnld( 1136): Freeing Mem for Dnld Context..
E/BrcmNfcNfa( 1136): reset notification nfc_state : #### 1
E/BrcmNfcNfa( 1136): reset notification sending core init
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcJni( 1136): nfcManager_doDeselectSecureElement: already deselected
E/BluetoothPhoneService( 1115): Could not get a handle on Connection object for the call
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/WifiStateMachine( 707): Unexpected BatchedScanResults :null
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/FileUtils( 1071): Could not write to file /sys/devices/virtual/input/lge_touch/touch_gesture
E/FileUtils( 1071): java.io.FileNotFoundException: /sys/devices/virtual/input/lge_touch/touch_gesture: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:409)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:128)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:117)
E/FileUtils( 1071): at org.cyanogenmod.hardware.util.FileUtils.writeLine(FileUtils.java:65)
E/FileUtils( 1071): at org.cyanogenmod.hardware.TapToWake.setEnabled(TapToWake.java:36)
E/FileUtils( 1071): at com.android.settings.DisplaySettings.restore(DisplaySettings.java:668)
E/FileUtils( 1071): at com.android.settings.cyanogenmod.BootReceiver.onReceive(BootReceiver.java:79)
E/FileUtils( 1071): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/FileUtils( 1071): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/FileUtils( 1071): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/FileUtils( 1071): at android.os.Handler.dispatchMessage(Handler.java:102)
E/FileUtils( 1071): at android.os.Looper.loop(Looper.java:136)
E/FileUtils( 1071): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/FileUtils( 1071): at java.lang.reflect.Method.invokeNative(Native Method)
E/FileUtils( 1071): at java.lang.reflect.Method.invoke(Method.java:515)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/FileUtils( 1071): at dalvik.system.NativeStart.main(Native Method)
E/FileUtils( 1071): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.Posix.open(Native Method)
E/FileUtils( 1071): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:393)
E/FileUtils( 1071): ... 18 more
E/DisplaySettings( 1071): Failed to restore tap-to-wake settings.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay(MediaFocusControl.java:230)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteControlDisplay(AudioService.java:4578)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:604)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/AndroidRuntime( 1115): FATAL EXCEPTION: main
E/AndroidRuntime( 1115): Process: com.android.phone, PID: 1115
E/AndroidRuntime( 1115): java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 1115): at com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager.handleMessage(CdmaSubscriptionSourceManager.java:129)
E/AndroidRuntime( 1115): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1115): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1115): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 1115): at dalvik.system.NativeStart.main(Native Method)
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 39
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/WiredAccessoryManager( 707): No state change.
E/BluetoothPhoneService( 1625): Could not get a handle on Connection object for the call
E/TelephonyProvider( 1625): Failed setting numeric 'null' to the current operator
E/Nat464Xlat( 707): stopClat: already stopped
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 707): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/LocSvc_eng( 707): I/===> int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int) line 1839
E/LocSvc_eng( 707): W/int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int): log_eng state error: instance not initialized
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/AndroidRuntime( 2067): FATAL EXCEPTION: main
E/AndroidRuntime( 2067): Process: com.pac.console, PID: 2067
E/AndroidRuntime( 2067): java.lang.RuntimeException: Unable to start receiver android.pacstats.ReportingServiceManager: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2457)
E/AndroidRuntime( 2067): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/AndroidRuntime( 2067): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/AndroidRuntime( 2067): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2067): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2067): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 2067): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2067): Caused by: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at java.lang.Long.invalidLong(Long.java:124)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:345)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:318)
E/AndroidRuntime( 2067): at java.lang.Long.valueOf(Long.java:476)
E/AndroidRuntime( 2067): at android.pacstats.Utilities.getTimeFrame(Utilities.java:114)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.setAlarm(ReportingServiceManager.java:54)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.onReceive(ReportingServiceManager.java:41)
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/AndroidRuntime( 2067): ... 10 more
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 1625): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
After further testing mobile data and Sensors arent working.
How flash?
I mean what recovery i have to use?
I'm on Jellybean 4.3
Device D2303
Unlocked BL
Recovery and final link
How can i enter recovery with this rom? I actually can't do that after installing this rom. And when will appear link to final version?
Recovery problem
I can't get in recovery. How can i do it?
Is it working on d2302..
Edit- ril does not work and the dual sim support as expected is missing.. Else everything is smooth.. Hope the developer will soon make it compatible for d2302
is this work for M2 D2305??
Hopefully not..
Mega Link
I was using this rom but now, I can not download because the link is not working. The rom has been deleted from Mega. So can you upload it to somewheres else? Please, I want this rom as you can't guess...
links
link for ROM is dead

[Q] "Data usage" not working

Whenever i tap on "Settings"->"Data usage" I get "Unfortunately, Settings has stopped" message and Settings closes. Apparently I'm not only unable to view data, but also unable to switch mobile data. Apps from Market, like Data Monitor or My Data Manager works fine. Already tried to clear cache, clear dalvik cache, delete /data/system/usagestats/*, reflash - from early nigtlies of CM11 to M12 same bug present.
Motorola Photon Q, CyanogenMod 11-20141112-SNAPSHOT-M12-moto_msm8960_jbbl
logcat:
Code:
04-05 22:55:23.927 V/Zygote (4826): Switching descriptor 70 to /dev/null
04-05 22:55:23.927 V/Zygote (4826): Switching descriptor 10 to /dev/null
04-05 22:55:23.937 I/ActivityManager(849): Start proc com.android.settings for activity com.android.settings/.Settings: pid=4826 uid=1000 gids={41000, 1028, 1015, 1023, 3002, 3001, 3003}
04-05 22:55:24.067 D/ActivityThread(4826): handleBindApplication:com.android.settings
04-05 22:55:24.067 D/ActivityThread(4826): setTargetHeapUtilization:0.75
04-05 22:55:24.067 D/ActivityThread(4826): setTargetHeapMinFree:2097152
04-05 22:55:24.157 I/dalvikvm(4826): DexOpt: illegal method access (call Landroid/content/res/TypedArray;.<init> (Landroid/content/res/Resources;[I[II)V from Landroid/content/res/XResources$XTypedArray;)
04-05 22:55:24.157 I/dalvikvm(4826): Could not find method android.content.res.TypedArray.<init>, referenced from method android.content.res.XResources$XTypedArray.<init>
04-05 22:55:24.157 W/dalvikvm(4826): VFY: unable to resolve direct method 82: Landroid/content/res/TypedArray;.<init> (Landroid/content/res/Resources;[I[II)V
04-05 22:55:24.157 D/dalvikvm(4826): VFY: replacing opcode 0x70 at 0x0002
04-05 22:55:24.487 D/BluetoothAdapter(4826): 1110093784: getState() : mService = null. Returning STATE_OFF
04-05 22:55:24.497 W/ContextImpl(4826): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1607 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothInputDevice.doBind:256 android.bluetooth.BluetoothInputDevice.<init>:249 android.bluetooth.BluetoothAdapter.getProfileProxy:1375
04-05 22:55:24.497 W/ContextImpl(4826): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1607 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPan.doBind:148 android.bluetooth.BluetoothPan.<init>:141 android.bluetooth.BluetoothAdapter.getProfileProxy:1378
04-05 22:55:24.507 D/LocalBluetoothProfileManager(4826): Adding local MAP profile
04-05 22:55:24.507 D/BluetoothMap(4826): Create BluetoothMap proxy object
04-05 22:55:24.507 W/ContextImpl(4826): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1607 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothMap.doBind:109 android.bluetooth.BluetoothMap.<init>:102 android.bluetooth.BluetoothAdapter.getProfileProxy:1390
04-05 22:55:24.517 D/LocalBluetoothProfileManager(4826): LocalBluetoothProfileManager construction complete
04-05 22:55:24.517 W/ContextImpl(4826): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1607 android.content.ContextWrapper.bindService:517 android.bluetooth.BluetoothPbap.doBind:164 android.bluetooth.BluetoothPbap.<init>:157 com.android.settings.bluetooth.PbapServerProfile.<init>:68
04-05 22:55:24.527 D/BluetoothAdapter(4826): 1110093784: getState() : mService = null. Returning STATE_OFF
04-05 22:55:24.527 D/BluetoothAdapter(4826): 1110093784: getState() : mService = null. Returning STATE_OFF
04-05 22:55:24.928 I/Adreno200-EGL(4826): <qeglDrvAPI_eglInitialize:265>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.5.2.04.02.02.088.027_msm8960_JB_2.5.2_CL3374520_release_AU (CL3374520)
04-05 22:55:24.928 I/Adreno200-EGL(4826): Build Date: 08/02/13 Fri
04-05 22:55:24.928 I/Adreno200-EGL(4826): Local Branch:
04-05 22:55:24.928 I/Adreno200-EGL(4826): Remote Branch: quic/jb_2.5.2
04-05 22:55:24.928 I/Adreno200-EGL(4826): Local Patches: NONE
04-05 22:55:24.928 I/Adreno200-EGL(4826): Reconstruct Branch: AU_LINUX_ANDROID_JB_2.5.2.04.02.02.088.027 + 109d3c2 + 0f798a2 + NOTHING
04-05 22:55:24.968 D/OpenGLRenderer(4826): Enabling debug mode 0
04-05 22:55:25.048 D/BluetoothAdapter(4826): 1110093784: getState() : mService = null. Returning STATE_OFF
04-05 22:55:25.108 W/ContextImpl(4826): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1543 android.content.ContextWrapper.startService:494 com.android.settings.search.SettingsSearchFilterAdapter.<init>:159 com.android.settings.Settings.onCreateOptionsMenu:289 android.app.Activity.onCreatePanelMenu:2538
04-05 22:55:25.238 I/Timeline(4826): Timeline: Activity_idle id: [email protected] time:305467
04-05 22:55:26.359 I/Timeline(4826): Timeline: Activity_launch_request id:com.android.settings time:306587
04-05 22:55:26.359 I/ActivityManager(849): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from pid 4826
04-05 22:55:26.459 D/SubSettings(4826): Launching fragment com.android.settings.DataUsageSummary
04-05 22:55:26.770 E/JavaBinder(4826): !!! FAILED BINDER TRANSACTION !!!
04-05 22:55:26.770 D/AndroidRuntime(4826): Shutting down VM
04-05 22:55:26.770 W/dalvikvm(4826): threadid=1: thread exiting with uncaught exception (group=0x418a2ce0)
04-05 22:55:26.770 E/AndroidRuntime(4826): FATAL EXCEPTION: main
04-05 22:55:26.770 E/AndroidRuntime(4826): Process: com.android.settings, PID: 4826
04-05 22:55:26.770 E/AndroidRuntime(4826): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.NullPointerException
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2212)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2271)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.ActivityThread.access$800(ActivityThread.java:144)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.os.Handler.dispatchMessage(Handler.java:102)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.os.Looper.loop(Looper.java:136)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.ActivityThread.main(ActivityThread.java:5146)
04-05 22:55:26.770 E/AndroidRuntime(4826): at java.lang.reflect.Method.invokeNative(Native Method)
04-05 22:55:26.770 E/AndroidRuntime(4826): at java.lang.reflect.Method.invoke(Method.java:515)
04-05 22:55:26.770 E/AndroidRuntime(4826): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:732)
04-05 22:55:26.770 E/AndroidRuntime(4826): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
04-05 22:55:26.770 E/AndroidRuntime(4826): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
04-05 22:55:26.770 E/AndroidRuntime(4826): at dalvik.system.NativeStart.main(Native Method)
04-05 22:55:26.770 E/AndroidRuntime(4826): Caused by: java.lang.NullPointerException
04-05 22:55:26.770 E/AndroidRuntime(4826): at com.android.settings.net.NetworkPolicyEditor.read(NetworkPolicyEditor.java:70)
04-05 22:55:26.770 E/AndroidRuntime(4826): at com.android.settings.DataUsageSummary.onCreate(DataUsageSummary.java:287)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.Fragment.performCreate(Fragment.java:1678)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:859)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1062)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.BackStackRecord.run(BackStackRecord.java:684)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1447)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.Activity.performStart(Activity.java:5240)
04-05 22:55:26.770 E/AndroidRuntime(4826): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2178)
04-05 22:55:26.770 E/AndroidRuntime(4826): ... 12 more
04-05 22:55:28.542 I/Process (4826): Sending signal. PID: 4826 SIG: 9
04-05 22:55:28.562 I/ActivityManager(849): Process com.android.settings (pid 4826) has died.
Any suggestions please?

Categories

Resources