Bit of background, I have Rayman CM10 latest nightly with the KAT Kernel. All was running just perfect until I took out the MicroSD card to put some more movies on it.
Upon reinserting it in the tablet the card is not seen either buy the OS or recovery (latest Rogue touch)
Sometimes the mount SD appears in storage, but if I press it the tablet freezes and then eventually reboots.
Have tried another SD card and the same happens.
Reflashed CM10 and no difference.
Any ideas? Is the card slot dead?
Help!
Do you mean the dock SD or the microsd?
Did you try to flash back to stock and do a full factory reset? First thing to try when troubleshooting such issues is to make sure it's not the rom, so moving back to stock would be the first thing I try. Also did you run chkdsk on your sd cards?
Lethe6 said:
Do you mean the dock SD or the microsd?
Did you try to flash back to stock and do a full factory reset? First thing to try when troubleshooting such issues is to make sure it's not the rom, so moving back to stock would be the first thing I try. Also did you run chkdsk on your sd cards?
Click to expand...
Click to collapse
Hi mate, the microSD in the tablet.
The tablet was happy running raymanfx CM10 until I removed the card to add more files. So I wiped and reflashed the base ROM, still same issue.
The MicroSD cards I have tried have all been freshly formated with no errors.
Check this thread out at post #8.
/dev/block/mmcblk1 is the MicroSD card itself while /dev/block/mmcblk1p1 should be your partition on it.
The problem is when I insert the microSD the OS tells me its checking the card for errors, freezes and then nothing. The card is not mounted, if I tap mount in storage it just freezes and it never mounts.
If there any point in playing with adb commands with these symptoms do you think?
Mr Paul said:
If there any point in playing with adb commands with these symptoms do you think?
Click to expand...
Click to collapse
Honestly I don't know, I never had those issues so I'm researching to help you out.
- Is it NTFS or FAT32?
- Can you access it from recovery?
- Do you have CIFS manager or any other sort of filesystem app installed? If so, can you remove them? (just make a titanium backup first)
- Does the card work with an adapter in the dock?
- And lastly, did you try stock 4.0.3 from Asus? You can use Easy Flasher to get it back to stock. I know it's a lot of work/time but if you do a full backup with titanium you can restore everything if you go back to that rom, or restore just the apps (and data) if you go to another rom (or stay in stock).
I have a 16GB SDHC card that just "died" after being plugged into my computer, kind of like yours, but since I had spares lying around I didn't bother troubleshooting much, plus mine doesn't get detected in any computer anymore so I'm sure the card itself is dead... and a replacement card worked.
Edit: Try to format it with no filesystem or NTFS. I had a similiar problem, the sd card of my Sony Erricsson couldn't be mounted, though it was recognised
Lethe6 said:
Honestly I don't know, I never had those issues so I'm researching to help you out.
- Is it NTFS or FAT32?
- Can you access it from recovery?
- Do you have CIFS manager or any other sort of filesystem app installed? If so, can you remove them? (just make a titanium backup first)
- Does the card work with an adapter in the dock?
- And lastly, did you try stock 4.0.3 from Asus? You can use Easy Flasher to get it back to stock. I know it's a lot of work/time but if you do a full backup with titanium you can restore everything if you go back to that rom, or restore just the apps (and data) if you go to another rom (or stay in stock).
I have a 16GB SDHC card that just "died" after being plugged into my computer, kind of like yours, but since I had spares lying around I didn't bother troubleshooting much, plus mine doesn't get detected in any computer anymore so I'm sure the card itself is dead... and a replacement card worked.
Edit: Try to format it with no filesystem or NTFS. I had a similiar problem, the sd card of my Sony Erricsson couldn't be mounted, though it was recognised
Click to expand...
Click to collapse
Well had a go with that adb thing and to be honest its over my head, managed to get the TF101 connected but I have no idea how to run the commands. If I type cd /sdcard is says it does not exist....
Anyway to answer your questions
FAT32
nope, error while mounting SD card
Nope well only KAT app, but it doesn't work with that uninstalled either (it was on there for ages before with no issue)
I have no adapter unfortunately, but its fine in the PC
Tries another working microSD card too and that doesn't work either.
Not tried the stock ROM, final resort really
Ta mate
Lethe6 said:
Honestly I don't know, I never had those issues so I'm researching to help you out.
- Is it NTFS or FAT32?
- Can you access it from recovery?
- Do you have CIFS manager or any other sort of filesystem app installed? If so, can you remove them? (just make a titanium backup first)
- Does the card work with an adapter in the dock?
- And lastly, did you try stock 4.0.3 from Asus? You can use Easy Flasher to get it back to stock. I know it's a lot of work/time but if you do a full backup with titanium you can restore everything if you go back to that rom, or restore just the apps (and data) if you go to another rom (or stay in stock).
I have a 16GB SDHC card that just "died" after being plugged into my computer, kind of like yours, but since I had spares lying around I didn't bother troubleshooting much, plus mine doesn't get detected in any computer anymore so I'm sure the card itself is dead... and a replacement card worked.
Edit: Try to format it with no filesystem or NTFS. I had a similiar problem, the sd card of my Sony Erricsson couldn't be mounted, though it was recognised
Click to expand...
Click to collapse
I'll try formatting it NTFS
You need to install ADB on your PC/Mac to run those commands, otherwise you can install a terminal application and run them from there (make sure to "su" (without the quotes) first to become root). Or you can probably do it through SSH if you have an SSH server installed on your device.
If you can install logcat to see what's going on "when it freezes" it might help troubleshoot the issue if you can get the exact error message too!
Mr Paul said:
Well had a go with that adb thing and to be honest its over my head, managed to get the TF101 connected but I have no idea how to run the commands. If I type cd /sdcard is says it does not exist....
Anyway to answer your questions
FAT32
nope, error while mounting SD card
Nope well only KAT app, but it doesn't work with that uninstalled either (it was on there for ages before with no issue)
I have no adapter unfortunately, but its fine in the PC
Tries another working microSD card too and that doesn't work either.
Not tried the stock ROM, final resort really
Ta mate
Click to expand...
Click to collapse
To use adb commands in the command prompt you have to change to the directory where you have your android sdk tools installed on your computer. Maybe you can use the push and pull commands in adb to try to upload and download files to/from your computer and micro sd card.
From the directory that somebody mentioned above, try this:
Code:
adb push test.txt /dev/block/mmcblk1p1
I'm at work now, so not sure if that's the exact syntax, but see if it'll work using adb. Just make a test.txt file and place it in the android tools directory where you'll run the adb tools from on your computer. Perhaps I'll update later with more specific details when I'm home and can mess around with it myself.
Now, IF that appears to work above, take your microsd out and put it in your computer and see if the test.txt file was transferred. Good luck, I'm sure I'll mess around with it later myself!
Well the NTFS didn't make any different
Installing logcat
You can install CatLog from the market and it will run a logcat for you and save it as a txt file, no ADB or PC needed. Just don't forget to hit Record when running it.
I literally had the same thing as the other guy had. Pulled my card out to move a file over and then put it back in and no recognize. Tried to put it into phone, PC, another phone and nothing. Sucks bc I had my whole TiB folder on there plus all the kernels, ROMs and my only "current" TWRP backup. I know it isn't the same as you, but this is the 3rd person in 2 days I have seen where an SD just stops working.
Code:
--------- beginning of /dev/log/main
E/Trace ( 2318): error opening trace file: No such file or directory (2)
I/ActivityThread( 2318): Pub com.android.browser;browser: com.android.browser.provider.BrowserProvider2
I/ActivityThread( 2318): Pub com.android.browser.home: com.android.browser.homepages.HomeProvider
I/ActivityThread( 2318): Pub com.android.browser.snapshots: com.android.browser.provider.SnapshotProvider
D/webcoreglue( 2318): netstack: Memory Cache feature is OFF
D/WebViewTimersControl( 2318): onBrowserActivityResume
D/WebViewTimersControl( 2318): Resuming webview timers, [email protected]
V/NFC ( 2318): this device does not have NFC support
V/chromium( 2318): external/chromium/net/host_resolver_helper/host_resolver_helper.cc:66: [0114/214944:INFO:host_resolver_helper.cc(66)] DNSPreResolver::Init got hostprovider:0x00000000
V/chromium( 2318): external/chromium/net/base/host_resolver_impl.cc:1510: [0114/214944:INFO:host_resolver_impl.cc(1510)] HostResolverImpl::SetPreresolver preresolver:0x5ada2080
D/netstack( 2318): netstack: Request Priority is ON
D/ ( 2318): dl error message Cannot load library: load_library[1118]: Library 'libtcpfinaggr.so' not found
D/Socket_Pool( 2318): Failed to create TCP Fin Aggregation interface.
D/Socket_Pool( 2318): netstack: CloseUnusedSockets is ON
D/Socket_Pool( 2318): netstack: system net.statistics value: 0
D/Socket_Pool( 2318): Failed to create TCP Fin Aggregation interface.
D/Socket_Pool( 2318): netstack: CloseUnusedSockets is ON
D/Socket_Pool( 2318): netstack: system net.statistics value: 0
D/ ( 2318): external/chromium/net/http/http_getzip_factory.cc: Failed to construct GETzip manager, didn't find the library!
V/chromium( 2318): external/chromium/net/disk_cache/hostres_plugin_bridge.cc:52: [0114/214944:INFO:hostres_plugin_bridge.cc(52)] StatHubCreateHostResPlugin initializing...
D/dalvikvm( 385): GC_EXPLICIT freed 1221K, 48% free 6855K/12935K, paused 2ms+11ms, total 72ms
I/Choreographer( 2318): Skipped 49 frames! The application may be doing too much work on its main thread.
V/chromium( 2318): external/chromium/net/disk_cache/hostres_plugin_bridge.cc:68: [0114/214944:INFO:hostres_plugin_bridge.cc(68)] netstack: Failed to open plugin:libdnshostprio.so
V/chromium( 2318): external/chromium/net/disk_cache/hostres_plugin_bridge.cc:73: [0114/214944:INFO:hostres_plugin_bridge.cc(73)] netstack: Failed to find symbols in plugin: libdnshostprio.so
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 385
V/chromium( 2318): external/chromium/net/disk_cache/stat_hub.h:159: [0114/214944:INFO:stat_hub.h(159)] Failed to open plugin:pp_proc_plugin.so
V/chromium( 2318): external/chromium/net/disk_cache/stat_hub.cc:118: [0114/214944:INFO:stat_hub.cc(118)] netstack: failed to load StatHub plugin: pp_proc_plugin.so
V/chromium( 2318): external/chromium/net/disk_cache/stat_hub.h:159: [0114/214944:INFO:stat_hub.h(159)] Failed to open plugin:pageload_proc_plugin.so
V/chromium( 2318): external/chromium/net/disk_cache/stat_hub.cc:118: [0114/214944:INFO:stat_hub.cc(118)] netstack: failed to load StatHub plugin: pageload_proc_plugin.so
V/chromium( 2318): external/chromium/net/disk_cache/stat_hub.cc:330: [0114/214944:INFO:stat_hub.cc(330)] netstack: StatHub was initialized
V/chromium( 2318): external/chromium/net/http/http_cache.cc:1171: [0114/214944:INFO:http_cache.cc(1171)] HttpCache::eek:nBackendCreated : StatHub is ready.
D/ ( 2318): Failed to load DoObserveConnections symbol in tcp-connections.so
D/libEGL ( 2318): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 2318): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 2318): loaded /system/lib/egl/libGLESv2_tegra.so
D/OpenGLRenderer( 2318): Enabling debug mode 0
I/ActivityManager( 385): Displayed com.android.browser/.BrowserActivity: +1s510ms
W/InputMethodManagerService( 385): Focus gain on non-focused client [email protected] (uid=10004 pid=2318)
W/InputMethodManagerService( 385): Window already focused, ignoring focus gain of: [email protected] attribute=null
V/chromium( 2318): external/chromium/net/base/bandwidth_metrics.h:96: [0114/214945:INFO:bandwidth_metrics.h(96)] Bandwidth: 2031.66Kbps (avg 2031.66Kbps)
I/ActivityManager( 385): No longer want com.android.deskclock (pid 2053): hidden #16
V/Nova.Folder( 695): animation warmup time 30
V/chromium( 2318): external/chromium/net/base/bandwidth_metrics.h:96: [0114/214946:INFO:bandwidth_metrics.h(96)] Bandwidth: 3002.78Kbps (avg 2517.22Kbps)
D/dalvikvm( 695): GC_FOR_ALLOC freed 2422K, 25% free 12351K/16455K, paused 27ms, total 30ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.cyanogenmod.filemanager/.activities.NavigationActivity bnds=[913,644][1095,752] u=0} from pid 695
I/ActivityManager( 385): Start proc com.cyanogenmod.filemanager for activity com.cyanogenmod.filemanager/.activities.NavigationActivity: pid=2361 uid=10005 gids={1015, 1023, 1028}
D/dalvikvm( 99): GC_EXPLICIT freed 38K, 75% free 2195K/8451K, paused 2ms+2ms, total 21ms
E/Trace ( 2361): error opening trace file: No such file or directory (2)
D/dalvikvm( 99): GC_EXPLICIT freed <1K, 75% free 2195K/8451K, paused 1ms+2ms, total 18ms
D/dalvikvm( 99): GC_EXPLICIT freed <1K, 75% free 2195K/8451K, paused 2ms+1ms, total 22ms
I/ActivityThread( 2361): Pub com.cyanogenmod.filemanager.providers.bookmarks: com.cyanogenmod.filemanager.providers.BookmarksContentProvider
I/ActivityThread( 2361): Pub com.cyanogenmod.filemanager.providers.recentsearches: com.cyanogenmod.filemanager.providers.RecentSearchesContentProvider
V/NFC ( 2361): this device does not have NFC support
D/libEGL ( 2361): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 2361): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 2361): loaded /system/lib/egl/libGLESv2_tegra.so
D/OpenGLRenderer( 2361): Enabling debug mode 0
D/su ( 2385): Found file /data/data/com.noshufou.android.su/files/stored/10005-0
D/su ( 2385): Comparing '/system/bin/sh' to '/system/bin/sh'
D/su ( 2388): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10005 --ei allow 1 --ei version_code 18
D/AndroidRuntime( 2388):
D/AndroidRuntime( 2388): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2388): CheckJNI is OFF
D/dalvikvm( 2388): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2388): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2388): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2388): Added shared lib libnativehelper.so 0x0
V/chromium( 2318): external/chromium/net/base/bandwidth_metrics.h:96: [0114/214948:INFO:bandwidth_metrics.h(96)] Bandwidth: 2959.13Kbps (avg 2664.53Kbps)
D/AndroidRuntime( 2388): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2388): Shutting down VM
D/dalvikvm( 2388): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 0ms+0ms, total 4ms
W/InputMethodManagerService( 385): Starting input on non-focused client [email protected] (uid=10004 pid=2318)
D/su ( 2385): 10005 com.cyanogenmod.filemanager executing 0 /system/bin/sh using shell /system/bin/sh : sh
D/dalvikvm( 587): GC_CONCURRENT freed 2419K, 72% free 5381K/18951K, paused 2ms+4ms, total 27ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 385
D/su ( 2413): Found file /data/data/com.noshufou.android.su/files/stored/10005-0
D/su ( 2413): Comparing '/system/bin/sh' to '/system/bin/sh'
D/su ( 2416): Executing exec /system/bin/am broadcast -a com.noshufou.android.su.RESULT --es socket '' --ei caller_uid 10005 --ei allow 1 --ei version_code 18
V/chromium( 2318): external/chromium/net/base/bandwidth_metrics.h:96: [0114/214948:INFO:bandwidth_metrics.h(96)] Bandwidth: 2954.65Kbps (avg 2737.06Kbps)
D/AndroidRuntime( 2416):
D/AndroidRuntime( 2416): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2416): CheckJNI is OFF
D/dalvikvm( 2416): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2416): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2416): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2416): Added shared lib libnativehelper.so 0x0
D/AndroidRuntime( 2416): Calling main entry com.android.commands.am.Am
D/AndroidRuntime( 2416): Shutting down VM
D/dalvikvm( 2416): GC_CONCURRENT freed 99K, 81% free 498K/2560K, paused 1ms+1ms, total 4ms
W/ActivityManager( 385): Activity pause timeout for ActivityRecord{41832b00 com.cyanogenmod.filemanager/.activities.NavigationActivity}
W/InputMethodManagerService( 385): Window already focused, ignoring focus gain of: [email protected] attribute=null
D/su ( 2413): 10005 com.cyanogenmod.filemanager executing 0 /system/bin/sh using shell /system/bin/sh : sh
I/Choreographer( 2361): Skipped 108 frames! The application may be doing too much work on its main thread.
W/InputMethodManagerService( 385): Focus gain on non-focused client com.android.internal.view.IInputMethodClient[email protected] (uid=10005 pid=2361)
I/ActivityManager( 385): No longer want android.process.media (pid 651): hidden #16
V/Nova.Folder( 695): animation warmup time 73
W/DropBoxManagerService( 385): Dropping: system_app_strictmode (10 > 0 bytes)
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x200000 cmp=com.teslacoilsw.launcher/.preferences.SettingsActivity bnds=[822,594][918,690] u=0} from pid 695
I/Choreographer( 695): Skipped 30 frames! The application may be doing too much work on its main thread.
I/ActivityManager( 385): Displayed com.teslacoilsw.launcher/.preferences.SettingsActivity: +2s290ms (total +6s22ms)
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
D/dalvikvm( 893): GC_FOR_ALLOC freed 967K, 48% free 5232K/9991K, paused 23ms, total 23ms
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
D/dalvikvm( 695): GC_CONCURRENT freed 6032K, 43% free 9711K/16903K, paused 4ms+8ms, total 50ms
D/dalvikvm( 695): WAIT_FOR_CONCURRENT_GC blocked 31ms
V/Nova.Launcher( 695): First page bound after 274ms
V/Nova.Launcher( 695): Finishing binding after 335
D/dalvikvm( 893): GC_FOR_ALLOC freed 919K, 48% free 5233K/9991K, paused 25ms, total 26ms
D/dalvikvm( 385): GC_FOR_ALLOC freed 1414K, 46% free 7095K/12935K, paused 38ms, total 38ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 385
V/Nova.Folder( 695): animation warmup time 28
D/dalvikvm( 695): GC_CONCURRENT freed 1642K, 38% free 10567K/16903K, paused 2ms+6ms, total 31ms
D/dalvikvm( 695): WAIT_FOR_CONCURRENT_GC blocked 27ms
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
V/Nova.Folder( 695): animation warmup time 18
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x200000 cmp=com.teslacoilsw.launcher/.preferences.SettingsActivity bnds=[822,595][918,691] u=0} from pid 695
I/ActivityManager( 385): Displayed com.teslacoilsw.launcher/.preferences.SettingsActivity: +201ms
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
D/dalvikvm( 695): GC_CONCURRENT freed 2494K, 37% free 10765K/16903K, paused 3ms+7ms, total 52ms
D/dalvikvm( 695): WAIT_FOR_CONCURRENT_GC blocked 47ms
V/Nova.Launcher( 695): First page bound after 256ms
V/Nova.Launcher( 695): Finishing binding after 310
D/dalvikvm( 893): GC_FOR_ALLOC freed 919K, 48% free 5233K/9991K, paused 28ms, total 29ms
D/dalvikvm( 587): GC_CONCURRENT freed 1575K, 71% free 5530K/18951K, paused 2ms+4ms, total 27ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 385
V/Nova.Folder( 695): animation warmup time 13
D/Vold ( 95): Volume microsd state changing 0 (No-Media) -> 1 (Idle-Unmounted)
D/MountService( 385): volume state changed for /storage/sdcard1 (removed -> unmounted)
I/StorageNotification( 587): Media {/storage/sdcard1} state changed from {removed} -> {unmounted} (primary = false)
D/MountService( 385): sendStorageIntent Intent { act=android.intent.action.MEDIA_UNMOUNTED dat=file:///storage/sdcard1 (has extras) }
D/VoldCmdListener( 95): volume mount /storage/sdcard1
D/DirectVolume( 95): Disc has only one partition.
I/Vold ( 95): /dev/block/vold/179:8 being considered for volume microsd
D/Vold ( 95): Volume microsd state changing 1 (Idle-Unmounted) -> 3 (Checking)
D/MountService( 385): volume state changed for /storage/sdcard1 (unmounted -> checking)
I/StorageNotification( 587): Media {/storage/sdcard1} state changed from {unmounted} -> {checking} (primary = false)
D/MountService( 385): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/sdcard1 (has extras) }
I//system/bin/fsck_msdos( 95): ** /dev/block/vold/179:8
I/ActivityManager( 385): Start proc android.process.media for broadcast com.android.providers.media/.MediaScannerReceiver: pid=2508 uid=10017 gids={1015, 1023, 1024, 1028, 2001, 3003, 3007}
E/Trace ( 2508): error opening trace file: No such file or directory (2)
I/ActivityThread( 2508): Pub media: com.android.providers.media.MediaProvider
I/ActivityThread( 2508): Pub downloads: com.android.providers.downloads.DownloadProvider
I/DownloadManager( 2508): in removeSpuriousFiles
I/ActivityThread( 2508): Pub drm: com.android.providers.drm.DrmProvider
D/MediaScannerReceiver( 2508): action: android.intent.action.MEDIA_UNMOUNTED path: /storage/sdcard1
D/DownloadManager( 2508): deleting spurious file /data/data/com.android.providers.downloads/cache/downloadfile.apk
D/DownloadManager( 2508): deleting spurious file /data/data/com.android.providers.downloads/cache/downloadfile-1.apk
D/DownloadManager( 2508): deleting spurious file /data/data/com.android.providers.downloads/cache/downloadfile-2.apk
I/ActivityManager( 385): No longer want android.process.acore (pid 1883): hidden #16
V/TicToc ( 695): haptic 1 ms
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
D/dalvikvm( 695): GC_CONCURRENT freed 1576K, 30% free 11934K/16903K, paused 3ms+7ms, total 41ms
D/dalvikvm( 695): GC_FOR_ALLOC freed 1113K, 22% free 13279K/16903K, paused 33ms, total 33ms
D/dalvikvm( 695): GC_FOR_ALLOC freed 18K, 20% free 14490K/18055K, paused 30ms, total 30ms
D/dalvikvm( 695): GC_FOR_ALLOC freed 17K, 18% free 16225K/19783K, paused 27ms, total 27ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity bnds=[640,376][640,376] u=0} from pid 695
D/dalvikvm( 2267): GC_CONCURRENT freed 445K, 20% free 6824K/8451K, paused 5ms+7ms, total 32ms
D/dalvikvm( 2267): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm( 2267): GC_FOR_ALLOC freed 330K, 21% free 7757K/9735K, paused 19ms, total 19ms
D/dalvikvm( 893): GC_FOR_ALLOC freed 967K, 48% free 5232K/9991K, paused 17ms, total 17ms
D/dalvikvm( 2267): GC_FOR_ALLOC freed 1390K, 29% free 7662K/10759K, paused 13ms, total 14ms
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
E/NativeDaemonConnector.ResponseQueue( 385): Timeout waiting for response
E/VoldConnector( 385): timed-out waiting for response to 164 volume mount /storage/sdcard1
W/MountService( 385): Failed to mount media on insertion
W/MountService( 385): java.lang.NullPointerException
W/MountService( 385): at com.android.server.NativeDaemonConnectorException.getCode(NativeDaemonConnectorException.java:44)
W/MountService( 385): at com.android.server.MountService.doMountVolume(MountService.java:888)
W/MountService( 385): at com.android.server.MountService.access$900(MountService.java:96)
W/MountService( 385): at com.android.server.MountService$3.run(MountService.java:770)
W/InputMethodManagerService( 385): Window already focused, ignoring focus gain of: [email protected] attribute=null
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
W/InputMethodManagerService( 385): Window already focused, ignoring focus gain of: [email protected] attribute=null
V/BatteryMonitoring( 893): charging data:0 dis data:2
V/BatteryMonitoring( 893): info :72 / 7V / Pluged-false / true / 360950 / 0 / act:true
D/dalvikvm( 893): GC_FOR_ALLOC freed 968K, 48% free 5232K/9991K, paused 22ms, total 22ms
D/dalvikvm( 385): GC_CONCURRENT freed 1814K, 46% free 6998K/12935K, paused 2ms+4ms, total 54ms
D/dalvikvm( 385): WAIT_FOR_CONCURRENT_GC blocked 26ms
D/dalvikvm( 2267): GC_FOR_ALLOC freed 4325K, 57% free 4679K/10759K, paused 14ms, total 14ms
D/dalvikvm( 2267): GC_CONCURRENT freed 169K, 42% free 6335K/10759K, paused 1ms+2ms, total 17ms
D/dalvikvm( 2267): WAIT_FOR_CONCURRENT_GC blocked 15ms
D/dalvikvm( 2267): GC_CONCURRENT freed 71K, 26% free 8004K/10759K, paused 2ms+2ms, total 22ms
D/dalvikvm( 2267): GC_FOR_ALLOC freed <1K, 19% free 9111K/11143K, paused 14ms, total 14ms
D/dalvikvm( 893): GC_FOR_ALLOC freed 964K, 48% free 5232K/9991K, paused 21ms, total 21ms
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
W/InputMethodManagerService( 385): Window already focused, ignoring focus gain of: [email protected] attribute=null
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
I/ActivityManager( 385): START {act=android.intent.action.CHOOSER flg=0x1 cmp=android/com.android.internal.app.ChooserActivity (has clip) (has extras) u=0} from pid 2267
D/libEGL ( 2267): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 2267): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 2267): loaded /system/lib/egl/libGLESv2_tegra.so
D/OpenGLRenderer( 2267): Enabling debug mode 0
I/ActivityManager( 385): Displayed android/com.android.internal.app.ChooserActivity: +320ms
W/InputMethodManagerService( 385): Window already focused, ignoring focus gain of: [email protected] [email protected]
D/dalvikvm( 2267): GC_FOR_ALLOC freed 6512K, 63% free 4788K/12615K, paused 16ms, total 16ms
D/dalvikvm( 2267): GC_CONCURRENT freed 636K, 53% free 5976K/12615K, paused 2ms+3ms, total 17ms
D/dalvikvm( 2267): WAIT_FOR_CONCURRENT_GC blocked 2ms
D/dalvikvm( 2267): GC_CONCURRENT freed <1K, 39% free 7729K/12615K, paused 3ms+2ms, total 20ms
I//system/bin/fsck_msdos( 95): Invalid signature in boot block: 0000
I/logwrapper( 95): /system/bin/fsck_msdos terminated by exit(2)
E/Vold ( 95): Filesystem check failed (not a FAT filesystem)
W/Vold ( 95): /dev/block/vold/179:8 does not contain a FAT filesystem
E/Vold ( 95): /dev/block/vold/179:8 failed to mount via NTFS (No such device)
E/Vold ( 95): Volume microsd found no suitable devices for mounting :(
D/Vold ( 95): Volume microsd state changing 3 (Checking) -> 1 (Idle-Unmounted)
D/MountService( 385): volume state changed for /storage/sdcard1 (checking -> unmounted)
D/MountService( 385): sendStorageIntent Intent { act=android.intent.action.MEDIA_UNMOUNTED dat=file:///storage/sdcard1 (has extras) }
I/StorageNotification( 587): Media {/storage/sdcard1} state changed from {checking} -> {unmounted} (primary = false)
D/MediaScannerReceiver( 2508): action: android.intent.action.MEDIA_UNMOUNTED path: /storage/sdcard1
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 385
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
V/Nova.Folder( 695): animation warmup time 19
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[726,594][822,690] u=0} from pid 695
W/System.err( 1920): Removed 2131231245
W/System.err( 1920): Removed 2131231256
W/System.err( 1920): Removed 2131231257
D/WifiService( 385): setWifiEnabled: true pid=1920, uid=1000
D/dalvikvm( 1920): GC_CONCURRENT freed 1487K, 37% free 5334K/8451K, paused 2ms+8ms, total 49ms
D/WifiService( 385): setWifiEnabled: true pid=1920, uid=1000
D/VoldCmdListener( 95): asec fspath cloudtv.hdwidgets-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.dots-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.letters-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.numbers-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.shapes-2
D/VoldCmdListener( 95): asec fspath com.dotemu.rtype-1
D/dalvikvm( 385): GC_CONCURRENT freed 1750K, 46% free 6997K/12935K, paused 2ms+5ms, total 51ms
D/VoldCmdListener( 95): asec fspath com.intellijoy.android.reading-1
D/VoldCmdListener( 95): asec fspath com.nextgenreality.minimoto-1
D/VoldCmdListener( 95): asec fspath com.sega.sonic4epi-1
D/VoldCmdListener( 95): asec fspath com.teslacoilsw.launcher.prime-1
D/VoldCmdListener( 95): volume mount /storage/sdcard1
I//system/bin/fsck_msdos( 95): ** /dev/block/vold/179:8
D/DirectVolume( 95): Disc has only one partition.
I/Vold ( 95): /dev/block/vold/179:8 being considered for volume microsd
D/Vold ( 95): Volume microsd state changing 1 (Idle-Unmounted) -> 3 (Checking)
D/MountService( 385): volume state changed for /storage/sdcard1 (unmounted -> checking)
D/MountService( 385): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/sdcard1 (has extras) }
I/StorageNotification( 587): Media {/storage/sdcard1} state changed from {unmounted} -> {checking} (primary = false)
D/dalvikvm( 385): GC_EXPLICIT freed 255K, 47% free 6931K/12935K, paused 3ms+4ms, total 49ms
I/dalvikvm( 587): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm( 893): GC_FOR_ALLOC freed 967K, 48% free 5233K/9991K, paused 18ms, total 18ms
I/InputDispatcher( 385): Application is not responding: Window{416ca4a0 com.android.settings/com.android.settings.Settings paused=false}. It has been 5001.3ms since event, 5000.9ms since wait started. Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.
I/WindowManager( 385): Input event dispatching timed out sending to com.android.settings/com.android.settings.Settings
I/Process ( 385): Sending signal. PID: 1920 SIG: 3
I/dalvikvm( 1920): threadid=3: reacting to signal 3
I/dalvikvm( 1920): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 385): Sending signal. PID: 385 SIG: 3
I/dalvikvm( 385): threadid=3: reacting to signal 3
E/Sensors ( 385): poll() failed (Interrupted system call)
I/dalvikvm( 385): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 385): Sending signal. PID: 680 SIG: 3
I/dalvikvm( 680): threadid=3: reacting to signal 3
I/dalvikvm( 680): Wrote stack traces to '/data/anr/traces.txt'
I/Process ( 385): Sending signal. PID: 587 SIG: 3
I/dalvikvm( 587): threadid=3: reacting to signal 3
I/dalvikvm( 587): Wrote stack traces to '/data/anr/traces.txt'
D/dalvikvm( 385): JIT code cache reset in 4 ms (1048516 bytes 1/0)
D/dalvikvm( 385): GC_CONCURRENT freed 1507K, 44% free 7266K/12935K, paused 2ms+8ms, total 54ms
D/dalvikvm( 385): WAIT_FOR_CONCURRENT_GC blocked 35ms
D/dalvikvm( 385): GC_EXPLICIT freed 229K, 44% free 7309K/12935K, paused 2ms+4ms, total 48ms
E/ActivityManager( 385): ANR in com.android.settings (com.android.settings/.Settings)
E/ActivityManager( 385): Reason: keyDispatchingTimedOut
E/ActivityManager( 385): Load: 1.85 / 1.87 / 1.2
E/ActivityManager( 385): CPU usage from 19139ms to 0ms ago:
E/ActivityManager( 385): 4.4% 385/system_server: 1.6% user + 2.8% kernel / faults: 174 minor
E/ActivityManager( 385): 1.3% 66/kinteractiveup: 0% user + 1.3% kernel
E/ActivityManager( 385): 0.4% 406/kworker/0:3: 0% user + 0.4% kernel
E/ActivityManager( 385): 0.3% 587/com.android.systemui: 0.2% user + 0.1% kernel / faults: 15 minor
E/ActivityManager( 385): 0.1% 2087/kworker/1:2: 0% user + 0.1% kernel
E/ActivityManager( 385): 0.1% 2318/com.android.browser: 0.1% user + 0% kernel
E/ActivityManager( 385): 0% 14/sync_supers: 0% user + 0% kernel
E/ActivityManager( 385): 0% 82/dhd_dpc: 0% user + 0% kernel
E/ActivityManager( 385): 0% 452/wpa_supplicant: 0% user + 0% kernel
E/ActivityManager( 385): 0% 2184/com.google.android.googlequicksearchbox: 0% user + 0% kernel / faults: 81 minor
E/ActivityManager( 385): 0% 2230/mmcqd/1: 0% user + 0% kernel
E/ActivityManager( 385): 0% 2245/org.jtb.alogcat: 0% user + 0% kernel / faults: 13 minor
E/ActivityManager( 385): 51% TOTAL: 0.6% user + 1.2% kernel + 49% iowait + 0% softirq
E/ActivityManager( 385): CPU usage from 522ms to 1037ms later with 99% awake:
E/ActivityManager( 385): 7.8% 385/system_server: 1.9% user + 5.8% kernel / faults: 56 minor
E/ActivityManager( 385): 1.9% 392/Compiler: 1.9% user + 0% kernel
E/ActivityManager( 385): 1.9% 398/SensorService: 0% user + 1.9% kernel
E/ActivityManager( 385): 1.9% 419/InputDispatcher: 0% user + 1.9% kernel
E/ActivityManager( 385): 1.3% 406/kworker/0:3: 0% user + 1.3% kernel
E/ActivityManager( 385): 53% TOTAL: 0% user + 4.8% kernel + 49% iowait
D/dalvikvm( 385): GC_FOR_ALLOC freed 879K, 41% free 7738K/12935K, paused 43ms, total 43ms
I/dalvikvm-heap( 385): Grow heap (frag case) to 16.252MB for 393236-byte allocation
W/DropBoxManagerService( 385): Dropping: system_app_anr (10 > 0 bytes)
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
D/AndroidRuntime( 1920): Shutting down VM
W/dalvikvm( 1920): threadid=1: thread exiting with uncaught exception (group=0x41261300)
E/NativeDaemonConnector.ResponseQueue( 385): Timeout waiting for response
E/VoldConnector( 385): timed-out waiting for response to 175 volume mount /storage/sdcard1
E/AndroidRuntime( 1920): FATAL EXCEPTION: main
E/AndroidRuntime( 1920): java.lang.NullPointerException
E/AndroidRuntime( 1920): at android.os.Parcel.readException(Parcel.java:1431)
E/AndroidRuntime( 1920): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime( 1920): at android.os.storage.IMountService$Stub$Proxy.mountVolume(IMountService.java:158)
E/AndroidRuntime( 1920): at com.android.settings.deviceinfo.Memory.mount(Memory.java:341)
E/AndroidRuntime( 1920): at com.android.settings.deviceinfo.Memory.onPreferenceTreeClick(Memory.java:239)
E/AndroidRuntime( 1920): at android.preference.Preference.performClick(Preference.java:959)
E/AndroidRuntime( 1920): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:215)
E/AndroidRuntime( 1920): at android.widget.AdapterView.performItemClick(AdapterView.java:298)
E/AndroidRuntime( 1920): at android.widget.AbsListView.performItemClick(AbsListView.java:1088)
E/AndroidRuntime( 1920): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2861)
E/AndroidRuntime( 1920): at android.widget.AbsListView$1.run(AbsListView.java:3535)
E/AndroidRuntime( 1920): at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime( 1920): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 1920): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1920): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 1920): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1920): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1920): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 1920): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 1920): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 385): Force finishing activity com.android.settings/.Settings
W/DropBoxManagerService( 385): Dropping: system_app_crash (1517 > 0 bytes)
W/ActivityManager( 385): Activity pause timeout for ActivityRecord{416cce88 com.android.settings/.Settings}
I/Process ( 1920): Sending signal. PID: 1920 SIG: 9
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
I/ActivityManager( 385): Process com.android.settings (pid 1920) has died.
I/WindowState( 385): WIN DEATH: Window{416ca4a0 com.android.settings/com.android.settings.Settings paused=false}
W/InputMethodManagerService( 385): Got RemoteException sending setActive(false) notification to pid 1920 uid 1000
V/TicToc ( 695): haptic 1 ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity bnds=[640,376][640,376] u=0} from pid 695
D/dalvikvm( 385): GC_CONCURRENT freed 2017K, 46% free 7547K/13959K, paused 4ms+8ms, total 82ms
Hope this means something to someone.
This one is literally, tapping the mount SD in storage, tablet freezing and then telling me settings is not responding.
Code:
--------- beginning of /dev/log/main
D/dalvikvm( 385): GC_EXPLICIT freed 129K, 52% free 7368K/15047K, paused 7ms+7ms, total 69ms
--------- beginning of /dev/log/system
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.teslacoilsw.launcher/com.android.launcher2.Launcher u=0} from pid 385
W/IInputConnectionWrapper( 2267): showStatusIcon on inactive InputConnection
V/Nova.Folder( 695): animation warmup time 15
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.settings/.Settings bnds=[726,594][822,690] u=0} from pid 695
W/System.err( 2742): Removed 2131231245
W/System.err( 2742): Removed 2131231256
W/System.err( 2742): Removed 2131231257
D/WifiService( 385): setWifiEnabled: true pid=2742, uid=1000
D/WifiService( 385): setWifiEnabled: true pid=2742, uid=1000
D/VoldCmdListener( 95): asec fspath cloudtv.hdwidgets-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.dots-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.letters-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.numbers-1
D/VoldCmdListener( 95): asec fspath com.anahoret.android.shapes-2
D/VoldCmdListener( 95): asec fspath com.dotemu.rtype-1
D/VoldCmdListener( 95): asec fspath com.intellijoy.android.reading-1
D/VoldCmdListener( 95): asec fspath com.nextgenreality.minimoto-1
D/VoldCmdListener( 95): asec fspath com.sega.sonic4epi-1
D/VoldCmdListener( 95): asec fspath com.teslacoilsw.launcher.prime-1
D/VoldCmdListener( 95): volume mount /storage/sdcard1
D/DirectVolume( 95): Disc has only one partition.
I/Vold ( 95): /dev/block/vold/179:8 being considered for volume microsd
D/Vold ( 95): Volume microsd state changing 1 (Idle-Unmounted) -> 3 (Checking)
D/MountService( 385): volume state changed for /storage/sdcard1 (unmounted -> checking)
I//system/bin/fsck_msdos( 95): ** /dev/block/vold/179:8
D/MountService( 385): sendStorageIntent Intent { act=android.intent.action.MEDIA_CHECKING dat=file:///storage/sdcard1 (has extras) }
I/StorageNotification( 587): Media {/storage/sdcard1} state changed from {unmounted} -> {checking} (primary = false)
D/dalvikvm( 587): GC_CONCURRENT freed 1818K, 71% free 5652K/18951K, paused 4ms+4ms, total 28ms
V/ ( 385): void cb_onMotion(uint16_t)
D/dalvikvm( 893): GC_FOR_ALLOC freed 966K, 48% free 5234K/9991K, paused 19ms, total 19ms
D/AndroidRuntime( 2742): Shutting down VM
W/dalvikvm( 2742): threadid=1: thread exiting with uncaught exception (group=0x41261300)
E/NativeDaemonConnector.ResponseQueue( 385): Timeout waiting for response
E/VoldConnector( 385): timed-out waiting for response to 207 volume mount /storage/sdcard1
E/AndroidRuntime( 2742): FATAL EXCEPTION: main
E/AndroidRuntime( 2742): java.lang.NullPointerException
E/AndroidRuntime( 2742): at android.os.Parcel.readException(Parcel.java:1431)
E/AndroidRuntime( 2742): at android.os.Parcel.readException(Parcel.java:1379)
E/AndroidRuntime( 2742): at android.os.storage.IMountService$Stub$Proxy.mountVolume(IMountService.java:158)
E/AndroidRuntime( 2742): at com.android.settings.deviceinfo.Memory.mount(Memory.java:341)
E/AndroidRuntime( 2742): at com.android.settings.deviceinfo.Memory.onPreferenceTreeClick(Memory.java:239)
E/AndroidRuntime( 2742): at android.preference.Preference.performClick(Preference.java:959)
E/AndroidRuntime( 2742): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:215)
E/AndroidRuntime( 2742): at android.widget.AdapterView.performItemClick(AdapterView.java:298)
E/AndroidRuntime( 2742): at android.widget.AbsListView.performItemClick(AbsListView.java:1088)
E/AndroidRuntime( 2742): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2861)
E/AndroidRuntime( 2742): at android.widget.AbsListView$1.run(AbsListView.java:3535)
E/AndroidRuntime( 2742): at android.os.Handler.handleCallback(Handler.java:615)
E/AndroidRuntime( 2742): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2742): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2742): at android.app.ActivityThread.main(ActivityThread.java:4931)
E/AndroidRuntime( 2742): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2742): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 2742): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 2742): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
E/AndroidRuntime( 2742): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 385): Force finishing activity com.android.settings/.Settings
W/DropBoxManagerService( 385): Dropping: system_app_crash (1517 > 0 bytes)
W/ActivityManager( 385): Activity pause timeout for ActivityRecord{41660910 com.android.settings/.Settings}
W/ActivityManager( 385): Activity destroy timeout for ActivityRecord{41660910 com.android.settings/.Settings}
V/ ( 385): void cb_onMotion(uint16_t)
I/Process ( 2742): Sending signal. PID: 2742 SIG: 9
D/audio_hw_primary( 101): outpcm open: card=0, device=0, rate=44100
I/WindowState( 385): WIN DEATH: Window{418940f0 com.android.settings/com.android.settings.Settings paused=false}
I/ActivityManager( 385): Process com.android.settings (pid 2742) has died.
W/InputMethodManagerService( 385): Got RemoteException sending setActive(false) notification to pid 2742 uid 1000
V/TicToc ( 695): haptic 2 ms
I/ActivityManager( 385): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.jtb.alogcat/.LogActivity bnds=[640,376][640,376] u=0} from pid 695
D/dalvikvm( 385): GC_CONCURRENT freed 1637K, 51% free 7477K/15047K, paused 2ms+5ms, total 72ms
To me it looks like a code issue:
W/dalvikvm( 2742): threadid=1: thread exiting with uncaught exception (group=0x41261300)
Now I don't know that much about the android layer on top of linux and I hate Java with a passion, but can you try wiping the dalvik? I have no clue if it'll work but it references to it, so I guess it's worth a shot? If there's a bad/invalid section of the dalvikvm, wiping it would force your device to re-create it and might help... I think. From what I can understand, dalvik will cache your apps so they run faster, if it got corrupted you may be having some unexpected results.
Someone else may be able to confirm or deny this.
Dalvik was wiped before I installed the ROM, before or after was the same.
I'll try again now though
Ok, once rebooted I get a message saying preparing SD card (checking for errors), but still I get no mounted card
If I use the KAT app to try and mount it I get
"Error, drive busy?:Exec error res=11"
If that helps?
Related
So i've recompiled my framework-res.apk making changes to the following XMLs
...res/values
1) Arrays
2) Bools
3) Strings
...res/xml
1) Eri.xml
I've also modified the framework.jar
..android/net/wimax
1) WimaxHelper.smali
2) WimaxManagerConstants.Smali
I've also added libs
...system/lib
1) libWimaxNative.so
...system/vendor/firmware/lib
1) libSECmWiMaxCapi.so
2) Wimax_service.jar
And the following bins
...system/vendor/firmware/
1) Wimax_boot.bin
2) Wimaxfw.bin
3) Wimaxloader.bin
And of course I did take the apks from cm9 for wimax
...system/app
1) WimaxSettings.apk
2) WimaxHiddenMenu.apk
3) SprintMenu.apk
4) SystemUIupdater.apk
and here is the error i'm getting on my logcat
Code:
07-04 01:33:04.418: D/OpenGLRenderer(462): Flushing caches (mode 1)
07-04 01:33:04.450: D/dalvikvm(170): GC_CONCURRENT freed 9K, 23% free 7713K/9987K, paused 2ms+5ms
07-04 01:33:04.539: D/dalvikvm(1024): GC_FOR_ALLOC freed 72K, 20% free 2280K/2816K, paused 19ms
07-04 01:33:04.543: I/dalvikvm-heap(1024): Grow heap (frag case) to 3.636MB for 1048592-byte allocation
07-04 01:33:04.594: D/dalvikvm(1024): GC_CONCURRENT freed 3K, 16% free 3300K/3907K, paused 2ms+4ms
07-04 01:33:04.641: D/dalvikvm(1024): GC_FOR_ALLOC freed <1K, 14% free 3361K/3907K, paused 16ms
07-04 01:33:04.641: I/dalvikvm-heap(1024): Grow heap (frag case) to 4.298MB for 635812-byte allocation
07-04 01:33:04.645: D/OpenGLRenderer(462): Flushing caches (mode 0)
07-04 01:33:04.672: D/dalvikvm(1024): GC_CONCURRENT freed <1K, 13% free 3981K/4547K, paused 2ms+3ms
07-04 01:33:04.723: D/WimaxSettings(1024): mOpenNetworkNotificationsEnabled called Network notification Notify me when 4G is connected
07-04 01:33:04.723: D/AndroidRuntime(1024): Shutting down VM
07-04 01:33:04.723: W/dalvikvm(1024): threadid=1: thread exiting with uncaught exception (group=0x40a471f8)
07-04 01:33:04.727: E/AndroidRuntime(1024): FATAL EXCEPTION: main
07-04 01:33:04.727: E/AndroidRuntime(1024): java.lang.RuntimeException: Unable to resume activity {com.android.settings.wimax/com.android.settings.wimax.WimaxSettings}: java.lang.NullPointerException
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2567)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2595)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2109)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread.access$600(ActivityThread.java:132)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1157)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.os.Handler.dispatchMessage(Handler.java:99)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.os.Looper.loop(Looper.java:137)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread.main(ActivityThread.java:4575)
07-04 01:33:04.727: E/AndroidRuntime(1024): at java.lang.reflect.Method.invokeNative(Native Method)
07-04 01:33:04.727: E/AndroidRuntime(1024): at java.lang.reflect.Method.invoke(Method.java:511)
07-04 01:33:04.727: E/AndroidRuntime(1024): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
07-04 01:33:04.727: E/AndroidRuntime(1024): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
07-04 01:33:04.727: E/AndroidRuntime(1024): at dalvik.system.NativeStart.main(Native Method)
07-04 01:33:04.727: E/AndroidRuntime(1024): Caused by: java.lang.NullPointerException
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.net.fourG.wimax.Wimax4GManager.get4GState(Wimax4GManager.java:511)
07-04 01:33:04.727: E/AndroidRuntime(1024): at com.android.settings.wimax.WimaxEnabler.resume(WimaxEnabler.java:195)
07-04 01:33:04.727: E/AndroidRuntime(1024): at com.android.settings.wimax.WimaxSettings.onResume(WimaxSettings.java:148)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1154)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.Activity.performResume(Activity.java:4539)
07-04 01:33:04.727: E/AndroidRuntime(1024): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2557)
07-04 01:33:04.727: E/AndroidRuntime(1024): ... 12 more
07-04 01:33:04.731: W/ActivityManager(170): Force finishing activity com.android.settings.wimax/.WimaxSettings
07-04 01:33:04.750: W/ActivityManager(170): Force finishing activity com.android.settings/.SubSettings
having some issues?superuser says no root access when trying to update binary. still boots into recovery and bootloader. boots rom as well. root checker says i dont have root. adb says i do. no /system/bin/sh in logcat below? take a look below. any help would be awesome.thanks
cmd propt: adb shell
sh-3.2#
REV- s-off
H-boot-1.27.1100
Radio-11.23.3504.07_m2 really 11.69a in rom
OpenADSP-v02.6.0.2226.00.0131
set:20340736
D/memalloc( 248): /dev/pmem: Unmapping buffer base:0x5c3c1000 size:24379392 off
set:22360064
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x42237000 size:2019328 offset
:0 fd:29
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x4359d000 size:2019328 offset
:20340736 fd:35
W/InputManagerService( 248): Window already focused, ignoring focus gain of: co
[email protected]
D/PhoneStatusBar( 345): disable: < expand icons alerts ticker system_info back*
home* recent clock* >
D/Beautiful Widgets(4105)( 4236): UserPresent from ClockWidget41
D/Beautiful Widgets(4105)( 4236): Screensaver mode: false
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x4378a000 size:2019328 offset
:22360064 fd:44
D/WifiStateMachine( 248): fetchRssiAndLinkSpeedNative send RSSIChange intent, S
ameSignalLevelCount =1
D/WifiStateMachine( 248): fetchRssiAndLinkSpeedNative send RSSIChange intent, S
ameSignalLevelCount =2
D/CAT ( 462): CatService: Return current sInstance
D/HtcTelephonyInternal( 462): notifyKeyEvent keyCode=4
D/SensorManager( 248): [SensorManager] registerListener: delay = 200000
D/SensorService( 248): enable: get sensor name = MPL accel
D/Sensors ( 248): handle : 4 en: 1, v010.0 - Try to resolve lock issue
D/Sensors ( 248): lock_status = 63
D/Sensors ( 248): Andy: MPLSensor::enable: lock1
D/Sensors ( 248): mEnabled = 0x10
D/Sensors ( 248): set_power_states++: enabled_sensors: 16 dmp_started: 0
D/Sensors ( 248): Before if statment: cs:0 rs:1 en_ped:0 da_ped:0 en_g:0 da_g:0
D/Sensors ( 248): STOP timerirq_1
D/Sensors ( 248): Starting DMP
I/ ( 248): mpu3050_resume: Resuming to 0070
D/Sensors ( 248): Exit: Starting DMP
D/Sensors ( 248): set_power_states--
D/Sensors ( 248): Andy: MPLSensor::enable: unlock1
D/Sensors ( 248): MPLSensor::enable--1
D/SensorService( 248): SensorDevice::activate--: handle = 0x4, enabled = 0x1
D/SensorService( 248): pid=248, uid=1000
D/ActivityManager( 248): Config after re-evaluted by window manager: null
D/memalloc( 116): /dev/pmem: Allocated buffer base:0x42237000 size:2088960 offs
et:0 fd:29
D/memalloc( 4102): /dev/pmem: Mapped buffer base:0x53652000 size:2088960 offset:
0 fd:69
D/memalloc( 116): /dev/pmem: Allocated buffer base:0x42237000 size:2088960 offs
et:20340736 fd:35
D/memalloc( 4102): /dev/pmem: Mapped buffer base:0x547cb000 size:22429696 offset
:20340736 fd:72
V/WindowManager( 248): Starting animation in AppWindowToken{413a6f80 token=Toke
n{414ccdc0 ActivityRecord{414dd730 com.noshufou.android.su/.Su}}} @ 2730762
V/WindowManager( 248): Starting animation in AppWindowToken{41517db0 token=Toke
n{414ddb60 ActivityRecord{414e3960 com.noshufou.android.su/.UpdaterActivity}}} @
2730762
D/OpenGLRenderer( 4102): Flushing caches (mode 0)
D/memalloc( 4102): /dev/pmem: Unmapping buffer base:0x5801c000 size:31055872 off
set:28966912
D/memalloc( 4102): /dev/pmem: Unmapping buffer base:0x53d53000 size:6127616 offs
et:4038656
D/memalloc( 4102): /dev/pmem: Unmapping buffer base:0x55d2f000 size:8216576 offs
et:6127616
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x43dd7000 size:2088960 offset
:28966912 fd:32
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x42611000 size:2088960 offset
:4038656 fd:47
V/WindowManager( 248): Finished animation in AppWindowToken{413a6f80 token=Toke
n{414ccdc0 ActivityRecord{414dd730 com.noshufou.android.su/.Su}}} @ 2730890
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x4280f000 size:2088960 offset
:6127616 fd:53
V/WindowManager( 248): Finished animation in AppWindowToken{41517db0 token=Toke
n{414ddb60 ActivityRecord{414e3960 com.noshufou.android.su/.UpdaterActivity}}} @
2730890
D/ActivityManager( 248): destroyActivityLocked, r=ActivityRecord{414e3960 com.n
oshufou.android.su/.UpdaterActivity}
V/ActivityManager( 248): destroyActivityLocked, dalvik.system.VMStack.getThread
StackTrace(Native Method)
V/ActivityManager( 248): destroyActivityLocked, java.lang.Thread.getStackTrace(
Thread.java:599)
V/ActivityManager( 248): destroyActivityLocked, com.android.server.am.ActivityS
tack.destroyActivityLocked(ActivityStack.java:3754)
V/ActivityManager( 248): destroyActivityLocked, com.android.server.am.ActivityS
tack.finishCurrentActivityLocked(ActivityStack.java:3621)
V/ActivityManager( 248): destroyActivityLocked, com.android.server.am.ActivityS
tack.finishCurrentActivityLocked(ActivityStack.java:3578)
V/ActivityManager( 248): destroyActivityLocked, com.android.server.am.ActivityS
tack.activityIdleInternal(ActivityStack.java:3410)
V/ActivityManager( 248): destroyActivityLocked, com.android.server.am.ActivityS
tack$1.handleMessage(ActivityStack.java:352)
V/ActivityManager( 248): destroyActivityLocked, android.os.Handler.dispatchMess
age(Handler.java:99)
V/ActivityManager( 248): destroyActivityLocked, android.os.Looper.loop(Looper.j
ava:154)
V/ActivityManager( 248): destroyActivityLocked, com.android.server.ServerThread
.run(SystemServer.java:914)
V/WindowManager( 248): onProposedRotationChanged, rotation changed to 0
D/memalloc( 116): /dev/pmem: Allocated buffer base:0x42237000 size:2088960 offs
et:22429696 fd:32
D/memalloc( 4102): /dev/pmem: Mapped buffer base:0x568ba000 size:24518656 offset
:22429696 fd:75
I/ActivityManager( 248): START intent from pid 4102
D/SensorService( 248): disable: get sensor name = MPL accel
D/Sensors ( 248): handle : 4 en: 0, v010.0 - Try to resolve lock issue
D/Sensors ( 248): lock_status = 4
D/Sensors ( 248): Andy: MPLSensor::enable: lock1
W/MPL-sup ( 248): MLGetAKMComassStatus, gAKMCompassStatus = 0
D/Sensors ( 248): mEnabled = 0x0
D/Sensors ( 248): set_power_states++: enabled_sensors: 0 dmp_started: 1
D/Sensors ( 248): Before if statment: cs:0 rs:0 en_ped:0 da_ped:0 en_g:0 da_g:0
D/Sensors ( 248): Stopping DMP
I/ ( 248): mpu3050_suspend: suspending sensors to 0000
I/ ( 248): mpu3050_suspend: Will resume next to 0070
D/Sensors ( 248): inside if(s_use_timerirq)
D/Sensors ( 248): set_power_states--
D/Sensors ( 248): Andy: MPLSensor::enable: unlock1
D/Sensors ( 248): MPLSensor::enable--1
D/SensorService( 248): SensorDevice::activate--: handle = 0x4, enabled = 0x0
D/SensorService( 248): pid=248, uid=1000
D/memalloc( 116): /dev/pmem: Allocated buffer base:0x42237000 size:2088960 offs
et:28966912 fd:44
D/memalloc( 4102): /dev/pmem: Mapped buffer base:0x5801c000 size:31055872 offset
:28966912 fd:78
D/memalloc( 116): /dev/pmem: Allocated buffer base:0x42237000 size:2088960 offs
et:4038656 fd:47
D/memalloc( 4102): /dev/pmem: Mapped buffer base:0x53c53000 size:6127616 offset:
4038656 fd:85
I/ActivityManager( 248): Displayed com.noshufou.android.su/.UpdaterActivity: +2
35ms
V/WindowManager( 248): Starting animation in AppWindowToken{413a6f80 token=Toke
n{414ccdc0 ActivityRecord{414dd730 com.noshufou.android.su/.Su}}} @ 2732505
V/WindowManager( 248): Starting animation in AppWindowToken{413cc818 token=Toke
n{4164ffa8 ActivityRecord{41396760 com.noshufou.android.su/.UpdaterActivity}}} @
2732505
D/memalloc( 116): /dev/pmem: Allocated buffer base:0x42237000 size:2088960 offs
et:6127616 fd:53
D/memalloc( 4102): /dev/pmem: Mapped buffer base:0x55d2f000 size:8216576 offset:
6127616 fd:91
D/OpenGLRenderer( 4102): Flushing caches (mode 0)
D/memalloc( 4102): /dev/pmem: Unmapping buffer base:0x53652000 size:2088960 offs
et:0
D/memalloc( 4102): /dev/pmem: Unmapping buffer base:0x547cb000 size:22429696 off
set:20340736
D/memalloc( 4102): /dev/pmem: Unmapping buffer base:0x568ba000 size:24518656 off
set:22429696
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x42237000 size:2088960 offset
:0 fd:29
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x4359d000 size:2088960 offset
:20340736 fd:35
V/WindowManager( 248): Finished animation in AppWindowToken{413a6f80 token=Toke
n{414ccdc0 ActivityRecord{414dd730 com.noshufou.android.su/.Su}}} @ 2732621
V/WindowManager( 248): Finished animation in AppWindowToken{413cc818 token=Toke
n{4164ffa8 ActivityRecord{41396760 com.noshufou.android.su/.UpdaterActivity}}} @
2732621
D/memalloc( 116): /dev/pmem: Freeing buffer base:0x4379b000 size:2088960 offset
:22429696 fd:32
D/UpdaterFragment( 4102): do update
D/SqliteDatabaseCpp( 4102): dbopen(): path = /data/data/com.noshufou.android.su/
databases , key = hevmawwakjw*wil, flag = 6, file size = 8192
D/SqliteDatabaseCpp( 4102): dbopen(): path = /data/data/com.noshufou.android.su/
databases , key = hevmawwakjw*wil, mode: truncate, disk free size: 606 M, handle
: 0x22800b8
D/SqliteDatabaseCpp( 4102): dbclose(): path = /data/data/com.noshufou.android.su
/databases/permissions.sqlite, handle = 0x22800b8
D/dalvikvm( 4102): GC_CONCURRENT freed 2045K, 40% free 3574K/5923K, paused 5ms+8
ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1803K, 41% free 3495K/5923K, paused 2ms+2
ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1627K, 40% free 3592K/5923K, paused 1ms+1
ms
D/dalvikvm( 4102): GC_FOR_ALLOC freed 1704K, 40% free 3591K/5923K, paused 30ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1519K, 36% free 3792K/5923K, paused 1ms+1
ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1811K, 36% free 3792K/5923K, paused 3ms+1
ms
D/dalvikvm( 4102): GC_FOR_ALLOC freed 1004K, 36% free 3791K/5923K, paused 24ms
D/UpdaterService( 4102): download md5 = 054c9a22d8900d50ce6172fd56bbf414
D/UpdaterService( 4102): target md5 = 054c9a22d8900d50ce6172fd56bbf414
D/UpdaterService( 4102): /data/data/com.noshufou.android.su/files/sutools id
E/ActivityManager( 248): Activity Manager Crash
E/ActivityManager( 248): java.lang.IllegalArgumentException: Unknown URI type:
4
E/ActivityManager( 248): at android.net.Uri$1.createFromParcel(Uri.java:1
734)
E/ActivityManager( 248): at android.net.Uri$1.createFromParcel(Uri.java:1
723)
E/ActivityManager( 248): at android.content.Intent.readFromParcel(Intent.
java:6482)
E/ActivityManager( 248): at android.content.Intent.(Intent.java:647
7)
E/ActivityManager( 248): at android.content.Intent.readFromParcel(Intent.
java:6504)
E/ActivityManager( 248): at android.content.Intent.(Intent.java:647
7)
E/ActivityManager( 248): at android.content.Intent$1.createFromParcel(Int
ent.java:6468)
E/ActivityManager( 248): at android.content.Intent$1.createFromParcel(Int
ent.java:6466)
E/ActivityManager( 248): at android.app.ActivityManagerNative.onTransact(
ActivityManagerNative.java:298)
E/ActivityManager( 248): at com.android.server.am.ActivityManagerService.
onTransact(ActivityManagerService.java:1696)
E/ActivityManager( 248): at android.os.Binder.execTransact(Binder.java:33
8)
E/ActivityManager( 248): at dalvik.system.NativeStart.run(Native Method)
D/BatteryService( 248): updateBatteryStats ====================================
==
D/UpdaterService( 4102): timeout
E/su ( 4798): select failed with 2: No such file or directory
W/su ( 4798): request rejected (10066->0 /system/bin/sh)
D/UpdaterFragment( 4102): do update
D/SqliteDatabaseCpp( 4102): dbopen(): path = /data/data/com.noshufou.android.su/
databases , key = hevmawwakjw*wil, flag = 6, file size = 8192
D/SqliteDatabaseCpp( 4102): dbopen(): path = /data/data/com.noshufou.android.su/
databases , key = hevmawwakjw*wil, mode: truncate, disk free size: 606 M, handle
: 0x227fb80
D/SqliteDatabaseCpp( 4102): dbclose(): path = /data/data/com.noshufou.android.su
/databases/permissions.sqlite, handle = 0x227fb80
D/dalvikvm( 4102): GC_CONCURRENT freed 2143K, 42% free 3468K/5923K, paused 4ms+2
ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1609K, 40% free 3605K/5923K, paused 1ms+1
ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1835K, 40% free 3607K/5923K, paused 4ms+5
ms
D/dalvikvm( 4102): GC_FOR_ALLOC freed 354K, 40% free 3605K/5923K, paused 18ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1637K, 36% free 3806K/5923K, paused 4ms+5
ms
D/dalvikvm( 4102): GC_CONCURRENT freed 1806K, 36% free 3806K/5923K, paused 4ms+5
ms
D/UpdaterService( 4102): download md5 = 054c9a22d8900d50ce6172fd56bbf414
D/UpdaterService( 4102): target md5 = 054c9a22d8900d50ce6172fd56bbf414
D/UpdaterService( 4102): /data/data/com.noshufou.android.su/files/sutools id
E/ActivityManager( 248): Activity Manager Crash
E/ActivityManager( 248): java.lang.IllegalArgumentException: Unknown URI type:
4
E/ActivityManager( 248): at android.net.Uri$1.createFromParcel(Uri.java:1
734)
E/ActivityManager( 248): at android.net.Uri$1.createFromParcel(Uri.java:1
723)
E/ActivityManager( 248): at android.content.Intent.readFromParcel(Intent.
java:6482)
E/ActivityManager( 248): at android.content.Intent.(Intent.java:647
7)
E/ActivityManager( 248): at android.content.Intent.readFromParcel(Intent.
java:6504)
E/ActivityManager( 248): at android.content.Intent.(Intent.java:647
7)
E/ActivityManager( 248): at android.content.Intent$1.createFromParcel(Int
ent.java:6468)
E/ActivityManager( 248): at android.content.Intent$1.createFromParcel(Int
ent.java:6466)
E/ActivityManager( 248): at android.app.ActivityManagerNative.onTransact(
ActivityManagerNative.java:298)
E/ActivityManager( 248): at com.android.server.am.ActivityManagerService.
onTransact(ActivityManagerService.java:1696)
E/ActivityManager( 248): at android.os.Binder.execTransact(Binder.java:33
8)
E/ActivityManager( 248): at dalvik.system.NativeStart.run(Native Method)
D/Beautiful Widgets(4105)( 4236): WidgetRefreshService
D/AppWidgetHostView( 422): updateAppWidget mInfo = AppWidgetProviderInfo(provid
er=ComponentInfo{com.levelup.beautifulwidgets/com.levelup.beautifulwidgets.Clock
Widget41})
D/BatteryService( 248): updateBatteryStats ====================================
==
I/BATT_ALG( 131): batt_alg_overtemp_check:temp:114, isOver_temp:0
I/BATT_ALG( 131): vol=3840;curr=303;dis_curr=0;temp=114;id=3;level=52;chg_src=1
;chg_en=1;ov_chg=0;isOver_temp=0;timer=60;safety_count=2280
D/BatteryService( 248): UEvent updateBatteryStats
D/HtcPowerSaver( 248): Recived battery changed intent.
D/UsbnetService( 248): BroadcastReceiver:nReceive+
D/UsbnetService( 248): onReceive BATTERY_CHANGED
D/UsbnetService( 248): --> pluggedType = 2, mPluggedType = 0, mScreenOff = fal
se
D/UsbnetService( 248): BroadcastReceiver:nReceive-
D/HtcPowerSaver( 248): Checking...
I/HtcPowerSaver( 248): >> updateStatus
D/WifiService( 248): ACTION_BATTERY_CHANGED pluggedType: 2
D/NotificationService( 248): mIntentReceiver() Intent.ACTION_BATTERY_CHANGED
D/PowerManagerService( 248): runHtcPowerSaverCheck ============================
==========
D/HtcPowerSaver( 248): notifyUser: Unknown Status
I/HtcPowerSaver( 248): currentStatus=8000, currentLevel=52, enableLevel=20, ena
ble=false, popDialog=false, statusChangeTo=-1
I/HtcPowerSaver( 248): 0 /system/bin/sh)
D/WifiService( 248): acquireWifiLockLocked: WifiLock{NetworkLocationPassiveColl
ector type=2 [email protected]}
D/WifiService( 248): updateWifiState(): disable hotspot
D/WifiStateMachine( 248): [DriverStartedState] CMD_START_DRIVER
D/WifiService( 248): updateWifiState(): enable and start wifi
D
http://db.tt/netMldiM
Link to what root checker is saying.
dont post the complete logcat ..give a link next time ok ?
it seems like the su is broke (check adb root ..with this command "adb shell id" remove quotes ..the correct output should be "uid=0(root) gid=0(root)" )
flash the su zip file again ..and then
download lbusybox installer and update the busybox
then check the root check basic app
alternatively ..if you are fine with superuser apk (not supersu) ..you can try my one click root tool present in the SOFF guide (link in my signature )
ganeshp said:
dont post the complete logcat ..give a link next time ok ?
it seems like the su is broke (check adb root ..with this command "adb shell id" remove quotes ..the correct output should be "uid=0(root) gid=0(root)" )
flash the su zip file again ..and then
download lbusybox installer and update the busybox
then check the root check basic app
alternatively ..if you are fine with superuser apk (not supersu) ..you can try my one click root tool present in the SOFF guide (link in my signature )
Click to expand...
Click to collapse
Says uid=0 (root) gid = 0 (root) in adb
Do you mean this su file >>> http://db.tt/61Ke5Up3
If so already tried that. Should I uninstall and reinstall busybox updater? Cause I've already tried all this stuff. Not working
Fixed!!!
So my tablet restarted by itself yesterday and since that It doesnt want to boot.. I flashed CM10 on top and nothing I can see logcat while the boot animation is going but never ends and here it is
Code:
al 4ms
D/TextLayoutCache( 4459): Using debug level = 0 - Debug Enabled = 0
I/dalvikvm( 4459): threadid=1: recursive native library load attempt (/system/li
b/libmedia_jni.so)
D/MtpDeviceJNI( 4459): register_android_mtp_MtpDevice
I/dalvikvm( 4459): threadid=1: recursive native library load attempt (/system/li
b/libmedia_jni.so)
I/dalvikvm( 4459): threadid=1: recursive native library load attempt (/system/li
b/libmedia_jni.so)
D/dalvikvm( 4459): GC_EXPLICIT freed 23K, 4% free 810K/836K, paused 0ms+0ms, tot
al 4ms
D/dalvikvm( 4459): GC_EXPLICIT freed 15K, 2% free 855K/872K, paused 0ms+0ms, tot
al 6ms
D/dalvikvm( 4459): GC_FOR_ALLOC freed 223K, 17% free 1144K/1368K, paused 6ms, to
tal 6ms
D/dalvikvm( 4459): GC_EXPLICIT freed 254K, 17% free 1289K/1548K, paused 0ms+0ms,
total 8ms
D/dalvikvm( 4459): GC_EXPLICIT freed 29K, 16% free 1314K/1548K, paused 1ms+1ms,
total 7ms
D/dalvikvm( 4459): GC_EXPLICIT freed 12K, 11% free 1385K/1548K, paused 1ms+0ms,
total 10ms
W/Zygote ( 4459): Class not found for preloading: android.server.BluetoothA2dpS
ervice
W/Zygote ( 4459): Class not found for preloading: android.server.BluetoothEvent
Loop
W/Zygote ( 4459): Class not found for preloading: android.server.BluetoothServi
ce
D/TelephonyManager( 4459): No /proc/cmdline exception=java.io.FileNotFoundExcept
ion: /proc/cmdline: open failed: EACCES (Permission denied)
D/TelephonyManager( 4459): /proc/cmdline=
D/dalvikvm( 4459): GC_EXPLICIT freed 29K, 10% free 1422K/1580K, paused 1ms+1ms,
total 8ms
D/dalvikvm( 4459): GC_EXPLICIT freed 25K, 2% free 1726K/1752K, paused 1ms+1ms, t
otal 10ms
W/Zygote ( 4459): Class not found for preloading: android.util.LocaleUtil
D/dalvikvm( 4459): GC_EXPLICIT freed 35K, 3% free 1760K/1800K, paused 1ms+1ms, t
otal 10ms
D/dalvikvm( 4459): GC_EXPLICIT freed 31K, 2% free 1783K/1820K, paused 1ms+1ms, t
otal 11ms
W/Zygote ( 4459): Class not found for preloading: android.view.ViewRootImpl$Res
izedInfo
W/Zygote ( 4459): Class not found for preloading: android.view.Window$LocalWind
owManager
W/Zygote ( 4459): Class not found for preloading: android.view.WindowManagerImp
l$CompatModeWrapper
D/dalvikvm( 4459): GC_EXPLICIT freed 30K, 2% free 1807K/1840K, paused 1ms+1ms, t
otal 11ms
I/dalvikvm( 4459): threadid=1: recursive native library load attempt (/system/li
b/libwebcore.so)
D/dalvikvm( 4459): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, sk
ipping init
D/dalvikvm( 4459): GC_EXPLICIT freed 21K, 2% free 1839K/1864K, paused 1ms+1ms, t
otal 11ms
D/dalvikvm( 4459): GC_EXPLICIT freed 25K, 2% free 1867K/1896K, paused 1ms+1ms, t
otal 11ms
D/dalvikvm( 4459): GC_EXPLICIT freed 29K, 2% free 1898K/1932K, paused 1ms+1ms, t
otal 10ms
D/dalvikvm( 4459): GC_EXPLICIT freed 26K, 2% free 1925K/1956K, paused 1ms+1ms, t
otal 13ms
D/dalvikvm( 4459): GC_EXPLICIT freed 31K, 2% free 1948K/1984K, paused 1ms+1ms, t
otal 11ms
D/dalvikvm( 4459): GC_EXPLICIT freed 27K, 2% free 1975K/2008K, paused 1ms+1ms, t
otal 14ms
D/dalvikvm( 4459): GC_EXPLICIT freed 29K, 2% free 2001K/2032K, paused 1ms+1ms, t
otal 11ms
D/dalvikvm( 4459): GC_EXPLICIT freed 39K, 2% free 2018K/2060K, paused 1ms+1ms, t
otal 14ms
W/Zygote ( 4459): Class not found for preloading: java.text.DecimalFormat$1
D/dalvikvm( 4459): GC_EXPLICIT freed 41K, 3% free 2032K/2076K, paused 1ms+1ms, t
otal 12ms
W/Zygote ( 4459): Class not found for preloading: java.util.concurrent.FutureTa
sk$Sync
W/Zygote ( 4459): Class not found for preloading: java.util.concurrent.atomic.U
nsafeAccess
W/Zygote ( 4459): Class not found for preloading: java.util.concurrent.locks.Un
safeAccess
D/dalvikvm( 4459): GC_EXPLICIT freed 41K, 3% free 2045K/2092K, paused 1ms+1ms, t
otal 14ms
W/Zygote ( 4459): Class not found for preloading: libcore.icu.ErrorCode
I/System ( 4459): Loaded time zone names for in 113ms (110ms in ICU)
I/ServiceManager( 4229): Waiting for service media.nvidia.audio_alsa...
I/System ( 4459): Loaded time zone names for en_US in 88ms (84ms in ICU)
D/dalvikvm( 4459): GC_FOR_ALLOC freed 329K, 13% free 2229K/2560K, paused 15ms, t
otal 15ms
I/System ( 4459): Loaded time zone names for es_ES in 111ms (108ms in ICU)
D/dalvikvm( 4459): GC_EXPLICIT freed 175K, 16% free 2171K/2560K, paused 1ms+1ms,
total 17ms
D/dalvikvm( 4459): GC_EXPLICIT freed 15K, 14% free 2232K/2568K, paused 1ms+1ms,
total 14ms
D/dalvikvm( 4459): GC_EXPLICIT freed 52K, 12% free 2264K/2568K, paused 1ms+1ms,
total 16ms
D/dalvikvm( 4459): GC_EXPLICIT freed 29K, 11% free 2291K/2568K, paused 1ms+1ms,
total 14ms
D/dalvikvm( 4459): GC_EXPLICIT freed 38K, 11% free 2307K/2568K, paused 3ms+1ms,
total 17ms
D/dalvikvm( 4459): GC_EXPLICIT freed 32K, 10% free 2330K/2568K, paused 1ms+2ms,
total 14ms
I/Zygote ( 4459): ...preloaded 2541 classes in 1165ms.
D/dalvikvm( 4459): GC_EXPLICIT freed 23K, 10% free 2335K/2572K, paused 1ms+1ms,
total 17ms
I/Zygote ( 4459): Preload resources disabled, skipped.
D/dalvikvm( 4459): GC_EXPLICIT freed <1K, 10% free 2335K/2572K, paused 1ms+1ms,
total 14ms
D/dalvikvm( 4459): GC_EXPLICIT freed <1K, 10% free 2335K/2572K, paused 1ms+1ms,
total 17ms
D/dalvikvm( 4459): GC_EXPLICIT freed <1K, 10% free 2335K/2572K, paused 1ms+1ms,
total 14ms
I/dalvikvm( 4459): System server process 4463 has been created
I/Zygote ( 4459): Accepting command socket connections
E/BatteryService( 4463): wirelessOnlinePath not found
I/sysproc ( 4463): Entered system_init()
I/sysproc ( 4463): ServiceManager: 0x68c263d0
D/SensorService( 4463): nuSensorService starting...
I/MPL-mlsl( 4463): inv_serial_open: /dev/mpu
I/Sensors ( 4463): InvenSense MPL v4.1.1 Jun 15 2012 14:34:43
I/MPL-mldl_cfg_mpu:( 4463): inv_mpu_suspend(,,,,7fff) -> 0000
E/ ( 4463): ../../mldl_cfg_mpu.c|inv_mpu_get_slave_config|863 returning -
1
E/ ( 4463): ../../compass.c|inv_compass_read_scale|317 returning 255
V/Sensors ( 4463): Calibration file successfully loaded
I/Sensors ( 4463): Loaded symbol 'inv_enable_9x_fusion'
I/Sensors ( 4463): Loaded symbol 'inv_disable_9x_fusion'
I/Sensors ( 4463): Enabled 9 axis sensor fusion - first time
I/Sensors ( 4463): KXTF9 config: (991, -1009); (1051, -1024); (1018, -1068);
V/Sensors ( 4463): @KXTF9_LoadConfig(), offset: -576 832 1600, ret: 0
I/Sensors ( 4463): inv_set_array(accel bias) by KXTF9_LoadConfig() SUCCESS
V/Sensors ( 4463): MPLSensor::getFd returning 30
V/Sensors ( 4463): MPLSensor::getAccelFd returning 31
V/Sensors ( 4463): MPLSensor::getTimerFd returning 32
V/Sensors ( 4463): MPLSensor::getPowerFd returning 33
E/Sensors ( 4463): enable - sensor RotationVector (handle 0) dis -> dis
E/Sensors ( 4463): enable - sensor LinearAccel (handle 1) dis -> dis
E/Sensors ( 4463): enable - sensor Gravity (handle 2) dis -> dis
E/Sensors ( 4463): enable - sensor Gyro (handle 3) dis -> dis
E/Sensors ( 4463): enable - sensor Accelerometer (handle 4) dis -> dis
E/Sensors ( 4463): enable - sensor MagneticField (handle 5) dis -> dis
E/Sensors ( 4463): enable - sensor Orientation (handle 6) dis -> dis
I/SensorService( 4463): MPL rotation vector
I/SensorService( 4463): MPL linear accel
I/SensorService( 4463): MPL gravity
I/SensorService( 4463): MPL Gyro
I/SensorService( 4463): MPL accel
I/SensorService( 4463): MPL magnetic field
I/SensorService( 4463): MPL Orientation
I/SensorService( 4463): Lite-On al3010 Ambient Light Sensor
I/sysproc ( 4463): System server: starting Android runtime.
I/sysproc ( 4463): System server: starting Android services.
I/sysproc ( 4463): System server: entering thread pool.
I/SystemServer( 4463): Entered the Android system server!
D/SensorService( 4463): nuSensorService thread starting...
I/installd( 121): new connection
I/SystemServer( 4463): Enabled StrictMode logging for UI Looper
I/SystemServer( 4463): Waiting for installd to be ready.
I/Installer( 4463): connecting...
I/SystemServer( 4463): Entropy Mixer
I/SystemServer( 4463): Enabled StrictMode logging for WM Looper
I/SystemServer( 4463): Power Manager
I/SystemServer( 4463): Activity Manager
I/ActivityManager( 4463): Memory class: 64
D/dalvikvm( 4463): GC_CONCURRENT freed 185K, 15% free 2538K/2960K, paused 2ms+1m
s, total 14ms
I/SystemServer( 4463): Display Manager
I/DisplayManagerService( 4463): Display device added: DisplayDeviceInfo{"Pantall
a integrada": 1920 x 1200, 59.954853 fps, density 240, 225.77777 x 240.0 dpi, to
uch INTERNAL, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG
_SUPPORTS_PROTECTED_BUFFERS, rotation 0, type BUILT_IN, address null}
I/SystemServer( 4463): Telephony Registry
I/SystemServer( 4463): Scheduling Policy
I/SystemServer( 4463): Package Manager
I/ActivityManager( 4463): Enabled StrictMode logging for AThread's Looper
D/dalvikvm( 4463): GC_CONCURRENT freed 198K, 14% free 2763K/3196K, paused 2ms+14
ms, total 28ms
E/System ( 4463): ******************************************
E/System ( 4463): ************ Failure starting core service
E/System ( 4463): java.lang.NullPointerException
E/System ( 4463): at com.android.server.pm.UserManagerService.upgradeIfNec
essary(UserManagerService.java:487)
E/System ( 4463): at com.android.server.pm.UserManagerService.readUserList
Locked(UserManagerService.java:463)
E/System ( 4463): at com.android.server.pm.UserManagerService.<init>(UserM
anagerService.java:163)
E/System ( 4463): at com.android.server.pm.UserManagerService.<init>(UserM
anagerService.java:135)
E/System ( 4463): at com.android.server.pm.PackageManagerService.<init>(Pa
ckageManagerService.java:1033)
E/System ( 4463): at com.android.server.pm.PackageManagerService.main(Pack
ageManagerService.java:945)
E/System ( 4463): at com.android.server.ServerThread.run(SystemServer.java
:269)
I/SystemServer( 4463): Input Method Service
F/SystemServer( 4463): BOOT FAILURE starting Input Manager Service
F/SystemServer( 4463): java.lang.NullPointerException
F/SystemServer( 4463): at android.app.PendingIntent.getBroadcastAsUser(PendingI
ntent.java:459)
F/SystemServer( 4463): at android.app.PendingIntent.getBroadcast(PendingIntent.
java:443)
F/SystemServer( 4463): at com.android.server.InputMethodManagerService.<init>(I
nputMethodManagerService.java:633)
F/SystemServer( 4463): at com.android.server.ServerThread.run(SystemServer.java
:384)
F/SystemServer( 4463): BOOT FAILURE starting Accessibility Manager
F/SystemServer( 4463): java.lang.NullPointerException
F/SystemServer( 4463): at android.app.ContextImpl.registerReceiverInternal(Cont
extImpl.java:1359)
F/SystemServer( 4463): at android.app.ContextImpl.registerReceiverAsUser(Contex
tImpl.java:1334)
F/SystemServer( 4463): at com.android.internal.content.PackageMonitor.register(
PackageMonitor.java:95)
F/SystemServer( 4463): at com.android.server.accessibility.AccessibilityManager
Service.registerBroadcastReceivers(AccessibilityManagerService.java:293)
F/SystemServer( 4463): at com.android.server.accessibility.AccessibilityManager
Service.<init>(AccessibilityManagerService.java:210)
F/SystemServer( 4463): at com.android.server.ServerThread.run(SystemServer.java
:392)
F/SystemServer( 4463): BOOT FAILURE making display ready
F/SystemServer( 4463): java.lang.NullPointerException
F/SystemServer( 4463): at com.android.server.ServerThread.run(SystemServer.java
:400)
F/SystemServer( 4463): BOOT FAILURE performing boot dexopt
F/SystemServer( 4463): java.lang.NullPointerException
F/SystemServer( 4463): at com.android.server.ServerThread.run(SystemServer.java
:406)
W/dalvikvm( 4463): threadid=11: thread exiting with uncaught exception (group=0x
419b8930)
I/Process ( 4463): Sending signal. PID: 4463 SIG: 9
W/SystemServer( 4463): ***********************************************
E/AndroidRuntime( 4463): Error reporting WTF
E/AndroidRuntime( 4463): java.lang.NullPointerException
E/AndroidRuntime( 4463): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:329)
E/AndroidRuntime( 4463): at android.util.Log$1.onTerribleFailure(Log.java
:103)
E/AndroidRuntime( 4463): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:89)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.run(SystemSer
ver.java:387)
I/SystemServer( 4463): Accessibility Manager
W/SystemServer( 4463): ***********************************************
E/AndroidRuntime( 4463): Error reporting WTF
E/AndroidRuntime( 4463): java.lang.NullPointerException
E/AndroidRuntime( 4463): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:329)
E/AndroidRuntime( 4463): at android.util.Log$1.onTerribleFailure(Log.java
:103)
E/AndroidRuntime( 4463): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:89)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.run(SystemSer
ver.java:395)
W/SystemServer( 4463): ***********************************************
E/AndroidRuntime( 4463): Error reporting WTF
E/AndroidRuntime( 4463): java.lang.NullPointerException
E/AndroidRuntime( 4463): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:329)
E/AndroidRuntime( 4463): at android.util.Log$1.onTerribleFailure(Log.java
:103)
E/AndroidRuntime( 4463): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:89)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.run(SystemSer
ver.java:402)
W/SystemServer( 4463): ***********************************************
E/AndroidRuntime( 4463): Error reporting WTF
E/AndroidRuntime( 4463): java.lang.NullPointerException
E/AndroidRuntime( 4463): at com.android.internal.os.RuntimeInit.wtf(Runti
meInit.java:329)
E/AndroidRuntime( 4463): at android.util.Log$1.onTerribleFailure(Log.java
:103)
E/AndroidRuntime( 4463): at android.util.Log.wtf(Log.java:278)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.reportWtf(Sys
temServer.java:89)
E/AndroidRuntime( 4463): at com.android.server.ServerThread.run(SystemSer
ver.java:408)
E/AndroidRuntime( 4463): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.S
erverThread
E/AndroidRuntime( 4463): java.lang.NullPointerException
E/AndroidRuntime( 4463): at com.android.server.ServerThread.run(SystemSer
ver.java:412)
E/AndroidRuntime( 4463): Error reporting crash
E/AndroidRuntime( 4463): java.lang.NullPointerException
E/AndroidRuntime( 4463): at com.android.internal.os.RuntimeInit$UncaughtH
andler.uncaughtException(RuntimeInit.java:76)
E/AndroidRuntime( 4463): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:693)
E/AndroidRuntime( 4463): at java.lang.ThreadGroup.uncaughtException(Threa
dGroup.java:690)
I/ServiceManager( 111): service 'display' died
I/ServiceManager( 111): service 'scheduling_policy' died
I/ServiceManager( 111): service 'power' died
I/ServiceManager( 111): service 'usagestats' died
I/ServiceManager( 111): service 'telephony.registry' died
I/ServiceManager( 111): service 'batteryinfo' died
I/ServiceManager( 111): service 'sensorservice' died
I/ServiceManager( 111): service 'entropy' died
E/installd( 121): eof
E/installd( 121): failed to read size
I/installd( 121): closing connection
I/Zygote ( 4459): Exit zygote because system server (4463) has terminated
I'm going to a long travel any Help soon would be amazing!!!:good::good:
It looks like it failed to start the on-screen pointer service. You need to wipe System and redownload the latest nightly and this GApps package:
http://goo.im/gapps/gapps-jb-20121212-signed.zip
And make sure you aren't installing any extra kernels. Install just the nightly and the GApps above, wipe cache and reboot.
maxrdlf95 said:
I'm going to a long travel any Help soon would be amazing!!!:good::good:
Click to expand...
Click to collapse
Err.... can you boot into recovery? I mean, that's actually before the boot animation starts. Flash over a stock ROM if you can access some form of recovery.
I wiped everything Im flashing stock asus hope it revives :/
For god sake it finally alive now I would like to know what the **** happened I want to restore to my old CyanogenMod Backup but I think that that isn't gonna work I wan't my old backup with my old apps
I was on stock tried to make a new install of CyanogenMod and nothing I couldn't do it same problem come back
Just for the record.
I also experienced this kind of boot loop. Turned out I had before used setprop in the running system with a wrong value for an option (persist.security.efs.enabled). These persist. values are stored in /data/property. These will rebuild during boot if cleared. (need to set language, timezone etc. again if you remove the all)
logcat gave this: BOOT FAILURE performing boot dexopt
Best is to do this in recovery:
mount /data
cd /data/property
rm *
cd /data/dalvik-cache
rm *
sync
reboot
Cheers
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.
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