I don't think I've seen anyone else with this issue yet. My Navigation keeps crashing while in use. I'll get the "Navigation is unresponsive" popup and close out. Sometimes if I open Nav right back up it will act like it never actually crashed while other times I have to start the process of where I'm going all over again.
I've used a LogCat reader and from my very limited experience with these logs, it appears as if I'm running out of memory somehow:
07-23 07:26:06.411 V/LocSvc_api_v02( 427): V/locClientIndCb:969]: Indication: msg_id=44 buf_len=7 pCallbackData = 0x2b17c98
07-23 07:26:06.411 V/LocSvc_api_v02( 427): V/locClientGetSizeByEventIndId:1876]: event ind Id 44 size = 8
07-23 07:26:06.411 V/LocSvc_api_v02( 427): V/locClientGetSizeAndTypeByIndId:400]: indId 44 is an event size = 8
07-23 07:26:06.411 V/LocSvc_api_v02( 427): V/isClientRegisteredForEvent:443]: eventId 44 registered mask = 8703, eventMask = 256
07-23 07:26:06.411 I/LocSvc_adapter( 427): I/<--- void globalEventCb(void*, uint32_t, locClientEventIndUnionType, void*) line 84 QMI_LOC_EVENT_FIX_SESSION_STATE_IND_V02
07-23 07:26:06.411 V/LocSvc_adapter( 427): V/void globalEventCb(void*, uint32_t, locClientEventIndUnionType, void*):89] client = 0x2b17c98, event id = 44, client cookie ptr = 0x2c03050
07-23 07:26:06.411 D/LocSvc_adapter( 427): D/void LocApiV02Adapter::eventCb(void*, uint32_t, locClientEventIndUnionType):2100]: event id = 44
07-23 07:26:06.411 D/LocSvc_adapter( 427): D/void LocApiV02Adapter::reportFixSessionState(const qmiLocEventFixSessionStateIndMsgT_v02*):1811]: state = 1
07-23 07:26:06.411 D/LocSvc_utils_q( 427): D/msg_q_snd: Sending message with handle = 0x03085F10
07-23 07:26:06.411 D/LocSvc_utils_ll( 427): D/linked_list_add: Adding to list data_obj = 0x03085F10
07-23 07:26:06.411 D/LocSvc_utils_q( 427): D/msg_q_snd: Finished Sending message with handle = 0x03085F10
07-23 07:26:06.411 D/LocSvc_utils_ll( 427): D/linked_list_remove: Removing from list
07-23 07:26:06.411 D/LocSvc_utils_q( 427): D/msg_q_rcv: Received message 0x03085F10 rv = 0
07-23 07:26:06.411 D/LocSvc_eng( 427): D/void loc_eng_deferred_action_thread(void*):1456] received msg_id = LOC_ENG_MSG_REPORT_STATUS context = 0x2b18730
07-23 07:26:06.411 I/LocSvc_eng( 427): I/<=== status_cb line 886 GPS_STATUS_SESSION_BEGIN
07-23 07:26:06.411 V/GpsLocationProvider( 427): reportStatus status: 1
07-23 07:26:06.411 D/QMI_FW ( 427): QCCI: reader_thread: Received 14 bytes from 220
07-23 07:26:06.411 D/QMI_FW ( 427): QCCI: QMI_CCI_RX: cntl_flag - 04, txn_id - 0000, msg_id - 002c, msg_len - 0007
07-23 07:26:06.421 D/GpsLocationProvider( 427): [reportStatus] mNavigating:true mEngineOn:true mDownloadXtraDataPending:Idle
07-23 07:26:06.421 D/LocSvc_eng( 427): D/void loc_eng_deferred_action_thread(void*):1443] 392244 listening ...
07-23 07:26:06.421 D/LocSvc_utils_q( 427): D/msg_q_rcv: Waiting on message
07-23 07:26:06.451 D/memalloc(17108): ion: Unmapping buffer base:0x55344000 size:1474560
07-23 07:26:06.451 D/memalloc(17108): ion: Unmapping buffer base:0x56876000 size:1474560
07-23 07:26:06.451 D/memalloc(17108): ion: Unmapping buffer base:0x56186000 size:1474560
07-23 07:26:06.451 D/memalloc( 204): ion: Freeing buffer base:0x43d5d000 size:1474560 fd:37
07-23 07:26:06.451 D/memalloc( 204): ion: Unmapping buffer base:0x43d5d000 size:1474560
07-23 07:26:06.451 D/memalloc( 204): ion: Freeing buffer base:0x448c0000 size:1474560 fd:74
07-23 07:26:06.451 D/memalloc( 204): ion: Unmapping buffer base:0x448c0000 size:1474560
07-23 07:26:06.571 W/dalvikvm(17108): threadid=33: thread exiting with uncaught exception (group=0x40aada08)
07-23 07:26:06.581 E/AndroidRuntime(17108): FATAL EXCEPTION: GLThread 61105
07-23 07:26:06.581 E/AndroidRuntime(17108): java.lang.OutOfMemoryError: java.lang.Object[] of length 1894855534 exceeds the VM limit(Heap Size=22307KB, Allocated=18421KB)
07-23 07:26:06.581 E/AndroidRuntime(17108): at java.util.ArrayList.<init>(ArrayList.java:75)
07-23 07:26:06.581 E/AndroidRuntime(17108): at D.ak.a(SourceFile:313)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.ce.a(SourceFile:70)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.cV.a_(SourceFile:933)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.ct.a(SourceFile:1385)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.ct.d(SourceFile:1295)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.ct.a(SourceFile:834)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.bm.l(SourceFile:1569)
07-23 07:26:06.581 E/AndroidRuntime(17108): at com.google.android.maps.driveabout.vector.bm.run(SourceFile:1285)
07-23 07:26:06.591 E/EmbeddedLogger( 427): App crashed! Process: com.google.android.apps.maps
07-23 07:26:06.591 E/EmbeddedLogger( 427): App crashed! Package: com.google.android.apps.maps v609001403 (6.9.0)
07-23 07:26:06.611 E/EmbeddedLogger( 427): Application Label: Maps
07-23 07:26:06.611 W/ActivityManager( 427): Force finishing activity com.google.android.apps.maps/com.google.android.maps.driveabout.app.NavigationActivity
07-23 07:26:06.691 D/ViewRootImpl( 427): @@@- disable SystemServer HW acceleration
07-23 07:26:06.691 D/SensorService( 427): disable: get sensor name = MPL rotation vector
07-23 07:26:06.691 D/Sensors ( 427): handle : 0 en: 0, v010.0 - Try to resolve lock issue
07-23 07:26:06.691 D/Sensors ( 427): lock_status = 1
07-23 07:26:06.701 D/Sensors ( 427): Andy: MPLSensor::enable: lock1
07-23 07:26:06.701 D/Sensors ( 427): mEnabled = 0x10
07-23 07:26:06.701 D/Sensors ( 427): set_power_states++: enabled_sensors: 16 dmp_started: 1
07-23 07:26:06.701 D/Sensors ( 427): Before if statment: cs:1 rs:0 en_ped:0 da_ped:0 en_g:0 da_g:0
07-23 07:26:06.701 D/Sensors ( 427): Inside: if ( dmp_started || start_sys_ped )
07-23 07:26:06.701 I/ ( 427): mpu3050_suspend: suspending sensors to 0000
07-23 07:26:06.711 D/memalloc( 204): ion: Freeing buffer base:0x0 size:4423680 fd:91
07-23 07:26:06.711 D/memalloc( 204): ion: Freeing buffer base:0x0 size:11304960 fd:94
07-23 07:26:06.711 D/memalloc( 204): ion: Freeing buffer base:0x0 size:983040 fd:98
07-23 07:26:06.771 D/memalloc( 204): ion: Allocated buffer base:0x0 size:4423680 fd:42
07-23 07:26:06.771 D/memalloc( 204): ion: Allocated buffer base:0x42ebd000 size:745472 fd:74
07-23 07:26:06.771 D/memalloc( 427): ion: Mapped buffer base:0x533ce000 size:745472 offset:0 fd:308
07-23 07:26:06.771 D/memalloc( 204): ion: Allocated buffer base:0x0 size:11304960 fd:83
07-23 07:26:06.771 D/memalloc( 204): ion: Allocated buffer base:0x0 size:983040 fd:91
Click to expand...
Click to collapse
Can anyone recommend a good app that will keep track of my memory (I'm assuming RAM) so that I can figure out why this is happening?
As for my phone's status, I've only rooted and have done a few changes - got rid of HTCLinkify, recent app button remapped as menu, added Google Now - and I believe that's it. Maybe I should just bite the bullet and start running a custom ROM, but for the mean time, can any one make any suggestions for this?
No suggestions? Could really use some help on this. Its frustrating as hell.
Sent from my htc_evita using xda app-developers app
Hate to bring up the dead horse, but...
I've flashed CleanROM this week and it still crashes. However, I notice that it only crashes when I'm using the Satellite imagery though. I did another logcat and again, it's due to an out of memory error:
08-16 07:17:54.526 E/AndroidRuntime(22420): FATAL EXCEPTION: GLThread 3810
08-16 07:17:54.526 E/AndroidRuntime(22420): java.lang.OutOfMemoryError: (Heap Size=22435KB, Allocated=17246KB)
08-16 07:17:54.526 E/AndroidRuntime(22420): at java.util.ArrayList.<init>(ArrayList.java:75)
08-16 07:17:54.526 E/AndroidRuntime(22420): at D.ak.a(SourceFile:313)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.ce.a(SourceFile:70)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.cV.a_(SourceFile:933)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.ct.a(SourceFile:1385)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.ct.d(SourceFile:1295)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.ct.a(SourceFile:834)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.bm.l(SourceFile:1569)
08-16 07:17:54.526 E/AndroidRuntime(22420): at com.google.android.maps.driveabout.vector.bm.run(SourceFile:1285)
08-16 07:17:54.536 W/ActivityManager( 1374): Force finishing activity com.google.android.apps.maps/com.google.android.maps.driveabout.app.NavigationActivity
08-16 07:17:54.566 W/UsageStats( 1374): Failed writing stats to file:/data/system/usagestats/usage-20120816
Click to expand...
Click to collapse
Am I really the only person having this issue? Can anyone offer suggestions on how I might troubleshoot this more? I don't understand how I could be the only one who's experiencing this and if this is the case, could it be a hardware issue? How can identify what the issue is?
I've not had any problems with the phone otherwise, besides battery life sucking until I flashed CleanROM (not sure if that's scrosler's doing or the new HTC base but either way I'm happy). I just find it really odd that this occurs on the stock ROM and on a custom ROM.
FWIW, the only "mods" i have right now are:
Google Now
ASOP KB from CleanROM
eqs-percent status bar from CleanROM
I'll try and use LogCat to post similar data from CM10 as were both running that now.
I'm back on CleanROM and I took this log this morning (which I find funny because I found your post later on in the day - wasn't expecting any others to have this issue). My issue really seems to be a memory issue but I haven't a clue why. I usually have 200MB of Memory at any given time. This line has me baffled:
10-26 07:25:15.332 W/dalvikvm(10536): -2047744016 byte allocation exceeds the 67108864 byte maximum heap size
Not sure where this negative number comes from, but negative 2GB allocation...really????
10-26 07:25:15.182 D/LocSvc_utils_q( 880): D/msg_q_snd: Finished Sending message with handle = 0x02361130
10-26 07:25:15.182 D/LocSvc_utils_ll( 880): D/linked_list_remove: Removing from list
10-26 07:25:15.182 D/LocSvc_utils_q( 880): D/msg_q_rcv: Received message 0x02361130 rv = 0
10-26 07:25:15.182 D/LocSvc_eng( 880): D/void loc_eng_deferred_action_thread(void*):1455] received msg_id = LOC_ENG_MSG_REPORT_STATUS context = 0x245a660
10-26 07:25:15.182 I/LocSvc_eng( 880): I/<=== status_cb line 886 GPS_STATUS_SESSION_BEGIN
10-26 07:25:15.182 V/GpsLocationProvider( 880): reportStatus status: 1
10-26 07:25:15.182 D/GpsLocationProvider( 880): [reportStatus] mNavigating:true mEngineOn:true mDownloadXtraDataPending:Idle
10-26 07:25:15.182 D/LocSvc_eng( 880): D/void loc_eng_deferred_action_thread(void*):1442] 21858 listening ...
10-26 07:25:15.182 D/LocSvc_utils_q( 880): D/msg_q_rcv: Waiting on message
10-26 07:25:15.182 D/QMI_FW ( 880): QCCI: reader_thread: Received 14 bytes from 255
10-26 07:25:15.182 D/QMI_FW ( 880): QCCI: QMI_CCI_RX: cntl_flag - 04, txn_id - 0000, msg_id - 002c, msg_len - 0007
10-26 07:25:15.242 D/dalvikvm(10536): GC_CONCURRENT freed 3002K, 21% free 12162K/15331K, paused 3ms+5ms
10-26 07:25:15.332 W/dalvikvm(10536): -2047744016 byte allocation exceeds the 67108864 byte maximum heap size
10-26 07:25:15.332 I/dalvikvm-heap(10536): Forcing collection of SoftReferences for 2247223280-byte allocation
10-26 07:25:15.382 D/dalvikvm(10536): GC_BEFORE_OOM freed 148K, 21% free 12120K/15331K, paused 55ms
10-26 07:25:15.382 E/dalvikvm-heap(10536): Out of memory on a -2047744016-byte allocation.
10-26 07:25:15.382 I/dalvikvm(10536): "GLThread 726" prio=5 tid=28 RUNNABLE
10-26 07:25:15.382 I/dalvikvm(10536): | group="main" sCount=0 dsCount=0 obj=0x40d711b8 self=0x221ae48
10-26 07:25:15.382 I/dalvikvm(10536): | sysTid=10659 nice=1 sched=0/0 cgrp=default handle=35762840
10-26 07:25:15.382 I/dalvikvm(10536): | schedstat=( 0 0 0 ) utm=2988 stm=339 core=1
10-26 07:25:15.382 I/dalvikvm(10536): at java.util.ArrayList.<init>(ArrayList.java:~75)
10-26 07:25:15.382 I/dalvikvm(10536): at o.am.a(SourceFile:370)
10-26 07:25:15.382 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.ck.a(SourceFile:70)
10-26 07:25:15.382 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.dd.a(SourceFile:926)
10-26 07:25:15.382 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.cz.a(SourceFile:1418)
10-26 07:25:15.382 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.cz.d(SourceFile:1328)
10-26 07:25:15.382 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.cz.a(SourceFile:881)
10-26 07:25:15.382 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.bq.m(SourceFile:1600)
10-26 07:25:15.392 I/dalvikvm(10536): at com.google.android.maps.driveabout.vector.bq.run(SourceFile:1316)
10-26 07:25:15.392 I/dalvikvm(10536):
10-26 07:25:15.392 E/dalvikvm(10536): Out of memory: Heap Size=15395KB, Allocated=12120KB, Limit=65536KB
10-26 07:25:15.392 E/dalvikvm(10536): Extra info: Footprint=15331KB, Allowed Footprint=15395KB, Trimmed=1352KB
10-26 07:25:15.402 D/memalloc(10536): ion: Unmapping buffer base:0x55a1f000 size:1474560
10-26 07:25:15.402 D/memalloc(10536): ion: Unmapping buffer base:0x57c7f000 size:1474560
10-26 07:25:15.402 D/memalloc(10536): ion: Unmapping buffer base:0x57de7000 size:1474560
10-26 07:25:15.402 D/memalloc( 210): ion: Freeing buffer base:0x43751000 size:1474560 fd:64
10-26 07:25:15.402 D/memalloc( 210): ion: Unmapping buffer base:0x43751000 size:1474560
10-26 07:25:15.402 D/memalloc( 210): ion: Freeing buffer base:0x43ff4000 size:1474560 fd:74
10-26 07:25:15.402 D/memalloc( 210): ion: Unmapping buffer base:0x43ff4000 size:1474560
10-26 07:25:15.452 W/dalvikvm(10536): threadid=28: thread exiting with uncaught exception (group=0x40a9da08)
10-26 07:25:15.452 E/EmbeddedLogger( 880): App crashed! Process: com.google.android.apps.maps
10-26 07:25:15.452 E/EmbeddedLogger( 880): App crashed! Package: com.google.android.apps.maps v612001403 (6.12.0)
10-26 07:25:15.452 E/AndroidRuntime(10536): FATAL EXCEPTION: GLThread 726
10-26 07:25:15.452 E/AndroidRuntime(10536): java.lang.OutOfMemoryError: (Heap Size=15395KB, Allocated=12120KB)
10-26 07:25:15.452 E/AndroidRuntime(10536): at java.util.ArrayList.<init>(ArrayList.java:75)
10-26 07:25:15.452 E/AndroidRuntime(10536): at o.am.a(SourceFile:370)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.ck.a(SourceFile:70)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.dd.a(SourceFile:926)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.cz.a(SourceFile:1418)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.cz.d(SourceFile:1328)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.cz.a(SourceFile:881)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.bq.m(SourceFile:1600)
10-26 07:25:15.452 E/AndroidRuntime(10536): at com.google.android.maps.driveabout.vector.bq.run(SourceFile:1316)
10-26 07:25:15.462 E/EmbeddedLogger( 880): Application Label: Maps
10-26 07:25:15.462 W/ActivityManager( 880): Force finishing activity com.google.android.apps.maps/com.google.android.maps.driveabout.app.NavigationActivity
10-26 07:25:15.512 W/UsageStats( 880): Failed writing stats to file:/data/system/usagestats/usage-20121026
10-26 07:25:15.542 D/ViewRootImpl( 880): @@@- disable SystemServer HW acceleration
10-26 07:25:15.542 D/SensorService( 880): disable: get sensor name = MPL magnetic field
10-26 07:25:15.542 D/Sensors ( 880): handle : 5 en: 0, v010.0 - Try to resolve lock issue
10-26 07:25:15.542 D/Sensors ( 880): lock_status = 4
10-26 07:25:15.542 D/Sensors ( 880): Andy: MPLSensor::enable: lock1
10-26 07:25:15.542 D/Sensors ( 880): mEnabled = 0x10
10-26 07:25:15.542 D/Sensors ( 880): set_power_states++: enabled_sensors: 16 dmp_started: 1
10-26 07:25:15.542 D/Sensors ( 880): Before if statment: cs:1 rs:0 en_ped:0 da_ped:0 en_g:0 da_g:0
10-26 07:25:15.542 D/Sensors ( 880): Inside: if ( dmp_started || start_sys_ped )
10-26 07:25:15.542 I/ ( 880): mpu3050_suspend: suspending sensors to 0000
10-26 07:25:15.562 I/ ( 880): mpu3050_suspend: Will resume next to 03f0
10-26 07:25:15.562 D/AK8975 ( 880): Saving AK8975Prms to file...
10-26 07:25:15.562 D/AK8975 ( 880): Parameter saved
10-26 07:25:15.562 D/memalloc( 210): ion: Freeing buffer base:0x0 size:4423680 fd:87
10-26 07:25:15.562 D/memalloc( 210): ion: Freeing buffer base:0x0 size:11304960 fd:90
10-26 07:25:15.562 D/memalloc( 210): ion: Freeing buffer base:0x0 size:983040 fd:95
10-26 07:25:15.572 D/memalloc( 210): ion: Allocated buffer base:0x42550000 size:745472 fd:65
10-26 07:25:15.572 D/memalloc( 880): ion: Mapped buffer base:0x56b9c000 size:745472 offset:0 fd:296
10-26 07:25:15.582 D/Sensors ( 880): Exit: if ( dmp_started || start_sys_ped )
10-26 07:25:15.582 D/Sensors ( 880): MLSetMPUSensors: 70
10-26 07:25:15.582 I/MPL-ml ( 880): Actual ODR: 31 Hz
10-26 07:25:15.582 D/Sensors ( 880): Exit: MLSetMPUSensors: 70
10-26 07:25:15.582 D/Sensors ( 880): STOP timerirq_1
10-26 07:25:15.592 V/LocSvc_api_v02( 880): V/locClientIndCb:969]: Indication: msg_id=38 buf_len=73 pCallbackData = 0x245aaa0
10-26 07:25:15.592 V/LocSvc_api_v02( 880): V/locClientGetSizeByEventIndId:1876]: event ind Id 38 size = 201
10-26 07:25:15.592 V/LocSvc_api_v02( 880): V/locClientGetSizeAndTypeByIndId:400]: indId 38 is an event size = 201
10-26 07:25:15.592 V/LocSvc_api_v02( 880): V/isClientRegisteredForEvent:443]: eventId 38 registered mask = 8703, eventMask = 4
10-26 07:25:15.592 I/LocSvc_adapter( 880): I/<--- void globalEventCb(void*, uint32_t, locClientEventIndUnionType, void*) line 84 QMI_LOC_EVENT_NMEA_IND_V02
Click to expand...
Click to collapse
I have this issue aswell on stock and viper xl 3.1, whole problem started when I put on JB...
knowskillz said:
I have this issue aswell on stock and viper xl 3.1, whole problem started when I put on JB...
Click to expand...
Click to collapse
I've moved on to CM10.1 and the issue still exists there. Haven't had time to do a Log yet but probably will tomorrow.
With people having issues throughout different ROMs, I'm thinking we've got a batch of phones with a hardware issue. Anyone willing to offer up their serial numbers to see of there any that are close? Timewise, I bought my phone in May of last year, FWIW.
Sent from my Nexus 7 using Tapatalk HD
I'm having the same issues, I can add a little bit more info though.
Running stock unrooted ICS, and stock rooted JB, navigation will last for a little while before it start crashing, and no amount of restarts will fix it.
CM 10.1 M-snapshot and nightly, navigation will crash immediately.
In all cases though, when it crashes and you hit OK to clear the FC box, navigation will fire back up in the background and continue to give voice prompts all the way to your destination, but as soon as you bring navigation back to the front, it'll crash again.
I've also noticed that, while it's working, the blue line showing your track will disappear and come back and come and go, but the arrows showing turns stay visible.
I've tried all combination of dithering settings, force 2D GPU rendering, and 4x MSAA.
garfnodie said:
I'm having the same issues, I can add a little bit more info though.
Running stock unrooted ICS, and stock rooted JB, navigation will last for a little while before it start crashing, and no amount of restarts will fix it.
CM 10.1 M-snapshot and nightly, navigation will crash immediately.
In all cases though, when it crashes and you hit OK to clear the FC box, navigation will fire back up in the background and continue to give voice prompts all the way to your destination, but as soon as you bring navigation back to the front, it'll crash again.
I've also noticed that, while it's working, the blue line showing your track will disappear and come back and come and go, but the arrows showing turns stay visible.
I've tried all combination of dithering settings, force 2D GPU rendering, and 4x MSAA.
Click to expand...
Click to collapse
Would it be possible for you to start a log (I use catlog), fire up navigation and catch a crash? Every time I've done this it seems there is an out of memory issue. How about serial number? I've got HT24WW300561.
Sent from my Nexus 7 using Tapatalk HD
Google Now
I wish I had a logcat to confirm what I'm seeing, (or at least a standard software configuration), but I thought this was worth sharing, so here goes.
I've had "maps crashing during navigation" bug ever since I rooted and started running the CM10.1 Nightlies. I tried installing the linaro kernel to see if that would fix things. It did not. My present configuration is the latest CM10.1 nightly (20130312) with the v3 linaro kernel, (because I haven't rolled back to vanilla CM10.1 to test this yet).
Anyway, on a whim this morning, I tried disabling Google Now, and starting navigation directly from the Navigation App. This time it didn't crash. Subsequently, I launched navigation from Google Voice Search, and it still didn't crash. Since then, I have re-enabled Google Now, and the navigation app no longer crashes, even if launched from Google Voice Search. I have no idea why this is the case. However, if anyone else can try this sequence and reply back with your results, that would be huge.
I'm also seeing this issue. Right now I'm on CM10.1 M2, but it did the same thing for me when I was on the Jan 29 nightly (I think) as well. The Nav works fine if I don't do the 3D view, but once I switch to it it crashes. In the 2D view, the screen sees a lot of flickering and tearing. And like others people it seems, when it does crash, it will either continue to run in the background, or restarting the app will make it start where it left off.
jspidey said:
Would it be possible for you to start a log (I use catlog), fire up navigation and catch a crash? Every time I've done this it seems there is an out of memory issue. How about serial number? I've got HT24WW300561.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
I'll try to get a log later today.
jimmyjohns said:
I wish I had a logcat to confirm what I'm seeing, (or at least a standard software configuration), but I thought this was worth sharing, so here goes.
I've had "maps crashing during navigation" bug ever since I rooted and started running the CM10.1 Nightlies. I tried installing the linaro kernel to see if that would fix things. It did not. My present configuration is the latest CM10.1 nightly (20130312) with the v3 linaro kernel, (because I haven't rolled back to vanilla CM10.1 to test this yet).
Anyway, on a whim this morning, I tried disabling Google Now, and starting navigation directly from the Navigation App. This time it didn't crash. Subsequently, I launched navigation from Google Voice Search, and it still didn't crash. Since then, I have re-enabled Google Now, and the navigation app no longer crashes, even if launched from Google Voice Search. I have no idea why this is the case. However, if anyone else can try this sequence and reply back with your results, that would be huge.
Click to expand...
Click to collapse
Interesting, I'll certainly give that a shot.
Looks like this isn't necessarily device specific...
productforums.google.com/forum/#!topic/maps/CqwrpPHaPw0
It seems to be well correlated to Jelly Bean, which coincides with the arrival of Google Now.
There are a couple of settings in the Maps app that interact with Google Now. Lacking anything better than anecdotal evidence at this time, I have a building suspicion that the culprit is related to the following setting in Maps:
Maps->Settings->Location Settings->Location Reporting (under Background Location Reporting)
With this disabled, I get crashes almost immediately. With it set to "Automatically Update Location From this Device," it seems not to crash. I can't really *confirm* this at this time as I'm at work, and not attempting to run Nav for any longer than 5-10 minutes.
This would jive somewhat with my previous post that disabling Google Now stopped my Nav problems. Likewise, upon re-enabling Google Now, the above setting was automatically re-set to the "Automatically Report" position.
Again-- I'm presently at work, so no logcat or other evidence at this time. However, it may be another item worth testing.
jimmyjohns said:
Looks like this isn't necessarily device specific...
productforums.google.com/forum/#!topic/maps/CqwrpPHaPw0
It seems to be well correlated to Jelly Bean, which coincides with the arrival of Google Now.
There are a couple of settings in the Maps app that interact with Google Now. Lacking anything better than anecdotal evidence at this time, I have a building suspicion that the culprit is related to the following setting in Maps:
Maps->Settings->Location Settings->Location Reporting (under Background Location Reporting)
With this disabled, I get crashes almost immediately. With it set to "Automatically Update Location From this Device," it seems not to crash. I can't really *confirm* this at this time as I'm at work, and not attempting to run Nav for any longer than 5-10 minutes.
This would jive somewhat with my previous post that disabling Google Now stopped my Nav problems. Likewise, upon re-enabling Google Now, the above setting was automatically re-set to the "Automatically Report" position.
Again-- I'm presently at work, so no logcat or other evidence at this time. However, it may be another item worth testing.
Click to expand...
Click to collapse
I thought I had the setting turned on, so I thought that wasn't my problem, but I just checked and was tuned off. I've flashed so many ROMs in the past week that I've gotten confused as to what settings are on and off.
I'll certainly try cycling that setting and Google Now and see what happens.
jimmyjohns said:
Looks like this isn't necessarily device specific...
productforums.google.com/forum/#!topic/maps/CqwrpPHaPw0
It seems to be well correlated to Jelly Bean, which coincides with the arrival of Google Now.
There are a couple of settings in the Maps app that interact with Google Now. Lacking anything better than anecdotal evidence at this time, I have a building suspicion that the culprit is related to the following setting in Maps:
Maps->Settings->Location Settings->Location Reporting (under Background Location Reporting)
With this disabled, I get crashes almost immediately. With it set to "Automatically Update Location From this Device," it seems not to crash. I can't really *confirm* this at this time as I'm at work, and not attempting to run Nav for any longer than 5-10 minutes.
This would jive somewhat with my previous post that disabling Google Now stopped my Nav problems. Likewise, upon re-enabling Google Now, the above setting was automatically re-set to the "Automatically Report" position.
Again-- I'm presently at work, so no logcat or other evidence at this time. However, it may be another item worth testing.
Click to expand...
Click to collapse
Nice find. I'll see if that works for me on my way home too. I really enjoy Google Now's features (battery hogging is not one of them) but it'd be really great if the Nav worked as it should.
In my case I'm a bit leery if it will help or not since I've been having these issues since I first got the phone on stock Sense, but I'll try anything at this point.
Sent from my Nexus 7 using Tapatalk HD
So-- I've posted the same info re: Google Now and Maps settings in two different google product forums, and the first two people to attempt things did not have much luck. Incidentally, there are three threads open about it right now. One for each of the One S, One X(L), and the Evo 4G LTE. URLs for all three are below:
productforums.google.com/forum/#!category-topic/maps/mobile-android/GUMkWv5D0HI (One X)
productforums.google.com/forum/#!category-topic/maps/mobile-android/1T_mDNfU8Z0 (One S)
productforums.google.com/forum/#!category-topic/maps/mobile-android/CqwrpPHaPw0 (EVO 4G LTE)
I think most of the users on these forums are running stock roms.
Seeing as how I'm no longer seeing the crash right now, I need to figure out what changed here. The exact sequence in which I did things was:
1). Fully disable Google Now
2). Launch a Nav session *directly* from the Navigation Application itself (not from maps or voice search... directly from Nav)
3). Celebrate the fact that it didn't crash.
4). Stop Nav session.
5). Launch a new Nav session using Google Voice Search (with Google Now still disabled).
6). Still No Crash.
7). Stop Nav session again, and re-enable Google Now.... Notice that Google Now reactivates all those background location options in Maps that I previously had disabled.
8). Start another Nav session. Again, no crash.
9). Disable background location options in Maps.
10). Launch Nav session, experience immediate crash.
11). Re-enable background location options in Maps.
12). Launch another Nav session, no crash.
I drive about an hour to work, so each Nav test session was around 15 minutes or so.
Based on this sequence, you can see why I was convinced it had something to do with Google Now accessing the background location data from Maps. However, seeing as how a couple of users on the Google Product forums aren't having any luck, maybe there's something in this sequence that I'm missing. Likewise, I'm running CM10.1 with linaro kernel, so maybe that makes a difference...
Ok, so I don't have really any experience with logs. I've installed catalog and alogcat and both of them are a bit over my head. There are so many settings and I don't know what type, style, etc. I should set either to. Do I start the logging app first and then try Nav, or do I just try Nav and then open the log after a crash?
Some settings and step by step in your app of choice would be helpful, would like to learn how to use logging apps TBH.
Sent from my One X using xda premium
jimmyjohns said:
So-- I've posted the same info re: Google Now and Maps settings in two different google product forums, and the first two people to attempt things did not have much luck. Incidentally, there are three threads open about it right now. One for each of the One S, One X(L), and the Evo 4G LTE. URLs for all three are below:
productforums.google.com/forum/#!category-topic/maps/mobile-android/GUMkWv5D0HI (One X)
productforums.google.com/forum/#!category-topic/maps/mobile-android/1T_mDNfU8Z0 (One S)
productforums.google.com/forum/#!category-topic/maps/mobile-android/CqwrpPHaPw0 (EVO 4G LTE)
I think most of the users on these forums are running stock roms.
Seeing as how I'm no longer seeing the crash right now, I need to figure out what changed here. The exact sequence in which I did things was:
1). Fully disable Google Now
2). Launch a Nav session *directly* from the Navigation Application itself (not from maps or voice search... directly from Nav)
3). Celebrate the fact that it didn't crash.
4). Stop Nav session.
5). Launch a new Nav session using Google Voice Search (with Google Now still disabled).
6). Still No Crash.
7). Stop Nav session again, and re-enable Google Now.... Notice that Google Now reactivates all those background location options in Maps that I previously had disabled.
8). Start another Nav session. Again, no crash.
9). Disable background location options in Maps.
10). Launch Nav session, experience immediate crash.
11). Re-enable background location options in Maps.
12). Launch another Nav session, no crash.
I drive about an hour to work, so each Nav test session was around 15 minutes or so.
Based on this sequence, you can see why I was convinced it had something to do with Google Now accessing the background location data from Maps. However, seeing as how a couple of users on the Google Product forums aren't having any luck, maybe there's something in this sequence that I'm missing. Likewise, I'm running CM10.1 with linaro kernel, so maybe that makes a difference...
Click to expand...
Click to collapse
I tried this last night but no dice. Maps did not crash instantly after step 2 however. It went about 4 miles before it puked.
I'm happy to see some progress toward a resolution - at least it worked for you. There has to be some commonality somewhere. I'll keep trying though. Maybe I'll luck out too sometime.
Sent from my Nexus 7 using Tapatalk HD
garfnodie said:
Ok, so I don't have really any experience with logs. I've installed catalog and alogcat and both of them are a bit over my head. There are so many settings and I don't know what type, style, etc. I should set either to. Do I start the logging app first and then try Nav, or do I just try Nav and then open the log after a crash?
Some settings and step by step in your app of choice would be helpful, would like to learn how to use logging apps TBH.
Sent from my One X using xda premium
Click to expand...
Click to collapse
I use Catlog. All I've ever done was set the widget on a home screen and hit it to start a capture. It will pop up a dialogue asking you where to save it and the filename. Conveniently its already filled out with the folder destination and filename - the filename is always the date and time. IIRC, it saves it in the Catlog folder. I usually send it to my Gmail and use Notepad++ to view it.
Sent from my Nexus 7 using Tapatalk HD
jspidey said:
I use Catlog. All I've ever done was set the widget on a home screen and hit it to start a capture. It will pop up a dialogue asking you where to save it and the filename. Conveniently its already filled out with the folder destination and filename - the filename is always the date and time. IIRC, it saves it in the Catlog folder. I usually send it to my Gmail and use Notepad++ to view it.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Here is the log I got, it's in the zip Catlog created cause if I expand it, it's over 3Mb, and XDA doesn't allow text files that big. I don't even know what to look for, so dig in and enjoy.
Related
Hi everyone,
I'm sure most of you know about HeroLED by now, if you don't then you can read up on it (and the changelog) in the original thread here: http://forum.xda-developers.com/showthread.php?p=6199438
Cookers: I've put this onto Market for easy distribution. It also allows me to see stats about the app, therefore please do not bundle it in ROMs.
This thread is for Magic/Sapphire only. From reading the various ROM threads, it seems that quite a few of you are having problems with the app on these devices. This thread is to get the problems in one place so I can fix them.
Therefore if you have a FC, please post a logcat here.
hey man great app,
im using it on smoki v 0.1.1, but it causes the battery to drain quicker, idno if there is anything u could do to fix it but anyway just want to let you now lol
Great work!!
Thanx for your work on fixing the app, it works a lot better now.
NB on Sanpei's LegendSense rom.
V3.0.6 is out.
changes log?
capychimp said:
changes log?
Click to expand...
Click to collapse
In the OP
senab said:
In the OP
Click to expand...
Click to collapse
when i saw your post, i guess i was too fast
V.3.0.6 FC's logcat
D/HeroLED (24277): MainService Destroyed
D/AndroidRuntime(24277): Shutting down VM
W/dalvikvm(24277): threadid=3: thread exiting with uncaught exception (group=0x4
001e380)
E/AndroidRuntime(24277): Uncaught handler: thread main exiting due to uncaught e
xception
E/AndroidRuntime(24277): java.lang.RuntimeException: Unable to stop service uk.c
[email protected]: java.lang.IllegalArgumentException
: Receiver not registered: [email protected]
E/AndroidRuntime(24277): at android.app.ActivityThread.handleStopService(
ActivityThread.java:3023)
E/AndroidRuntime(24277): at android.app.ActivityThread.access$3600(Activi
tyThread.java:126)
E/AndroidRuntime(24277): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1998)
E/AndroidRuntime(24277): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(24277): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(24277): at android.app.ActivityThread.main(ActivityThrea
d.java:4595)
E/AndroidRuntime(24277): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(24277): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime(24277): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(24277): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:618)
E/AndroidRuntime(24277): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(24277): Caused by: java.lang.IllegalArgumentException: Receiver
not registered: [email protected]
E/AndroidRuntime(24277): at android.app.ActivityThread$PackageInfo.forget
ReceiverDispatcher(ActivityThread.java:673)
E/AndroidRuntime(24277): at android.app.ApplicationContext.unregisterRece
iver(ApplicationContext.java:757)
E/AndroidRuntime(24277): at android.content.ContextWrapper.unregisterRece
iver(ContextWrapper.java:321)
E/AndroidRuntime(24277): at uk.co.senab.heroled_free.LEDMainService.onDes
troy(LEDMainService.java:294)
E/AndroidRuntime(24277): at android.app.ActivityThread.handleStopService(
ActivityThread.java:3009)
E/AndroidRuntime(24277): ... 10 more
I/Process ( 104): Sending signal. PID: 24277 SIG: 3
I/dalvikvm(24277): threadid=7: reacting to signal 3
I/dalvikvm(24277): Wrote stack trace to '/data/anr/traces.txt'
I/dalvikvm(24277): try .. Wrote Anr Histroy to '/data/data/com.android.htcprofil
e/anr_history.txt'
I/dalvikvm(24277): Done
D/gralloc ( 104): requested 296960
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 8309520
D/gralloc ( 104): requested 296960
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 5190288
D/gralloc ( 104): requested 296960
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 6721400
I/Process (24277): Sending signal. PID: 24277 SIG: 9
I/ActivityManager( 104): Process uk.co.senab.heroled_free (pid 24277) has died.
I/WindowManager( 104): WIN DEATH: Window{44f62f30 uk.co.senab.heroled_free/uk.c
o.senab.heroled_free.LEDPreferences paused=false}
I/WindowManager( 104): WIN DEATH: Window{44fcb810 AtchDlg:uk.co.senab.heroled_f
ree/uk.co.senab.heroled_free.LEDPreferences paused=false}
D/Sensors ( 104): sensors=00000000, real=00000000
E/ActivityManager( 104): fail to set top app changed!
V/ContactWidgetXL( 192): handleMessage: WHAT_ON_RESUMEtrue false
I/UsageStats( 104): Unexpected resume of com.htc.launcher while already resumed
in uk.co.senab.heroled_free
D/AKMD ( 90): Compass CLOSE
W/InputManagerService( 104): Got RemoteException sending setActive(false) notif
ication to pid 24277 uid 10091
D/gralloc ( 104): requested 614400
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 4226144
W/IInputConnectionWrapper( 192): showStatusIcon on inactive InputConnection
W/SyncAllWidget( 192): activeSynch is null false
D/gralloc ( 104): requested 614400
D/gralloc ( 104): init_pmem_area, err = 0
D/SimpleBestFitAllocator( 104): mHeapSize = 12582912
D/SimpleBestFitAllocator( 104): free_chunk = 5190288
W/IndicatorRequest( 192): The running request PersonIndicatorRequest(224) is no
longer valid... requeue it!
I/ActivityManager( 104): Start proc com.htc.bg for content provider com.htc.soc
ialnetwork.provider/.SocialNetworkProvider: pid=24490 uid=10006 gids={3003, 1006
, 1015}
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.flickr.provid
er.StreamProvider: com.htc.socialnetwork.flickr.provider.FlickrStream Provider
I/ActivityThread(24490): Publishing provider com.htc.accounts: com.htc.Customiza
tionSetup.AccountsProvider
I/ActivityThread(24490): Publishing provider com.htc.htctwitter.Users: com.htc.h
tctwitter.FriendProvider
W/dalvikvm(24490): Refusing to reopen boot DEX '/system/framework/com.htc.framew
ork.jar'
I/ActivityThread(24490): Publishing provider customization_settings: com.htc.pro
vider.CustomizationSettings.CustomizationSettingsP rovider
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.flickr.provid
er.CacheImageProvider: com.htc.socialnetwork.flickr.provider.FlickrCacheI magePro
vider
I/ActivityThread(24490): Publishing provider com.htc.friendstream.provider.Frien
dStreamProvider: com.htc.friendstream.provider.FriendStreamProvider
I/ActivityThread(24490): Publishing provider com.htc.chirp.provider.Tweet: com.h
tc.htctwitter.TwitterProvider
I/ActivityThread(24490): Publishing provider com.htc.provider.settings: com.htc.
provider.settings.NotificationFlashLightProvider
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.snprovider: c
om.htc.socialnetwork.provider.SocialNetworkProvide r
I/ActivityThread(24490): Publishing provider uploads: com.htc.providers.uploads.
UploadProvider
D/UploadManager(24490): UploadProvider is running
I/ActivityThread(24490): Publishing provider stockset: com.htc.android.Stock.Set
tingProvider
W/dalvikvm(24490): Refusing to reopen boot DEX '/system/framework/com.htc.framew
ork.jar'
I/ActivityThread(24490): Publishing provider com.htc.android.footprints.provider
.FootprintContentProvider: com.htc.android.footprints.provider.FootprintConte ntP
rovider
D/dalvikvm(24490): GC freed 3038 objects / 229192 bytes in 100ms
D/FootprintContentProvider(24490): provider onCreate
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.facebook.prov
ider.CacheImageProvider: com.htc.socialnetwork.facebook.provider.FacebookCa cheIm
ageProvider
I/ActivityThread(24490): Publishing provider com.htc.htctwitter.provider.CacheIm
ageProvider: com.htc.htctwitter.provider.TwitterCacheImageProvi der
I/ActivityThread(24490): Publishing provider com.htc.socialnetwork.facebook: com
.htc.socialnetwork.facebook.FacebookDB
W/IndicatorRequest( 192): The running request PersonIndicatorRequest(217) is no
longer valid... requeue it!
I/ActivityManager( 104): Process brut.googlemaps (pid 24474) has died.
D/dalvikvm(24194): GC freed 794 objects / 307576 bytes in 80ms
I/aFirewall( 684): Click. B3 W0 P0
D/dalvikvm( 684): GC freed 17 objects / 664 bytes in 88ms
Click to expand...
Click to collapse
kenny wong said:
V.3.0.6 FC's logcat
Click to expand...
Click to collapse
Should be fixed in 3.0.7
v3.0.7 Release. See OP
I saw blue led on my magic after updated the newest version
Case 1
Use HeroLed App -> playing game around 10~20mins -> change the phone to sleep mode -> turn on the phone (The button Backlight don't work need stop service & restart service)
Case 2
Use HeroLed App -> change the phone to sleep mode -> around 30mins or over -> turn on the phone (The button Backlight don't work need stop service & restart service)
kenny wong said:
Case 1
Use HeroLed App -> playing game around 10~20mins -> change the phone to sleep mode -> turn on the phone (The button Backlight don't work need stop service & restart service)
Case 2
Use HeroLed App -> change the phone to sleep mode -> around 30mins or over -> turn on the phone (The button Backlight don't work need stop service & restart service)
Click to expand...
Click to collapse
I solved by excluding the termination of the application and the service with AdvancedTaskManager
That won't completely fix it, but it will if you're using a task killer. Basically the service is getting killed by Android because it's running out of memory.
The next version will try and "fix" this.
v3.0.8 Donate Released. See OP
i dont see orange charging led =(
V.3.0.8
1. The Charging LED don't work.
2. Set colour Green, Blue or Red in option Default LED Colour also is green colour.
3. Enabled missed calls LED this option don't see any event for missed calls.
Charging LED working only in sleeping mode and it is green. Is it normal? v3.0.8 donate, Sanpei's Sense v0.4pre based on latest Eris dump.
_faber_ said:
Charging LED working only in sleeping mode and it is green. Is it normal? v3.0.8 donate, Sanpei's Sense v0.4pre based on latest Eris dump.
Click to expand...
Click to collapse
Yes. If you read the changelog, you'll see that's a caveat of using the charging LED. Regarding the colour, I'm going to make the colour customizable.
v4.1.0 Donate and v3.1.0 Free Released. See OP
Would any one who owns these devices like to test a new version of VPlayer ?
Thanks in advance.
http://files-for-abitno.googlecode.com/files/VPlayer9.apk
Tried it on LG Optimus One (ARMv6) - app starts, but I couldn`t open any media file - app is always returning back to folder list.
works fine on my unrooted g2. actually it looks pretty slick hmmmm didnt u recently say you gonna make this a paid app ? i wudnt mind paying a dollar for ths app rather than seeig ads in it ( not ads as of now but im saying according to ur last )
Crash on xdandroid armv6 msm7201A
Code:
I/WindowManager( 1316): WIN DEATH: Window{45235a50 me.abitno.vplayer/me.abitno.vplayer.VideoActivity paused=false}
D/Zygote ( 1287): Process 2068 terminated by signal (4)
D/dalvikvm( 1287): GC_EXPLICIT freed 286 objects / 10832 bytes in 210ms
D/dalvikvm( 1287): GC_EXPLICIT freed 52 objects / 2264 bytes in 160ms
D/dalvikvm( 1316): GC_EXPLICIT freed 1115 objects / 760488 bytes in 420ms
I/WindowManager( 1316): Setting rotation to 0, animFlags=1
I/ActivityManager( 1316): Start proc me.abitno.vplayer for activity me.abitno.vplayer/me.abitno.media.explorer.FileExplorer: pid=2077 uid=10090 gids={1015, 30
I/ActivityManager( 1316): Config changed: { scale=1.0 imsi=502/19 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=1 layout=34 uiMode=17 seq=7}
D/dalvikvm( 1287): GC_EXPLICIT freed 2 objects / 64 bytes in 220ms
I/UsageStats( 1316): Unexpected resume of me.abitno.vplayer while already resumed in me.abitno.vplayer
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbb000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x12000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityThread( 2077): Publishing provider me.abitno.media.providers.mediaprovider: me.abitno.media.providers.MediaStore
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x151000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x151000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2077): GC_EXTERNAL_ALLOC freed 2425 objects / 279472 bytes in 80ms
W/InputManagerService( 1316): Got RemoteException sending setActive(false) notification to pid 2068 uid 10090
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/me.abitno.media.explorer.FileExplorer: 2060 ms (total 2060 ms)
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x12000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 1316): GC_EXPLICIT freed 1647 objects / 84024 bytes in 280ms
I/ActivityManager( 1316): Starting activity: Intent { act=android.intent.action.VIEW dat=/sdcard/Mp3/Video/YouTube - hang tuah utara result SPM.flv cmp=me.abi
I/WindowManager( 1316): Setting rotation to 1, animFlags=1
I/ActivityManager( 1316): Config changed: { scale=1.0 imsi=502/19 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=2 layout=34 uiMode=17 seq=8}
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x231000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x1e000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x137000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x137000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2077): Trying to load lib /data/data/me.abitno.vplayer/lib/libffmpeg.so 0x44f1dc60
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/.VideoActivity: 790 ms (total 790 ms)
D/dalvikvm( 2077): Added shared lib /data/data/me.abitno.vplayer/lib/libffmpeg.so 0x44f1dc60
D/dalvikvm( 2077): No JNI_OnLoad found in /data/data/me.abitno.vplayer/lib/libffmpeg.so 0x44f1dc60, skipping init
D/dalvikvm( 2077): Trying to load lib /data/data/me.abitno.vplayer/lib/libvplayer_8.so 0x44f1dc60
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x177000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2077): Added shared lib /data/data/me.abitno.vplayer/lib/libvplayer_8.so 0x44f1dc60
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x177000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 1316): GC_EXPLICIT freed 1767 objects / 77312 bytes in 220ms
I/DEBUG ( 1284): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1284): Build fingerprint: 'generic/full_msm/msm/msm:2.2.1/FRX03/eng.bryan.20101118.225258:eng/release-keys'
I/DEBUG ( 1284): pid: 2077, tid: 2088 >>> me.abitno.vplayer <<<
I/DEBUG ( 1284): signal 4 (SIGILL), fault addr 80a07a58
I/DEBUG ( 1284): r0 0000aa00 r1 00000000 r2 000000df r3 0000037c
I/DEBUG ( 1284): r4 8089e3f4 r5 0027d418 r6 80a07a59 r7 000be7c8
I/DEBUG ( 1284): r8 80816ec0 r9 0027d418 10 41867e24 fp 43939ba8
I/DEBUG ( 1284): ip 8089e4c8 sp 43939840 lr 80849977 pc 80a07a58 cpsr 40000030
I/DEBUG ( 1284): #00 pc 00007a58 /data/data/me.abitno.vplayer/lib/libvplayer_8.so
I/DEBUG ( 1284): #01 lr 80849977 /system/lib/libdvm.so
I/DEBUG ( 1284):
I/DEBUG ( 1284): code around pc:
I/DEBUG ( 1284): 80a07a38 0001b20e 0001b174 00006306 00006504
I/DEBUG ( 1284): 80a07a48 0001b116 0001b0e4 000063dc 0001b038
I/DEBUG ( 1284): 80a07a58 41f0e92d b0844b4d 3280f44f f8c3447b
I/DEBUG ( 1284): 80a07a68 68030498 a9033206 4798699b a8012100
I/DEBUG ( 1284): 80a07a78 efacf7fd f44f9a01 f5032374 fb827310
I/DEBUG ( 1284):
I/DEBUG ( 1284): code around lr:
I/DEBUG ( 1284): 80849954 9902e02f 1c286f2b 21076729 f0039304
I/DEBUG ( 1284): 80849964 22dfff77 90050093 58214826 210058c8
I/DEBUG ( 1284): 80849974 990547b0 1c281c06 ff6af003 4b229804
I/DEBUG ( 1284): 80849984 429e6728 3b02d015 d012429e 429e3304
I/DEBUG ( 1284): 80849994 4813d00f 9d024a1d 18a21821 1c332005
I/DEBUG ( 1284):
I/DEBUG ( 1284): stack:
I/DEBUG ( 1284): 43939800 00000000
I/DEBUG ( 1284): 43939804 b000498c /system/bin/linker
I/DEBUG ( 1284): 43939808 b0014df4
I/DEBUG ( 1284): 4393980c 80a07a59 /data/data/me.abitno.vplayer/lib/libvplayer_8.so
I/DEBUG ( 1284): 43939810 000089ac /system/bin/app_process
I/DEBUG ( 1284): 43939814 000be7c8 [heap]
I/DEBUG ( 1284): 43939818 80816ec0 /system/lib/libdvm.so
I/DEBUG ( 1284): 4393981c 0027d418 [heap]
I/DEBUG ( 1284): 43939820 41867e24
I/DEBUG ( 1284): 43939824 b00031a1 /system/bin/linker
I/DEBUG ( 1284): 43939828 0027d418 [heap]
I/DEBUG ( 1284): 4393982c b0010804
I/DEBUG ( 1284): 43939830 8089e3f4
I/DEBUG ( 1284): 43939834 0027d418 [heap]
I/DEBUG ( 1284): 43939838 df002777
I/DEBUG ( 1284): 4393983c e3a070ad
I/DEBUG ( 1284): #00 43939840 44f1dc60
I/DEBUG ( 1284): 43939844 000007ff
I/DEBUG ( 1284): 43939848 44f1dc60
I/DEBUG ( 1284): 4393984c 002aa428 [heap]
I/DEBUG ( 1284): 43939850 00000000
I/DEBUG ( 1284): 43939854 00000001
I/DEBUG ( 1284): 43939858 002aa434 [heap]
I/DEBUG ( 1284): 4393985c 002aa438 [heap]
I/DEBUG ( 1284): 43939860 41867e38
I/DEBUG ( 1284): 43939864 439398d8
I/DEBUG ( 1284): 43939868 000be7c8 [heap]
I/DEBUG ( 1284): 4393986c 44f1dc60
I/DEBUG ( 1284): 43939870 40050660
I/DEBUG ( 1284): 43939874 80861be3 /system/lib/libdvm.so
I/DEBUG ( 1284): 43939878 4206f670
I/DEBUG ( 1284): 4393987c 41867e54
I/DEBUG ( 1284): 43939880 439398d0
I/DEBUG ( 1284): 43939884 8081bcbc /system/lib/libdvm.so
I/BootReceiver( 1316): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
I/ActivityManager( 1316): Process me.abitno.vplayer (pid 2077) has died.
D/Zygote ( 1287): Process 2077 terminated by signal (4)
I/WindowManager( 1316): WIN DEATH: Window{452ef200 me.abitno.vplayer/me.abitno.vplayer.VideoActivity paused=false}
I/WindowManager( 1316): Setting rotation to 0, animFlags=1
I/ActivityManager( 1316): Start proc me.abitno.vplayer for activity me.abitno.vplayer/me.abitno.media.explorer.FileExplorer: pid=2090 uid=10090 gids={1015, 30
I/ActivityManager( 1316): Config changed: { scale=1.0 imsi=502/19 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=1 layout=34 uiMode=17 seq=9}
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbb000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/UsageStats( 1316): Unexpected resume of me.abitno.vplayer while already resumed in me.abitno.vplayer
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x12000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityThread( 2090): Publishing provider me.abitno.media.providers.mediaprovider: me.abitno.media.providers.MediaStore
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x151000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x151000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2090): GC_EXTERNAL_ALLOC freed 2150 objects / 269040 bytes in 80ms
W/InputManagerService( 1316): Got RemoteException sending setActive(false) notification to pid 2077 uid 10090
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/me.abitno.media.explorer.FileExplorer: 1720 ms (total 1720 ms)
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 1316): GC_EXPLICIT freed 956 objects / 705048 bytes in 270ms
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
W/KeyCharacterMap( 2090): No keyboard for id 0
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
D/dalvikvm( 1724): GC_FOR_MALLOC freed 7402 objects / 483968 bytes in 370ms
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x12000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
W/KeyCharacterMap( 2090): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x66000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
W/InputManagerService( 1316): Window already focused, ignoring focus gain of: [email protected]
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x66000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x66000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Starting activity: Intent { cmp=me.abitno.vplayer/.VPreferenceActivity }
W/InputManagerService( 1316): Window already focused, ignoring focus gain of: [email protected]
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0xfffffff0 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x14 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x1c/d=0xffffffff a=2 r=0x7f060000}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x12 a=-1}
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/.VPreferenceActivity: 940 ms (total 940 ms)
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xed000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xed000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xed000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xed000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
W/InputManagerService( 1316): Window already focused, ignoring focus gain of: [email protected]
D/dalvikvm( 1821): GC_EXPLICIT freed 357 objects / 16320 bytes in 150ms
D/dalvikvm( 2090): GC_EXTERNAL_ALLOC freed 3039 objects / 250688 bytes in 100ms
D/dalvikvm( 2090): GC_EXTERNAL_ALLOC freed 2979 objects / 198208 bytes in 80ms
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
D/dalvikvm( 2090): GC_EXTERNAL_ALLOC freed 547 objects / 25736 bytes in 90ms
I/ActivityManager( 1316): Starting activity: Intent { act=android.intent.action.VIEW dat=file:///android_asset/info/about.html cmp=me.abitno.vplayer/.VInfoAct
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/.VInfoActivity: 1510 ms (total 1510 ms)
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
D/dalvikvm( 1724): GC_FOR_MALLOC freed 7813 objects / 510160 bytes in 220ms
W/KeyCharacterMap( 2090): No keyboard for id 0
W/KeyCharacterMap( 2090): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0xfffffff0 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x14 a=-1}
W/Resources( 2090): Converting to string: TypedValue{t=0x1c/d=0xffffffff a=2 r=0x7f060000}
W/Resources( 2090): Converting to string: TypedValue{t=0x10/d=0x12 a=-1}
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/.VPreferenceActivity: 650 ms (total 650 ms)
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2090): GC_FOR_MALLOC freed 4929 objects / 342448 bytes in 90ms
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/me.abitno.media.explorer.FileExplorer: 870 ms (total 870 ms)
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0xbc000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Starting activity: Intent { act=android.intent.action.VIEW dat=/sdcard/Mp3/Video/fight4urright.mp4 cmp=me.abitno.vplayer/.VideoActiv
I/WindowManager( 1316): Setting rotation to 1, animFlags=1
I/ActivityManager( 1316): Config changed: { scale=1.0 imsi=502/19 loc=en_US touch=3 keys=1/1/2 nav=1/1 orien=2 layout=34 uiMode=17 seq=10}
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x231000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 1316): GC_EXTERNAL_ALLOC freed 15624 objects / 747896 bytes in 200ms
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x1e000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x137000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x137000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
I/ActivityManager( 1316): Displayed activity me.abitno.vplayer/.VideoActivity: 1000 ms (total 1000 ms)
D/dalvikvm( 2090): Trying to load lib /data/data/me.abitno.vplayer/lib/libffmpeg.so 0x44f7db38
D/dalvikvm( 2090): Added shared lib /data/data/me.abitno.vplayer/lib/libffmpeg.so 0x44f7db38
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x177000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2090): No JNI_OnLoad found in /data/data/me.abitno.vplayer/lib/libffmpeg.so 0x44f7db38, skipping init
D/dalvikvm( 2090): Trying to load lib /data/data/me.abitno.vplayer/lib/libvplayer_8.so 0x44f7db38
D/gralloc ( 1316): gralloc_alloc_buffer -> size = 0x177000, usage = 0x133
D/gralloc ( 1316): gralloc_alloc_buffer -> allocating into standard pmem
D/dalvikvm( 2090): Added shared lib /data/data/me.abitno.vplayer/lib/libvplayer_8.so 0x44f7db38
I/DEBUG ( 1284): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1284): Build fingerprint: 'generic/full_msm/msm/msm:2.2.1/FRX03/eng.bryan.20101118.225258:eng/release-keys'
I/DEBUG ( 1284): pid: 2090, tid: 2133 >>> me.abitno.vplayer <<<
I/DEBUG ( 1284): signal 4 (SIGILL), fault addr 80a07a58
I/DEBUG ( 1284): r0 0000aa00 r1 00000000 r2 000000df r3 0000037c
I/DEBUG ( 1284): r4 8089e3f4 r5 002bd858 r6 80a07a59 r7 0023a3d8
I/DEBUG ( 1284): r8 80816ec0 r9 002bd858 10 4248fe24 fp 47987ba8
I/DEBUG ( 1284): ip 8089e4c8 sp 47987840 lr 80849977 pc 80a07a58 cpsr 40000030
I/DEBUG ( 1284): #00 pc 00007a58 /data/data/me.abitno.vplayer/lib/libvplayer_8.so
I/DEBUG ( 1284): #01 lr 80849977 /system/lib/libdvm.so
I/DEBUG ( 1284):
I/DEBUG ( 1284): code around pc:
I/DEBUG ( 1284): 80a07a38 0001b20e 0001b174 00006306 00006504
I/DEBUG ( 1284): 80a07a48 0001b116 0001b0e4 000063dc 0001b038
I/DEBUG ( 1284): 80a07a58 41f0e92d b0844b4d 3280f44f f8c3447b
I/DEBUG ( 1284): 80a07a68 68030498 a9033206 4798699b a8012100
I/DEBUG ( 1284): 80a07a78 efacf7fd f44f9a01 f5032374 fb827310
I/DEBUG ( 1284):
I/DEBUG ( 1284): code around lr:
I/DEBUG ( 1284): 80849954 9902e02f 1c286f2b 21076729 f0039304
I/DEBUG ( 1284): 80849964 22dfff77 90050093 58214826 210058c8
I/DEBUG ( 1284): 80849974 990547b0 1c281c06 ff6af003 4b229804
I/DEBUG ( 1284): 80849984 429e6728 3b02d015 d012429e 429e3304
I/DEBUG ( 1284): 80849994 4813d00f 9d024a1d 18a21821 1c332005
I/DEBUG ( 1284):
I/DEBUG ( 1284): stack:
I/DEBUG ( 1284): 47987800 00000000
I/DEBUG ( 1284): 47987804 b000498c /system/bin/linker
I/DEBUG ( 1284): 47987808 b0014df4
I/DEBUG ( 1284): 4798780c 80a07a59 /data/data/me.abitno.vplayer/lib/libvplayer_8.so
I/DEBUG ( 1284): 47987810 000089ac /system/bin/app_process
I/DEBUG ( 1284): 47987814 0023a3d8 [heap]
I/DEBUG ( 1284): 47987818 80816ec0 /system/lib/libdvm.so
I/DEBUG ( 1284): 4798781c 002bd858 [heap]
I/DEBUG ( 1284): 47987820 4248fe24
I/DEBUG ( 1284): 47987824 b00031a1 /system/bin/linker
I/DEBUG ( 1284): 47987828 002bd858 [heap]
I/DEBUG ( 1284): 4798782c b0010804
I/DEBUG ( 1284): 47987830 8089e3f4
I/DEBUG ( 1284): 47987834 002bd858 [heap]
I/DEBUG ( 1284): 47987838 df002777
I/DEBUG ( 1284): 4798783c e3a070ad
I/DEBUG ( 1284): #00 47987840 44f7db38
I/DEBUG ( 1284): 47987844 000007ff
I/DEBUG ( 1284): 47987848 44f7db38
I/DEBUG ( 1284): 4798784c 00285808 [heap]
I/DEBUG ( 1284): 47987850 00000000
I/DEBUG ( 1284): 47987854 00000001
I/DEBUG ( 1284): 47987858 00285814 [heap]
I/DEBUG ( 1284): 4798785c 00285818 [heap]
I/DEBUG ( 1284): 47987860 4248fe38
I/DEBUG ( 1284): 47987864 479878d8
I/DEBUG ( 1284): 47987868 0023a3d8 [heap]
I/DEBUG ( 1284): 4798786c 44f7db38
I/DEBUG ( 1284): 47987870 40050660
I/DEBUG ( 1284): 47987874 80861be3 /system/lib/libdvm.so
I/DEBUG ( 1284): 47987878 4206f670
I/DEBUG ( 1284): 4798787c 4248fe54
I/DEBUG ( 1284): 47987880 479878d0
I/DEBUG ( 1284): 47987884 8081bcbc /system/lib/libdvm.so
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
E/Tethering( 1316): attempting to remove unknown iface (usb0), ignoring
Installs on my Samsung Transform, but when I try to open a video the program restarts.
Sent from my SPH-M920 using Tapatalk
LG Optimus One P500 (ARMv6) - Not working. Starts, but couldn`t open any media file - app is always returning back to folder list.
Hi,
installs fine on a Samsung i5800 but as soon as you launch a media-file, it exits. I tried using an URL (streaming).
Thanks for your work. I would gladly pay for this app.
taha198 said:
LG Optimus One P500 (ARMv6) - Not working. Starts, but couldn`t open any media file - app is always returning back to folder list.
Click to expand...
Click to collapse
Same here on Samsung i5700 CM 6.1.1 a8.2
works fine on nexus s (no root). properties menu on windows that plays video doesn't work
tested on my desire with oxygen2-rc5 ->
video mp4 and flv work, but when i hit the back key, it throws me out of the app instead of back to the file selection, and when i hit preferences in the movie player, the video just restarts.
installs fine but when i try to play video it does back to video selection...samsung spica
Playback works fine on HTC Desire (GingerVillain)
Menu restarts video
Tested with Nexus S, it works great on mine for a divx file. Finally a video player that works on my Gingerbread.
Nexus S - works perfectly! Thank you!
Tried on a ZTE Blade running 2.1...
App runs fine until selecting a file to play...once file has been selected the app restarts
Like other devices it installs fine but on playback of ANY media file it goes back to folder selection.
HTC Wildfire Froyo 2.2.1 (wildpuzzle ROM)
This guy is a liar(abitno), he said this player would be free forever then he couldn't keep his promise. Now its a trial wtf. Way to NOT keep your word. I would have no problem buying a donation version but since you LIED you don't get a penny. Have fun with vplayer ill be waiting on the FREE vlc player when it hits the market.
Sent from my PC36100 using Tapatalk
my mkv video are working, although the 720p videos are a little laggy on my Nexus S
download link is not working, how can I get it?
Playback on Droid 2 is working pretty well. I have run into a few errors where a video will simply force exit out randomly and the only way to be able to play it again is to clear the history. I will test several files and send you some log files of this occuring. Also the streaming seems to be working well.
Hello!
I've looked high and low for a solution to this issue and I'm... stumped.
I've read through the 6,000+ posts (pre- and post- flashing) on the ARHD main thread and none of them seemed relevant.
I'm currently running on the following:
Android Software version:
Android Revolution HD 6.5.2 XE by mike1986
Kernel:
3.0.16-gda3fdfc
SebastianFM #1
SMP PREEMPT Fri Feb 17 19:24:03 CST 2012
Baseband Ver: 1.69.3504.00U_11.22.3504.07_M
Build number: 3.32.401.105 CL309896 release-keys
Bootloader:
-Revolutionary-
Pyramid PVT SHIP S-OFF RL
HBOOT-1.27.1100
RADIO-11.22.3504.07_M
OpenADSP-v02.6.0.2226.00.0131
eMMC-boot
Absolutely nothing happens when I dock the Sensation 4G into the car cradle except for the green LED light popping on and the device starts charging. On Stock HTC 2.3.4, I would get a small car icon in the notification bar and it would act like it's in Car mode with all applications in landscape and the dialer in a landscape orientation with the actual dialer on the right and recent calls on the left.
On top of that, any applications like the Google Car Mode do not launch.
But - if I dock the phone into a desk cradle, everything functions as expected.
Cradling the device into the car dock gets me...
--------- beginning of /dev/log/main
D/alogcat ( 4861): stopped
D/memalloc( 4861): /dev/pmem: Unmapping buffer base:0x5556e000 size:31780864 offset:31289344
V/WindowManager( 427): onProposedRotationChanged, rotation changed to 1
D/memalloc( 112): /dev/pmem: Freeing buffer base:0x43e33000 size:491520 offset:31289344 fd:53
D/memalloc( 4861): /dev/pmem: Unmapping buffer base:0x52af3000 size:12324864 offset:11833344
D/alogcat ( 4861): starting ...
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x4205c000 size:122880 offset:12324864 fd:53
D/memalloc( 4861): /dev/pmem: Mapped buffer base:0x52af3000 size:12447744 offset:12324864 fd:71
--------- beginning of /dev/log/system
W/InputManagerService( 427): Window already focused, ignoring focus gain of: [email protected]
D/memalloc( 112): /dev/pmem: Freeing buffer base:0x42ba5000 size:491520 offset:11833344 fd:50
V/WindowManager( 427): onProposedRotationChanged, rotation changed to 1
D/PhoneStatusBarPolicy( 500): Network Type: 2
D/PowerManagerService( 427): New lightsensor value:320, lcdValue:142
D/PowerManagerService( 427): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
D/memalloc( 4861): /dev/pmem: Unmapping buffer base:0x52af3000 size:12447744 offset:12324864
D/memalloc( 112): /dev/pmem: Freeing buffer base:0x42c1d000 size:122880 offset:12324864 fd:53
D/BatteryService( 427): updateBatteryStats ======================================
I/BATT_ALG( 127): vol=4056;curr=0;dis_curr=269;temp=340;id=4;level=100;chg_src=0;chg_en=0;ov_chg=0;isOver_temp=0;timer=60;safety_count=0
D/BatteryService( 427): UEvent updateBatteryStats
D/HtcPowerSaver( 427): Recived battery changed intent.
D/UsbnetService( 427): BroadcastReceiver:nReceive+
D/UsbnetService( 427): onReceive BATTERY_CHANGED
D/UsbnetService( 427): --> pluggedType = 0, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 427): BroadcastReceiver:nReceive-
D/HtcPowerSaver( 427): Checking...
I/HtcPowerSaver( 427): >> updateStatus
D/NotificationService( 427): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
D/PowerManagerService( 427): runHtcPowerSaverCheck ======================================
D/HtcPowerSaver( 427): notifyUser: Unknown Status
I/HtcPowerSaver( 427): currentStatus=8000, currentLevel=100, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 427): << updateStatus
D/PowerUI ( 500): plugged = false, health = 2, mBatteryLevel = 100, mPluggedBatteryLevel = 100, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
D/PackageManager( 427): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:4.800000 seq:199
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/PhoneStatusBarPolicy( 500): Network Type: 2
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.700000 seq:297 (Up time:356)
I/BATT_ALG( 127): batt_alg_cable_detection: cable detection handler, charging source = 2
I/BATT_ALG( 127): batt_alg_check_charging: charging_source = 2, isOver_temp = 0
I/BATT_ALG( 127): batt_alg_set_charging: set charging: 2
D/BatteryService( 427): UEvent updateBatteryStats
D/BatteryService_ULog( 427): ULogForBatteryChargingStateChange(100,1) is called
D/BatteryService_ULog( 427): charger=on,battery_power=100
D/HtcPowerSaver( 427): Recived battery changed intent.
D/UsbnetService( 427): BroadcastReceiver:nReceive+
D/UsbnetService( 427): onReceive BATTERY_CHANGED
D/UsbnetService( 427): --> pluggedType = 1, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 427): BroadcastReceiver:nReceive-
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/off_timer string=0 0,len=3
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/brightness string=1,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/off_timer string=0 0,len=3
D/HtcPowerSaver( 427): Checking...
I/HtcPowerSaver( 427): >> updateStatus
D/NotificationService( 427): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
V/NotificationService( 427): Battery Full, Charging
D/PowerManagerService( 427): runHtcPowerSaverCheck ======================================
D/PowerUI ( 500): closing low battery warning: level=100
D/PowerUI ( 500): plugged = true, health = 2, mBatteryLevel = 100, mPluggedBatteryLevel = 100, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
D/HtcPowerSaver( 427): notifyUser: Unknown Status
I/HtcPowerSaver( 427): currentStatus=8000, currentLevel=100, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 427): << updateStatus
D/PackageManager( 427): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
D/BatteryService( 427): UEvent updateBatteryStats
I/DX-PowerManager( 1802): [WidgetUpdataService1x4] update Widget RemoteView : [email protected]
W/TelephonyManager( 4434): Hidden constructor called more than once per process!
W/TelephonyManager( 4434): Original: com.htc.smartnetwork, new: com.htc.smartnetwork
V/SmartNetService( 4434): onStartCommand() android.intent.action.ACTION_POWER_CONNECTED
V/SmartNetService( 4434): handleCommand_AutoMode action: android.intent.action.ACTION_POWER_CONNECTED
W/PowerUI ( 500): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:8.200000 seq:198
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.dianxinos.powermanager/com.dianxinos.powermanager.PowerMgrMidWidgetProvider})
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.497487 seq:417 (Up time:480)
D/PowerManagerService( 427): New lightsensor value:1280, lcdValue:198
D/PowerManagerService( 427): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
D/PhoneStatusBarPolicy( 500): Network Type: 2
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:3.600000 seq:198
D/dalvikvm( 427): GC_CONCURRENT freed 1968K, 33% free 11052K/16419K, paused 3ms+24ms
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:297 (Up time:351)
D/PhoneStatusBarPolicy( 500): Network Type: 2
I/BATT_ALG( 127): batt_alg_cable_detection: cable detection handler, charging source = 0
I/BATT_ALG( 127): batt_alg_check_charging: charging_source = 0, isOver_temp = 0
D/BatteryService( 427): UEvent updateBatteryStats
D/BatteryService_ULog( 427): ULogForBatteryChargingStateChange(100,0) is called
D/BatteryService_ULog( 427): charger=off,battery_power=100
D/HtcPowerSaver( 427): Recived battery changed intent.
D/UsbnetService( 427): BroadcastReceiver:nReceive+
D/UsbnetService( 427): onReceive BATTERY_CHANGED
D/UsbnetService( 427): --> pluggedType = 0, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 427): BroadcastReceiver:nReceive-
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/off_timer string=0 0,len=3
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/off_timer string=0 0,len=3
D/HtcPowerSaver( 427): Checking...
I/HtcPowerSaver( 427): >> updateStatus
D/NotificationService( 427): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
V/NotificationService( 427): dual Led off
D/PowerManagerService( 427): runHtcPowerSaverCheck ======================================
D/HtcPowerSaver( 427): notifyUser: Unknown Status
I/HtcPowerSaver( 427): currentStatus=8000, currentLevel=100, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 427): << updateStatus
D/PowerUI ( 500): plugged = false, health = 2, mBatteryLevel = 100, mPluggedBatteryLevel = 100, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
D/PackageManager( 427): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
D/BatteryService( 427): UEvent updateBatteryStats
D/FDUI ( 5144): [ HTCSyncBroadcastReceiver: 17 ] - onReceive > get broadcast.
D/FDUI ( 5144): [ HTCSyncBroadcastReceiver: 22 ] - onReceive > app ver = 1.18
D/FDUI ( 5144): [ HTCSyncBroadcastReceiver: 23 ] - onReceive > action = android.intent.action.ACTION_POWER_DISCONNECTED
W/TelephonyManager( 4434): Hidden constructor called more than once per process!
W/TelephonyManager( 4434): Original: com.htc.smartnetwork, new: com.htc.smartnetwork
D/PowerManagerService( 427): New lightsensor value:320, lcdValue:142
D/PowerManagerService( 427): lightSensorChangedLocked, buttonValue >= 0, mPowerState = 3
V/SmartNetService( 4434): onStartCommand() android.intent.action.ACTION_POWER_DISCONNECTED
V/SmartNetService( 4434): handleCommand_AutoMode action: android.intent.action.ACTION_POWER_DISCONNECTED
V/SmartNetService( 4434): switchSmartNetMode netmode: 1 timer: 300000
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:8.700000 seq:199
I/DX-PowerManager( 1802): [WidgetUpdataService1x4] update Widget RemoteView : [email protected]
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.dianxinos.powermanager/com.dianxinos.powermanager.PowerMgrMidWidgetProvider})
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/PhoneStatusBarPolicy( 500): Network Type: 2
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.280576 seq:338 (Up time:395)
I/BATT_ALG( 127): batt_alg_cable_detection: cable detection handler, charging source = 2
I/BATT_ALG( 127): batt_alg_check_charging: charging_source = 2, isOver_temp = 0
I/BATT_ALG( 127): batt_alg_set_charging: set charging: 2
D/BatteryService( 427): UEvent updateBatteryStats
D/BatteryService_ULog( 427): ULogForBatteryChargingStateChange(100,1) is called
D/BatteryService_ULog( 427): charger=on,battery_power=100
D/PackageManager( 427): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
D/HtcPowerSaver( 427): Recived battery changed intent.
D/HtcPowerSaver( 427): Checking...
I/HtcPowerSaver( 427): >> updateStatus
D/HtcPowerSaver( 427): notifyUser: Unknown Status
I/HtcPowerSaver( 427): currentStatus=8000, currentLevel=100, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 427): << updateStatus
D/UsbnetService( 427): BroadcastReceiver:nReceive+
D/UsbnetService( 427): onReceive BATTERY_CHANGED
D/UsbnetService( 427): --> pluggedType = 1, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 427): BroadcastReceiver:nReceive-
D/PowerManagerService( 427): runHtcPowerSaverCheck ======================================
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/off_timer string=0 0,len=3
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/brightness string=1,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/off_timer string=0 0,len=3
D/NotificationService( 427): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
V/NotificationService( 427): Battery Full, Charging
D/PowerUI ( 500): closing low battery warning: level=100
D/PowerUI ( 500): plugged = true, health = 2, mBatteryLevel = 100, mPluggedBatteryLevel = 100, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
D/BatteryService( 427): UEvent updateBatteryStats
I/DX-PowerManager( 1802): [WidgetUpdataService1x4] update Widget RemoteView : [email protected]
W/PowerUI ( 500): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
W/TelephonyManager( 4434): Hidden constructor called more than once per process!
W/TelephonyManager( 4434): Original: com.htc.smartnetwork, new: com.htc.smartnetwork
V/SmartNetService( 4434): onStartCommand() android.intent.action.ACTION_POWER_CONNECTED
V/SmartNetService( 4434): handleCommand_AutoMode action: android.intent.action.ACTION_POWER_CONNECTED
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.dianxinos.powermanager/com.dianxinos.powermanager.PowerMgrMidWidgetProvider})
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:6.700000 seq:198
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:327 (Up time:357)
D/PhoneStatusBarPolicy( 500): Network Type: 2
I/BATT_ALG( 127): batt_alg_cable_detection: cable detection handler, charging source = 0
I/BATT_ALG( 127): batt_alg_check_charging: charging_source = 0, isOver_temp = 0
D/BatteryService( 427): UEvent updateBatteryStats
D/BatteryService_ULog( 427): ULogForBatteryChargingStateChange(100,0) is called
D/BatteryService_ULog( 427): charger=off,battery_power=100
D/HtcPowerSaver( 427): Recived battery changed intent.
D/UsbnetService( 427): BroadcastReceiver:nReceive+
D/UsbnetService( 427): onReceive BATTERY_CHANGED
D/UsbnetService( 427): --> pluggedType = 0, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 427): BroadcastReceiver:nReceive-
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/off_timer string=0 0,len=3
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/off_timer string=0 0,len=3
D/HtcPowerSaver( 427): Checking...
I/HtcPowerSaver( 427): >> updateStatus
D/NotificationService( 427): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
V/NotificationService( 427): dual Led off
D/PowerManagerService( 427): runHtcPowerSaverCheck ======================================
D/HtcPowerSaver( 427): notifyUser: Unknown Status
I/HtcPowerSaver( 427): currentStatus=8000, currentLevel=100, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 427): << updateStatus
D/PackageManager( 427): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
D/PowerUI ( 500): plugged = false, health = 2, mBatteryLevel = 100, mPluggedBatteryLevel = 100, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
D/FDUI ( 5144): [ HTCSyncBroadcastReceiver: 17 ] - onReceive > get broadcast.
D/FDUI ( 5144): [ HTCSyncBroadcastReceiver: 22 ] - onReceive > app ver = 1.18
D/FDUI ( 5144): [ HTCSyncBroadcastReceiver: 23 ] - onReceive > action = android.intent.action.ACTION_POWER_DISCONNECTED
D/BatteryService( 427): UEvent updateBatteryStats
I/DX-PowerManager( 1802): [WidgetUpdataService1x4] update Widget RemoteView : [email protected]
W/TelephonyManager( 4434): Hidden constructor called more than once per process!
W/TelephonyManager( 4434): Original: com.htc.smartnetwork, new: com.htc.smartnetwork
V/SmartNetService( 4434): onStartCommand() android.intent.action.ACTION_POWER_DISCONNECTED
V/SmartNetService( 4434): handleCommand_AutoMode action: android.intent.action.ACTION_POWER_DISCONNECTED
V/SmartNetService( 4434): switchSmartNetMode netmode: 1 timer: 300000
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:7.100000 seq:195
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.dianxinos.powermanager/com.dianxinos.powermanager.PowerMgrMidWidgetProvider})
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:316 (Up time:380)
I/BATT_ALG( 127): batt_alg_cable_detection: cable detection handler, charging source = 2
I/BATT_ALG( 127): batt_alg_check_charging: charging_source = 2, isOver_temp = 0
I/BATT_ALG( 127): batt_alg_set_charging: set charging: 2
D/BatteryService( 427): UEvent updateBatteryStats
D/BatteryService_ULog( 427): ULogForBatteryChargingStateChange(100,1) is called
D/BatteryService_ULog( 427): charger=on,battery_power=100
D/HtcPowerSaver( 427): Recived battery changed intent.
D/UsbnetService( 427): BroadcastReceiver:nReceive+
D/UsbnetService( 427): onReceive BATTERY_CHANGED
D/UsbnetService( 427): --> pluggedType = 1, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 427): BroadcastReceiver:nReceive-
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/brightness string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/amber/off_timer string=0 0,len=3
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/brightness string=1,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/blink string=0,len=1
D/lights ( 427): [LedInfo] write attr ok name=/sys/class/leds/green/off_timer string=0 0,len=3
D/HtcPowerSaver( 427): Checking...
I/HtcPowerSaver( 427): >> updateStatus
D/HtcPowerSaver( 427): notifyUser: Unknown Status
I/HtcPowerSaver( 427): currentStatus=8000, currentLevel=100, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 427): << updateStatus
D/PackageManager( 427): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
D/NotificationService( 427): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
V/NotificationService( 427): Battery Full, Charging
D/PowerManagerService( 427): runHtcPowerSaverCheck ======================================
D/PowerUI ( 500): closing low battery warning: level=100
D/PowerUI ( 500): plugged = true, health = 2, mBatteryLevel = 100, mPluggedBatteryLevel = 100, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
I/DX-PowerManager( 1802): [WidgetUpdataService1x4] update Widget RemoteView : [email protected]
D/BatteryService( 427): UEvent updateBatteryStats
W/TelephonyManager( 4434): Hidden constructor called more than once per process!
W/PowerUI ( 500): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
W/TelephonyManager( 4434): Original: com.htc.smartnetwork, new: com.htc.smartnetwork
V/SmartNetService( 4434): onStartCommand() android.intent.action.ACTION_POWER_CONNECTED
V/SmartNetService( 4434): handleCommand_AutoMode action: android.intent.action.ACTION_POWER_CONNECTED
D/MP-Decision( 941): UP Nw:2.700000 Tw:180 rq:7.000000 seq:198
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.dianxinos.powermanager/com.dianxinos.powermanager.PowerMgrMidWidgetProvider})
D/dalvikvm( 427): GC_EXPLICIT freed 810K, 34% free 10953K/16419K, paused 7ms+9ms
D/SiMiClock( 4847): onUpdate
D/SiMiClock( 4847): onUpdate - 11
D/AppWidgetHostView( 561): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/MP-Decision( 941): DOWN Ns:2.100000 Ts:270 rq:0.000000 seq:297 (Up time:451)
D/CAT ( 633): CatService: Return current sInstance
D/HtcTelephonyInternal( 633): notifyKeyEvent keyCode=82
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x4205c000 size:491520 offset:11833344 fd:50
D/memalloc( 4861): /dev/pmem: Mapped buffer base:0x52af3000 size:12324864 offset:11833344 fd:63
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x4205c000 size:491520 offset:31289344 fd:53
D/memalloc( 4861): /dev/pmem: Mapped buffer base:0x5556e000 size:31780864 offset:31289344 fd:72
Click to expand...
Click to collapse
Are there any theories or workarounds that I could try to fix this?
Here's where it's actually functioning properly with the desk dock from logcat. Where there is definitely a lot more going on than the car dock logs.
E/ActivityThread(14483): at dalvik.system.NativeStart.main(Native Method)
D/BatteryService_ULog( 433): ULogForBatteryChargingStateChange(78,1) is called
D/BatteryService_ULog( 433): charger=on,battery_power=78
D/PackageManager( 433): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter, flags:1
I/ActivityManager( 433): Start proc com.htc.dockmode for activity com.htc.dockmode/.DeskDock: pid=15350 uid=10014 gids={3003, 3002, 3001, 1015}
D/BatteryService( 433): UEvent updateBatteryStats
D/HtcPowerSaver( 433): Recived battery changed intent.
D/UsbnetService( 433): BroadcastReceiver:nReceive+
D/UsbnetService( 433): onReceive BATTERY_CHANGED
D/UsbnetService( 433): --> pluggedType = 1, mPluggedType = 0, mScreenOff = false
D/UsbnetService( 433): BroadcastReceiver:nReceive-
D/lights ( 433): [LedInfo] write attr ok name=/sys/class/leds/amber/brightness string=1,len=1
D/lights ( 433): [LedInfo] write attr ok name=/sys/class/leds/amber/blink string=0,len=1
D/lights ( 433): [LedInfo] write attr ok name=/sys/class/leds/amber/off_timer string=0 0,len=3
D/lights ( 433): [LedInfo] write attr ok name=/sys/class/leds/green/brightness string=0,len=1
D/lights ( 433): [LedInfo] write attr ok name=/sys/class/leds/green/blink string=0,len=1
D/lights ( 433): [LedInfo] write attr ok name=/sys/class/leds/green/off_timer string=0 0,len=3
D/NotificationService( 433): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
V/NotificationService( 433): Charging...
D/HtcPowerSaver( 433): Checking...
I/HtcPowerSaver( 433): >> updateStatus
D/HtcPowerSaver( 433): notifyUser: Unknown Status
I/HtcPowerSaver( 433): currentStatus=8000, currentLevel=78, enableLevel=20, enable=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 433): << updateStatus
D/PowerManagerService( 433): runHtcPowerSaverCheck ======================================
D/ConnectivityService( 433): onUidRulesChanged(uid=10014, uidRules=0)
V/WindowManager( 433): Starting animation in AppWindowToken{41409468 token=Token{414fc988 ActivityRecord{414fc860 org.jtb.alogcat/.LogActivity}}} @ 6304461
V/WindowManager( 433): Finished animation in AppWindowToken{41409468 token=Token{414fc988 ActivityRecord{414fc860 org.jtb.alogcat/.LogActivity}}} @ 6304461
V/WindowManager( 433): Starting animation in AppWindowToken{41530950 token=Token{4150d948 ActivityRecord{41656f00 com.htc.dockmode/.DeskDock}}} @ 6304461
W/WlanCofigView( 512): can not find out wifiConfig: SSID: <none>, BSSID: <none>, MAC: D8:B3:77:55:12:A1, Supplicant state: COMPLETED, RSSI: -200, Link speed: -1, Net ID: -1, Explicit connect: false
D/WifiStateMachine( 433): syncRequestConnectionInfo mWifiInfo=SSID: <none>, BSSID: <none>, MAC: D8:B3:77:55:12:A1, Supplicant state: COMPLETED, RSSI: -200, Link speed: -1, Net ID: -1, Explicit connect: false
D/CarrierLabel( 512): CarrierLabel mIntentReceiver : android.intent.action.CONFIGURATION_CHANGED
D/CarrierLabel( 512): updateResources()
W/CarrierLabel( 512): updateNetworkNameExt: mSimState = UNKNOWN
W/TelephonyManager(11046): Hidden constructor called more than once per process!
W/TelephonyManager(11046): Original: com.htc.smartnetwork, new: com.htc.smartnetwork
I/ActivityManager( 433): Start proc com.google.android.apps.maps for broadcast com.google.android.apps.maps/com.google.googlenav.android.MapServiceReceiver: pid=15365 uid=10109 gids={3003, 1015}
D/DX-PowerManager( 1800): [ChargingTimeHelper] skip updating, mPreLevel: -1, curLevel: 78
V/SmartNetService(11046): onStartCommand() android.intent.action.ACTION_POWER_CONNECTED
V/SmartNetService(11046): handleCommand_AutoMode action: android.intent.action.ACTION_POWER_CONNECTED
D/TileRenderer( 512): glEndTilingQCOM: 0x502
D/AudioSystem( 1800): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem( 1800): gLock get at 55
D/AudioSystem( 1800): leave AudioSystem::get_audio_flinger() at 81
D/AudioSystem( 1800): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem( 1800): gLock get at 55
D/AudioSystem( 1800): leave AudioSystem::get_audio_flinger() at 81
D/MediaPlayer( 1800): setDataSource(Context context, android.resource://com.dianxinos.powermanager/2131099648, Map<String, String> headers) in
D/MediaPlayerService( 115): setDataSource fd=43, path=/data/app/com.dianxinos.powermanager-1.apk, offset=1444308, length=16764
D/PowerUI ( 512): closing low battery warning: level=78
D/PowerUI ( 512): plugged = true, health = 2, mBatteryLevel = 78, mPluggedBatteryLevel = 78, mLowBatteryWarningLevel2 = 25, mshowLowChargingWarning2 = true
W/PowerUI ( 512): unknown intent: Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x10000010 }
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x422f8000 size:2088960 offset:16625664 fd:56
D/memalloc(15350): /dev/pmem: Mapped buffer base:0x51b38000 size:18714624 offset:16625664 fd:55
I/ActivityManager( 433): Displayed com.htc.dockmode/.DeskDock: +381ms
W/MediaPlayer( 1800): info/warning (1, 902)
D/Ringtone( 1800): playing a tone with looping : false
D/MediaPlayer( 1800): start() in
D/AwesomePlayer( 115): Using PID = 1800
I/AwesomePlayer( 115): AudioPlayer created, Non-LPA mode mime audio/vorbis duration 1200000
D/AudioSystem( 115): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem( 115): gLock get at 55
D/AudioSystem( 115): leave AudioSystem::get_audio_flinger() at 81
D/AudioSystem( 115): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem( 115): gLock get at 55
D/AudioSystem( 115): leave AudioSystem::get_audio_flinger() at 81
D/AudioPolicyManager( 115): startOutput() output 3, stream 2, session 41
D/AudioPolicyManager( 115): getDeviceForStrategy() from cache strategy 2, device 2
D/AudioPolicyManagerBase( 115): getNewDevice() selected device 2
D/AudioPolicyManager( 115): getDeviceForStrategy() from cache strategy 2, device 2
D/AudioPolicyManagerBase( 115): getNewDevice() selected device 2
D/AudioPolicyManager( 115): setOutputDevice() output 3 device 2 delayMs 0
D/AudioPolicyManager( 115): output 3 is a2dp output.
D/AudioPolicyManager( 115): setOutputDevice() setting same device 2 or null device for output 3
D/MediaPlayer( 1800): start() out
I/DX-PowerManager( 1800): [WidgetUpdataService1x4] update Widget RemoteView : [email protected]
I/MediaPlayer( 1800): Info (1,902)
I/ActivityThread(15365): Pub com.google.android.maps.SearchHistoryProvider: com.google.googlenav.provider.SearchHistoryProvider
D/AppWidgetHostView( 585): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.dianxinos.powermanager/com.dianxinos.powermanager.PowerMgrMidWidgetProvider})
D/AudioHardwareMSM8660( 115): curr_out_device = 2
D/AudioHardwareMSM8660( 115): read batter temp = 333
D/AudioHardwareMSM8660( 115): enableDevice(2 1)
V/WindowManager( 433): Finished animation in AppWindowToken{41530950 token=Token{4150d948 ActivityRecord{41656f00 com.htc.dockmode/.DeskDock}}} @ 6304880
I/ActivityThread(15365): Pub com.google.android.maps.SuggestionProvider: com.google.googlenav.suggest.android.SuggestProvider
I/ActivityThread(15365): Pub com.google.android.maps.StarredItemProvider: com.google.googlenav.provider.StarredItemProvider
D/memalloc( 433): /dev/pmem: Unmapping buffer base:0x5a9b8000 size:16625664 offset:14536704
D/AudioHardwareMSM8660( 115): ACDB -> send_audio_cal, acdb_id = 15, path = 0
D/AudioHardwareMSM8660( 115): ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
D/AudioHardwareMSM8660( 115): ACDB -> AUDIO_SET_AUDPROC_CAL
D/AudioHardwareMSM8660( 115): ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_VOLTBL_STEP_COPP
D/AudioHardwareMSM8660( 115): ACDB -> AUDIO_SET_AUDPROC_VOL_CAL
D/memalloc( 112): /dev/pmem: Freeing buffer base:0x430d5000 size:2088960 offset:14536704 fd:53
I/System.out(15365): VectorGlobalState: Server:https://mobilemaps.clients.google.com/glm/mmap Type:3
D/TileRenderer( 512): glEndTilingQCOM: 0x502
W/Resources(15350): Converting to boolean: TypedValue{t=0x3/d=0x2be "false" a=3 r=0x7f080000}
D/TileRenderer( 512): glEndTilingQCOM: 0x502
D/TileRenderer( 512): glEndTilingQCOM: 0x502
D/TileRenderer( 512): glEndTilingQCOM: 0x502
I/ActivityThread(15365): Pub com.google.android.maps.LayerInfoProvider: com.google.googlenav.layer.LayerInfoProvider
D/SqliteDatabaseCpp(15365): dbopen(): path = /data/data/com.google.android.apps.maps/databases , key = LYqevA, flag = 6, file size = 5120
D/SqliteDatabaseCpp(15365): dbopen(): path = /data/data/com.google.android.apps.maps/databases , key = LYqevA, mode: truncate, disk free size: 624 M, handle: 0xd90738
I/ActivityThread(15365): Pub com.google.android.maps.TrafficAppWidgetProvider: com.google.googlenav.appwidget.traffic.TrafficAppWidgetProvider
I/ActivityThread(15365): Pub com.google.android.maps.LocalActivePlacesProvider: com.google.googlenav.provider.LocalActivePlacesProvider
I/ActivityThread(15365): Pub com.google.android.maps.LocalSuggestionProvider: com.google.googlenav.provider.LocalSuggestionProvider
I/ActivityThread(15365): Pub com.google.android.maps.NavigationAvailabilityProvider: com.google.googlenav.provider.NavigationAvailabilityProvider
I/Elixir2 (14716): Global broadcast received: android.intent.action.ACTION_POWER_CONNECTED
D/TileRenderer( 512): glEndTilingQCOM: 0x502
D/TileRenderer( 512): glEndTilingQCOM: 0x502
W/InputManagerService( 433): Starting input on non-focused client [email protected] (uid=10112 pid=14483)
D/alogcat (14483): stopping ...
D/memalloc(14483): /dev/pmem: Unmapping buffer base:0x51d83000 size:3686400 offset:1597440
D/alogcat (14483): stopped
D/ConnectivityService( 433): onUidRulesChanged(uid=10112, uidRules=0)
D/memalloc( 112): /dev/pmem: Freeing buffer base:0x4247e000 size:2088960 offset:1597440 fd:38
D/memalloc(14483): /dev/pmem: Unmapping buffer base:0x52a68000 size:14536704 offset:12447744
D/memalloc( 112): /dev/pmem: Freeing buffer base:0x42ed7000 size:2088960 offset:12447744 fd:50
D/ButtonControl(15350): 1
D/Elixir2 (14716): Refresh widgets for type: [BATTERY_TIME]
D/Process ( 433): killProcessQuiet, pid=14797
D/Process ( 433): dalvik.system.VMStack.getThreadStackTrace(Native Method)
D/Process ( 433): java.lang.Thread.getStackTrace(Thread.java:599)
D/Process ( 433): android.os.Process.killProcessQuiet(Process.java:820)
D/Process ( 433): com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java:15087)
D/Process ( 433): com.android.server.am.ActivityManagerService.updateLruProcessInternalLocked(ActivityManagerService.java:1934)
D/Process ( 433): com.android.server.am.ActivityManagerService.updateLruProcessLocked(ActivityManagerService.java:1941)
D/Process ( 433): com.android.server.am.ActivityManagerService.processCurBroadcastLocked(ActivityManagerService.java:13328)
D/Process ( 433): com.android.server.am.ActivityManagerService.processNextBroadcast(ActivityManagerService.java:13753)
D/Process ( 433): com.android.server.am.ActivityManagerService.finishReceiver(ActivityManagerService.java:13156)
D/Process ( 433): android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:336)
D/Process ( 433): com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:1696)
D/Process ( 433): android.os.Binder.execTransact(Binder.java:338)
D/Process ( 433): dalvik.system.NativeStart.run(Native Method)
I/ActivityManager( 433): No longer want com.htc.syncagent (pid 14797): hidden #16, adj=11
D/SiMiClock(13382): onUpdate
D/SiMiClock(13382): onUpdate - 11
D/AppWidgetHostView( 585): updateAppWidget mInfo = AppWidgetProviderInfo(provider=ComponentInfo{com.th.android.widget.gTabsimiClock/com.th.android.widget.gTabsimiClock.GTabsimiClock4x1})
D/dalvikvm(15350): GC_CONCURRENT freed 489K, 13% free 4106K/4707K, paused 2ms+2ms
D/WallpaperControl(15350): initWallpaper - null
I/ActivityManager( 433): Start proc com.htc.android.WeatherLiveWallpaper for service com.htc.android.WeatherLiveWallpaper/.service.WeatherLoopingService: pid=15392 uid=10092 gids={3003}
D/dalvikvm( 433): GC_EXPLICIT freed 1974K, 36% free 13317K/20707K, paused 11ms+9ms
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x422f8000 size:2088960 offset:1597440 fd:38
D/memalloc(15350): /dev/pmem: Mapped buffer base:0x52e6c000 size:3686400 offset:1597440 fd:62
I/AudioService( 433): Remote Control registerMediaButtonIntent() for PendingIntent{41635f30: PendingIntentRecord{413f75f8 com.htc.music broadcastIntent}}
E/NotificationService( 433): Ignoring notification with icon==0: Notification(contentView=null vibrate=null,sound=nullnull,defaults=0x0,flags=0x62)
D/AudioSystem(14731): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem(14731): gLock get at 55
D/AudioSystem(14731): leave AudioSystem::get_audio_flinger() at 81
D/AudioSystem(14731): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem(14731): gLock get at 55
D/AudioSystem(14731): leave AudioSystem::get_audio_flinger() at 81
V/HtcHardwareService( 433): getHeadsetType() type=headset_unplug
I/AudioService( 433): setBeatsState() effectOn=false, appPlay=false, appName=HtcListen, headsetMode=0
W/MusicView(15350): updateMusicInfo(), mMediaPlaybackService is null...
W/TelephonyManager(14731): Hidden constructor called more than once per process!
W/TelephonyManager(14731): Original: com.htc.music, new: com.htc.music
V/MusicView(15350): updateMusicInfo start
W/[MusicUtils](15350): getArtworkFromFilePath()...path is null
D/MusicView(15350): updateMusicInfo()... No information, try to reload queue...
W/[MusicUtils](15350): getArtworkFromFilePath()...path is null
D/MusicView(15350): updateMusicInfo()...(title==null && name==null && albumArtPath==null)...
D/[MusicUtils](15350): getDatabaseErrorStr()...status:mounted, cursor = [[email protected]]...
D/[MusicUtils](15350): getDatabaseErrorStr()...ret:Tap to go to the music application.
V/MusicView(15350): updateMusicInfo end
I/MusicControl(15350): case MSG_ON_BIND_SERVICE:, mController.isRedTrafficLight(): false
D/Socket_Alarm(15392): registerHTCSocketMonitorCallBack
D/Socket_Alarm(15392): set mSocketMonitor
D/Socket_Alarm(15392): HTCSocketMonitorImpl::HTCSocketMonitorImpl
D/libEGL (15392): loaded /system/lib/egl/libGLES_android.so
D/libEGL (15392): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL (15392): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL (15392): loaded /system/lib/egl/libGLESv2_adreno200.so
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x422f8000 size:2088960 offset:12447744 fd:50
D/memalloc(15392): /dev/pmem: Mapped buffer base:0x52537000 size:14536704 offset:12447744 fd:69
D/AudioPolicyManager( 115): stopOutput() output 3, stream 2, session 41
D/AudioPolicyManagerBase( 115): getNewDevice() selected device 0
D/AudioPolicyManager( 115): setOutputDevice() output 3 device 0 delayMs 0
D/AudioPolicyManager( 115): output 3 is a2dp output.
D/AudioPolicyManager( 115): setOutputDevice() setting same device 0 or null device for output 3
D/dalvikvm(15392): GC_FOR_ALLOC freed 191K, 24% free 2899K/3807K, paused 16ms
I/dalvikvm-heap(15392): Grow heap (frag case) to 4.696MB for 1843216-byte allocation
D/MP-Decision( 950): DOWN Ns:2.100000 Ts:270 rq:0.900000 seq:297 (Up time:1733)
D/dalvikvm(15392): GC_FOR_ALLOC freed 9K, 18% free 4689K/5667K, paused 13ms
D/dalvikvm(15392): GC_EXPLICIT freed 1810K, 50% free 2880K/5667K, paused 2ms+2ms
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x422f8000 size:2088960 offset:14536704 fd:53
D/memalloc(15392): /dev/pmem: Mapped buffer base:0x5406d000 size:16625664 offset:14536704 fd:73
D/memalloc( 112): /dev/pmem: Allocated buffer base:0x422f8000 size:2088960 offset:18714624 fd:62
D/memalloc(15392): /dev/pmem: Mapped buffer base:0x55048000 size:20803584 offset:18714624 fd:76
D/MediaPlayer( 1800): reset() in
D/AudioSink( 115): close L=1648
D/AudioSink( 115): close L=1650
D/MediaPlayer( 1800): reset() out
D/MediaPlayer( 1800): release() in
D/MediaPlayer( 1800): release() out
D/TimedEventQueue( 115): pThread_join:26784776 E
D/AudioSystem( 1800): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem( 1800): gLock get at 55
D/AudioSystem( 1800): leave AudioSystem::get_audio_flinger() at 81
D/TimedEventQueue( 115): pThread_join:26784776 X
D/AudioSystem(15392): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem(15392): gLock get at 55
D/AudioSystem(15392): before defaultServiceManager() at 57
D/AudioSystem(15392): after defaultServiceManager() at 59
D/AudioSystem(15392): service got at 63
D/AudioSystem(15392): leave AudioSystem::get_audio_flinger() at 81
D/AudioSystem(15392): AudioSystem::get_audio_flinger() in at 53
D/AudioSystem(15392): gLock get at 55
D/AudioSystem(15392): leave AudioSystem::get_audio_flinger() at 81
I/AwesomePlayer( 115): setDataSource_l('/system/media/weather/weather_cloudy_day.mp4')
D/WeatherLiveWallpaper(15392): [FxSceneController_DockMode]: initMediaPlayer() - mConnected = true
I/SampleTable( 115): There are reordered frames present.
I/BATT_ALG( 127): batt_alg_cable_detection: cable detection handler, charging source = 0
I/BATT_ALG( 127): batt_alg_check_charging: charging_source = 0, isOver_temp = 0
D/BatteryService( 433): UEvent updateBatteryStats
D/BatteryService_ULog( 433): ULogForBatteryChargingStateChange(78,0) is called
D/BatteryService_ULog( 433): charger=off,battery_power=78
Click to expand...
Click to collapse
Any ideas, anyone? I'll try anything. D:
i know why no one asweres here
i have just to read too much ^^
for me it was the same ...
vlingo didnt start in car dock mode
set up tasker to check if "both" dockmode and carmode are activated then start vlingo ... then it worked !!!
try that
same answere as in ARHD thread
Yeah, I did add a little too much... but more is better for troubleshooting, right? .... right? >_>
Thanks for the suggestion. I'll give it a shot here shortly.
Just had to check before answering but it's working for me with 6.5.2 on my sensation (XE mob btw). Nothing special done, when I plug it on the dock it just recognises it :S Sorry can't help more!
Well, I did have Navigation mode started in 6.5.2, and in 6.5.3 have also. But there another strange thing happening to me - after removing phone from car dock I still have speakerphone mode turned on when I make a calls. So it does not turn off the screen when I put the phone to my ear - therefore I have randomly pressed buttons, screen rotations and very loud sound from speakerphone until I manually turn off speakerphone mode.
Anyway - there are problems with car or desktop dock detection in ARHD 6.5.x (I have also on-desk dock, so I checket them both). If Mike1986 does not have docks to debug this feature - I would be glad to give a hand!
And if there any way to change, for exsample, a default app for in-**** mode - it would be really great. Because native application is not quite a thing I use
Hello!
I need help. I compile Android 2.2.3 from source.
Everything works except:
- camera
- bluetooth
- Rotate the screen (for some reason turns to the other side)
- GPS
- Mount the SD card (as a drive)
Stock firmware: Android 2.2.2
Firmware which I ported now: Android 2.2.3
Kernel: 2.6.32
Device: Huawei S7 Ideos 101
Already more than a week suffer. Help please.
Here are my logs:
Launch the camera application:
Code:
I/ActivityManager( 525): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.camera/.Camera }
I/ActivityManager( 525): Start proc com.android.camera for activity com.android.camera/.Camera: pid=798 uid=10032 gids={1006, 1015}
D/dalvikvm( 520): GC_EXPLICIT freed 283 objects / 10744 bytes in 64ms
D/dalvikvm( 520): GC_EXPLICIT freed 47 objects / 2072 bytes in 131ms
D/dalvikvm( 798): Trying to load lib /vendor/lib/libmedia_jni.so 0x0
D/dalvikvm( 798): Shared lib '/vendor/lib/libmedia_jni.so' already loaded in same CL 0x0
E/QualcommCameraHardware( 516): Unable to determine the target type. Camera will not work
E/QualcommCameraHardware( 516): createInstance: startCamera failed!
D/CameraService( 516): Client::Client X (pid 798)
E/CameraHolder( 798): fail to connect Camera
E/CameraHolder( 798): java.lang.RuntimeException: Fail to connect to camera service
E/CameraHolder( 798): at android.hardware.Camera.native_setup(Native Method)
E/CameraHolder( 798): at android.hardware.Camera.<init>(Camera.java:185)
E/CameraHolder( 798): at android.hardware.Camera.open(Camera.java:165)
E/CameraHolder( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:100)
E/CameraHolder( 798): at com.android.camera.Camera.ensureCameraDevice(Camera.java:1607)
E/CameraHolder( 798): at com.android.camera.Camera.startPreview(Camera.java:1658)
E/CameraHolder( 798): at com.android.camera.Camera.access$5600(Camera.java:94)
E/CameraHolder( 798): at com.android.camera.Camera$4.run(Camera.java:930)
E/CameraHolder( 798): at java.lang.Thread.run(Thread.java:1096)
D/dalvikvm( 520): GC_EXPLICIT freed 2 objects / 64 bytes in 85ms
E/QualcommCameraHardware( 516): *****ZJ: at opencamerafd. open /dev/msm_camera/control1****
W/dalvikvm( 798): threadid=8: thread exiting with uncaught exception (group=0x4001d878)
E/AndroidRuntime( 798): FATAL EXCEPTION: Thread-9
E/AndroidRuntime( 798): java.lang.RuntimeException: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at com.android.camera.Camera$4.run(Camera.java:935)
E/AndroidRuntime( 798): at java.lang.Thread.run(Thread.java:1096)
E/AndroidRuntime( 798): Caused by: com.android.camera.CameraHardwareException: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:103)
E/AndroidRuntime( 798): at com.android.camera.Camera.ensureCameraDevice(Camera.java:1607)
E/AndroidRuntime( 798): at com.android.camera.Camera.startPreview(Camera.java:1658)
E/AndroidRuntime( 798): at com.android.camera.Camera.access$5600(Camera.java:94)
E/AndroidRuntime( 798): at com.android.camera.Camera$4.run(Camera.java:930)
E/AndroidRuntime( 798): ... 1 more
E/AndroidRuntime( 798): Caused by: java.lang.RuntimeException: Fail to connect to camera service
E/AndroidRuntime( 798): at android.hardware.Camera.native_setup(Native Method)
E/AndroidRuntime( 798): at android.hardware.Camera.<init>(Camera.java:185)
E/AndroidRuntime( 798): at android.hardware.Camera.open(Camera.java:165)
E/AndroidRuntime( 798): at com.android.camera.CameraHolder.open(CameraHolder.java:100)
E/AndroidRuntime( 798): ... 5 more
W/ActivityManager( 525): Force finishing activity com.android.camera/.Camera
W/ActivityManager( 525): Activity pause timeout for HistoryRecord{44f9a9d8 com.android.camera/.Camera}
I/Process ( 798): Sending signal. PID: 798 SIG: 9
I/ActivityManager( 525): Process com.android.camera (pid 798) has died.
W/InputManagerService( 525): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMetho[email protected]
I/dun_s
Starting Bluetooth:
Code:
D/BluetoothService( 525): Bluetooth state 10 -> 11
V/BluetoothEventRedirector( 621): Received android.bluetooth.adapter.action.STATE_CHANGED
I/bluedroid( 525): Starting hciattach daemon
I/dun_service( 86): The value returned from dun_getusbmodemstate_fromsys is 1
I/dun_service( 86): Post event 1
I/dun_service( 86): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 86): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 86): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 86): Moved to state(DUN_STATE_USB_UNPLUG)
I/bluetooth( 812): /system/etc/init.bt.sh: bluetooth chip set as
E/qcom-bluetooth( 821): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download failed: exit code 1
E/bluetooth( 822): /system/etc/init.bt.sh: chip set error
I/bluetooth( 823): /system/etc/init.bt.sh: detecting bluetooth chip 1
E/qcom-bluetooth( 832): /system/etc/init.qcom.bt.sh: Bluetooth QSoC firmware download failed: exit code 1
I/bluetooth( 833): /system/etc/init.bt.sh: chip is not bt4025
I/bluetooth( 834): /system/etc/init.bt.sh: detecting bluetooth chip 2
I/brcm-bluetooth( 837): /system/etc/init.brcm.bt.sh: Initiating Bluetooth module with brcm_patchram_plus
E/brcm-bluetooth( 843): /system/etc/init.brcm.bt.sh: Bluetooth Broadcom HCD file download failed: exit code 1
I/bluetooth( 844): /system/etc/init.bt.sh: chip is not bcm4329
E/bluetooth( 845): /system/etc/init.bt.sh: no bluetooth chip found
I/dun_service( 86): The value returned from dun_getusbmodemstate_fromsys is 1
I/dun_service( 86): Post event 1
I/dun_service( 86): received event: DUN_EVENT_USB_UNPLUG
I/dun_service( 86): received event(DUN_EVENT_USB_UNPLUG) in state(DUN_STATE_USB_UNPLUG)
I/dun_service( 86): Ignoring the event DUN_EVENT_USB_UNPLUG in USB_UNPLUG_STATE
I/dun_service( 86): Moved to state(DUN_STATE_USB_UNPLUG)
D/dalvikvm( 617): GC_EXPLICIT freed 1925 objects / 106848 bytes in 60ms
E/b
Enable \ disable screen rotation:
Code:
E/Sensors ( 525): [sensors_control_activate] Enable handle: 1
E/Sensors ( 525): Active sensors now:0002, Enable&Disable sensors:0002
E/Sensors ( 525): [sensors_control_activate]current sensors=0002
I/WindowManager( 525): Setting rotation to 1, animFlags=0
I/ActivityManager( 525): Config changed: { scale=1.0 imsi=257/4 loc=ru_RU touch=3 keys=1/1/2 nav=3/1 orien=1 layout=35 uiMode=17 seq=4}
I/UsageStats( 525): Unexpected resume of com.android.settings while already resumed in com.android.settings
D/dalvikvm( 525): GC_EXPLICIT freed 12194 objects / 658744 bytes in 79ms
E/Sensors ( 525): [sensors_control_activate] Disable handle: 1
E/Sensors ( 525): Active sensors now:0002, Enable&Disable sensors:0000
E/Sensors ( 525): [sensors_control_activate]current sensors=0000
I/WindowManager( 525): Setting rotation to 0, animFlags=0
I/ActivityManager( 525): Config changed: { scale=1.0 imsi=257/4 loc=ru_RU touch=3 keys=1/1/2 nav=3/1 orien=2 layout=35 uiMode=17 seq=5}
I/UsageStats( 525): Unexpected resume of com.android.settings while already resumed in com.android.settings
D/dalvikvm( 525): GC_EXPLICIT freed 2295 objects / 105376 bytes in 68ms
Mounting the sd card:
Code:
I/ActivityManager( 525): Starting activity: Intent { flg=0x10000000 cmp=android/com.android.server.status.UsbStorageActivity bnds=[160,166][640,230] }
D/VoldCmdListener( 77): volume shared /mnt/sdcard ums
I/ActivityManager( 525): Displayed activity android/com.android.server.status.UsbStorageActivity: 153 ms (total 153 ms)
W/InputManagerService( 525): Window already focused, ignoring focus gain of: [email protected]
The inclusion of GPS in the settings did not respond.
If necessary, I can put logcat and dmesg.
In stock firmware all hardware is working.
Logcat:
http://forum.xda-developers.com/attachment.php?attachmentid=1097358&stc=1&d=1338487760
Dmesg:
http://forum.xda-developers.com/attachment.php?attachmentid=1097357&stc=1&d=1338487760
To preface, I'm using a T-Mobile S6 that's running 6.0.1, rooted and has Xposed installed. I'm currently using the Deathnote Rom. Initially, I was using XtreStoLite 3.3.1.
To get to the source of the issue, using the XtroStoLite rom, I started to face an error when using the phone app where it would crash upon opening due to the contacts error. I did various things from disabling xposed modules, uninstalling apps, disabling exposed, wiping app data and cache--which helped until I closed the app again--, flashing, and dirty flashing the ROM again to no avail. From there, I gave up and switched to Alexis Rom, which served me fine when initially setting everything up until I discovered that it lacked the wallpaper option in settings and I couldn't flash it with the Aroma installers I had on hand, so I moved on to Death Note.
For the week or so I've been using Death Note, it's been good until Sunday, where situations lead me to discover I wasn't receiving group texts, so I began to tinker. Regular texts came in fine, but anything MMS related wasn't coming through at all, so I started to send MMS to myself, where I was then confronted with the com.android.phone error. Cache wiping and reflashing was once again done, but ultimately, nothing changed when I finished setting up my phone again and checked.
Ultimately, after a variety of testing, I narrowed it down to Amplify since I was using these guides to get better battery life.
I created a logcat log and eventually disabled and uninstalled Amplify, thinking that one of the multitude of things I disabled was causing a conflict--being the person that I am, I just ran through the list of things to disable even though the guides say to disable one and then reboot--and found that my problem was alleviated.
And tough Amplify was removed, I still had Servicely on my phone as well as DisableService. These apps aren't used for anything and are just occupying space, but I went ahead and ran a quick test with Servicely and disabled nothing but Facebook services. Went back and tried to send an MMS and the app crashed, which makes me believe that it isn't some service being disabled, but the act of doing it itself.
Or could DisableService and Servicely being on my phone along with an active Amplify be the cause of my problem? Apps used in this test were Textra and the stock Samsung messenger app.
And on a related note, could what I just discovered to be the cause of MMS failing be the cause of my phone app crashing on XtreStoLite?
Crash log file below.
CrashLog 2.0.0(14)
Device : samsung zerolte
Build number : G925FXXU3DPDP
CPU ABI : arm64-v8a
Kernel version : 3.10.101-Hacker-Echoe-g920f-V14
Firmware version : 6.0.1
Screen width : 1440
Screen height : 2560
6 15:11:01.906 D/ActivityManager( 4188): AppLocked getMultiWindowStyle:null
06-06 15:11:01.906 D/ActivityManager( 4188): AppLocked isLaunchedFromRecents:false hasMultiWindowStyle:false not normal : false
06-06 15:11:01.906 D/GameManagerService( 4188): identifyGamePackage. crashLog.cutebabyTW
06-06 15:11:01.906 D/MultiWindowPolicy( 4188): Gamemode - return 0, when calling identifyForegroundApp(crashLog.cutebabyTW)
06-06 15:11:01.906 D/CustomFrequencyManagerService( 4188): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1800000 uid : 1000 pid : 4188 pkgName : [email protected]
06-06 15:11:01.906 D/ActivityManager( 4188): mDVFSHelper.acquire()
06-06 15:11:01.916 D/FocusedStackFrame( 4188): Set to : 0
06-06 15:11:01.916 V/WindowManager( 4188): addAppToken: AppWindowToken{5280553 token=Token{51ff142 ActivityRecord{93b6b8d u0 crashLog.cutebabyTW/.LogCatActivity t269}}} to stack=1 task=269 at 0
06-06 15:11:01.916 D/InputDispatcher( 4188): Focused application set to: xxxx
06-06 15:11:01.926 D/InputDispatcher( 4188): Focus left window: 7421
06-06 15:11:01.936 V/BroadcastQueue( 4188): [background] Process cur broadcast BroadcastRecord{74dcac1 u-1 android.intent.action.ANY_DATA_STATE qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{a0c1234 4188:system/1000}
06-06 15:11:01.946 V/WindowOrientationListener( 4188): setCurrentAppOrientation :-1
06-06 15:11:01.946 V/WindowOrientationListener( 4188): OrientationSensorJudge.getProposedRotation, Rotation: 0
06-06 15:11:01.946 V/WindowManager( 4188): rotationForOrientationLw(orient=-1, last=0); user=0 sensorRotation=0 mLidState=-1 mDockMode=0 mHdmiPlugged=false mMobileKeyboardEnabled=false displayId=0
06-06 15:11:01.946 V/WindowOrientationListener( 4188): OrientationSensorJudge.getProposedRotation, Rotation: 0
06-06 15:11:01.946 D/ActivityManager( 4188): Launching crashLog.cutebabyTW, updated priority
06-06 15:11:01.956 D/GameManagerService( 4188): NotifyRunnable. pkg: crashLog.cutebabyTW, type: 4, isMinimized: false, isTunableApp: false
06-06 15:11:01.966 D/SecWifiDisplayUtil( 4188): Metadata value : SecSettings2
06-06 15:11:01.966 W/ResourcesManager( 2246): getTopLevelResources: /data/app/crashLog.cutebabyTW-1/base.apk / 1.0 running in crashLog.cutebabyTW rsrc of package crashLog.cutebabyTW
06-06 15:11:01.966 D/ViewRootImpl( 4188): #1 mView = com.android.internal.policy.PhoneWindow$DecorView{ca9483e V.E...... R.....ID 0,0-0,0}
06-06 15:11:01.966 D/ISSUE_DEBUG( 4188): InputChannelName : dfc03ec Starting crashLog.cutebabyTW
06-06 15:11:01.976 V/MediaPlayer( 2246): decode(76, 13231953, 5795)
06-06 15:11:01.976 D/PointerIcon( 4188): setMouseIconStyle1 pointerType: 1001 iconType:101 flag:0 pid:4188 uid:1000
06-06 15:11:01.976 D/PointerIcon( 4188): setMouseCustomIcon IconType is same.101
06-06 15:11:01.976 W/ActivityManager( 4188): Permission Denial: getCurrentUser() from pid=2246, uid=10221 requires android.permission.INTERACT_ACROSS_USERS
06-06 15:11:01.976 D/OggExtractor( 3124): correct time not found. Let's use approximate value
06-06 15:11:01.976 I/SurfaceFlinger( 3099): id=259 createSurf (1x1),1 flag=404, dutebabyTW
06-06 15:11:01.976 V/MARsPolicyManager( 4188): updatePackagesScore PackageInfo name -- crashLog.cutebabyTW
06-06 15:11:01.976 I/OggExtractor( 3124): OggSource:ggSource() mExtractor ref count = 4
06-06 15:11:01.986 I/OMXCodec( 3124): Attempting to allocate OMX node 'OMX.google.vorbis.decoder'
06-06 15:11:01.996 I/OMXCodec( 3124): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
06-06 15:11:01.996 I/OMXCodec( 3124): >>>UHQA initOutputFormat 16
06-06 15:11:01.996 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] OMXCodec::start mState=1
06-06 15:11:01.996 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] allocating 4 buffers of size 8192 on input port
06-06 15:11:01.996 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] allocating 4 buffers of size 32768 on output port
06-06 15:11:01.996 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] Now Idle. Component sends idle done Event
06-06 15:11:01.996 V/BroadcastQueue( 4188): [background] Process cur broadcast BroadcastRecord{dedaa4a u-1 android.intent.action.ANY_DATA_STATE qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{a0c1234 4188:system/1000}
06-06 15:11:01.996 D/GameManagerService( 4188): identifyGamePackage. crashLog.cutebabyTW
06-06 15:11:01.996 D/GameManagerService( 4188): identifyGamePackage. crashLog.cutebabyTW
06-06 15:11:01.996 D/GameManagerService( 4188): identifyGamePackage. crashLog.cutebabyTW
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] 0onCmdComplete mState = 7
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] PORT_DISABLED(1)
06-06 15:11:02.006 I/OMXCodec( 3124): >>>UHQA initOutputFormat 16
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] allocating 4 buffers of size 32768 on output port
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] End Of Stream
06-06 15:11:02.006 V/BroadcastQueue( 4188): [background] Process cur broadcast BroadcastRecord{7503dbb u-1 android.intent.action.ANY_DATA_STATE qIdx=4}, state= (APP_RECEIVE) DELIVERED for app ProcessRecord{a0c1234 4188:system/1000}
06-06 15:11:02.006 I/SoundExtractor( 3124): extract() reached EOS
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] stop mState=4
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] stop() sendCommand(207, OMX_CommandStateSet, OMX_StateIdle)
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] Now Idle. Component sends idle done Event
06-06 15:11:02.006 I/OMXCodec( 3124): [OMX.google.vorbis.decoder] stopOmxComponent_l() mstate = 1
06-06 15:11:02.006 I/OggExtractor( 3124): OggSource::stop() mExtractor ref count = 1
06-06 15:11:02.006 I/OggExtractor( 3124): OggSource::~OggSource() mExtractor !mStarted ref count = 1
06-06 15:11:02.006 I/OggExtractor( 3124): ~OggSource --
06-06 15:11:02.006 I/OggExtractor( 3124): ~OggExtractor ++
06-06 15:11:02.006 I/OggExtractor( 3124): ~MyOggExtractor ++
06-06 15:11:02.006 I/OggExtractor( 3124): ~MyOggExtractor --
06-06 15:11:02.006 I/OggExtractor( 3124): ~OggExtractor --
06-06 15:11:02.016 I/SimLockInfoResult( 2432): Pin_Retry:-1, Puk_Retry:-1, Pin2_Retry:-1, Puk2_Retry:-1, lockKey:1, lockKey2:3
06-06 15:11:02.016 D/AndroidRuntime( 2432): Shutting down VM
06-06 15:11:02.016 D/NetworkPolicy( 4188): isUidForegroundLocked: 10221, mScreenOn: true, uidstate: 2, mProxSensorScreenOff: false
06-06 15:11:02.026 E/AndroidRuntime( 2432): FATAL EXCEPTION: main
06-06 15:11:02.026 E/AndroidRuntime( 2432): Process: com.android.phone, PID: 2432
06-06 15:11:02.026 E/AndroidRuntime( 2432): java.lang.NumberFormatException: Invalid int: "null"
06-06 15:11:02.026 E/AndroidRuntime( 2432): at java.lang.Integer.invalidInt(Integer.java:138)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at java.lang.Integer.parseInt(Integer.java:358)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at java.lang.Integer.parseInt(Integer.java:334)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at com.android.internal.telephony.dataconnection.DctController$TelephonyNetworkFactory.needNetworkFor(DctController.java:1307)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at android.net.NetworkFactory.evalRequest(NetworkFactory.java:272)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at android.net.NetworkFactory.handleAddRequest(NetworkFactory.java:191)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at android.net.NetworkFactory.handleMessage(NetworkFactory.java:143)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at com.android.internal.telephony.dataconnection.DctController$TelephonyNetworkFactory.handleMessage(DctController.java:1256)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at android.os.Handler.dispatchMessage(Handler.java:102)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at android.os.Looper.loop(Looper.java:158)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at android.app.ActivityThread.main(ActivityThread.java:7229)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at java.lang.reflect.Method.invoke(Native Method)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
06-06 15:11:02.026 E/AndroidRuntime( 2432): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:133)
06-06 15:11:02.026 I/PersonaManager( 4188): mKnoxInfo is empty
Click to expand...
Click to collapse
Still could use some help resolving this issue. I've switched to Tyrannus 72.2 and the SpaceX kernel and the problem still persists.