[Q] How to view media scanner logs (media scanner dies)? - Nexus S Q&A, Help & Troubleshooting

Is there any way to view android media scanner logs?
I have known bug when new music/photos doesn't appear in library. I don't want to do full wipe because I'd already done this. I haven't .nomedia files in my DCIM and Music folders. So, I want to view logs and discover what causes this behavior. Maybe it's corrupted file or not.

schroding3rscat said:
Is there any way to view android media scanner logs?
I have known bug when new music/photos doesn't appear in library. I don't want to do full wipe because I'd already done this. I haven't .nomedia files in mu DCIM and Music folders. So, I want to view logs and discover what causes this behavior. Maybe it's corrupted file or not.
Click to expand...
Click to collapse
Simply wipe Media Storage cache and files. It will rebuild it completely.

polobunny said:
Simply wipe Media Storage cache and files. It will rebuild it completely.
Click to expand...
Click to collapse
I did this. My question was 'can I view media scanner logs', not 'help me solve this problem'.

Then simply use logcat to see what's going on. You can manually trigger a media scan with apps such as Rescan Media.
In logcat I believe you could search for android.process.media to get relevant results.

polobunny said:
Then simply use logcat to see what's going on. You can manually trigger a media scan with apps such as Rescan Media.
In logcat I believe you could search for android.process.media to get relevant results.
Click to expand...
Click to collapse
This was good suggestion. Thank you.
I connected my Nexus S to PC and enabled USB Debugging. And in ddms.exe I run logcat.
So after rebooting my phone I discovered that MediaScanner dies. Here is cut from log:
Code:
Line 722: I/ActivityManager( 270): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=491 uid=10014 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
Line 723: I/ActivityThread( 491): Pub downloads: com.android.providers.downloads.DownloadProvider
Line 724: I/ActivityThread( 491): Pub drm: com.android.providers.drm.DrmProvider
Line 725: I/DownloadManager( 491): in removeSpuriousFiles
Line 726: I/ActivityThread( 491): Pub media: com.android.providers.media.MediaProvider
Line 1013: D/dalvikvm( 491): GC_CONCURRENT freed 187K, 4% free 8199K/8455K, paused 13ms+9ms, total 53ms
Line 1056: I/MediaProvider( 491): Upgrading media database from version 0 to 509, which will destroy all old data
Line 1078: E/SQLiteLog( 491): (1) no such table: files
Line 1331: D/dalvikvm( 491): GC_CONCURRENT freed 275K, 5% free 8373K/8775K, paused 21ms+212ms, total 347ms
Line 1520: D/dalvikvm( 491): GC_CONCURRENT freed 398K, 6% free 8383K/8903K, paused 13ms+13ms, total 79ms
Line 1537: D/dalvikvm( 491): GC_CONCURRENT freed 439K, 7% free 8335K/8903K, paused 14ms+13ms, total 50ms
Line 1626: D/dalvikvm( 491): GC_CONCURRENT freed 560K, 8% free 8261K/8903K, paused 2ms+6ms, total 193ms
Line 1795: D/dalvikvm( 491): GC_FOR_ALLOC freed 214K, 6% free 8378K/8903K, paused 124ms, total 124ms
Line 1855: D/MediaScannerReceiver( 491): action: android.intent.action.MEDIA_MOUNTED path: /storage/sdcard0
Line 1870: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1888: D/dalvikvm( 491): GC_EXPLICIT freed 322K, 7% free 8357K/8903K, paused 142ms+51ms, total 499ms
Line 1954: D/dalvikvm( 491): GC_CONCURRENT freed 410K, 7% free 8359K/8903K, paused 14ms+8ms, total 65ms
Line 1957: D/dalvikvm( 491): GC_CONCURRENT freed 508K, 8% free 8262K/8903K, paused 14ms+4ms, total 50ms
Line 1970: D/dalvikvm( 491): GC_CONCURRENT freed 394K, 8% free 8268K/8903K, paused 12ms+12ms, total 40ms
Line 1981: D/dalvikvm( 491): GC_CONCURRENT freed 397K, 8% free 8264K/8903K, paused 11ms+12ms, total 39ms
Line 1982: W/MediaScanner( 491): Error opening directory '/storage/sdcard0/.android_secure/', skipping: Permission denied.
Line 1985: D/dalvikvm( 491): GC_CONCURRENT freed 259K, 6% free 8389K/8903K, paused 11ms+3ms, total 31ms
Line 1987: D/dalvikvm( 270): GC_EXPLICIT freed 116K, 13% free 15491K/17607K, paused 4ms+7ms, total 85ms
Line 1988: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1989: D/dalvikvm( 491): GC_EXPLICIT freed 214K, 6% free 8409K/8903K, paused 2ms+3ms, total 28ms
Line 1996: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 6% free 8510K/8967K, paused 12ms+4ms, total 36ms
Line 1997: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1998: D/dalvikvm( 491): GC_EXPLICIT freed 244K, 8% free 8319K/8967K, paused 2ms+3ms, total 28ms
Line 2001: D/dalvikvm( 491): GC_CONCURRENT freed 213K, 6% free 8490K/8967K, paused 12ms+3ms, total 36ms
Line 2005: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2006: D/dalvikvm( 491): GC_EXPLICIT freed 242K, 7% free 8346K/8967K, paused 2ms+7ms, total 31ms
Line 2009: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+4ms, total 36ms
Line 2012: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2013: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 28ms
Line 2017: D/dalvikvm( 491): GC_CONCURRENT freed 242K, 6% free 8489K/8967K, paused 11ms+3ms, total 34ms
Line 2021: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2022: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+2ms, total 27ms
Line 2027: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+23ms, total 118ms
Line 2028: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2029: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 27ms
Line 2035: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2036: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2037: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8340K/8967K, paused 2ms+3ms, total 28ms
Line 2042: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2043: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2044: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8340K/8967K, paused 2ms+3ms, total 26ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2050: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2051: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 1ms+3ms, total 25ms
Line 2056: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8490K/8967K, paused 12ms+4ms, total 34ms
Line 2057: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2058: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 2ms+3ms, total 26ms
Line 2063: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8488K/8967K, paused 12ms+17ms, total 49ms
Line 2064: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2065: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8341K/8967K, paused 2ms+2ms, total 26ms
Line 2068: D/dalvikvm( 491): GC_CONCURRENT freed 255K, 6% free 8471K/8967K, paused 12ms+3ms, total 36ms
Line 2071: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2072: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8366K/8967K, paused 2ms+3ms, total 28ms
Line 2076: D/dalvikvm( 491): GC_CONCURRENT freed 270K, 6% free 8480K/8967K, paused 12ms+3ms, total 36ms
Line 2079: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2080: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8358K/8967K, paused 2ms+3ms, total 28ms
Line 2083: D/dalvikvm( 491): GC_CONCURRENT freed 263K, 6% free 8480K/8967K, paused 12ms+4ms, total 33ms
Line 2086: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2087: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8357K/8967K, paused 2ms+3ms, total 28ms
Line 2092: D/dalvikvm( 491): GC_CONCURRENT freed 254K, 6% free 8488K/8967K, paused 12ms+3ms, total 38ms
Line 2093: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2094: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8343K/8967K, paused 2ms+2ms, total 26ms
Line 2099: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8486K/8967K, paused 12ms+3ms, total 37ms
Line 2100: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2101: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8344K/8967K, paused 2ms+3ms, total 26ms
Line 2106: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8485K/8967K, paused 12ms+3ms, total 34ms
Line 2107: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2108: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8343K/8967K, paused 2ms+3ms, total 26ms
Line 2113: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8487K/8967K, paused 11ms+4ms, total 34ms
Line 2114: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2115: D/dalvikvm( 491): GC_EXPLICIT freed 253K, 7% free 8340K/8967K, paused 2ms+2ms, total 25ms
Line 2118: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8480K/8967K, paused 12ms+4ms, total 34ms
Line 2121: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2122: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8354K/8967K, paused 2ms+3ms, total 27ms
Line 2127: D/dalvikvm( 491): GC_CONCURRENT freed 249K, 6% free 8489K/8967K, paused 12ms+4ms, total 35ms
Line 2128: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2129: D/dalvikvm( 491): GC_EXPLICIT freed 246K, 8% free 8340K/8967K, paused 2ms+3ms, total 25ms
Line 2132: D/dalvikvm( 491): GC_CONCURRENT freed 252K, 6% free 8473K/8967K, paused 12ms+4ms, total 36ms
Line 2135: D/dalvikvm( 491): GC_FOR_ALLOC freed 487K, 8% free 8380K/9095K, paused 15ms, total 21ms
Line 2136: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 1ms
Line 2137: D/dalvikvm( 491): GC_EXPLICIT freed 286K, 9% free 8315K/9095K, paused 1ms+2ms, total 24ms
Line 2138: D/dalvikvm( 491): GC_FOR_ALLOC freed 313K, 8% free 8380K/9095K, paused 13ms, total 14ms
Line 2141: D/dalvikvm( 491): GC_CONCURRENT freed 350K, 8% free 8430K/9095K, paused 12ms+3ms, total 31ms
Line 2144: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2145: D/dalvikvm( 491): GC_EXPLICIT freed 292K, 8% free 8435K/9095K, paused 2ms+3ms, total 29ms
Line 2148: D/dalvikvm( 491): GC_CONCURRENT freed 356K, 7% free 8465K/9095K, paused 11ms+3ms, total 32ms
Line 2151: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2152: D/dalvikvm( 491): GC_EXPLICIT freed 304K, 8% free 8426K/9095K, paused 2ms+3ms, total 29ms
Line 2155: D/dalvikvm( 491): GC_CONCURRENT freed 378K, 8% free 8446K/9095K, paused 11ms+12ms, total 41ms
Line 2156: D/dalvikvm( 491): GC_CONCURRENT freed 381K, 7% free 8460K/9095K, paused 12ms+3ms, total 31ms
Line 2181: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2182: D/dalvikvm( 491): GC_EXPLICIT freed 367K, 8% free 8445K/9095K, paused 3ms+4ms, total 34ms
Line 2185: D/dalvikvm( 491): GC_CONCURRENT freed 297K, 7% free 8535K/9095K, paused 15ms+3ms, total 44ms
Line 2186: D/dalvikvm( 491): GC_FOR_ALLOC freed 412K, 8% free 8507K/9159K, paused 15ms, total 16ms
Line 2187: D/dalvikvm( 491): GC_FOR_ALLOC freed 343K, 8% free 8506K/9159K, paused 15ms, total 16ms
Line 2188: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 8% free 8513K/9159K, paused 15ms, total 16ms
Line 2189: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8520K/9159K, paused 15ms, total 16ms
Line 2190: D/dalvikvm( 491): GC_FOR_ALLOC freed 334K, 7% free 8528K/9159K, paused 15ms, total 16ms
Line 2191: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8535K/9159K, paused 18ms, total 18ms
Line 2192: D/dalvikvm( 491): GC_FOR_ALLOC freed 327K, 7% free 8544K/9159K, paused 18ms, total 18ms
Line 2193: D/skia ( 491): --- SkImageDecoder::Factory returned null
Line 2196: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 7% free 8605K/9159K, paused 11ms+3ms, total 33ms
Line 2197: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2198: D/dalvikvm( 491): GC_EXPLICIT freed 87K, 7% free 8529K/9159K, paused 2ms+2ms, total 26ms
Line 2209: D/dalvikvm( 491): GC_CONCURRENT freed 232K, 6% free 8681K/9159K, paused 12ms+3ms, total 34ms
Line 2212: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2213: D/dalvikvm( 491): GC_EXPLICIT freed 237K, 6% free 8630K/9159K, paused 2ms+4ms, total 38ms
Line 2218: D/dalvikvm( 491): GC_CONCURRENT freed 286K, 5% free 8739K/9159K, paused 11ms+4ms, total 37ms
Line 2219: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2220: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8570K/9159K, paused 2ms+3ms, total 28ms
Line 2223: D/dalvikvm( 491): GC_CONCURRENT freed 212K, 5% free 8742K/9159K, paused 11ms+3ms, total 35ms
Line 2226: F/<unknown>( 491): stack corruption detected: aborted
Line 2227: D/Zygote ( 88): Process 491 terminated by signal (6)
Line 2228: I/ActivityManager( 270): Process android.process.media (pid 491) has died.
W/ActivityManager( 270): Scheduling restart of crashed service com.android.providers.media/.MediaScannerService in 315258ms
Also I found some suspicious lines, such as
Code:
E/ID3 ( 90): skipping huge ID3 metadata of size 3488105
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
Process with this PID is marked with I/mediaserver, I/AudioFlinger, I/CameraService, I/AudioMixer, D/AudioHardware etc.
I'm not an Android developer, and cannot clearly understand what's going on. But from log I think that this is maybe a corrupted audio file?

schroding3rscat said:
This was good suggestion. Thank you.
I connected my Nexus S to PC and enabled USB Debugging. And in ddms.exe I run logcat.
So after rebooting my phone I discovered that MediaScanner dies. Here is cut from log:
Code:
Line 722: I/ActivityManager( 270): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=491 uid=10014 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
Line 723: I/ActivityThread( 491): Pub downloads: com.android.providers.downloads.DownloadProvider
Line 724: I/ActivityThread( 491): Pub drm: com.android.providers.drm.DrmProvider
Line 725: I/DownloadManager( 491): in removeSpuriousFiles
Line 726: I/ActivityThread( 491): Pub media: com.android.providers.media.MediaProvider
Line 1013: D/dalvikvm( 491): GC_CONCURRENT freed 187K, 4% free 8199K/8455K, paused 13ms+9ms, total 53ms
Line 1056: I/MediaProvider( 491): Upgrading media database from version 0 to 509, which will destroy all old data
Line 1078: E/SQLiteLog( 491): (1) no such table: files
Line 1331: D/dalvikvm( 491): GC_CONCURRENT freed 275K, 5% free 8373K/8775K, paused 21ms+212ms, total 347ms
Line 1520: D/dalvikvm( 491): GC_CONCURRENT freed 398K, 6% free 8383K/8903K, paused 13ms+13ms, total 79ms
Line 1537: D/dalvikvm( 491): GC_CONCURRENT freed 439K, 7% free 8335K/8903K, paused 14ms+13ms, total 50ms
Line 1626: D/dalvikvm( 491): GC_CONCURRENT freed 560K, 8% free 8261K/8903K, paused 2ms+6ms, total 193ms
Line 1795: D/dalvikvm( 491): GC_FOR_ALLOC freed 214K, 6% free 8378K/8903K, paused 124ms, total 124ms
Line 1855: D/MediaScannerReceiver( 491): action: android.intent.action.MEDIA_MOUNTED path: /storage/sdcard0
Line 1870: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1888: D/dalvikvm( 491): GC_EXPLICIT freed 322K, 7% free 8357K/8903K, paused 142ms+51ms, total 499ms
Line 1954: D/dalvikvm( 491): GC_CONCURRENT freed 410K, 7% free 8359K/8903K, paused 14ms+8ms, total 65ms
Line 1957: D/dalvikvm( 491): GC_CONCURRENT freed 508K, 8% free 8262K/8903K, paused 14ms+4ms, total 50ms
Line 1970: D/dalvikvm( 491): GC_CONCURRENT freed 394K, 8% free 8268K/8903K, paused 12ms+12ms, total 40ms
Line 1981: D/dalvikvm( 491): GC_CONCURRENT freed 397K, 8% free 8264K/8903K, paused 11ms+12ms, total 39ms
Line 1982: W/MediaScanner( 491): Error opening directory '/storage/sdcard0/.android_secure/', skipping: Permission denied.
Line 1985: D/dalvikvm( 491): GC_CONCURRENT freed 259K, 6% free 8389K/8903K, paused 11ms+3ms, total 31ms
Line 1987: D/dalvikvm( 270): GC_EXPLICIT freed 116K, 13% free 15491K/17607K, paused 4ms+7ms, total 85ms
Line 1988: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1989: D/dalvikvm( 491): GC_EXPLICIT freed 214K, 6% free 8409K/8903K, paused 2ms+3ms, total 28ms
Line 1996: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 6% free 8510K/8967K, paused 12ms+4ms, total 36ms
Line 1997: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 1998: D/dalvikvm( 491): GC_EXPLICIT freed 244K, 8% free 8319K/8967K, paused 2ms+3ms, total 28ms
Line 2001: D/dalvikvm( 491): GC_CONCURRENT freed 213K, 6% free 8490K/8967K, paused 12ms+3ms, total 36ms
Line 2005: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2006: D/dalvikvm( 491): GC_EXPLICIT freed 242K, 7% free 8346K/8967K, paused 2ms+7ms, total 31ms
Line 2009: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+4ms, total 36ms
Line 2012: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2013: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 28ms
Line 2017: D/dalvikvm( 491): GC_CONCURRENT freed 242K, 6% free 8489K/8967K, paused 11ms+3ms, total 34ms
Line 2021: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2022: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+2ms, total 27ms
Line 2027: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8488K/8967K, paused 12ms+23ms, total 118ms
Line 2028: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2029: D/dalvikvm( 491): GC_EXPLICIT freed 241K, 7% free 8346K/8967K, paused 2ms+3ms, total 27ms
Line 2035: D/dalvikvm( 491): GC_CONCURRENT freed 241K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2036: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2037: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8340K/8967K, paused 2ms+3ms, total 28ms
Line 2042: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8489K/8967K, paused 12ms+3ms, total 37ms
Line 2043: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2044: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8340K/8967K, paused 2ms+3ms, total 26ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2049: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8491K/8967K, paused 12ms+4ms, total 38ms
Line 2050: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2051: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 1ms+3ms, total 25ms
Line 2056: D/dalvikvm( 491): GC_CONCURRENT freed 234K, 6% free 8490K/8967K, paused 12ms+4ms, total 34ms
Line 2057: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2058: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 8% free 8339K/8967K, paused 2ms+3ms, total 26ms
Line 2063: D/dalvikvm( 491): GC_CONCURRENT freed 235K, 6% free 8488K/8967K, paused 12ms+17ms, total 49ms
Line 2064: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2065: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8341K/8967K, paused 2ms+2ms, total 26ms
Line 2068: D/dalvikvm( 491): GC_CONCURRENT freed 255K, 6% free 8471K/8967K, paused 12ms+3ms, total 36ms
Line 2071: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2072: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8366K/8967K, paused 2ms+3ms, total 28ms
Line 2076: D/dalvikvm( 491): GC_CONCURRENT freed 270K, 6% free 8480K/8967K, paused 12ms+3ms, total 36ms
Line 2079: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2080: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8358K/8967K, paused 2ms+3ms, total 28ms
Line 2083: D/dalvikvm( 491): GC_CONCURRENT freed 263K, 6% free 8480K/8967K, paused 12ms+4ms, total 33ms
Line 2086: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2087: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8357K/8967K, paused 2ms+3ms, total 28ms
Line 2092: D/dalvikvm( 491): GC_CONCURRENT freed 254K, 6% free 8488K/8967K, paused 12ms+3ms, total 38ms
Line 2093: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2094: D/dalvikvm( 491): GC_EXPLICIT freed 251K, 7% free 8343K/8967K, paused 2ms+2ms, total 26ms
Line 2099: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8486K/8967K, paused 12ms+3ms, total 37ms
Line 2100: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2101: D/dalvikvm( 491): GC_EXPLICIT freed 249K, 7% free 8344K/8967K, paused 2ms+3ms, total 26ms
Line 2106: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8485K/8967K, paused 12ms+3ms, total 34ms
Line 2107: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2108: D/dalvikvm( 491): GC_EXPLICIT freed 248K, 7% free 8343K/8967K, paused 2ms+3ms, total 26ms
Line 2113: D/dalvikvm( 491): GC_CONCURRENT freed 240K, 6% free 8487K/8967K, paused 11ms+4ms, total 34ms
Line 2114: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2115: D/dalvikvm( 491): GC_EXPLICIT freed 253K, 7% free 8340K/8967K, paused 2ms+2ms, total 25ms
Line 2118: D/dalvikvm( 491): GC_CONCURRENT freed 244K, 6% free 8480K/8967K, paused 12ms+4ms, total 34ms
Line 2121: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2122: D/dalvikvm( 491): GC_EXPLICIT freed 245K, 7% free 8354K/8967K, paused 2ms+3ms, total 27ms
Line 2127: D/dalvikvm( 491): GC_CONCURRENT freed 249K, 6% free 8489K/8967K, paused 12ms+4ms, total 35ms
Line 2128: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2129: D/dalvikvm( 491): GC_EXPLICIT freed 246K, 8% free 8340K/8967K, paused 2ms+3ms, total 25ms
Line 2132: D/dalvikvm( 491): GC_CONCURRENT freed 252K, 6% free 8473K/8967K, paused 12ms+4ms, total 36ms
Line 2135: D/dalvikvm( 491): GC_FOR_ALLOC freed 487K, 8% free 8380K/9095K, paused 15ms, total 21ms
Line 2136: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 1ms
Line 2137: D/dalvikvm( 491): GC_EXPLICIT freed 286K, 9% free 8315K/9095K, paused 1ms+2ms, total 24ms
Line 2138: D/dalvikvm( 491): GC_FOR_ALLOC freed 313K, 8% free 8380K/9095K, paused 13ms, total 14ms
Line 2141: D/dalvikvm( 491): GC_CONCURRENT freed 350K, 8% free 8430K/9095K, paused 12ms+3ms, total 31ms
Line 2144: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2145: D/dalvikvm( 491): GC_EXPLICIT freed 292K, 8% free 8435K/9095K, paused 2ms+3ms, total 29ms
Line 2148: D/dalvikvm( 491): GC_CONCURRENT freed 356K, 7% free 8465K/9095K, paused 11ms+3ms, total 32ms
Line 2151: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2152: D/dalvikvm( 491): GC_EXPLICIT freed 304K, 8% free 8426K/9095K, paused 2ms+3ms, total 29ms
Line 2155: D/dalvikvm( 491): GC_CONCURRENT freed 378K, 8% free 8446K/9095K, paused 11ms+12ms, total 41ms
Line 2156: D/dalvikvm( 491): GC_CONCURRENT freed 381K, 7% free 8460K/9095K, paused 12ms+3ms, total 31ms
Line 2181: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2182: D/dalvikvm( 491): GC_EXPLICIT freed 367K, 8% free 8445K/9095K, paused 3ms+4ms, total 34ms
Line 2185: D/dalvikvm( 491): GC_CONCURRENT freed 297K, 7% free 8535K/9095K, paused 15ms+3ms, total 44ms
Line 2186: D/dalvikvm( 491): GC_FOR_ALLOC freed 412K, 8% free 8507K/9159K, paused 15ms, total 16ms
Line 2187: D/dalvikvm( 491): GC_FOR_ALLOC freed 343K, 8% free 8506K/9159K, paused 15ms, total 16ms
Line 2188: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 8% free 8513K/9159K, paused 15ms, total 16ms
Line 2189: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8520K/9159K, paused 15ms, total 16ms
Line 2190: D/dalvikvm( 491): GC_FOR_ALLOC freed 334K, 7% free 8528K/9159K, paused 15ms, total 16ms
Line 2191: D/dalvikvm( 491): GC_FOR_ALLOC freed 333K, 7% free 8535K/9159K, paused 18ms, total 18ms
Line 2192: D/dalvikvm( 491): GC_FOR_ALLOC freed 327K, 7% free 8544K/9159K, paused 18ms, total 18ms
Line 2193: D/skia ( 491): --- SkImageDecoder::Factory returned null
Line 2196: D/dalvikvm( 491): GC_CONCURRENT freed 324K, 7% free 8605K/9159K, paused 11ms+3ms, total 33ms
Line 2197: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2198: D/dalvikvm( 491): GC_EXPLICIT freed 87K, 7% free 8529K/9159K, paused 2ms+2ms, total 26ms
Line 2209: D/dalvikvm( 491): GC_CONCURRENT freed 232K, 6% free 8681K/9159K, paused 12ms+3ms, total 34ms
Line 2212: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2213: D/dalvikvm( 491): GC_EXPLICIT freed 237K, 6% free 8630K/9159K, paused 2ms+4ms, total 38ms
Line 2218: D/dalvikvm( 491): GC_CONCURRENT freed 286K, 5% free 8739K/9159K, paused 11ms+4ms, total 37ms
Line 2219: D/dalvikvm( 491): WAIT_FOR_CONCURRENT_GC blocked 0ms
Line 2220: D/dalvikvm( 491): GC_EXPLICIT freed 247K, 7% free 8570K/9159K, paused 2ms+3ms, total 28ms
Line 2223: D/dalvikvm( 491): GC_CONCURRENT freed 212K, 5% free 8742K/9159K, paused 11ms+3ms, total 35ms
Line 2226: F/<unknown>( 491): stack corruption detected: aborted
Line 2227: D/Zygote ( 88): Process 491 terminated by signal (6)
Line 2228: I/ActivityManager( 270): Process android.process.media (pid 491) has died.
W/ActivityManager( 270): Scheduling restart of crashed service com.android.providers.media/.MediaScannerService in 315258ms
Also I found some suspicious lines, such as
Code:
E/ID3 ( 90): skipping huge ID3 metadata of size 3488105
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
E/ID3 ( 90): skipping huge ID3 metadata of size 3488119
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
I/SampleTable( 90): There are reordered frames present.
Process with this PID is marked with I/mediaserver, I/AudioFlinger, I/CameraService, I/AudioMixer, D/AudioHardware etc.
I'm not an Android developer, and cannot clearly understand what's going on. But from log I think that this is maybe a corrupted audio file?
Click to expand...
Click to collapse
There's known issues with media scanner getting stuck on track numbering, misformed ID3 tags in mp3 files or unrecognized characters.
You can use ID3Fixer (https://play.google.com/store/apps/details?id=com.yschi.ID3Fixer) to read your tags and rewrite them in a more accepted charset and that usually fixes it.

polobunny said:
There's known issues with media scanner getting stuck on track numbering, misformed ID3 tags in mp3 files or unrecognized characters.
You can use ID3Fixer (https://play.google.com/store/apps/details?id=com.yschi.ID3Fixer) to read your tags and rewrite them in a more accepted charset and that usually fixes it.
Click to expand...
Click to collapse
I wasn't able to do this because this app relies on media scanner which didn't show any music file on my phone.
So I finally found problem and somehow solved it. I connected my phone over USB with turned on debug and started do view logs in ddms. After that I started to put .nomedia file in every folder with photos or music and rescan my sd. After some time I realized that DCIM directory contained files that crashed scanner. I didn't want to check all my 1.4 Gb photos and videos and simply moved all of them to pc. After that all is fine.
But I cannot understand why this is such an issue. Why Google cannot implement fix for this problem. Especially because scanner was broken by photo or video file that I created by STOCK app.
Thank for help, polobunny. :good:

schroding3rscat said:
I wasn't able to do this because this app relies on media scanner which didn't show any music file on my phone.
So I finally found problem and somehow solved it. I connected my phone over USB with turned on debug and started do view logs in ddms. After that I started to put .nomedia file in every folder with photos or music and rescan my sd. After some time I realized that DCIM directory contained files that crashed scanner. I didn't want to check all my 1.4 Gb photos and videos and simply moved all of them to pc. After that all is fine.
But I cannot understand why this is such an issue. Why Google cannot implement fix for this problem. Especially because scanner was broken by photo or video file that I created by STOCK app.
Thank for help, polobunny. :good:
Click to expand...
Click to collapse
You're not the only one wondering why the behavior of the media scanner is like that. It's an ongoing discussion on Google groups. If the media scanner were to encounter a file that it cannot index properly the logical step would be to skip it, but instead media scanner stops and doesn't index the rest of the files. It's a stupid way of working and it doesn't seem like there's any advantage to this way, to boot. :S

This is likely fixed here: https://android-review.googlesource.com/#/c/19084/
Merged in AOSP master, queued for Cyanogenmod.

That thing happen to my nexus too and i'll ready fix that.
Using root explorer :
1. Mount R/W
2. Select Storage
3. Tap and hold sdcard0 than link to this folder and this will create sdcard0 - Link than rename to sdcard
4. move sd card to parent folder than paste
5. Reboot and finish
Before that you must back up all your file because all your file will become 0 KB

iuss said:
This is likely fixed here: https://android-review.googlesource.com/#/c/19084/
Merged in AOSP master, queued for Cyanogenmod.
Click to expand...
Click to collapse
Wrong commit link, this is about GPS.

It's the right commit. The bug is related to poor GPS metadata handling in an EXIF parsing, resulting in a buffer overflow with specific files.

iuss said:
It's the right commit. The bug is related to poor GPS metadata handling in an EXIF parsing, resulting in a buffer overflow with specific files.
Click to expand...
Click to collapse
Except the bug is not only about improperly formatted pictures but also mp3s... No EXIF in mp3s.

polobunny said:
Except the bug is not only about improperly formatted pictures but also mp3s... No EXIF in mp3s.
Click to expand...
Click to collapse
In my case error was in photo or video file. More likely in photo, I say. So he is correct with EXIF bug.

schroding3rscat said:
In my case error was in photo or video file. More likely in photo, I say. So he is correct with EXIF bug.
Click to expand...
Click to collapse
Ah my bad then! I helped two people with similar issues, and I mixed both. My fault for not re-reading.

Related

[Q] photo sphere app????

Hey guys i use my xoom to take pictures alot, and when i say alot i mean like around 80 photos aday and ive seen that the new photo shere/gallery are working on other devices so im wondering if anyone has got it working on a xoom yet if so can someone point me in the direction of the apk because i really wanna use it
Use this. Tried it on CM10 and doesn't work. So I flashed EOS3 and put it on there, worked fine. Flash through recovery.
matt4321 said:
Use this. Tried it on CM10 and doesn't work. So I flashed EOS3 and put it on there, worked fine. Flash through recovery.
Click to expand...
Click to collapse
Thanks alot downloading now will return later with results
flashed the above zip. camera works, autofocus is really slow, video works, panorama crashes the app, photosphere wont load
alex94kumar said:
flashed the above zip. camera works, autofocus is really slow, video works, panorama crashes the app, photosphere wont load
Click to expand...
Click to collapse
What ROM are you using? Had no issue with autofocus. Didn't try panorama, was to keen giving photosphere a whirl. I had it working, it was ok and did produce an image, but the stitching and merging was a little off. I'm hoping google will patch it up before final release
--------- beginning of /dev/log/main
D/dalvikvm(12462): GC_CONCURRENT freed 202K, 19% free 2883K/3523K, paused 11ms+14ms, total 46ms
D/dalvikvm(12462): GC_CONCURRENT freed 346K, 21% free 3064K/3843K, paused 12ms+17ms, total 42ms
D/dalvikvm(12462): GC_CONCURRENT freed 330K, 19% free 3232K/3971K, paused 11ms+11ms, total 33ms
W/InputEventReceiver(12462): Attempted to finish an input event but the input event receiver has already been disposed.
D/dalvikvm(12462): GC_CONCURRENT freed 574K, 26% free 3064K/4099K, paused 12ms+2ms, total 34ms
D/dalvikvm(12462): GC_FOR_ALLOC freed 185K, 27% free 3025K/4099K, paused 20ms, total 20ms
I/dalvikvm-heap(12462): Grow heap (frag case) to 3.612MB for 281896-byte allocation
D/dalvikvm(12462): GC_FOR_ALLOC freed 0K, 26% free 3301K/4419K, paused 10ms, total 10ms
D/libEGL (12462): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL (12462): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL (12462): loaded /system/lib/egl/libGLESv2_tegra.so
D/OpenGLRenderer(12462): Enabling debug mode 0
D/dalvikvm(12462): GC_CONCURRENT freed 88K, 18% free 3649K/4419K, paused 20ms+2ms, total 34ms
D/dalvikvm(12462): GC_FOR_ALLOC freed 91K, 15% free 3943K/4611K, paused 13ms, total 25ms
D/dalvikvm(12462): GC_CONCURRENT freed 175K, 13% free 4338K/4931K, paused 1ms+14ms, total 31ms
I flashed the mod and it replaced my camera and gallery as expected but it instantly force closes on panorama mode and photosphere freezes and doesnt get much further than that before it has to be closed the camera and video function work fine, ive never used logcat before so theres what i got, i dont no if its any use to u because its all far to techy for me to follow or understand lol

[Q] [Solved] Non-Sense ROM's having cache issue after flashing

Solved. Reformatted sdcard in windows seemed to fix.
http://forum.xda-developers.com/showpost.php?p=37182462&postcount=320
Thanks Sourshin.
AT&T ONE X
Running Hboot 1.09
Radio 0.16.32.09.01_3
TWRP recovery v2.3.3.0
I've been running into an issue lately with MIUI JB or CM10. Whenever I flash one of these ROM's I get force closes on every process possible. From the looks of a logcat, it appears that the system is unable to write to cache.
E/dalvikvm( 729): Dex cache directory isn't writable: /cache/dalvik-cache
Click to expand...
Click to collapse
I
As suggested by Absolutelygrim I attempted to update to the 1.85 RUU. More information here (start at post #450)
The results where still the same. Afterwards I let the phone OTA to 2.20, and after unlocking once more, and flashing the kernel in fastboot successfully. JB MIUI or CM10 still didn't work correctly.
In between, I have also tried numerous version of TWRP. All flashes were clean. Wipe cache/dalvik/data/system and even android secure.
I have just finished running the The Jewel/Evita Toolkit and downgraded my Hboot back to 1.09. I would think after performing several RUU's that any sort of corrupt partition would have formatted and corrected by now.
Even after downgrading back to 1.09, I am still unable to use any non-sense based JB Roms.
So my question is, why can't I run any sort of JellyBean ROM that isn't sense based. (I have ran VIper 3.0 based on the JB update flawlessly). I'm sure that you smart folks can think up something. If we can figure it out, I'm gonna have to buy some of you some beers.
Seems as the kingbeatz Rom works without flaw.
Make sure the permissions on the directory are 775, or try to fix permissions in recovery, can't recall if we tried that
I did try fixing permissions from recovery. As well as chmod 775 from adb shell.
Sent from my HTC One X using XDA Premium HD app
Edit:
After running a logcat again after chmod, i noticed that he dalvik-cache doesn't throw errors now. It's now Zygote. It's almost like it's trying to odex files but the files aren't there.
I/Zygote ( 137): Preloading classes...
D/dalvikvm( 137): GC_EXPLICIT freed 37K, 90% free 419K/4096K, paused 0ms+0ms, total 3ms
D/dalvikvm( 137): GC_EXPLICIT freed 4K, 89% free 485K/4096K, paused 0ms+0ms, total 3ms
W/Zygote ( 137): Class not found for preloading: android.animation.ValueAnimator$2
W/Zygote ( 137): Class not found for preloading: android.animation.ValueAnimator$3
W/Zygote ( 137): Class not found for preloading: android.animation.ValueAnimator$4
W/Zygote ( 137): Class not found for preloading: android.animation.ValueAnimator$5
D/dalvikvm( 137): GC_EXPLICIT freed 25K, 88% free 520K/4096K, paused 1ms+5ms, total 9ms
D/dalvikvm( 137): GC_EXPLICIT freed 26K, 87% free 548K/4096K, paused 1ms+1ms, total 3ms
D/dalvikvm( 137): GC_EXPLICIT freed 14K, 86% free 588K/4096K, paused 0ms+0ms, total 3ms
W/Zygote ( 137): Class not found for preloading: android.content.res.Resources$1
D/dalvikvm( 137): GC_EXPLICIT freed 115K, 82% free 777K/4096K, paused 0ms+0ms, total 4ms
W/Zygote ( 137): Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
W/Zygote ( 137): Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
D/dalvikvm( 137): GC_EXPLICIT freed 34K, 81% free 799K/4096K, paused 1ms+1ms, total 9ms
D/TextLayoutCache( 137): Using debug level = 0 - Debug Enabled = 0
D/dalvikvm( 137): GC_EXPLICIT freed 11K, 79% free 865K/4096K, paused 1ms+1ms, total 14ms
W/Zygote ( 137): Class not found for preloading: android.media.AudioManager$2
I/dalvikvm( 137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 137): register_android_mtp_MtpDevice
I/dalvikvm( 137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 137): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
W/Zygote ( 137): Class not found for preloading: android.media.IRemoteControlClientDispatcher
W/Zygote ( 137): Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
D/dalvikvm( 137): GC_EXPLICIT freed 19K, 78% free 903K/4096K, paused 0ms+1ms, total 8ms
D/dalvikvm( 137): GC_EXPLICIT freed 285K, 69% free 1269K/4096K, paused 0ms+0ms, total 14ms
W/Zygote ( 137): Class not found for preloading: android.os.Power
D/dalvikvm( 137): GC_EXPLICIT freed 28K, 69% free 1297K/4096K, paused 1ms+1ms, total 14ms
D/dalvikvm( 137): GC_EXPLICIT freed 13K, 68% free 1349K/4096K, paused 2ms+1ms, total 21ms
D/dalvikvm( 137): GC_EXPLICIT freed 19K, 66% free 1414K/4096K, paused 0ms+2ms, total 8ms
D/dalvikvm( 137): GC_EXPLICIT freed 48K, 59% free 1689K/4096K, paused 0ms+1ms, total 23ms
W/Zygote ( 137): Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
W/Zygote ( 137): Class not found for preloading: android.text.method.WordIterator$1
D/dalvikvm( 137): GC_EXPLICIT freed 35K, 59% free 1715K/4096K, paused 1ms+1ms, total 24ms
W/Zygote ( 137): Class not found for preloading: android.view.InputHandler
W/Zygote ( 137): Class not found for preloading: android.view.InputQueue$FinishedCallback
D/dalvikvm( 137): GC_EXPLICIT freed 35K, 58% free 1735K/4096K, paused 1ms+2ms, total 21ms
W/Zygote ( 137): Class not found for preloading: android.view.ViewRootImpl$3
I/dalvikvm( 137): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 137): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 137): GC_EXPLICIT freed 26K, 57% free 1773K/4096K, paused 1ms+1ms, total 21ms
W/Zygote ( 137): Class not found for preloading: android.widget.EdgeGlow
D/dalvikvm( 137): GC_EXPLICIT freed 25K, 57% free 1802K/4096K, paused 1ms+2ms, total 11ms
W/Zygote ( 137): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 137): Class not found for preloading: android.widget.TextView$EasyEditSpanController
W/Zygote ( 137): Class not found for preloading: android.widget.TextView$InputContentType
W/Zygote ( 137): Class not found for preloading: android.widget.TextView$InputMethodState
W/Zygote ( 137): Class not found for preloading: android.widget.TextView$TextAlign
D/dalvikvm( 137): GC_EXPLICIT freed 78K, 55% free 1843K/4096K, paused 1ms+1ms, total 14ms
E/PhonePolicy( 137): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
Click to expand...
Click to collapse
Try fastboot erase cache then wipe cache and dalvik in twrp
Re: [Q] Non-Sense ROM's having cache issue after flashing
After erasing fastboot cache, the wipe along with a chmod of cache and dalvik I can use MIUI pretty well. Then upon reboot I get force closes.
Sent from my HTC One X using XDA Premium HD app
Edit:
The Kingbeats ROM works perfectly fine. However CM10 does not.

Wallpaper goes black

Every so often when disconnecting from the dock or reattaching it, my wallpaper will reset itself to the stock grass landscape one. If I try to change it back the wallpaper takes awhile to try and complete but I'm then looking at a black screen with notification bar and all of my icons and widgets. Only a restart will get the wallpaper back until I decide to just use the tablet by itself again.
Is there any way to stop this from happening? I'm currently running stock rooted using the nova launcher.
Sounds as if something is causing Nova to crash.
Try backing up your current setup, uninstall Nova, reinstall it and run the tablet without restoring. Try to recreate the crash. If it runs fine, it's probably one of your widgets or some other part of your setup.
If it still crashes, try another launcher to check if it's Nova.
Do you know how to capture a logcat? If not, learn about it, post the logcat from just before the crash here.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Finally got the error to reproduce and I have an alogcat file.
--------- beginning of /dev/log/main
D/dalvikvm( 8791): GC_CONCURRENT freed 86K, 6% free 3582K/3772K, paused 3ms+3ms, total 19ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 152K, 9% free 3490K/3828K, paused 11ms, total 11ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.110MB for 635812-byte allocation
D/dalvikvm( 8791): GC_CONCURRENT freed 0K, 8% free 4111K/4452K, paused 2ms+1ms, total 13ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm( 8791): GC_CONCURRENT freed 95K, 5% free 4528K/4724K, paused 10ms+8ms, total 51ms
D/dalvikvm( 8791): GC_CONCURRENT freed 1191K, 25% free 3919K/5212K, paused 3ms+3ms, total 25ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 470K, 32% free 3550K/5212K, paused 15ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.168MB for 635812-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 20% free 4171K/5212K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_CONCURRENT freed <1K, 20% free 4193K/5212K, paused 2ms+15ms, total 30ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 18% free 4275K/5212K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.333MB for 65552-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 18% free 4338K/5280K, paused 14ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 18% free 4338K/5280K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.473MB for 149012-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 18% free 4483K/5428K, paused 17ms, total 17ms
D/libEGL ( 8791): loaded /system/lib/egl/libEGL_tegra.so
E/ ( 8791): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
I/ ( 8791): Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
I/ ( 8791): Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv2_tegra.so
I/ ( 8791): Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
D/OpenGLRenderer( 8791): Enabling debug mode 0
D/dalvikvm( 8791): GC_FOR_ALLOC freed 71K, 18% free 4496K/5428K, paused 12ms, total 12ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 17% free 4538K/5428K, paused 12ms, total 12ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.562MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4574K/5468K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 23K, 17% free 4562K/5468K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.585MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4597K/5508K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 17% free 4605K/5508K, paused 16ms, total 16ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.671MB for 82960-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4686K/5592K, paused 17ms, total 17ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4686K/5592K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.708MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4722K/5632K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 83K, 18% free 4649K/5632K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 26K, 16% free 4757K/5632K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.776MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4792K/5672K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 16% free 4780K/5672K, paused 12ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.798MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4815K/5712K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 3K, 16% free 4823K/5712K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.840MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 16% free 4859K/5752K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 4K, 16% free 4867K/5752K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.883MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4902K/5792K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 9K, 15% free 4998K/5832K, paused 13ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 8K, 14% free 5120K/5952K, paused 11ms, total 12ms
I/Choreographer( 8791): Skipped 53 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 8791): GC_FOR_ALLOC freed 128K, 14% free 5285K/6100K, paused 13ms, total 14ms
Yodarage said:
Finally got the error to reproduce and I have an alogcat file.
--------- beginning of /dev/log/main
D/dalvikvm( 8791): GC_CONCURRENT freed 86K, 6% free 3582K/3772K, paused 3ms+3ms, total 19ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 152K, 9% free 3490K/3828K, paused 11ms, total 11ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.110MB for 635812-byte allocation
D/dalvikvm( 8791): GC_CONCURRENT freed 0K, 8% free 4111K/4452K, paused 2ms+1ms, total 13ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 11ms
D/dalvikvm( 8791): WAIT_FOR_CONCURRENT_GC blocked 8ms
D/dalvikvm( 8791): GC_CONCURRENT freed 95K, 5% free 4528K/4724K, paused 10ms+8ms, total 51ms
D/dalvikvm( 8791): GC_CONCURRENT freed 1191K, 25% free 3919K/5212K, paused 3ms+3ms, total 25ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 470K, 32% free 3550K/5212K, paused 15ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.168MB for 635812-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 20% free 4171K/5212K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_CONCURRENT freed <1K, 20% free 4193K/5212K, paused 2ms+15ms, total 30ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 18% free 4275K/5212K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.333MB for 65552-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 18% free 4338K/5280K, paused 14ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 18% free 4338K/5280K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.473MB for 149012-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 18% free 4483K/5428K, paused 17ms, total 17ms
D/libEGL ( 8791): loaded /system/lib/egl/libEGL_tegra.so
E/ ( 8791): file /data/data/com.nvidia.NvCPLSvc/files/driverlist.txt: not found!
I/ ( 8791): Attempting to load EGL implementation /system/lib//egl/libEGL_tegra_impl
I/ ( 8791): Loaded EGL implementation /system/lib//egl/libEGL_tegra_impl
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 8791): loaded /system/lib/egl/libGLESv2_tegra.so
I/ ( 8791): Loading GLESv2 implementation /system/lib//egl/libGLESv2_tegra_impl
D/OpenGLRenderer( 8791): Enabling debug mode 0
D/dalvikvm( 8791): GC_FOR_ALLOC freed 71K, 18% free 4496K/5428K, paused 12ms, total 12ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 17% free 4538K/5428K, paused 12ms, total 12ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.562MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4574K/5468K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 23K, 17% free 4562K/5468K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.585MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4597K/5508K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 1K, 17% free 4605K/5508K, paused 16ms, total 16ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.671MB for 82960-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4686K/5592K, paused 17ms, total 17ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 17% free 4686K/5592K, paused 13ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.708MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 17% free 4722K/5632K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 83K, 18% free 4649K/5632K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 26K, 16% free 4757K/5632K, paused 12ms, total 13ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.776MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4792K/5672K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 24K, 16% free 4780K/5672K, paused 12ms, total 15ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.798MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4815K/5712K, paused 13ms, total 13ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 3K, 16% free 4823K/5712K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.840MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed 0K, 16% free 4859K/5752K, paused 16ms, total 16ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 4K, 16% free 4867K/5752K, paused 13ms, total 14ms
I/dalvikvm-heap( 8791): Grow heap (frag case) to 4.883MB for 36880-byte allocation
D/dalvikvm( 8791): GC_FOR_ALLOC freed <1K, 16% free 4902K/5792K, paused 15ms, total 15ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 9K, 15% free 4998K/5832K, paused 13ms, total 14ms
D/dalvikvm( 8791): GC_FOR_ALLOC freed 8K, 14% free 5120K/5952K, paused 11ms, total 12ms
I/Choreographer( 8791): Skipped 53 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 8791): GC_FOR_ALLOC freed 128K, 14% free 5285K/6100K, paused 13ms, total 14ms
Click to expand...
Click to collapse
You'll need to provide more than that. Everyone has the driverlist.txt not found error. Post the whole file please (as an attachment) and in the meantime you can look for any E\ or F\ errors

Custom sounds/ringtones/alarms won't play (randomly)

After receiving my new phone I put my custom sounds in internal storage in Alarms/Notifications/Ringtones folder and the system show them and let me use it.
It works, but sometimes (estimate 5-10%) no sound is playing, and is pretty annoying, especially with morning alarm! (I start to use a stock sound for that)
I'm running stock rooted rom.
Nobody notice this?
Seems other kitkat users have this problem.
I've a lot of application installed, maybe one of those interferes...just tried to disable "call annuncer"...let see.
It just happen with an sms (below the logcat) and as bonus thing when I open ringtones picker none of those is playing when clicked:
Code:
11-27 09:06:38.048 D/dalvikvm(1198): GC_CONCURRENT freed 576K, 5% free 17947K/18848K, paused 6ms+1ms, total 22ms
11-27 09:06:38.048 D/dalvikvm(1198): WAIT_FOR_CONCURRENT_GC blocked 16ms
11-27 09:06:38.048 D/dalvikvm(1198): WAIT_FOR_CONCURRENT_GC blocked 18ms
11-27 09:06:38.148 I/GCoreUlr(1198): Successfully inserted location
11-27 09:06:38.148 I/GCoreUlr(1198): Not calling LocationReportingService, hasMoved: false, elapsed millis: 469336, request: Phone
11-27 09:06:38.488 D/dalvikvm(1198): GC_CONCURRENT freed 462K, 5% free 18002K/18848K, paused 2ms+2ms, total 16ms
11-27 09:06:38.488 D/dalvikvm(1198): WAIT_FOR_CONCURRENT_GC blocked 9ms
11-27 09:06:38.548 D/dalvikvm(1198): GC_CONCURRENT freed 534K, 6% free 17893K/18848K, paused 1ms+1ms, total 19ms
11-27 09:06:44.758 I/ActivityManager(750): Start proc com.zegoggles.smssync for broadcast com.zegoggles.smssync/.receiver.SmsBroadcastReceiver: pid=27801 uid=10137 gids={50137, 3003, 1028, 1015}
11-27 09:06:44.768 I/dalvikvm(27801): Enabling JNI app bug workarounds for target SDK version 10...
11-27 09:06:44.788 V/8sms/SmsReceiverServic(4556): onStart: #1 mResultCode: -1 = Activity.RESULT_OK
11-27 09:06:44.808 D/ACRA (27801): ACRA is enabled for com.zegoggles.smssync, intializing...
11-27 09:06:44.818 D/ACRA (27801): Using default Report Fields
11-27 09:06:44.818 D/ACRA (27801): Looking for error files in /data/data/com.zegoggles.smssync/files
11-27 09:06:44.848 D/dalvikvm(27801): GC_CONCURRENT freed 257K, 2% free 16532K/16824K, paused 3ms+0ms, total 13ms
11-27 09:06:44.858 I/ActivityManager(750): Killing 26577:com.ideashower.readitlater.pro/u0a170 (adj 15): empty #17
11-27 09:06:44.888 D/dalvikvm(1054): GC_CONCURRENT freed 358K, 3% free 17742K/18272K, paused 1ms+1ms, total 13ms
11-27 09:06:45.098 D/8sms/SmsReceiverServic(4556): handleSmsReceived messageUri: content://sms/288 threadId: 49
11-27 09:06:45.128 D/dalvikvm(4556): GC_CONCURRENT freed 863K, 5% free 20693K/21676K, paused 1ms+2ms, total 18ms
11-27 09:06:45.128 D/dalvikvm(4556): WAIT_FOR_CONCURRENT_GC blocked 16ms
11-27 09:06:45.138 I/ActivityManager(750): START u0 {flg=0x34800000 cmp=com.thinkleft.eightyeightsms.mms/.quickmessage.QuickMessagePopup (has extras)} from pid 4556
11-27 09:06:45.228 I/ActivityManager(750): Displayed com.thinkleft.eightyeightsms.mms/.quickmessage.QuickMessagePopup: +80ms (total +83ms)
11-27 09:06:48.126 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:48.126 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:49.688 I/PowerManagerService(750): Waking up from sleep...
11-27 09:06:49.698 V/KeyguardServiceDelegate(750): onScreenTurnedOn(showListener = [email protected])
11-27 09:06:49.718 D/SurfaceFlinger(178): Screen acquired, type=0 flinger=0xb7c81450
11-27 09:06:49.718 D/qdhwcomposer(178): hwc_blank: Unblanking display: 0
11-27 09:06:49.778 V/KeyguardServiceDelegate(750): **** SHOWN CALLED ****
11-27 09:06:49.778 I/WindowManager(750): Lock screen displayed!
11-27 09:06:49.948 D/qdhwcomposer(178): hwc_blank: Done unblanking display: 0
11-27 09:06:49.948 D/SurfaceControl(750): Excessive delay in unblankDisplay() while turning screen on: 230ms
11-27 09:06:50.008 D/YouTube MDX(13554): Recieved intent android.intent.action.SCREEN_ON
11-27 09:06:50.008 D/dalvikvm(911): GC_CONCURRENT freed 5026K, 48% free 31547K/59548K, paused 3ms+13ms, total 45ms
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:50.028 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:51.138 D/YouTube (13554): apps.youtube.app.prefetch.g.onReceive:367 Received: android.intent.action.USER_PRESENT
11-27 09:06:51.158 D/PhoneStatusBar(911): disable: < expand icons alerts ticker system_info back* home* recent* clock search >
11-27 09:06:52.178 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:52.178 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:06:53.278 W/IInputConnectionWrapper(4556): showStatusIcon on inactive InputConnection
11-27 09:06:53.298 D/8sms/Mms(4556): [2194] markAsRead: update read/seen for thread uri: content://mms-sms/conversations/49
11-27 09:06:53.538 W/SurfaceFlinger(178): couldn't log to binary event log: overflow.
11-27 09:06:54.248 D/dalvikvm(750): GC_FOR_ALLOC freed 8087K, 27% free 47752K/65148K, paused 73ms, total 73ms
11-27 09:06:54.318 I/ActivityManager(750): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher} from pid 750
11-27 09:06:54.418 I/dalvikvm(17833): Jit: resizing JitTable from 4096 to 8192
11-27 09:06:55.218 I/ActivityManager(750): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.thinkleft.eightyeightsms.mms/.ui.ConversationList_0 bnds=[846,1567][1050,1765]} from pid 17833
11-27 09:06:55.308 D/dalvikvm(750): GC_FOR_ALLOC freed 6092K, 29% free 46793K/65148K, paused 90ms, total 90ms
11-27 09:06:55.398 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:55.398 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:55.448 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:55.768 D/dalvikvm(4465): GC_EXPLICIT freed 53K, 3% free 16479K/16884K, paused 3ms+2ms, total 22ms
11-27 09:06:55.898 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:55.908 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:55.928 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:57.388 I/ActivityManager(750): START u0 {cmp=com.thinkleft.eightyeightsms.mms/.ui.MessagingPreferenceActivity} from pid 4556
11-27 09:06:57.448 D/dalvikvm(4556): GC_FOR_ALLOC freed 604K, 5% free 21132K/22104K, paused 17ms, total 17ms
11-27 09:06:57.468 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:57.478 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:57.478 W/Resources(4556): Converting to string: TypedValue{t=0x10/d=0x500 a=-1}
11-27 09:06:57.488 W/Resources(4556): Converting to string: TypedValue{t=0x10/d=0x3c0 a=-1}
11-27 09:06:57.488 W/Resources(4556): Converting to string: TypedValue{t=0x10/d=0x12c a=-1}
11-27 09:06:57.488 W/Resources(4556): Converting to string: TypedValue{t=0x10/d=0x2 a=-1}
11-27 09:06:57.488 W/Resources(4556): Converting to string: TypedValue{t=0x10/d=0x2 a=-1}
11-27 09:06:57.518 V/8sms/TransactionSettin(4556): APN setting: MMSC: http://mms.tim.it/servlets/mms looked for: current IS NOT NULL
11-27 09:06:57.528 V/8sms/TransactionSettin(4556): APN setting: MMSC: http://mms.tim.it/servlets/mms looked for: current IS NOT NULL
11-27 09:06:57.558 D/Ringtone(4556): Successfully created local player
11-27 09:06:57.578 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:06:57.578 E/MediaPlayer(4556): Should have subtitle controller already set
11-27 09:06:57.698 I/ActivityManager(750): Displayed com.thinkleft.eightyeightsms.mms/.ui.MessagingPreferenceActivity: +274ms
11-27 09:06:58.028 W/SurfaceFlinger(178): couldn't log to binary event log: overflow.
11-27 09:07:02.478 I/ActivityManager(750): START u0 {act=android.intent.action.RINGTONE_PICKER cmp=com.android.providers.media/.RingtonePickerActivity (has extras)} from pid 4556
11-27 09:07:02.638 I/Adreno-EGL(25240): <qeglDrvAPI_eglInitialize:320>: EGL 1.4 QUALCOMM build: (CL3776187)
11-27 09:07:02.638 I/Adreno-EGL(25240): OpenGL ES Shader Compiler Version:
11-27 09:07:02.638 I/Adreno-EGL(25240): Build Date: 10/15/13 Tue
11-27 09:07:02.638 I/Adreno-EGL(25240): Local Branch:
11-27 09:07:02.638 I/Adreno-EGL(25240): Remote Branch: partner/upstream
11-27 09:07:02.638 I/Adreno-EGL(25240): Local Patches:
11-27 09:07:02.638 I/Adreno-EGL(25240): Reconstruct Branch:
11-27 09:07:02.648 D/OpenGLRenderer(25240): Enabling debug mode 0
11-27 09:07:02.738 I/ActivityManager(750): Displayed com.android.providers.media/.RingtonePickerActivity: +230ms
11-27 09:07:02.768 D/dalvikvm(25240): GC_CONCURRENT freed 232K, 2% free 17882K/18152K, paused 1ms+6ms, total 15ms
11-27 09:07:05.738 D/Ringtone(25240): Successfully created local player
11-27 09:07:05.738 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:09.228 D/Ringtone(25240): Successfully created local player
11-27 09:07:09.228 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:11.358 D/Ringtone(25240): Successfully created local player
11-27 09:07:11.358 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:13.928 D/Ringtone(25240): Successfully created local player
11-27 09:07:13.928 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:15.118 D/Ringtone(25240): Successfully created local player
11-27 09:07:15.118 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:16.338 D/Ringtone(25240): Successfully created local player
11-27 09:07:16.338 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:17.098 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:17.108 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:17.188 D/dalvikvm(17882): GC_CONCURRENT freed 3036K, 11% free 26221K/29428K, paused 3ms+7ms, total 49ms
11-27 09:07:18.838 D/Ringtone(25240): Successfully created local player
11-27 09:07:18.838 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:19.318 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.318 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.318 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.318 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.318 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.318 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.328 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.328 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:19.608 D/Ringtone(25240): Successfully created local player
11-27 09:07:19.608 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:21.468 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:21.468 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:21.638 D/audio_hw_primary(183): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
11-27 09:07:21.648 D/audio_hw_primary(183): select_devices: out_snd_device(2: speaker) in_snd_device(0: )
11-27 09:07:22.528 D/Ringtone(25240): Successfully created local player
11-27 09:07:22.538 D/audio_hw_primary(183): out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
11-27 09:07:22.538 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:23.278 D/Ringtone(25240): Successfully created local player
11-27 09:07:23.278 E/MediaPlayer(25240): Should have subtitle controller already set
11-27 09:07:24.358 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:24.358 D/skia (17882): --- SkImageDecoder::Factory returned null
11-27 09:07:24.428 D/dalvikvm(750): GC_FOR_ALLOC freed 5348K, 27% free 47675K/65148K, paused 70ms, total 70ms
11-27 09:07:24.478 D/Ringtone(4556): Successfully created local player
11-27 09:07:24.488 E/MediaPlayer(4556): Should have subtitle controller already set
11-27 09:07:24.488 W/InputMethodManagerService(750): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
11-27 09:07:25.478 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:25.478 D/dalvikvm(1054): GC_CONCURRENT freed 385K, 3% free 17754K/18272K, paused 2ms+2ms, total 21ms
11-27 09:07:25.488 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:25.498 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:25.788 W/SurfaceFlinger(178): couldn't log to binary event log: overflow.
11-27 09:07:25.978 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:25.988 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.018 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.488 D/dalvikvm(750): GC_FOR_ALLOC freed 5139K, 27% free 47636K/65148K, paused 75ms, total 75ms
11-27 09:07:26.508 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.538 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.548 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.588 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.598 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.648 D/8sms/Mms(4556): [1] mDeleteObsoleteThreadsRunnable calling asyncDeleteObsoleteThreads
11-27 09:07:26.648 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.658 D/8sms/MessagingNotificat(4556): cancelNotification
11-27 09:07:26.658 D/8sms/Mms(4556): [1] onQueryComplete finished DELETE_OBSOLETE_THREADS_TOKEN
11-27 09:07:26.738 D/dalvikvm(22825): GC_CONCURRENT freed 422K, 3% free 17315K/17772K, paused 1ms+2ms, total 15ms
11-27 09:07:26.998 W/SurfaceFlinger(178): couldn't log to binary event log: overflow.
11-27 09:07:27.348 D/dalvikvm(750): GC_FOR_ALLOC freed 4353K, 26% free 48465K/65148K, paused 71ms, total 71ms
11-27 09:07:27.398 D/dalvikvm(911): GC_FOR_ALLOC freed 11017K, 59% free 24844K/59548K, paused 24ms, total 24ms
11-27 09:07:27.398 I/ActivityManager(750): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher} from pid 750
11-27 09:07:27.908 W/SurfaceFlinger(178): couldn't log to binary event log: overflow.
11-27 09:07:31.198 I/ActivityManager(750): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 pkg=com.nolanlawson.logcat cmp=com.nolanlawson.logcat/.LogcatActivity bnds=[180,705][396,951]} from pid 17833
11-27 09:07:31.208 I/ActivityManager(750): Start proc com.nolanlawson.logcat for activity com.nolanlawson.logcat/.LogcatActivity: pid=28080 uid=10305 gids={50305, 1028, 1015}
11-27 09:07:31.218 I/dalvikvm(28080): Enabling JNI app bug workarounds for target SDK version 10...
11-27 09:07:31.278 V/PhoneStatusBar(911): setLightsOn(true)
11-27 09:07:31.308 D/dalvikvm(28080): GC_CONCURRENT freed 73K, 1% free 16803K/16916K, paused 2ms+1ms, total 16ms
11-27 09:07:31.308 D/dalvikvm(28080): WAIT_FOR_CONCURRENT_GC blocked 8ms
11-27 09:07:31.348 D/dalvikvm(28080): GC_CONCURRENT freed 70K, 1% free 17185K/17292K, paused 2ms+2ms, total 17ms
11-27 09:07:31.348 D/dalvikvm(28080): WAIT_FOR_CONCURRENT_GC blocked 7ms
11-27 09:07:31.438 I/ActivityManager(750): Displayed com.nolanlawson.logcat/.LogcatActivity: +234ms
11-27 09:07:31.598 D/dalvikvm(4465): GC_EXPLICIT freed 19K, 3% free 16462K/16884K, paused 1ms+1ms, total 20ms
11-27 09:07:31.608 D/dalvikvm(28080): GC_CONCURRENT freed 147K, 2% free 17424K/17608K, paused 2ms+0ms, total 12ms
11-27 09:07:31.668 D/dalvikvm(28080): GC_CONCURRENT freed 446K, 3% free 17421K/17904K, paused 1ms+4ms, total 24ms
11-27 09:07:31.698 D/AndroidRuntime(28113):
11-27 09:07:31.698 D/AndroidRuntime(28113): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
11-27 09:07:31.698 D/AndroidRuntime(28113): CheckJNI is OFF
11-27 09:07:31.708 D/dalvikvm(28113): Trying to load lib libjavacore.so 0x0
11-27 09:07:31.708 D/dalvikvm(28113): Added shared lib libjavacore.so 0x0
11-27 09:07:31.708 D/dalvikvm(28113): Trying to load lib libnativehelper.so 0x0
11-27 09:07:31.708 D/dalvikvm(28113): Added shared lib libnativehelper.so 0x0
11-27 09:07:31.708 D/dalvikvm(28113): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init
11-27 09:07:31.738 D/dalvikvm(28113): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods
11-27 09:07:31.778 D/dalvikvm(28080): GC_CONCURRENT freed 436K, 3% free 17423K/17904K, paused 2ms+2ms, total 13ms
11-27 09:07:31.838 D/dalvikvm(28080): GC_CONCURRENT freed 432K, 3% free 17420K/17904K, paused 1ms+0ms, total 10ms
c3k said:
After receiving my new phone I put my custom sounds in internal storage in Alarms/Notifications/Ringtones folder and the system show them and let me use it.
It works, but sometimes (estimate 5-10%) no sound is playing, and is pretty annoying, especially with morning alarm! (I start to use a stock sound for that)
Click to expand...
Click to collapse
I was about to post the same question. I am on stock unrooted and this morning I got a call that made the cell vibrate only, didnt pick up, got called back and the ringtone started as expected. Kinda serious bug.
me too
same problem here.
missed some calls, thought that I might just not payed enough attention or silenced unitentionally until yesterday, when my the Nexus right in front of me, showed the incoming call, but played no sound.
Selecting a Custom ringtone need at least 2 clicks to select and preview them.
Stock/unrooted/ using .m4a files as ringtone.
rgds
Same here. Really annoying bug and also when you try to call someone, you can't stop the call if the line is busy. Google should fix these bugs ASAP. Have you found this custom ringtone bug in Android Open Source Project - Issue Tracker? i tried to find it and no luck yet. I'm thinking that we should submit this bug to it...
gapone said:
Same here. Really annoying bug and also when you try to call someone, you can't stop the call if the line is busy. Google should fix these bugs ASAP. Have you found this custom ringtone bug in Android Open Source Project - Issue Tracker? i tried to find it and no luck yet. I'm thinking that we should submit this bug to it...
Click to expand...
Click to collapse
very, very fun becase I just open this page to copy the link and add it to:
http://productforums.google.com/for...s/personalize-your-device/nexus-5/aS4jSbVUmIg
star it and follow
disabling "call annuncer" change nothing, I will keep it enabled to catch my calls when ringtone fails
One week on 4.4.1 / 4.4.2...seems solved now

Disable screen at startup with /sys/class/backlight/

Hello,
I wish to disable screen at startup, but still enable application to run in device.
I tried several methods:
1. tried to remove libsurfaceflinger, but is seems to result in some failures.
I can manage to connect with "adb shell" , but "su" fails
[email protected]:/ $ su
[-] Connection to ui timed out
[email protected]:/ $
I also see in logcat a lot of endlessly errors:
I/art (21092): Explicit concurrent mark sweep GC freed 956(105KB) AllocSpace objects, 0(0B) LOS objects, 55% free, 812KB/1836KB, paused 152us total 9.369ms
I/art (21092): Explicit concurrent mark sweep GC freed 597(42KB) AllocSpace objects, 0(0B) LOS objects, 55% free, 818KB/1842KB, paused 183us total 7.324ms
I/art (21092): Explicit concurrent mark sweep GC freed 265(20KB) AllocSpace objects, 0(0B) LOS objects, 54% free, 847KB/1871KB, paused 183us total 6.897ms
I/ServiceManager(21091): Waiting for service batterystats...
I/art (21092): WaitForGcToComplete blocked for 23.775ms for cause Explicit
I/art (21092): Explicit concurrent mark sweep GC freed 14(640B) AllocSpace objects, 0(0B) LOS objects, 45% free, 1226KB/2MB, paused 610us total 28.139ms
V/NatController(21090): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0
V/NatController(21090): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0
V/NatController(21090): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0
V/NatController(21090): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0
V/NatController(21090): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0
V/NatController(21090): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0
V/NatController(21090): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0
I/art (21092): Explicit concurrent mark sweep GC freed 572(33KB) AllocSpace objects, 0(0B) LOS objects, 45% free, 1242KB/2MB, paused 610us total 28.933ms
I/art (21092): Explicit concurrent mark sweep GC freed 741(45KB) AllocSpace objects, 0(0B) LOS objects, 45% free, 1245KB/2MB, paused 213us total 8.637ms
I/System (21092): Loaded time zone names for "" in 89ms (86ms in ICU)
I/System (21092): Loaded time zone names for "en_US" in 59ms (54ms in ICU)
I/art (21092): Explicit concurrent mark sweep GC freed 2345(178KB) AllocSpace objects, 0(0B) LOS objects, 42% free, 1404KB/2MB, paused 213us total 9.613ms
I/art (21092): Explicit concurrent mark sweep GC freed 136(12KB) AllocSpace objects, 0(0B) LOS objects, 41% free, 1469KB/2MB, paused 213us total 9.034ms
I/art (21092): Explicit concurrent mark sweep GC freed 288(24KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1514KB/2MB, paused 213us total 9.888ms
I/art (21092): Explicit concurrent mark sweep GC freed 679(47KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1516KB/2MB, paused 183us total 9.369ms
I/Zygote (21092): ...preloaded 3005 classes in 1121ms.
I/art (21092): VMRuntime.preloadDexCaches starting
I/art (21092): VMRuntime.preloadDexCaches strings total=214618 before=38996 after=38996
I/art (21092): VMRuntime.preloadDexCaches types total=18345 before=6389 after=6425
I/art (21092): VMRuntime.preloadDexCaches fields total=85559 before=32261 after=32595
I/art (21092): VMRuntime.preloadDexCaches methods total=151780 before=66835 after=67736
I/art (21092): VMRuntime.preloadDexCaches finished
I/art (21092): Counter: 0
I/art (21092): Counter: 1
I/art (21092): Explicit concurrent mark sweep GC freed 61(15KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1502KB/2MB, paused 183us total 12.513ms
D/idmap (21292): error: no read access to /vendor/overlay: No such file or directory
I/Zygote (21092): Preloading resources...
I/art (21092): Explicit concurrent mark sweep GC freed 51(1952B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1554KB/2MB, paused 640us total 34.243ms
I/art (21092): Explicit concurrent mark sweep GC freed 28(1264B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1604KB/2MB, paused 213us total 22.615ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 40% free, 1654KB/2MB, paused 183us total 8.789ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1703KB/2MB, paused 213us total 9.430ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 40% free, 1753KB/2MB, paused 213us total 10.468ms
I/art (21092): Explicit concurrent mark sweep GC freed 34(1584B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1803KB/2MB, paused 213us total 10.407ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1852KB/3MB, paused 183us total 10.621ms
I/art (21092): Explicit concurrent mark sweep GC freed 66(2960B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1910KB/3MB, paused 213us total 10.529ms
I/art (21092): Explicit concurrent mark sweep GC freed 36(1648B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1959KB/3MB, paused 244us total 10.651ms
I/art (21092): Explicit concurrent mark sweep GC freed 36(1968B) AllocSpace objects, 0(0B) LOS objects, 39% free, 2009KB/3MB, paused 244us total 11.353ms
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 40% free, 2MB/3MB, paused 213us total 11.475ms
D/MDnsDS (21090): MDnsSdListener::Hander starting up
D/MDnsDS (21090): MDnsSdListener starting to monitor
D/MDnsDS (21090): Going to poll with pollCount 1
I/art (21092): Explicit concurrent mark sweep GC freed 32(1456B) AllocSpace objects, 0(0B) LOS objects, 39% free, 2MB/3MB, paused 213us total 10.773ms
.....
Is there any way to disable screen, but still run some application ?
2.
I also tried to change max_brightness, but I get no permission for that.
Changing brightness has strange effect. it change it for a short time, but then it has no effect, as if the control moved to somewhere else.
Thanks,
Ranchu

Categories

Resources