Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python wrapper for uiautomator is not working #7

Closed
satishsn1 opened this issue Oct 8, 2013 · 8 comments
Closed

Python wrapper for uiautomator is not working #7

satishsn1 opened this issue Oct 8, 2013 · 8 comments
Assignees

Comments

@satishsn1
Copy link

As per your instruction i had installed uiautomator in my ubuntu12.04 machine using below command.
pip install uiautomator
I had android SDK path in bashrc file also.
export ANDROID_HOME=~/adt-bundle-linux-x86_64-20130917/sdk/

After above steps i had open terminal and opened python and executed below commands
python
Python 2.7.3 (default, Apr 10 2013, 06:20:15)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.

from uiautomator import device as d
d.info
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/uiautomator.py", line 381, in info
return self.server.jsonrpc.deviceInfo()
File "/usr/local/lib/python2.7/dist-packages/uiautomator.py", line 280, in jsonrpc
self.start()
File "/usr/local/lib/python2.7/dist-packages/uiautomator.py", line 310, in start
raise IOError("RPC server not started!")
IOError: RPC server not started!
exit()

I am getting RPC server not found can you please suggest any thing need be configure in my Ubuntu machine to use python wrapper for uiautomator.

@xiaocong
Copy link
Owner

xiaocong commented Oct 8, 2013

Please help try below steps after you got the error and copy the output to the issue:

ls -l /tmp/libs/
adb shell getprop ro.build.version.release
adb shell ps -C uiautomator
adb logcat -d

Thanks.

@satishsn1
Copy link
Author

symbol@symbol-HP-Z400-Workstation:$ ls -l /tmp/libs/
total 36
-rw-rw-r-- 1 symbol symbol 0 Oct 7 18:42 bundle.jar
-rw-rw-r-- 1 symbol symbol 35079 Oct 7 18:46 uiautomator-stub.jar
symbol@symbol-HP-Z400-Workstation:
$ adb shell getprop ro.build.version.release
4.1.1
symbol@symbol-HP-Z400-Workstation:$ adb shell ps -C uiautomator
USER PID PPID VSIZE RSS WCHAN PC NAME
symbol@symbol-HP-Z400-Workstation:
$ adb logcat -d > err.txt

Please find the attached err.tx file in mail.

Thanks
Satish

On Tue, Oct 8, 2013 at 4:26 AM, 贺晓聪 notifications@github.com wrote:

Please help try below steps after you got the error and copy the output to
the issue:

ls -l /tmp/libs/
adb shell getprop ro.build.version.release
adb shell ps -C uiautomator
adb logcat -d

Thanks.


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-25864180
.

--------- beginning of /dev/log/main
I/installd( 125): installd firing up
E/uim-sysfs( 117): uim: Inside main
E/uim-sysfs( 117): uim:ST built into the kernel ?
E/uim-sysfs( 117): uim:BT driver module un-available...
E/uim-sysfs( 117): uim:BT driver built into the kernel ?
E/uim-sysfs( 117): uim:FM driver module un-available...
E/uim-sysfs( 117): uim:FM driver built into the kernel ?
E/uim-sysfs( 117): uim:GPS driver module un-available...
E/uim-sysfs( 117): uim:GPS driver built into the kernel ?
E/uim-sysfs( 117): uim:FM V4L2 driver module un-available...
E/uim-sysfs( 117): uim:FM V4L2 driver built into the kernel ?
E/uim-sysfs( 117): uim:found bluetooth rfkill entry @ 0
E/uim-sysfs( 117):
E/uim-sysfs( 117): uim:changed permissions for /sys/class/rfkill/rfkill0/state(0)
E/uim-sysfs( 117):
I/DEBUG ( 119): debuggerd: Sep 5 2013 19:59:54
E/uim-sysfs( 117): uim: Inside st_uart_config
E/uim-sysfs( 117): uim:install set to 1
E/uim-sysfs( 117): uim:opening /dev/ttyO0, while already open
E/uim-sysfs( 117): uim:cleanup
E/uim-sysfs( 117): uim: Inside set_baud_rate
E/uim-sysfs( 117): uim: set_baud_rate() done
E/uim-sysfs( 117): uim: Setting speed to 3000000
E/uim-sysfs( 117): uim: Inside read_command_complete
E/uim-sysfs( 117): uim: Command complete started
E/uim-sysfs( 117): uim: Inside read_hci_event
E/uim-sysfs( 117): uim: read_hci_event
E/uim-sysfs( 117): uim: Command complete done
E/uim-sysfs( 117): uim: Speed changed to 3000000
E/uim-sysfs( 117): uim: Inside set_custom_baud_rate
E/uim-sysfs( 117): uim: Changing baud rate to 3000000, flow control to 1
E/uim-sysfs( 117): uim: set_custom_baud_rate() done
E/uim-sysfs( 117): uim: Installed N_TI_WL Line displine
--------- beginning of /dev/log/system
I/Vold ( 115): Vold 2.1 (the revenge) firing up
D/Vold ( 115): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 115): Volume usbdisk state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 115): Volume sdcard state changing 0 (No-Media) -> 2 (Pending)
D/Vold ( 115): Volume sdcard state changing 2 (Pending) -> 1 (Idle-Unmounted)
I/Netd ( 118): Netd 1.0 starting
V/IMGSRV ( 116): Succesfully loaded gfx modules
W/Vold ( 115): Duplicate state (1)
W/Vold ( 115): Duplicate state (1)
W/Vold ( 115): Duplicate state (1)
W/Vold ( 115): Duplicate state (1)
V/IMGSRV ( 116): pvrsrvinit complete
I/SurfaceFlinger( 120): SurfaceFlinger is starting
I/SurfaceFlinger( 120): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
I/mediaserver( 123): ServiceManager: 0x41820ce0
I/AudioFlinger( 123): Using default 3000 mSec as standby time.
I/CameraService( 123): CameraService started (pid=123)
D/skia ( 121): SkGraphics::Init() - BLTsville (CPU) dlopen success
D/AndroidRuntime( 121):
D/AndroidRuntime( 121): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 121): CheckJNI is OFF
I/libEGL ( 120): Processor type: omap4430
I/libEGL ( 120): egl.cfg: entry POWERVR_SGX540_120 omap4430
I/libEGL ( 120): Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
D/libEGL ( 120): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 120): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 120): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/dalvikvm( 121): Trying to load lib libjavacore.so 0x0
I/SurfaceFlinger( 120): EGL informations:
I/SurfaceFlinger( 120): # of configs : 25
I/SurfaceFlinger( 120): vendor : Android
I/SurfaceFlinger( 120): version : 1.4 Android META-EGL
I/SurfaceFlinger( 120): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 120): Client API: OpenGL_ES
I/SurfaceFlinger( 120): EGLSurface: 8-8-8-8, config=0x2
I/SurfaceFlinger( 120): OpenGL informations:
I/SurfaceFlinger( 120): vendor : Imagination Technologies
I/SurfaceFlinger( 120): renderer : PowerVR SGX 540
I/SurfaceFlinger( 120): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 120): extensions: GL_EXT_debug_marker GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_matrix_get GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_point_sprite GL_OES_point_size_array GL_OES_matrix_palette GL_OES_draw_texture GL_OES_query_matrix GL_OES_texture_env_crossbar GL_OES_texture_mirrored_repeat GL_OES_texture_cube_map GL_OES_blend_subtract GL_OES_blend_func_separate GL_OES_blend_equation_separate GL_OES_stencil_wrap GL_OES_extended_matrix_palette GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_depth24 GL_OES_stencil8 GL_OES_compressed_ETC1_RGB8_texture GL_OES_mapbuffer GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_multi_draw_arrays GL_OES_required_internalformat GL_IMG_read_format GL_IMG_texture_compression_pvrtc GL_IMG_texture_format_BGRA8888 GL_EXT_texture_format_BGRA8888 GL_OES_egl_sync GL_IMG_vertex_array_object GL_APPLE_texture_2D_limited_npot
I/SurfaceFlinger( 120): GL_MAX_TEXTURE_SIZE = 2048
I/SurfaceFlinger( 120): GL_MAX_VIEWPORT_DIMS = 2048 x 2048
I/SurfaceFlinger( 120): flags = 00000000
D/dalvikvm( 121): Added shared lib libjavacore.so 0x0
I/ti_hwc ( 120): [voltron] Revert to legacy HWC API for fake vsync
I/ti_hwc ( 120): transforming FB (480x800) => (480x800) rot0
I/ti_hwc ( 120): clone region is set to (0,0) to (480,800)
I/ti_hwc ( 120): external display changed (state=0, mirror={disabled tform=0deg}, dock={disabled tform=0deg}, tv=0
I/ti_hwc ( 120): omap4_hwc_device_open(rgb_order=1 nv12_only=0)
I/ti_hwc ( 120): Unable to open gc-core device (1), blits disabled
I/SurfaceFlinger( 120): EventThread ready to run.
D/dalvikvm( 121): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 121): Added shared lib libnativehelper.so 0x0
D/MDnsDS ( 118): MDnsSdListener::Hander starting up
D/MDnsDS ( 118): MDnsSdListener starting to monitor
D/MDnsDS ( 118): Going to poll with pollCount 1
I/libEGL ( 244): Processor type: omap4430
I/libEGL ( 244): egl.cfg: entry POWERVR_SGX540_120 omap4430
I/libEGL ( 244): Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
D/libEGL ( 244): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 244): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 244): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/SamplingProfilerIntegration( 121): Profiling disabled.
I/Zygote ( 121): Preloading classes...
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 179K, 77% free 606K/2560K, paused 0ms+0ms, total 6ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 74% free 672K/2560K, paused 0ms+0ms, total 5ms
W/Zygote ( 121): Class not found for preloading: android.animation.ValueAnimator$2
W/Zygote ( 121): Class not found for preloading: android.animation.ValueAnimator$3
W/Zygote ( 121): Class not found for preloading: android.animation.ValueAnimator$4
W/Zygote ( 121): Class not found for preloading: android.animation.ValueAnimator$5
D/dalvikvm( 121): Note: class Landroid/app/ActivityManagerNative; has 152 unimplemented (abstract) methods
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 25K, 73% free 707K/2560K, paused 1ms+1ms, total 5ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 26K, 72% free 736K/2560K, paused 0ms+1ms, total 5ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 14K, 70% free 779K/2560K, paused 0ms+1ms, total 5ms
W/Zygote ( 121): Class not found for preloading: android.content.res.Resources$1
W/Zygote ( 121): Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 28K, 69% free 806K/2560K, paused 0ms+1ms, total 14ms
W/Zygote ( 121): Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 31K, 68% free 830K/2560K, paused 0ms+0ms, total 14ms
D/TextLayoutCache( 121): Using debug level = 0 - Debug Enabled = 0
W/Zygote ( 121): Class not found for preloading: android.media.AudioManager$2
I/dalvikvm( 121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/MtpDeviceJNI( 121): register_android_mtp_MtpDevice
I/dalvikvm( 121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
I/dalvikvm( 121): threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 17K, 67% free 868K/2560K, paused 0ms+1ms, total 14ms
W/Zygote ( 121): Class not found for preloading: android.media.IRemoteControlClientDispatcher
W/Zygote ( 121): Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 16K, 65% free 912K/2560K, paused 1ms+1ms, total 7ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 226K, 54% free 1197K/2560K, paused 18ms, total 18ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 286K, 45% free 1423K/2560K, paused 21ms, total 21ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 359K, 39% free 1575K/2560K, paused 22ms, total 22ms
E/uim-sysfs( 117): uim: Inside st_uart_config
E/uim-sysfs( 117): uim: Un-Installed N_TI_WL Line displine
E/uim-sysfs( 117): uim:cleanup
D/dalvikvm( 121): GC_FOR_ALLOC freed 357K, 33% free 1730K/2560K, paused 22ms, total 22ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 359K, 27% free 1882K/2560K, paused 20ms, total 20ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 356K, 21% free 2038K/2560K, paused 24ms, total 24ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 358K, 15% free 2191K/2560K, paused 23ms, total 23ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 367K, 14% free 2323K/2691K, paused 25ms, total 26ms
D/dalvikvm( 121): GC_FOR_ALLOC freed 504K, 18% free 2443K/2947K, paused 27ms, total 27ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 217K, 17% free 2461K/2947K, paused 1ms+1ms, total 26ms
W/Zygote ( 121): Class not found for preloading: android.os.Power
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 27K, 16% free 2489K/2947K, paused 1ms+1ms, total 26ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 8K, 14% free 2542K/2947K, paused 1ms+1ms, total 26ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 25K, 14% free 2611K/3011K, paused 1ms+2ms, total 26ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/DOMX ( 123): hardware/ti/domx/domx/omx_proxy_common/src/omx_proxy_common.c:1743 PROXY_SetConfig()
D/DOMX ( 123): ERROR: failed check:(eError == OMX_ErrorNone) || (eError == OMX_ErrorNoMore) - returning error: 0x80001009 - Error returned from OMX API in ducati
E/CameraHal( 123): (400f7630) hardware/ti/omap4xxx/camera/BaseCameraAdapter.cpp:2680 CameraAdapter_Capabilities - supportedCameras= 2
I/CameraHal( 123): (400f7630) hardware/ti/omap4xxx/camera/CameraProperties.cpp:114 loadProperties - num_cameras = 2
I/AudioPolicyManagerBase( 123): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
I/audio_hw_primary( 123): boardtype used: MC40(0)
D/dalvikvm( 121): GC_EXPLICIT freed 49K, 4% free 2894K/3011K, paused 2ms+2ms, total 32ms
W/Zygote ( 121): Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
W/Zygote ( 121): Class not found for preloading: android.text.method.WordIterator$1
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
I/AudioFlinger( 123): loadHwModule() Loaded primary audio interface from OMAP audio HW HAL (audio) handle 1
I/AudioFlinger( 123): HAL output buffer size 960 frames, normal mix buffer size 960 frames
D/dalvikvm( 121): GC_EXPLICIT freed 35K, 3% free 2928K/3011K, paused 2ms+2ms, total 32ms
W/Zygote ( 121): Class not found for preloading: android.view.InputHandler
W/Zygote ( 121): Class not found for preloading: android.view.InputQueue$FinishedCallback
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
I/AudioMixer( 123): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
I/AudioFlinger( 123): Using module 1 has the primary audio interface
I/AudioFlinger( 123): AudioFlinger's thread 0x418382f0 ready to run
W/AudioFlinger( 123): Thread AudioOut_2 cannot connect to the power manager service
I/AudioFlinger( 123): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
I/AudioPolicyService( 123): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/dalvikvm( 121): GC_EXPLICIT freed 34K, 3% free 2949K/3011K, paused 2ms+1ms, total 32ms
W/Zygote ( 121): Class not found for preloading: android.view.ViewRootImpl$3
I/dalvikvm( 121): threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
D/dalvikvm( 121): No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 27K, 3% free 2995K/3075K, paused 1ms+2ms, total 31ms
W/Zygote ( 121): Class not found for preloading: android.widget.EdgeGlow
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 25K, 2% free 3023K/3075K, paused 1ms+2ms, total 31ms
W/Zygote ( 121): Class not found for preloading: android.widget.TextView$Blink
W/Zygote ( 121): Class not found for preloading: android.widget.TextView$EasyEditSpanController
W/Zygote ( 121): Class not found for preloading: android.widget.TextView$InputContentType
W/Zygote ( 121): Class not found for preloading: android.widget.TextView$InputMethodState
W/Zygote ( 121): Class not found for preloading: android.widget.TextView$TextAlign
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 79K, 5% free 3068K/3203K, paused 2ms+1ms, total 32ms
E/PhonePolicy( 121): Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 32K, 4% free 3089K/3203K, paused 2ms+2ms, total 32ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 42K, 4% free 3101K/3203K, paused 1ms+1ms, total 32ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 20K, 2% free 3149K/3203K, paused 1ms+2ms, total 32ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 40K, 4% free 3165K/3267K, paused 2ms+2ms, total 32ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 39K, 3% free 3182K/3267K, paused 2ms+2ms, total 33ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 43K, 3% free 3194K/3267K, paused 1ms+1ms, total 33ms
I/System ( 121): Loaded time zone names for in 218ms (214ms in ICU)
I/System ( 121): Loaded time zone names for en_US in 139ms (134ms in ICU)
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 323K, 10% free 3292K/3651K, paused 1ms+1ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 15K, 9% free 3352K/3651K, paused 2ms+2ms, total 35ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 55K, 8% free 3378K/3651K, paused 2ms+2ms, total 35ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 36K, 7% free 3396K/3651K, paused 1ms+2ms, total 35ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 30K, 7% free 3420K/3651K, paused 2ms+2ms, total 35ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 33K, 6% free 3440K/3651K, paused 2ms+2ms, total 36ms
I/Zygote ( 121): ...preloaded 2281 classes in 3613ms.
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 15K, 6% free 3438K/3651K, paused 1ms+2ms, total 36ms
I/Zygote ( 121): Preloading resources...
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 7% free 3490K/3715K, paused 1ms+2ms, total 35ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 7% free 3547K/3779K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 5% free 3594K/3779K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 6% free 3641K/3843K, paused 1ms+2ms, total 35ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 6% free 3695K/3907K, paused 1ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 5% free 3742K/3907K, paused 1ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 5% free 3789K/3971K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 5% free 3846K/4035K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 5% free 3896K/4099K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 4% free 3944K/4099K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 5% free 3994K/4163K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 5% free 4041K/4227K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 5% free 4091K/4291K, paused 2ms+1ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 4% free 4141K/4291K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 4% free 4196K/4355K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 4% free 4251K/4419K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 5% free 4301K/4483K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 4% free 4377K/4547K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 4% free 4457K/4611K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 4% free 4508K/4675K, paused 1ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 3% free 4556K/4675K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 3% free 4610K/4739K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 3% free 4667K/4803K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 3% free 4722K/4867K, paused 2ms+2ms, total 36ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 3% free 5343K/5507K, paused 1ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 2% free 5399K/5507K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 3% free 5454K/5571K, paused 1ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 1K, 3% free 5552K/5699K, paused 1ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 1K, 2% free 5603K/5699K, paused 2ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 3% free 6306K/6467K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 6K, 3% free 7340K/7555K, paused 2ms+2ms, total 39ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 4% free 8363K/8643K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 3% free 8425K/8643K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 2% free 8477K/8643K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 2% free 8523K/8643K, paused 1ms+2ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 1% free 8574K/8643K, paused 1ms+3ms, total 37ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 1% free 8622K/8707K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 1% free 8670K/8707K, paused 2ms+2ms, total 39ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 2K, 1% free 8726K/8771K, paused 1ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 1K, 1% free 8794K/8835K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 1% free 8843K/8899K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 5K, 1% free 8891K/8963K, paused 1ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 1% free 8941K/9027K, paused 1ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 4K, 1% free 9007K/9027K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 3K, 1% free 9055K/9091K, paused 1ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 1K, 1% free 9105K/9155K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 1K, 1% free 9201K/9219K, paused 2ms+2ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 6K, 1% free 9264K/9283K, paused 2ms+2ms, total 39ms
I/Zygote ( 121): ...preloaded 278 resources in 2123ms.
I/Zygote ( 121): ...preloaded 31 resources in 10ms.
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 13K, 1% free 9275K/9347K, paused 1ms+3ms, total 39ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed 9K, 1% free 9266K/9347K, paused 2ms+3ms, total 38ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 1% free 9266K/9347K, paused 1ms+2ms, total 38ms
I/dalvikvm( 121): System server process 304 has been created
I/Zygote ( 121): Accepting command socket connections
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 0ms
I/sysproc ( 304): Entered system_init()
I/sysproc ( 304): ServiceManager: 0x51cabcd0
D/SensorService( 304): nuSensorService starting...
E/Sensors ( 304): ISL29030Sensor: getProxmityThresholdValue
E/Sensors ( 304): ISL29030Sensor: property_get
E/Sensors ( 304): ISL29030Sensor: property_get return 113
E/Sensors ( 304): ISL29030Sensor: getProxmityThresholdValue value string = 113
E/Sensors ( 304): ISL29030Sensor: getProxmityThresholdValue value Int =113
D/Sensors ( 304): ISL29030Sensor Use Proxmity Threshold Count value 113
I/SensorService( 304): Freescale MMA8452Q Accelerometer
I/SensorService( 304): Intersil ISL29030A Light
I/SensorService( 304): Intersil ISL29030A Proximity
I/sysproc ( 304): System server: starting Android runtime.
I/sysproc ( 304): System server: starting Android services.
D/SensorService( 304): nuSensorService thread starting...
I/sysproc ( 304): System server: entering thread pool.
I/installd( 125): new connection
I/SystemServer( 304): Entered the Android system server!
I/SystemServer( 304): Waiting for installd to be ready.
I/Installer( 304): connecting...
I/SystemServer( 304): Entropy Mixer
I/SystemServer( 304): Power Manager
I/SystemServer( 304): Activity Manager
I/ActivityManager( 304): Memory class: 48
I/UsageStats( 304): Deleting usage file : usage-20130913
D/dalvikvm( 304): GC_CONCURRENT freed 267K, 5% free 9467K/9863K, paused 13ms+12ms, total 67ms
I/SystemServer( 304): Telephony Registry
I/SystemServer( 304): Scheduling Policy
I/SystemServer( 304): Package Manager
D/dalvikvm( 304): GC_FOR_ALLOC freed 409K, 6% free 9518K/10119K, paused 24ms, total 24ms
D/dalvikvm( 304): GC_CONCURRENT freed 366K, 6% free 9525K/10119K, paused 4ms+2ms, total 31ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/dalvikvm( 304): GC_CONCURRENT freed 236K, 5% free 9699K/10119K, paused 12ms+2ms, total 37ms
W/PackageManager( 304): Library not found: /system/framework/com.ti.s3d.jar
W/PackageManager( 304): Permission group android.permission-group.SYSTEM_TOOLS from package android ignored: original from android
W/PackageManager( 304): Permission android.permission.KILL_BACKGROUND_PROCESSES from package android ignored: no group null
W/PackageParser( 304): No actions in intent filter at /system/app/Bluetooth.apk Binary XML file line #159
D/dalvikvm( 304): GC_CONCURRENT freed 249K, 4% free 9908K/10247K, paused 2ms+3ms, total 37ms
W/PackageParser( 304): No actions in intent filter at /system/app/Contacts.apk Binary XML file line #536
W/PackageManager( 304): Package com.motorolasolutions.emdk.datawedge desires unavailable shared library com.motorolasolutions.adc.usbscanner; ignoring!
W/PackageManager( 304): Package com.android.gallery3d desires unavailable shared library com.google.android.media.effects; ignoring!
D/dalvikvm( 304): GC_CONCURRENT freed 223K, 3% free 10138K/10439K, paused 4ms+14ms, total 49ms
D/dalvikvm( 304): GC_CONCURRENT freed 262K, 4% free 10341K/10695K, paused 13ms+4ms, total 63ms
D/PackageManager( 304): No files in app dir /vendor/app
W/PackageManager( 304): Package com.motorolasolutions.etg.yasta desires unavailable shared library com.motorolasolutions.adc.usbscanner; ignoring!
I/PackageManager( 304): Linking native library dir for /data/app/com.motorolasolutions.etg.yasta-1.apk
I/PackageManager( 304): Linking native library dir for /data/app/com.example.capturelog-1.apk
I/PackageManager( 304): Linking native library dir for /data/app/com.moto.gpiomux-1.apk
I/PackageManager( 304): Time to scan packages: 1.253 seconds
W/PackageManager( 304): Unknown permission android.permission.KILL_BACKGROUND_PROCESSES in package com.motorolasolutions.etg.yasta
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.contacts
W/PackageManager( 304): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 304): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.contacts
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cp in package com.android.providers.contacts
W/PackageManager( 304): Not granting permission android.permission.DEVICE_POWER to package com.motorolasolutions.emdk.mdmadmin (protectionLevel=2 flags=0x8be4d)
W/PackageManager( 304): Unknown permission android.Manifest.permission.APP_LIST_MANAGEMENT in package com.motorola.msp
W/PackageManager( 304): Unknown permission android.permission.WIFI_LOCK in package com.motorola.msp
W/PackageManager( 304): Not granting permission android.permission.ACCESS_SURFACE_FLINGER to package com.motorola.msp (protectionLevel=2 flags=0x8be45)
W/PackageManager( 304): Not granting permission android.permission.READ_LOGS to package com.example.capturelog (protectionLevel=50 flags=0x8be44)
W/PackageManager( 304): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x8be45)
W/PackageManager( 304): Not granting permission android.permission.INTERACT_ACROSS_USERS_FULL to package com.motorolasolutions.emdk.proxyframework (protectionLevel=2 flags=0x8be45)
W/PackageManager( 304): Not granting permission android.permission.STATUS_BAR_SERVICE to package com.motorolasolutions.emdk.proxyframework (protectionLevel=2 flags=0x8be45)
W/PackageManager( 304): Unknown permission android.permission.INTERACT_MANAGE_USERS in package com.motorolasolutions.emdk.datawedge
W/PackageManager( 304): Not granting permission android.permission.INTERACT_ACROSS_USERS_FULL to package com.motorolasolutions.emdk.datawedge (protectionLevel=2 flags=0x8be4d)
D/dalvikvm( 304): GC_CONCURRENT freed 387K, 5% free 10480K/10951K, paused 16ms+4ms, total 77ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 31ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 304): GC_EXPLICIT freed 285K, 7% free 10384K/11079K, paused 2ms+3ms, total 54ms
I/SystemServer( 304): User Service
I/SystemServer( 304): MultiUser Service
E/MultiUserManagerService( 304): readConfig sets failed attempts before timeout to 5
I/SystemServer( 304): AppList Service
I/AppListSrv( 304): App Lock starting, state: Disabled
W/AppListSrv( 304): Cannot read groups from file: /applist/system/groups
E/AppListSrv( 304): Cannot read app list for group COMMON from file: /data/applist/COMMON
I/AppListSrv( 304): Detected Single User Mode
I/AppListSrv( 304): App Lock, set current user: [ __default__user
]
D/dalvikvm( 304): GC_FOR_ALLOC freed 186K, 6% free 10424K/11079K, paused 32ms, total 32ms
I/SystemServer( 304): Account Manager
I/SystemServer( 304): LockPattern Service
I/SystemServer( 304): Content Manager
I/ActivityThread( 304): Pub settings: com.android.providers.settings.SettingsProvider
I/SystemServer( 304): System Content Providers
D/SettingsProvider( 304): cache for settings table 'secure' rows=63; fullycached=true
D/SettingsProvider( 304): cache for settings table 'system' rows=66; fullycached=true
I/SystemServer( 304): Lights Service
I/SystemServer( 304): Battery Service
D/lights ( 304): write_int failed to open /sys/class/leds/battery-led/brightness
D/dalvikvm( 304): GC_CONCURRENT freed 216K, 5% free 10628K/11079K, paused 13ms+2ms, total 54ms
I/SystemServer( 304): Vibrator Service
E/PowerManagerService( 304): mStayOnConditions: 0===:false
E/PowerManagerService( 304): mStayOnConditions: 0===:false
I/libsuspend( 304): Selected early suspend
D/PowerManagerService( 304): Failed to call resumeFromBSM
I/SystemServer( 304): Alarm Manager
D/AlarmManagerService( 304): Kernel timezone updated to -330 minutes west of GMT
I/SystemServer( 304): Init Watchdog
I/SystemServer( 304): RemoteKeyEventService
I/SystemServer( 304): Window Manager
I/InputManager( 304): Initializing input manager
W/StatusBarManager( 304): warning: no STATUS_BAR_SERVICE
I/InputManager( 304): Starting input manager
D/PermissionCache( 120): checking android.permission.ACCESS_SURFACE_FLINGER for uid=1000 => granted (610 us)
I/TSSrv ( 304): Start Certificate Service, TrustStore = /data/security/cacerts.bks
D/TSSrv ( 304): Set 'javax.net.ssl.trustStore' = /data/security/cacerts.bks
I/SystemServer( 304): Trusted Store Service
I/SystemServer( 304): Key Store Service
I/SystemServer( 304): Bluetooth Service
I/AudioPlayer( 123): mLatencyUs = 0
W/TimeInterpolator( 123): time is rewinding: -56750 Tf=1 t0=24705291 pos0=-56781 dt=31 now=24705322 last=0 now_last=0
I/BluetoothProfileState( 304): Message:Entering Stable State
I/BluetoothProfileState( 304): Message:Entering Stable State
I/BluetoothProfileState( 304): Message:Entering Stable State
I/EventHub( 304): New device: id=1, fd=98, path='/dev/input/event5', name='nt11004-touch', classes=0x15, configuration='/system/usr/idc/nt11004-touch.idc', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
E/EventHub( 304): could not get driver version for /dev/input/mouse0, Not a typewriter
D/BluetoothDunDtService.cpp( 304): initNative
D/BluetoothDunDtService( 304): DUNDTReceiver
D/BluetoothDunDtService( 304): Connected to 'dundt-connections' socket
I/SystemServer( 304): Bluetooth DUN DT Service
I/SystemServer( 304): Input Method Service
W/InputMethodManagerService( 304): Couldn't create dir.: /data/system/inputmethod
W/ResourceType( 304): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/AudioPlayer( 123): mLatencyUs = 0
W/TimeInterpolator( 123): time is rewinding: -56781 Tf=1 t0=24757598 pos0=-56781 dt=0 now=24757598 last=0 now_last=0
I/SystemServer( 304): Accessibility Manager
I/Display ( 304): Mirroring region is Rect(0, 0 - 1280, 720)
I/ActivityManager( 304): Config changed: {1.0 0mcc0mnc en_US sw320dp w320dp h508dp nrml long port ?uimode ?night -touch -keyb/v/h -nav/h s.2}
I/SystemServer( 304): Mount Service
D/MountService( 304): got storage path: /storage/sdcard description: On Device Storage primary: true removable: false emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0
E/EventHub( 304): could not get driver version for /dev/input/mice, Not a typewriter
I/SystemServer( 304): LockSettingsService
I/SystemServer( 304): Device Policy
I/SystemServer( 304): Status Bar
I/SystemServer( 304): Clipboard Service
I/SystemServer( 304): NetworkManagement Service
I/SystemServer( 304): Text Service Manager Service
I/SystemServer( 304): NetworkStats Service
I/SystemServer( 304): NetworkPolicy Service
I/SystemServer( 304): Wi-Fi P2pService
D/VoldCmdListener( 115): volume list
I/SystemServer( 304): Wi-Fi Service
I/PackageManager( 304): Updating external media status from unmounted to unmounted
D/MountService( 304): volume state changed for /storage/sdcard (null -> unmounted)
D/MountService( 304): volume state changed for /mnt/usbdisk (null -> removed)
I/PackageManager( 304): No secure containers on sdcard
E/CommandListener( 118): Failed to open /proc/sys/net/ipv6/conf/wlan0/disable_ipv6: No such file or directory
W/MountService( 304): getSecureContainerList() called when storage not mounted
D/VoldCmdListener( 115): asec list
W/PackageManager( 304): Unknown permission android.permission.KILL_BACKGROUND_PROCESSES in package com.motorolasolutions.etg.yasta
D/EventHub( 304): No input device configuration file found for device 'mma8452'.
D/dalvikvm( 304): GC_CONCURRENT freed 334K, 4% free 10851K/11271K, paused 3ms+4ms, total 50ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 29ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 28ms
E/WifiStateMachine( 304): Failed to disable IPv6: java.lang.IllegalStateException: command '1 interface ipv6 wlan0 disable' failed with '400 1 Failed to change IPv6 state (No such file or directory)'
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 29ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 29ms
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.contacts
W/PackageManager( 304): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar
W/PackageManager( 304): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x89be45)
D/EventHub( 304): No input device configuration file found for device 'isl29030'.
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings
I/SystemServer( 304): Connectivity Service
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.contacts
W/PackageManager( 304): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cp in package com.android.providers.contacts
D/ConnectivityService( 304): ConnectivityService starting up
W/PackageManager( 304): Not granting permission android.permission.DEVICE_POWER to package com.motorolasolutions.emdk.mdmadmin (protectionLevel=2 flags=0x88be4d)
D/WifiService( 304): DHCPCDReceiver
W/PackageManager( 304): Unknown permission android.Manifest.permission.APP_LIST_MANAGEMENT in package com.motorola.msp
W/PackageManager( 304): Unknown permission android.permission.WIFI_LOCK in package com.motorola.msp
W/PackageManager( 304): Not granting permission android.permission.ACCESS_SURFACE_FLINGER to package com.motorola.msp (protectionLevel=2 flags=0x88be45)
W/PackageManager( 304): Not granting permission android.permission.READ_LOGS to package com.example.capturelog (protectionLevel=50 flags=0x88be44)
W/PackageManager( 304): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x88be45)
W/PackageManager( 304): Not granting permission android.permission.INTERACT_ACROSS_USERS_FULL to package com.motorolasolutions.emdk.proxyframework (protectionLevel=2 flags=0x88be45)
W/PackageManager( 304): Not granting permission android.permission.STATUS_BAR_SERVICE to package com.motorolasolutions.emdk.proxyframework (protectionLevel=2 flags=0x88be45)
W/PackageManager( 304): Unknown permission android.permission.INTERACT_MANAGE_USERS in package com.motorolasolutions.emdk.datawedge
W/PackageManager( 304): Not granting permission android.permission.INTERACT_ACROSS_USERS_FULL to package com.motorolasolutions.emdk.datawedge (protectionLevel=2 flags=0x88be4d)
E/ConnectivityService( 304): Ignoring protectedNetwork 10
E/ConnectivityService( 304): Ignoring protectedNetwork 11
E/ConnectivityService( 304): Ignoring protectedNetwork 12
I/WifiService( 304): WifiService starting up with Wi-Fi disabled
I/SystemServer( 304): Network Service Discovery Service
D/NsdService( 304): Network service discovery enabled true
D/EventHub( 304): No input device configuration file found for device 'SDP4430 Headset Jack'.
I/EventHub( 304): New device: id=4, fd=158, path='/dev/input/event4', name='SDP4430 Headset Jack', classes=0x80, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub( 304): No input device configuration file found for device 'gpio-keys'.
I/EventHub( 304): New device: id=5, fd=159, path='/dev/input/event2', name='gpio-keys', classes=0x41, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
D/EventHub( 304): No input device configuration file found for device 'twl6030_pwrbutton'.
I/EventHub( 304): New device: id=6, fd=160, path='/dev/input/event3', name='twl6030_pwrbutton', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/twl6030_pwrbutton.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=true, usingClockIoctl=false
I/InputReader( 304): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 304): Device added: id=6, name='twl6030_pwrbutton', sources=0x00000101
I/InputReader( 304): Device added: id=5, name='gpio-keys', sources=0x00000501
I/InputReader( 304): Device added: id=4, name='SDP4430 Headset Jack', sources=0x80000000
I/InputReader( 304): Touch device 'nt11004-touch' could not query the properties of its associated display 0. The device will be inoperable until the display size becomes available.
I/InputReader( 304): Device added: id=1, name='nt11004-touch', sources=0x00001103
I/InputReader( 304): Reconfiguring input devices. changes=0x00000004
I/InputReader( 304): Device reconfigured: id=1, name='nt11004-touch', surface size is now 480x800, mode is 1
I/ActivityManager( 304): Config changed: {1.0 0mcc0mnc en_US sw320dp w320dp h508dp nrml long port ?uimode ?night finger -keyb/v/h -nav/h s.3}
I/SystemServer( 304): Throttle Service
I/SystemServer( 304): UpdateLock Service
I/SystemServer( 304): Notification Manager
I/SystemServer( 304): Device Storage Monitor
I/SystemServer( 304): Location Manager
I/SystemServer( 304): Country Detector
I/SystemServer( 304): Search Service
I/SystemServer( 304): DropBox Service
I/SystemServer( 304): Wallpaper Service
I/SystemServer( 304): Audio Service
I/AudioService( 304): Remote Control registerMediaButtonIntent() for PendingIntent{41710528: PendingIntentRecord{41710488 android broadcastIntent}}
D/dalvikvm( 304): GC_CONCURRENT freed 410K, 5% free 10968K/11463K, paused 2ms+4ms, total 48ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 11ms
I/SystemServer( 304): Dock Observer
W/DockObserver( 304): This kernel does not have dock station support
I/SystemServer( 304): Wired Accessory Observer
W/WiredAccessoryObserver( 304): This kernel does not have HDMI audio support
I/SystemServer( 304): USB Service
I/SystemServer( 304): Serial Service
I/SystemServer( 304): UI Mode Manager Service
I/SystemServer( 304): Backup Service
V/BackupManagerService( 304): No ancestral data
I/BackupManagerService( 304): Found stale backup journal, scheduling
I/BackupManagerService( 304): android
I/BackupManagerService( 304): com.android.browser
I/BackupManagerService( 304): com.android.calendar
I/BackupManagerService( 304): com.android.inputmethod.latin
I/BackupManagerService( 304): com.android.providers.settings
I/BackupManagerService( 304): com.android.providers.userdictionary
I/BackupManagerService( 304): com.android.sharedstoragebackup
I/BackupManagerService( 304): Backup enabled => false
I/SystemServer( 304): AppWidget Service
I/SystemServer( 304): Recognition Service
I/SystemServer( 304): DiskStats Service
I/SystemServer( 304): SamplingProfiler Service
I/WindowManager( 304): SAFE MODE not enabled
D/dalvikvm( 304): JIT started for system_server
I/SystemServer( 304): NetworkTimeUpdateService
I/SystemServer( 304): CommonTimeManagementService
I/SystemServer( 304): CertBlacklister
D/PowerManagerService( 304): system ready!
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 0
I/ActivityManager( 304): System now ready
I/SystemServer( 304): Making services ready
D/SystemServer( 304): Starting service: Intent { cmp=com.android.systemui/.SystemUIService }
D/dalvikvm( 304): GC_CONCURRENT freed 350K, 5% free 11095K/11591K, paused 3ms+15ms, total 72ms
I/Zygote ( 304): Process: zygote socket opened
I/ActivityManager( 304): Start proc com.android.systemui for service com.android.systemui/.SystemUIService: pid=373 uid=10049 gids={50049, 1028, 1015, 3002, 3001, 1003}
D/NetworkManagementService( 304): enabling bandwidth control
D/dalvikvm( 304): GC_FOR_ALLOC freed 19K, 4% free 11253K/11719K, paused 54ms, total 56ms
D/dalvikvm( 304): GC_FOR_ALLOC freed 7K, 4% free 11459K/11847K, paused 60ms, total 61ms
D/SystemUIService( 373): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 373): running: com.android.systemui.statusbar.phone.PhoneStatusBar@415374c0
D/dalvikvm( 304): GC_FOR_ALLOC freed 2K, 4% free 11667K/12103K, paused 52ms, total 52ms
I/StatusBarManagerService( 304): registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@416a8088
V/TransportControlView( 304): Create TCV com.android.internal.widget.TransportControlView@4170f960
I/ActivityManager( 304): Config changed: {1.0 0mcc0mnc en_US sw320dp w320dp h508dp nrml long port finger -keyb/v/h -nav/h s.4}
W/RecognitionManagerService( 304): no available voice recognition services found
D/dalvikvm( 304): GC_CONCURRENT freed 138K, 2% free 12135K/12359K, paused 13ms+6ms, total 121ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 23ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 16ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 12ms
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 6ms
D/PhoneStatusBar( 373): mSettingsButton: show settings icon.
V/KeyguardViewManager( 304): KGVM: Set visibility on com.android.internal.policy.impl.KeyguardViewManager$KeyguardViewHost@417197d0 to 6291456
D/dalvikvm( 373): GC_CONCURRENT freed 124K, 3% free 9641K/9863K, paused 4ms+20ms, total 108ms
I/libEGL ( 304): Processor type: omap4430
I/libEGL ( 304): egl.cfg: entry POWERVR_SGX540_120 omap4430
I/libEGL ( 304): Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
D/libEGL ( 304): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 304): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 304): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
I/ActivityManager( 304): Start proc android.process.media for broadcast com.android.providers.media/.UsbReceiver: pid=419 uid=10014 gids={50014, 1015, 1023, 1024, 1028, 2001, 3003, 3007}
I/ActivityThread( 419): Pub media: com.android.providers.media.MediaProvider
I/ActivityManager( 304): Start proc com.android.wallpaper.holospiral for service com.android.wallpaper.holospiral/.HoloSpiralWallpaper: pid=431 uid=10023 gids={50023, 1028}
W/InputMethodManagerService( 304): Ignoring setImeWindowStatus of uid 1000 token: null
D/PhoneStatusBar( 373): disable: < expand icons alerts ticker system_info back home recent clock >
D/StorageNotification( 373): Startup with UMS connection false (media state unmounted)
W/ResourceType( 304): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
I/StorageNotification( 373): UMS connection changed to false (media state unmounted)
W/ResourceType( 304): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/InputMethodManagerService( 304): Found no subtypes in a system IME: com.android.inputmethod.pinyin
D/SystemUIService( 373): loading: class com.android.systemui.power.PowerUI
D/SystemUIService( 373): running: com.android.systemui.power.PowerUI@415c1848
I/ActivityThread( 419): Pub downloads: com.android.providers.downloads.DownloadProvider
I/ActivityManager( 304): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=445 uid=10024 gids={50024, 1028}
D/SystemUIService( 373): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 373): running: com.android.systemui.media.RingtonePlayer@415c29f8
I/ActivityThread( 419): Pub drm: com.android.providers.drm.DrmProvider
I/DownloadManager( 419): in removeSpuriousFiles
W/ThrottleService( 304): unable to find stats for iface rmnet0
I/CommonTimeManagementService( 304): No common time service detected on this platform. Common time services will be unavailable.
I/InputReader( 304): Reconfiguring input devices. changes=0x00000020
I/InputReader( 304): Reconfiguring input devices. changes=0x00000010
D/OpenGLRenderer( 304): Enabling debug mode 0
I/ActivityManager( 304): Start proc com.android.phone for added application com.android.phone: pid=465 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1028}
D/LockPatternKeyguardView( 304): LS locked
I/ActivityManager( 304): Start proc com.motorolasolutions.emdk.proxyframework.settingsparser for added application com.motorolasolutions.emdk.proxyframework.settingsparser: pid=482 uid=10046 gids={50046, 1015, 1028}
I/ActivityManager( 304): Start proc com.motorolasolutions.pttexpress for added application com.motorolasolutions.pttexpress: pid=498 uid=10036 gids={50036, 3003, 1015, 1028}
I/ActivityManager( 304): Start proc com.motorolasolutions.emdk.mdmadmin for added application com.motorolasolutions.emdk.mdmadmin: pid=513 uid=10028 gids={50028, 1015, 1028}
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
I/ActivityManager( 304): Start proc com.motorolasolutions.emdk.datawedge for added application com.motorolasolutions.emdk.datawedge: pid=522 uid=10010 gids={50010, 1006, 1015, 3003, 1028}
I/dalvikvm( 522): Turning on JNI app bug workarounds for target SDK version 12...
D/dalvikvm( 121): GC_EXPLICIT freed 36K, 4% free 9278K/9603K, paused 3ms+3ms, total 47ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
D/dalvikvm( 373): GC_CONCURRENT freed 64K, 2% free 10035K/10183K, paused 27ms+28ms, total 218ms
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 4% free 9278K/9603K, paused 2ms+3ms, total 45ms
D/dalvikvm( 121): WAIT_FOR_CONCURRENT_GC blocked 0ms
I/Choreographer( 373): Skipped 35 frames! The application may be doing too much work on its main thread.
D/dalvikvm( 121): GC_EXPLICIT freed <1K, 4% free 9278K/9603K, paused 2ms+2ms, total 45ms
I/ActivityManager( 304): Start proc com.motorolasolutions.cu for added application com.motorolasolutions.cu: pid=542 uid=1000 gids={41000, 3003, 1015, 3002, 3001, 1028}
W/ActivityManager( 304): Broadcast Intent { act=android.intent.action.USER_STARTING flg=0x40000010 (has extras) } not ordered but result callback requested!
D/dalvikvm( 445): GC_CONCURRENT freed 173K, 3% free 9536K/9799K, paused 18ms+16ms, total 114ms
I/ActivityManager( 304): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 0
I/ActivityManager( 304): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=554 uid=10025 gids={50025, 1028}
I/LocationManagerService( 304): request passive (pid 304) 0 0
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 8388608
D/MtpService( 419): starting MTP server in MTP mode
W/InputAttributes( 445): No editor info for this field. Bug?
V/RenderScript( 431): rsContextCreateGL dev=0x51235630
V/RenderScript( 431): 0x4f33d008 Launching thread(s), CPUs 2
V/RenderScript( 431): 0x4f33d008 initEGL start
I/libEGL ( 431): Processor type: omap4430
I/libEGL ( 431): egl.cfg: entry POWERVR_SGX540_120 omap4430
I/libEGL ( 431): Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
E/ActivityThread( 445): Failed to find provider info for com.android.inputmethod.latin.dictionarypack
D/libEGL ( 431): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 431): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
E/BinaryDictionaryGetter( 445): Could not find a dictionary pack
W/ResourceType( 304): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
W/ResourceType( 304): Failure getting entry for 0x7f060000 (t=5 e=0) in package 0 (error -75)
D/libEGL ( 431): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
W/InputMethodManagerService( 304): Found no subtypes in a system IME: com.android.inputmethod.pinyin
I/libEGL ( 373): Processor type: omap4430
I/libEGL ( 373): egl.cfg: entry POWERVR_SGX540_120 omap4430
I/libEGL ( 373): Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
D/libEGL ( 373): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
I/ActivityThread( 465): Pub mms: com.android.providers.telephony.MmsProvider
I/ActivityThread( 465): Pub sms: com.android.providers.telephony.SmsProvider
I/ActivityThread( 465): Pub telephony: com.android.providers.telephony.TelephonyProvider
I/ActivityManager( 304): Start proc android.process.acore for content provider com.android.providers.userdictionary/.UserDictionaryProvider: pid=577 uid=10001 gids={50001, 3003, 1015, 1028}
W/TelephonyProvider( 465): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
I/ActivityThread( 554): Pub com.android.launcher2.settings: com.android.launcher2.LauncherProvider
I/ActivityThread( 465): Pub icc: com.android.phone.IccProvider
I/ActivityThread( 465): Pub mms-sms: com.android.providers.telephony.MmsSmsProvider
D/libEGL ( 373): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 373): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/ScanningService( 522): onCreate
D/dwDatabaseHelper( 522): /data/data/com.motorolasolutions.emdk.datawedge/databases/
I/ActivityThread( 577): Pub com.android.voicemail: com.android.providers.contacts.VoicemailContentProvider
D/ImgKit ( 522): Trying to load secured decoder library
I/libimgkit( 522): ImgDec library loading...
I/ActivityThread( 577): Pub applications: com.android.providers.applications.ApplicationsProvider
D/libimgkit( 522): Module Authenticated- !!!
D/CAT ( 465): CatService: Running CAT service. STK app installed:false
D/CAT ( 465): CatService: NEW sInstance
I/imgdec ( 522): DecOpen ImgKit IMGKIT_5.15T17.02.07_BaseAndroid
D/ImgKit ( 522): Img Kit Version : 5.15T17.02.07_BaseAndroid
V/RenderScript( 431): 0x4f33d008 initGLThread end
V/RenderScript( 431): 0x4f33d008 rsContextCreateGL ret
V/RenderScript( 431): low pri
I/ActivityManager( 304): Start proc com.android.smspush for service com.android.smspush/.WapPushManager: pid=600 uid=10052 gids={50052, 1028}
D/dalvikvm( 304): WAIT_FOR_CONCURRENT_GC blocked 0ms
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 8388608
D/OpenGLRenderer( 373): Enabling debug mode 0
D/dalvikvm( 304): GC_EXPLICIT freed 429K, 5% free 12362K/12935K, paused 5ms+19ms, total 159ms
V/ScriptC ( 431): Create script for resource = holo_spiral
I/ActivityThread( 577): Pub contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2
D/PhoneStatusBar( 373): addNotification score=-20
D/CallManager( 465): registerPhone(GSM Handler (com.android.internal.telephony.PhoneProxy) {4153e6c0})
I/bcc ( 431): LIBBCC build time: 2013/09/05 21:21:53
I/bcc ( 431): LIBBCC build revision: Unknown (not git)
V/TransportControlView( 304): Create TCV com.android.internal.widget.TransportControlView@4183eff8
D/Scanner ( 522): Scanner() SupportedScanners 3
I/ActivityThread( 577): Pub call_log: com.android.providers.contacts.CallLogProvider
I/ActivityThread( 577): Pub user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
D/AudioSpeexSRC( 123): AudioResamplerSpeex::init() mChannelCount=2, mInSampleRate=44100, mSampleRate=44100, mQuality=2
D/AudioResampler( 123): static resampler for checkRate() allocated
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 8388608
W/ActivityManager( 304): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService } U=0: not found
D/DebugService( 465): DebugService DebugService:
D/TelephonyDebugService( 465): TelephonyDebugService()
V/TransportControlView( 304): Create TCV com.android.internal.widget.TransportControlView@416e7a58
D/dalvikvm( 465): GC_CONCURRENT freed 219K, 4% free 9558K/9863K, paused 15ms+3ms, total 180ms
D/dalvikvm( 554): GC_CONCURRENT freed 199K, 3% free 9577K/9863K, paused 24ms+13ms, total 211ms
D/dalvikvm( 554): WAIT_FOR_CONCURRENT_GC blocked 144ms
W/ResourceType( 554): Attempt to retrieve bag 0x7f0d0017 which is invalid or in a cycle.
W/ResourceType( 554): Attempt to retrieve bag 0x7f0d0017 which is invalid or in a cycle.
W/ResourceType( 554): Attempt to retrieve bag 0x7f0d0017 which is invalid or in a cycle.
W/ResourceType( 554): Attempt to retrieve bag 0x7f0d0017 which is invalid or in a cycle.
W/ResourceType( 554): Attempt to retrieve bag 0x7f0d0017 which is invalid or in a cycle.
D/PhoneStatusBar( 373): addNotification score=-10
D/dalvikvm( 522): GC_FOR_ALLOC freed 183K, 4% free 9436K/9735K, paused 206ms, total 207ms
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 8388608
I/dalvikvm-heap( 522): Grow heap (frag case) to 9.978MB for 721936-byte allocation
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 8388608
D/WifiService( 304): New client listening to asynchronous messages
D/Bluetooth HSHFP( 465): Starting BluetoothHeadsetService
W/CallNotifier( 465): Got onMwiChanged() on non-voice-capable device! Ignoring...
V/SipBroadcastReceiver( 465): SIP VOIP not supported: android.net.sip.SIP_SERVICE_UP
D/dalvikvm( 522): GC_FOR_ALLOC freed 9K, 4% free 10132K/10503K, paused 54ms, total 54ms
D/SPB ( 522): ScanParamsXML in the framework resources is 17760259
I/Choreographer( 373): Skipped 83 frames! The application may be doing too much work on its main thread.
D/DecLib_SSI( 522): [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 555, 13, 14, 15, 17, 16, 19, 18, 21, 20, 23, 22, 575, 25, 574, 24, 573, 27, 26, 29, 28, 31, 30, 34, 35, 38, 39, 514, 36, 37, 313, 42, 43, 40, 314, 41, 46, 47, 44, 45, 51, 50, 290, 49, 291, 48, 292, 55, 293, 54, 294, 295, 52, 59, 58, 298, 537, 63, 62, 61, 60, 611, 342, 341, 340, 339, 64, 338, 65, 337, 618, 619, 77, 78, 617, 622, 623, 620, 621, 344, 326, 85, 84, 86, 80, 83, 82, 93, 92, 95, 89, 91, 90, 577, 578, 375, 374, 581, 371, 96, 583, 97, 584, 381, 377, 376, 595, 594, 597, 596, 599, 598, 601, 600, 603, 366, 602, 367, 123, 361, 410, 411, 408, 409, 414, 412, 413, 402, 673, 672, 397, 653, 652, 655, 654, 651, 656, 421, 657, 658, 659, 207, 751, 750, 223, 208, 209, 210, 233, 718, 705, 231, 227, 728, 730, 727]
E/libimgkit( 522): DecParamSet failed to set 0x16b to 0x0. Error 11
V/LockPatternKeyguardView( 304): Set visibility on com.android.internal.policy.impl.LockPatternKeyguardView$4@4153e758 to 8388608
D/SizeAdaptiveLayout( 373): com.android.internal.widget.SizeAdaptiveLayout@415f54c8child view android.widget.FrameLayout@415f6df8 measured out of bounds at 95px clamped to 96px
D/SizeAdaptiveLayout( 373): com.android.internal.widget.SizeAdaptiveLayout@415d21a0child view android.widget.FrameLayout@415dd668 measured out of bounds at 95px clamped to 96px
D/PhoneStatusBar( 373): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT* CLOCK* >
W/WindowManager( 304): Window freeze timeout expired.
W/WindowManager( 304): Force clearing orientation change: Window{417fb248 StatusBar paused=false}
W/WindowManager( 304): Force clearing orientation change: Window{41853950 com.android.wallpaper.holospiral.HoloSpiralWallpaper paused=false}
D/dalvikvm( 522): GC_CONCURRENT freed 18K, 4% free 10151K/10503K, paused 13ms+13ms, total 88ms
D/CSP ( 522): 53 Random Weight Check Digit not supported by DecoderLibrary
D/CSP ( 522): 68 Linear Decode not supported by DecoderLibrary
D/CSP ( 522): 576 Bookland Format not supported by DecoderLibrary
D/SizeAdaptiveLayout( 373): com.android.internal.widget.SizeAdaptiveLayout@415f54c8child view android.widget.FrameLayout@415f6df8 measured out of bounds at 95px clamped to 96px
D/SizeAdaptiveLayout( 373): com.android.internal.widget.SizeAdaptiveLayout@415d21a0child view android.widget.FrameLayout@415dd668 measured out of bounds at 95px clamped to 96px
D/CSP ( 522): 224 Convert EAN8 To EAN13 not supported by DecoderLibrary
I/SearchManagerService( 304): Building list of searchable activities for userId=0
D/dalvikvm( 577): GC_CONCURRENT freed 231K, 4% free 9508K/9863K, paused 13ms+15ms, total 106ms
D/CSP ( 522): 66 Redundancy not supported by DecoderLibrary
D/SPB ( 522): Parsing DATACAPTURE_LED_ID and value is set to 8
D/SPB ( 522): Labeltype resource read from Android Framework
D/dalvikvm( 554): GC_CONCURRENT freed 144K, 3% free 9957K/10183K, paused 18ms+3ms, total 95ms
D/dalvikvm( 554): WAIT_FOR_CONCURRENT_GC blocked 17ms
D/dalvikvm( 554): WAIT_FOR_CONCURRENT_GC blocked 30ms
D/StopWatch( 431): StopWatch calcFileSHA1 time (us): 698425
D/StopWatch( 431): StopWatch calcFileSHA1 time (us): 16387
D/bcc ( 431): Read object file size 3936
D/StopWatch( 431): StopWatch bcc: PrepareExecutable time (us): 2746
I/libEGL ( 554): Processor type: omap4430
I/libEGL ( 554): egl.cfg: entry POWERVR_SGX540_120 omap4430
I/libEGL ( 554): Picked EGL type 'POWERVR_SGX540_120' for processor 'omap4430'
D/libEGL ( 554): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
D/libEGL ( 554): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
D/libEGL ( 554): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
D/Msr ( 522): Serial MSR Identified
D/Msr ( 522): Trying to load serial msr library
I/Msr ( 522): MsrRegisterRecv...
D/OpenGLRenderer( 554): Enabling debug mode 0
I/ActivityManager( 304): Displayed com.android.launcher/com.android.launcher2.Launcher: +2s212ms
I/ActivityManager( 304): Start proc com.android.calendar for broadcast com.android.calendar/.widget.CalendarAppWidgetProvider: pid=634 uid=10006 gids={50006, 3003, 1028}
D/dalvikvm( 554): GC_FOR_ALLOC freed 177K, 3% free 10158K/10439K, paused 68ms, total 72ms
I/dalvikvm-heap( 554): Grow heap (frag case) to 10.328MB for 345760-byte allocation
I/ActivityThread( 634): Pub com.android.calendar.CalendarRecentSuggestionsProvider: com.android.calendar.CalendarRecentSuggestionsProvider
D/dalvikvm( 554): GC_FOR_ALLOC freed 10K, 4% free 10485K/10823K, paused 47ms, total 47ms
D/dalvikvm( 554): GC_FOR_ALLOC freed <1K, 4% free 10486K/10823K, paused 33ms, total 33ms
I/dalvikvm-heap( 554): Grow heap (frag case) to 10.647MB for 345760-byte allocation
D/dalvikvm( 554): GC_FOR_ALLOC freed <1K, 4% free 10823K/11207K, paused 28ms, total 28ms
D/dalvikvm( 554): GC_FOR_ALLOC freed <1K, 4% free 10824K/11207K, paused 28ms, total 28ms
I/dalvikvm-heap( 554): Grow heap (frag case) to 10.977MB for 345760-byte allocation
D/dalvikvm( 554): GC_FOR_ALLOC freed <1K, 4% free 11162K/11591K, paused 26ms, total 26ms
I/ActivityManager( 304): Start proc com.a

@xiaocong
Copy link
Owner

xiaocong commented Oct 8, 2013

Got it.

The problem is something wrong during downloading the bundle.jar file. The filesize of /tmp/libs/bundle.jar is 0. I don't know what caused it, but I am trying to fix it.

As a workaround, you can remove the file and try again until the filesize > 0:

rm /tmp/libs/bundle.jar

Or download the file from https://github.com/xiaocong/android-uiautomator-jsonrpcserver/blob/release/dist/bundle.jar?raw=true and save it as /tmp/libs/bundle.jar

@satishsn1
Copy link
Author

Hi Xiaocong,

Thanks for the inputs i am able to get d.info with workaround putting
bundle.jar file in /tmp/libs/.

Regards
Satish

On Tue, Oct 8, 2013 at 4:45 AM, 贺晓聪 notifications@github.com wrote:

Got it.

The problem is something wrong during downloading the bundle.jar file.
The filesize of /tmp/libs/bundle.jar is 0. I don't know what caused it,
but I am trying to fix it.

As a workaround, you can remove the file and try again until the filesize

0:

rm /tmp/libs/bundle.jar

Or download the file from
https://github.com/xiaocong/android-uiautomator-jsonrpcserver/blob/release/dist/bundle.jar?raw=trueand save it as
/tmp/libs/bundle.jar


Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-25864666
.

@ashim888
Copy link

I get the same error, but in some device it works but for other device it throws an error

File "/usr/local/lib/python2.7/dist-packages/uiautomator.py", line 375, in wrapper
server.start()
File "/usr/local/lib/python2.7/dist-packages/uiautomator.py", line 403, in start
raise IOError("RPC server not started!")
IOError: RPC server not started!

@zoumy
Copy link

zoumy commented May 16, 2014

@xiaocong I got the same errot too,I download bundle.jar to /tmp/libs/ .it doesn't work.

W/ActivityManager( 992): Unbind failed: could not find connection for android.os.BinderProxy@40ff1280
E/ActivityThread( 1552): Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@40d2d948 that was originally bound here
E/ActivityThread( 1552): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@40d2d948 that was originally bound here
E/ActivityThread( 1552): at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:969)
E/ActivityThread( 1552): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:863)
E/ActivityThread( 1552): at android.app.ContextImpl.bindService(ContextImpl.java:1418)
E/ActivityThread( 1552): at android.app.ContextImpl.bindService(ContextImpl.java:1407)
E/ActivityThread( 1552): at android.content.ContextWrapper.bindService(ContextWrapper.java:473)
E/ActivityThread( 1552): at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:157)
E/ActivityThread( 1552): at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:145)
E/ActivityThread( 1552): at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:191)
E/ActivityThread( 1552): at com.android.exchange.ExchangeService$7.run(ExchangeService.java:1850)
E/ActivityThread( 1552): at com.android.emailcommon.utility.Utility$2.doInBackground(Utility.java:551)
E/ActivityThread( 1552): at com.android.emailcommon.utility.Utility$2.doInBackground(Utility.java:549)
E/ActivityThread( 1552): at android.os.AsyncTask$2.call(AsyncTask.java:287)
E/ActivityThread( 1552): at java.util.concurrent.FutureTask.run(FutureTask.java:234)
E/ActivityThread( 1552): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
E/ActivityThread( 1552): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
E/ActivityThread( 1552): at java.lang.Thread.run(Thread.java:856)
E/StrictMode( 1552): null
E/StrictMode( 1552): android.app.ServiceConnectionLeaked: Service com.android.exchange.ExchangeService has leaked ServiceConnection com.android.emailcommon.service.ServiceProxy$ProxyConnection@40d2d948 that was originally bound here
E/StrictMode( 1552): at android.app.LoadedApk$ServiceDispatcher.(LoadedApk.java:969)
E/StrictMode( 1552): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:863)
E/StrictMode( 1552): at android.app.ContextImpl.bindService(ContextImpl.java:1418)
E/StrictMode( 1552): at android.app.ContextImpl.bindService(ContextImpl.java:1407)
E/StrictMode( 1552): at android.content.ContextWrapper.bindService(ContextWrapper.java:473)
E/StrictMode( 1552): at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:157)
E/StrictMode( 1552): at com.android.emailcommon.service.ServiceProxy.setTask(ServiceProxy.java:145)
E/StrictMode( 1552): at com.android.emailcommon.service.ServiceProxy.test(ServiceProxy.java:191)
E/StrictMode( 1552): at com.android.exchange.ExchangeService$7.run(ExchangeService.java:1850)
E/StrictMode( 1552): at com.android.emailcommon.utility.Utility$2.doInBackground(Utility.java:551)
E/StrictMode( 1552): at com.android.emailcommon.utility.Utility$2.doInBackground(Utility.java:549)
E/StrictMode( 1552): at android.os.AsyncTask$2.call(AsyncTask.java:287)
E/StrictMode( 1552): at java.util.concurrent.FutureTask.run(FutureTask.java:234)
E/StrictMode( 1552): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
E/StrictMode( 1552): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
E/StrictMode( 1552): at java.lang.Thread.run(Thread.java:856)
W/ActivityManager( 992): Unbind failed: could not find connection for android.os.BinderProxy@40fe3608
D/dalvikvm( 1552): GC_CONCURRENT freed 453K, 20% free 2535K/3168K, paused 5ms+4ms, total 67ms

@xiaocong
Copy link
Owner

@zoumy Which device were you using? and what Android version? The logcat you attached is likely exchange service error on emulator, not on device?

@zoumy
Copy link

zoumy commented Jun 9, 2014

@xiaocong yes,I used emulator 4.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants