Jelope
Lost but trying
Profile
Posts: 64
Reg: Jul 29, 2013
copenhagen
9,040
08/02/13 09:04 AM (12 years ago)

Fine app on x-code but ugly app on eclipse

Hey I really need some more help :) The Whole day I have been working on getting the buzztouch zip Work on eclipse. My zip to x-code works very fine. (see fine Pictures :) ) https://www.dropbox.com/s/l3zxnzcjrj6n0ll/Sk%C3%A6rmbillede%202013-08-02%20kl.%2017.28.14.png https://www.dropbox.com/sm/create/Sk%C3%A6rmbillede%202013-08-02%20kl.%2017.27.50.png https://www.dropbox.com/s/iv3v7fh0xpoh3o1/Sk%C3%A6rmbillede%202013-08-02%20kl.%2017.27.39.png But then I put it in eclipse, I have installed sdk, avd manager, keytool, api key, Google play service, and everything else that I though would make sence, but still se the link below https://www.dropbox.com/s/mp5qwjrnmnmh9cv/Dok1.docx Can you please help me with an idea?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
08/02/13 09:08 AM (12 years ago)
Maps aren't compatible with Android anymore - they will be when the new Android code is released though. Gonna have to be patient with that. For the menu screens, did you make sure to copy your images into the res/drawable folder? Do they use the correct filename specs (all lowercase letters, must start with a letter, no dashes or spaces or special characters)? If so, can you paste your LogCat output so we can take a look?
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
08/02/13 09:22 AM (12 years ago)
If you are having trouble with maps. Try to embed a maps.google.com into an Android app. I got tired of dealing with my API keys so I just load maps.google.com/what-ever-address Jake
 
Jelope
Lost but trying
Profile
Posts: 64
Reg: Jul 29, 2013
copenhagen
9,040
like
08/02/13 09:53 AM (12 years ago)
This is how it looks like, when I try to copy/paste my images. https://www.dropbox.com/s/y8uhtnmjkmv8py9/her.jpg I also need the googleview, but the rest of the googlemaps seems to work fine. 08-02 16:09:54.366: I/DEBUG(30): debuggerd: Jun 30 2010 14:39:19 08-02 16:09:54.587: I/Netd(29): Netd 1.0 starting 08-02 16:09:54.605: I/Vold(28): Vold 2.1 (the revenge) firing up 08-02 16:09:54.655: D/Vold(28): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) 08-02 16:09:54.705: D/qemud(37): entering main loop 08-02 16:09:55.016: W/Vold(28): No UMS switch available 08-02 16:09:55.115: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:09:55.115: D/qemud(37): created client 0xe078 listening on fd 8 08-02 16:09:55.135: D/qemud(37): client_fd_receive: attempting registration for service 'boot-properties' 08-02 16:09:55.135: D/qemud(37): client_fd_receive: -> received channel id 1 08-02 16:09:55.145: D/qemud(37): client_registration: registration succeeded for client 1 08-02 16:09:55.145: I/qemu-props(50): connected to 'boot-properties' qemud service. 08-02 16:09:55.155: I/qemu-props(50): received: dalvik.vm.heapsize=16m 08-02 16:09:55.155: I/qemu-props(50): received: qemu.sf.lcd_density=160 08-02 16:09:55.155: I/qemu-props(50): received: qemu.hw.mainkeys=1 08-02 16:09:55.155: I/qemu-props(50): received: qemu.sf.fake_camera=none 08-02 16:09:55.155: I/qemu-props(50): received: 08-02 16:09:55.155: I/qemu-props(50): invalid format, ignored. 08-02 16:09:55.795: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:09:55.795: D/qemud(37): created client 0x12f38 listening on fd 11 08-02 16:09:55.795: D/qemud(37): fdhandler_event: disconnect on fd 11 08-02 16:09:55.807: D/AndroidRuntime(32): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< 08-02 16:09:55.807: D/AndroidRuntime(32): CheckJNI is ON 08-02 16:09:55.816: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:09:55.816: D/qemud(37): created client 0x12f38 listening on fd 11 08-02 16:09:55.816: D/qemud(37): client_fd_receive: attempting registration for service 'gsm' 08-02 16:09:55.816: D/qemud(37): client_fd_receive: -> received channel id 2 08-02 16:09:55.826: D/qemud(37): client_registration: registration succeeded for client 2 08-02 16:09:56.497: I/(33): ServiceManager: 0xacd0 08-02 16:09:56.497: D/AudioHardwareInterface(33): setMode(NORMAL) 08-02 16:09:56.506: I/CameraService(33): CameraService started: pid=33 08-02 16:09:56.547: I/AudioFlinger(33): AudioFlinger's thread 0xb3a0 ready to run 08-02 16:09:56.576: D/AndroidRuntime(32): --- registering native functions --- 08-02 16:09:57.106: I/SamplingProfilerIntegration(32): Profiler is disabled. 08-02 16:09:57.166: I/Zygote(32): Preloading classes... 08-02 16:09:57.166: E/Zygote(32): setreuid() failed. errno: 2 08-02 16:09:57.186: D/dalvikvm(32): GC_EXPLICIT freed 821 objects / 47480 bytes in 13ms 08-02 16:09:57.518: D/dalvikvm(32): GC_EXPLICIT freed 219 objects / 13600 bytes in 8ms 08-02 16:09:57.606: D/dalvikvm(32): GC_EXPLICIT freed 253 objects / 14344 bytes in 7ms 08-02 16:09:57.696: D/dalvikvm(32): GC_EXPLICIT freed 466 objects / 28864 bytes in 7ms 08-02 16:09:58.066: D/dalvikvm(32): GC_EXPLICIT freed 2090 objects / 108328 bytes in 11ms 08-02 16:09:58.306: W/MediaProfiles(32): could not find media config xml file 08-02 16:09:58.336: D/dalvikvm(32): GC_EXPLICIT freed 279 objects / 15984 bytes in 8ms 08-02 16:09:58.696: D/dalvikvm(32): GC_FOR_MALLOC freed 5012 objects / 223152 bytes in 22ms 08-02 16:09:59.726: D/dalvikvm(32): GC_FOR_MALLOC freed 11282 objects / 381088 bytes in 28ms 08-02 16:10:00.056: D/dalvikvm(32): GC_FOR_MALLOC freed 9805 objects / 461888 bytes in 31ms 08-02 16:10:00.346: D/dalvikvm(32): GC_FOR_MALLOC freed 8694 objects / 422936 bytes in 32ms 08-02 16:10:00.846: D/dalvikvm(32): GC_FOR_MALLOC freed 7648 objects / 458560 bytes in 35ms 08-02 16:10:01.306: D/dalvikvm(32): GC_FOR_MALLOC freed 7537 objects / 458192 bytes in 33ms 08-02 16:10:01.876: D/dalvikvm(32): GC_FOR_MALLOC freed 7189 objects / 457624 bytes in 47ms 08-02 16:10:02.396: D/dalvikvm(32): GC_FOR_MALLOC freed 8598 objects / 513456 bytes in 43ms 08-02 16:10:02.496: D/dalvikvm(32): GC_EXPLICIT freed 453 objects / 39144 bytes in 28ms 08-02 16:10:02.686: D/dalvikvm(32): GC_EXPLICIT freed 594 objects / 29016 bytes in 29ms 08-02 16:10:02.776: D/dalvikvm(32): GC_EXPLICIT freed 449 objects / 25096 bytes in 34ms 08-02 16:10:03.026: D/dalvikvm(32): GC_EXPLICIT freed 308 objects / 35136 bytes in 53ms 08-02 16:10:03.156: D/dalvikvm(32): GC_EXPLICIT freed 279 objects / 18952 bytes in 40ms 08-02 16:10:03.486: D/dalvikvm(32): GC_EXPLICIT freed 341 objects / 18432 bytes in 41ms 08-02 16:10:03.697: D/dalvikvm(32): GC_EXPLICIT freed 449 objects / 28248 bytes in 42ms 08-02 16:10:05.276: D/dalvikvm(32): GC_EXPLICIT freed 529 objects / 53144 bytes in 47ms 08-02 16:10:05.386: D/dalvikvm(32): GC_EXPLICIT freed 623 objects / 34040 bytes in 47ms 08-02 16:10:05.506: D/dalvikvm(32): GC_EXPLICIT freed 861 objects / 46872 bytes in 50ms 08-02 16:10:05.697: D/dalvikvm(32): GC_EXPLICIT freed 1747 objects / 85520 bytes in 50ms 08-02 16:10:05.806: D/dalvikvm(32): GC_EXPLICIT freed 447 objects / 29400 bytes in 50ms 08-02 16:10:05.906: D/dalvikvm(32): GC_EXPLICIT freed 315 objects / 20192 bytes in 48ms 08-02 16:10:05.917: I/Zygote(32): ...preloaded 1265 classes in 8753ms. 08-02 16:10:05.917: E/Zygote(32): setreuid() failed. errno: 17 08-02 16:10:05.966: D/dalvikvm(32): GC_EXPLICIT freed 104 objects / 14224 bytes in 49ms 08-02 16:10:06.116: I/Zygote(32): Preloading resources... 08-02 16:10:06.136: W/Zygote(32): Preloaded drawable resource #0x1080093 (res/drawable-mdpi/sym_def_app_icon.png) that varies with configuration!! 08-02 16:10:06.146: W/Zygote(32): Preloaded drawable resource #0x1080002 (res/drawable-mdpi/arrow_down_float.png) that varies with configuration!! 08-02 16:10:06.196: W/Zygote(32): Preloaded drawable resource #0x10800b3 (res/drawable/btn_check.xml) that varies with configuration!! 08-02 16:10:06.196: W/Zygote(32): Preloaded drawable resource #0x10800b6 (res/drawable-mdpi/btn_check_label_background.9.png) that varies with configuration!! 08-02 16:10:06.196: W/Zygote(32): Preloaded drawable resource #0x10800b7 (res/drawable-mdpi/btn_check_off.png) that varies with configuration!! 08-02 16:10:06.196: W/Zygote(32): Preloaded drawable resource #0x10800bc (res/drawable-mdpi/btn_check_on.png) that varies with configuration!! 08-02 16:10:06.216: W/Zygote(32): Preloaded drawable resource #0x1080004 (res/drawable/btn_default.xml) that varies with configuration!! 08-02 16:10:06.246: W/Zygote(32): Preloaded drawable resource #0x1080005 (res/drawable/btn_default_small.xml) that varies with configuration!! 08-02 16:10:06.267: W/Zygote(32): Preloaded drawable resource #0x1080006 (res/drawable/btn_dropdown.xml) that varies with configuration!! 08-02 16:10:06.286: W/Zygote(32): Preloaded drawable resource #0x1080008 (res/drawable/btn_plus.xml) that varies with configuration!! 08-02 16:10:06.306: W/Zygote(32): Preloaded drawable resource #0x1080007 (res/drawable/btn_minus.xml) that varies with configuration!! 08-02 16:10:06.326: W/Zygote(32): Preloaded drawable resource #0x1080009 (res/drawable/btn_radio.xml) that varies with configuration!! 08-02 16:10:06.376: W/Zygote(32): Preloaded drawable resource #0x108000a (res/drawable/btn_star.xml) that varies with configuration!! 08-02 16:10:06.436: D/dalvikvm(32): GC_EXPLICIT freed 421 objects / 25848 bytes in 56ms 08-02 16:10:06.446: W/Zygote(32): Preloaded drawable resource #0x1080131 (res/drawable/btn_toggle.xml) that varies with configuration!! 08-02 16:10:06.446: W/Zygote(32): Preloaded drawable resource #0x1080194 (res/drawable-mdpi/ic_emergency.png) that varies with configuration!! 08-02 16:10:06.456: W/Zygote(32): Preloaded drawable resource #0x1080012 (res/drawable-mdpi/divider_horizontal_bright.9.png) that varies with configuration!! 08-02 16:10:06.456: W/Zygote(32): Preloaded drawable resource #0x1080014 (res/drawable-mdpi/divider_horizontal_dark.9.png) that varies with configuration!! 08-02 16:10:06.477: W/Zygote(32): Preloaded drawable resource #0x1080016 (res/drawable/edit_text.xml) that varies with configuration!! 08-02 16:10:06.486: W/Zygote(32): Preloaded drawable resource #0x108016d (res/drawable/expander_group.xml) that varies with configuration!! 08-02 16:10:06.506: W/Zygote(32): Preloaded drawable resource #0x1080062 (res/drawable/list_selector_background.xml) that varies with configuration!! 08-02 16:10:06.517: W/Zygote(32): Preloaded drawable resource #0x1080227 (res/drawable-mdpi/menu_background.9.png) that varies with configuration!! 08-02 16:10:06.517: W/Zygote(32): Preloaded drawable resource #0x1080228 (res/drawable-mdpi/menu_background_fill_parent_width.9.png) that varies with configuration!! 08-02 16:10:06.526: W/Zygote(32): Preloaded drawable resource #0x1080229 (res/drawable/menu_selector.xml) that varies with configuration!! 08-02 16:10:06.536: W/Zygote(32): Preloaded drawable resource #0x1080234 (res/drawable-mdpi/panel_background.9.png) that varies with configuration!! 08-02 16:10:06.536: W/Zygote(32): Preloaded drawable resource #0x108023b (res/drawable-mdpi/popup_bottom_bright.9.png) that varies with configuration!! 08-02 16:10:06.536: W/Zygote(32): Preloaded drawable resource #0x108023c (res/drawable-mdpi/popup_bottom_dark.9.png) that varies with configuration!! 08-02 16:10:06.546: W/Zygote(32): Preloaded drawable resource #0x108023d (res/drawable-mdpi/popup_bottom_medium.9.png) that varies with configuration!! 08-02 16:10:06.546: W/Zygote(32): Preloaded drawable resource #0x108023e (res/drawable-mdpi/popup_center_bright.9.png) that varies with configuration!! 08-02 16:10:06.556: W/Zygote(32): Preloaded drawable resource #0x108023f (res/drawable-mdpi/popup_center_dark.9.png) that varies with configuration!! 08-02 16:10:06.556: W/Zygote(32): Preloaded drawable resource #0x1080242 (res/drawable-mdpi/popup_full_dark.9.png) that varies with configuration!! 08-02 16:10:06.556: W/Zygote(32): Preloaded drawable resource #0x1080245 (res/drawable-mdpi/popup_top_bright.9.png) that varies with configuration!! 08-02 16:10:06.566: W/Zygote(32): Preloaded drawable resource #0x1080246 (res/drawable-mdpi/popup_top_dark.9.png) that varies with configuration!! 08-02 16:10:06.587: W/Zygote(32): Preloaded drawable resource #0x108006d (res/drawable/progress_indeterminate_horizontal.xml) that varies with configuration!! 08-02 16:10:06.587: W/Zygote(32): Preloaded drawable resource #0x108024c (res/drawable/progress_small.xml) that varies with configuration!! 08-02 16:10:06.596: W/Zygote(32): Preloaded drawable resource #0x108024d (res/drawable/progress_small_titlebar.xml) that varies with configuration!! 08-02 16:10:06.606: W/Zygote(32): Preloaded drawable resource #0x1080270 (res/drawable-mdpi/scrollbar_handle_horizontal.9.png) that varies with configuration!! 08-02 16:10:06.606: W/Zygote(32): Preloaded drawable resource #0x1080271 (res/drawable-mdpi/scrollbar_handle_vertical.9.png) that varies with configuration!! 08-02 16:10:06.676: D/dalvikvm(32): GC_EXPLICIT freed 477 objects / 32640 bytes in 65ms 08-02 16:10:06.686: W/Zygote(32): Preloaded drawable resource #0x1080071 (res/drawable/spinner_dropdown_background.xml) that varies with configuration!! 08-02 16:10:06.696: W/Zygote(32): Preloaded drawable resource #0x1080354 (res/drawable-mdpi/title_bar_shadow.9.png) that varies with configuration!! 08-02 16:10:06.696: W/Zygote(32): Preloaded drawable resource #0x10801d6 (res/drawable-mdpi/indicator_code_lock_drag_direction_green_up.png) that varies with configuration!! 08-02 16:10:06.696: W/Zygote(32): Preloaded drawable resource #0x10801d7 (res/drawable-mdpi/indicator_code_lock_drag_direction_red_up.png) that varies with configuration!! 08-02 16:10:06.707: W/Zygote(32): Preloaded drawable resource #0x10801d8 (res/drawable-mdpi/indicator_code_lock_point_area_default.png) that varies with configuration!! 08-02 16:10:06.707: W/Zygote(32): Preloaded drawable resource #0x10801d9 (res/drawable-mdpi/indicator_code_lock_point_area_green.png) that varies with configuration!! 08-02 16:10:06.716: W/Zygote(32): Preloaded drawable resource #0x10801da (res/drawable-mdpi/indicator_code_lock_point_area_red.png) that varies with configuration!! 08-02 16:10:06.716: W/Zygote(32): Preloaded drawable resource #0x10801e8 (res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png) that varies with configuration!! 08-02 16:10:06.716: W/Zygote(32): Preloaded drawable resource #0x10801ec (res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png) that varies with configuration!! 08-02 16:10:06.726: W/Zygote(32): Preloaded drawable resource #0x10801ed (res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png) that varies with configuration!! 08-02 16:10:06.726: W/Zygote(32): Preloaded drawable resource #0x10801f1 (res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png) that varies with configuration!! 08-02 16:10:06.736: W/Zygote(32): Preloaded drawable resource #0x10801f5 (res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png) that varies with configuration!! 08-02 16:10:06.736: W/Zygote(32): Preloaded drawable resource #0x10801f6 (res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png) that varies with configuration!! 08-02 16:10:06.736: W/Zygote(32): Preloaded drawable resource #0x10801fb (res/drawable-mdpi/jog_tab_left_confirm_gray.png) that varies with configuration!! 08-02 16:10:06.746: W/Zygote(32): Preloaded drawable resource #0x1080200 (res/drawable-mdpi/jog_tab_left_normal.png) that varies with configuration!! 08-02 16:10:06.746: W/Zygote(32): Preloaded drawable resource #0x1080201 (res/drawable-mdpi/jog_tab_left_pressed.png) that varies with configuration!! 08-02 16:10:06.746: W/Zygote(32): Preloaded drawable resource #0x1080203 (res/drawable-mdpi/jog_tab_right_confirm_gray.png) that varies with configuration!! 08-02 16:10:06.756: W/Zygote(32): Preloaded drawable resource #0x1080209 (res/drawable-mdpi/jog_tab_right_normal.png) that varies with configuration!! 08-02 16:10:06.756: W/Zygote(32): Preloaded drawable resource #0x108020a (res/drawable-mdpi/jog_tab_right_pressed.png) that varies with configuration!! 08-02 16:10:06.766: W/Zygote(32): Preloaded drawable resource #0x108020d (res/drawable-mdpi/jog_tab_target_gray.png) that varies with configuration!! 08-02 16:10:06.766: I/Zygote(32): ...preloaded 61 resources in 641ms. 08-02 16:10:06.786: I/Zygote(32): ...preloaded 15 resources in 21ms. 08-02 16:10:06.836: D/dalvikvm(32): GC_EXPLICIT freed 503 objects / 37832 bytes in 51ms 08-02 16:10:06.906: D/dalvikvm(32): GC_EXPLICIT freed 150 objects / 5792 bytes in 60ms 08-02 16:10:06.956: D/dalvikvm(32): GC_EXPLICIT freed 2 objects / 48 bytes in 49ms 08-02 16:10:06.966: I/dalvikvm(32): System server process 58 has been created 08-02 16:10:06.966: I/Zygote(32): Accepting command socket connections 08-02 16:10:07.306: E/BatteryService(58): usbOnlinePath not found 08-02 16:10:07.306: E/BatteryService(58): batteryVoltagePath not found 08-02 16:10:07.306: E/BatteryService(58): batteryTemperaturePath not found 08-02 16:10:07.316: I/sysproc(58): Entered system_init() 08-02 16:10:07.316: I/sysproc(58): ServiceManager: 0x11d680 08-02 16:10:07.316: I/SurfaceFlinger(58): SurfaceFlinger is starting 08-02 16:10:07.316: I/SurfaceFlinger(58): SurfaceFlinger's main thread ready to run. Initializing graphics H/W... 08-02 16:10:07.326: E/SurfaceFlinger(58): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake 08-02 16:10:07.438: I/gralloc(58): using (fd=24) 08-02 16:10:07.438: I/gralloc(58): id = 08-02 16:10:07.438: I/gralloc(58): xres = 480 px 08-02 16:10:07.438: I/gralloc(58): yres = 800 px 08-02 16:10:07.438: I/gralloc(58): xres_virtual = 480 px 08-02 16:10:07.438: I/gralloc(58): yres_virtual = 1600 px 08-02 16:10:07.438: I/gralloc(58): bpp = 16 08-02 16:10:07.438: I/gralloc(58): r = 11:5 08-02 16:10:07.438: I/gralloc(58): g = 5:6 08-02 16:10:07.438: I/gralloc(58): b = 0:5 08-02 16:10:07.438: I/gralloc(58): width = 74 mm (164.756760 dpi) 08-02 16:10:07.438: I/gralloc(58): height = 123 mm (165.203247 dpi) 08-02 16:10:07.438: I/gralloc(58): refresh rate = 60.00 Hz 08-02 16:10:07.456: D/libEGL(58): egl.cfg not found, using default config 08-02 16:10:07.456: D/libEGL(58): loaded /system/lib/egl/libGLES_android.so 08-02 16:10:07.476: I/SurfaceFlinger(58): EGL informations: 08-02 16:10:07.476: I/SurfaceFlinger(58): # of configs : 8 08-02 16:10:07.476: I/SurfaceFlinger(58): vendor : Android 08-02 16:10:07.476: I/SurfaceFlinger(58): version : 1.4 Android META-EGL 08-02 16:10:07.476: I/SurfaceFlinger(58): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle EGL_ANDROID_get_render_buffer 08-02 16:10:07.476: I/SurfaceFlinger(58): Client API: OpenGL ES 08-02 16:10:07.476: I/SurfaceFlinger(58): EGLSurface: 5-6-5-0, config=0x1000000 08-02 16:10:07.476: I/SurfaceFlinger(58): flags : 001c0000 08-02 16:10:07.476: I/SurfaceFlinger(58): OpenGL informations: 08-02 16:10:07.476: I/SurfaceFlinger(58): vendor : Android 08-02 16:10:07.476: I/SurfaceFlinger(58): renderer : Android PixelFlinger 1.3 08-02 16:10:07.476: I/SurfaceFlinger(58): version : OpenGL ES-CM 1.0 08-02 16:10:07.476: I/SurfaceFlinger(58): extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap 08-02 16:10:07.476: I/SurfaceFlinger(58): GL_MAX_TEXTURE_SIZE = 4096 08-02 16:10:07.476: I/SurfaceFlinger(58): GL_MAX_VIEWPORT_DIMS = 4096 08-02 16:10:07.566: I/sysproc(58): System server: starting Android runtime. 08-02 16:10:07.566: I/sysproc(58): System server: starting Android services. 08-02 16:10:07.576: I/SystemServer(58): Entered the Android system server! 08-02 16:10:07.596: I/sysproc(58): System server: entering thread pool. 08-02 16:10:07.596: I/SystemServer(58): Entropy Service 08-02 16:10:07.846: I/SystemServer(58): Power Manager 08-02 16:10:07.856: I/SystemServer(58): Activity Manager 08-02 16:10:07.906: I/ActivityManager(58): Memory class: 16 08-02 16:10:07.966: D/libEGL(68): egl.cfg not found, using default config 08-02 16:10:07.976: D/libEGL(68): loaded /system/lib/egl/libGLES_android.so 08-02 16:10:08.016: W/zipro(68): Unable to open zip '/data/local/bootanimation.zip': No such file or directory 08-02 16:10:08.016: W/zipro(68): Unable to open zip '/system/media/bootanimation.zip': No such file or directory 08-02 16:10:08.226: I/ARMAssembler(58): generated scanline__00000077:03010104_00000004_00000000 [ 22 ipp] (41 ins) at [0x215fb8:0x21605c] in 6077425 ns 08-02 16:10:08.296: I/ARMAssembler(68): generated scanline__00000077:03545404_00000A01_00000000 [ 30 ipp] (51 ins) at [0x1c020:0x1c0ec] in 2907017 ns 08-02 16:10:08.676: I/SystemServer(58): Telephony Registry 08-02 16:10:08.686: I/SystemServer(58): Package Manager 08-02 16:10:08.706: I/Installer(58): connecting... 08-02 16:10:08.716: I/installd(34): new connection 08-02 16:10:08.856: I/PackageManager(58): Libs: android.test.runner:/system/framework/android.test.runner.jar javax.obex:/system/framework/javax.obex.jar com.google.android.maps:/system/framework/com.google.android.maps.jar 08-02 16:10:08.856: I/PackageManager(58): Features: android.hardware.camera android.hardware.camera.autofocus 08-02 16:10:09.096: D/dalvikvm(58): GC_FOR_MALLOC freed 4866 objects / 216768 bytes in 112ms 08-02 16:10:09.726: W/PackageManager(58): Running ENG build: no pre-dexopt! 08-02 16:10:09.806: D/PackageManager(58): Scanning app dir /system/framework 08-02 16:10:10.016: D/PackageManager(58): Scanning app dir /system/app 08-02 16:10:10.136: D/dalvikvm(58): GC_FOR_MALLOC freed 7946 objects / 396144 bytes in 99ms 08-02 16:10:11.356: D/dalvikvm(58): GC_FOR_MALLOC freed 4996 objects / 268232 bytes in 99ms 08-02 16:10:12.796: D/dalvikvm(58): GC_FOR_MALLOC freed 5232 objects / 278288 bytes in 113ms 08-02 16:10:13.318: D/PackageManager(58): Scanning app dir /data/app 08-02 16:10:13.986: D/dalvikvm(58): GC_FOR_MALLOC freed 5636 objects / 307928 bytes in 126ms 08-02 16:10:14.046: W/PackageParser(58): No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1841 08-02 16:10:14.046: W/PackageParser(58): No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1847 08-02 16:10:14.066: W/PackageManager(58): Package com.example.android.apis desires unavailable shared library com.example.will.never.exist; ignoring! 08-02 16:10:14.106: D/PackageManager(58): Scanning app dir /data/app-private 08-02 16:10:14.106: I/PackageManager(58): Time to scan packages: 4.384 seconds 08-02 16:10:14.116: W/PackageManager(58): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone 08-02 16:10:14.126: W/PackageManager(58): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x1be45) 08-02 16:10:14.126: W/PackageManager(58): Unknown permission com.google.android.gm.permission.WRITE_GMAIL in package com.android.settings 08-02 16:10:14.126: W/PackageManager(58): Unknown permission com.google.android.gm.permission.READ_GMAIL in package com.android.settings 08-02 16:10:14.136: W/PackageManager(58): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps 08-02 16:10:14.136: W/PackageManager(58): Unknown permission com.google.android.pushmessaging.permission.RECEIVE in package com.google.android.apps.maps 08-02 16:10:14.646: D/dalvikvm(58): GC_EXPLICIT freed 4399 objects / 272080 bytes in 122ms 08-02 16:10:14.666: I/SystemServer(58): Account Manager 08-02 16:10:14.816: I/SystemServer(58): Content Manager 08-02 16:10:15.066: I/SystemServer(58): System Content Providers 08-02 16:10:15.066: I/ActivityThread(58): Publishing provider settings: com.android.providers.settings.SettingsProvider 08-02 16:10:15.136: I/SystemServer(58): Battery Service 08-02 16:10:15.168: I/SystemServer(58): Lights Service 08-02 16:10:15.168: I/SystemServer(58): Vibrator Service 08-02 16:10:15.176: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:15.176: D/qemud(37): created client 0x12f88 listening on fd 12 08-02 16:10:15.176: D/qemud(37): client_fd_receive: attempting registration for service 'hw-control' 08-02 16:10:15.176: D/qemud(37): client_fd_receive: -> received channel id 3 08-02 16:10:15.256: D/qemud(37): client_registration: registration succeeded for client 3 08-02 16:10:15.346: I/SystemServer(58): Alarm Manager 08-02 16:10:15.356: I/SystemServer(58): Init Watchdog 08-02 16:10:15.356: I/SystemServer(58): Sensor Service 08-02 16:10:15.366: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:15.366: D/qemud(37): created client 0xc038 listening on fd 13 08-02 16:10:15.366: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-02 16:10:15.366: D/qemud(37): client_fd_receive: -> received channel id 4 08-02 16:10:15.446: D/qemud(37): client_registration: registration succeeded for client 4 08-02 16:10:15.731: D/qemud(37): fdhandler_event: disconnect on fd 13 08-02 16:10:15.736: I/SystemServer(58): Window Manager 08-02 16:10:15.806: I/EventHub(58): New keyboard: device->id=0x10000 devname='qwerty2' propName='hw.keyboards.65536.devname' keylayout='/system/usr/keylayout/qwerty.kl' 08-02 16:10:15.816: I/EventHub(58): New device: path=/dev/input/event0 name=qwerty2 id=0x10000 (of 0x1) index=1 fd=51 classes=0x7 08-02 16:10:15.816: E/EventHub(58): could not get driver version for /dev/input/mouse0, Not a typewriter 08-02 16:10:15.816: E/EventHub(58): could not get driver version for /dev/input/mice, Not a typewriter 08-02 16:10:15.816: I/KeyInputQueue(58): Device added: id=0x0, name=qwerty2, classes=7 08-02 16:10:15.816: I/KeyInputQueue(58): X: min=0 max=479 flat=0 fuzz=0 08-02 16:10:15.816: I/KeyInputQueue(58): Y: min=0 max=799 flat=0 fuzz=0 08-02 16:10:15.816: I/KeyInputQueue(58): Pressure: unknown values 08-02 16:10:15.816: I/KeyInputQueue(58): Size: unknown values 08-02 16:10:15.826: I/KeyInputQueue(58): No virtual keys found 08-02 16:10:15.856: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:15.856: D/qemud(37): created client 0xc038 listening on fd 13 08-02 16:10:15.856: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-02 16:10:15.856: D/qemud(37): client_fd_receive: -> received channel id 5 08-02 16:10:16.646: D/qemud(37): client_registration: registration succeeded for client 5 08-02 16:10:16.721: D/qemud(37): fdhandler_event: disconnect on fd 13 08-02 16:10:16.747: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:16.747: D/qemud(37): created client 0xc038 listening on fd 13 08-02 16:10:16.756: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-02 16:10:16.756: D/qemud(37): client_fd_receive: -> received channel id 6 08-02 16:10:16.836: D/qemud(37): client_registration: registration succeeded for client 6 08-02 16:10:16.926: D/qemud(37): fdhandler_event: disconnect on fd 13 08-02 16:10:16.936: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:16.936: D/qemud(37): created client 0xc038 listening on fd 13 08-02 16:10:16.946: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-02 16:10:16.946: D/qemud(37): client_fd_receive: -> received channel id 7 08-02 16:10:17.026: D/qemud(37): client_registration: registration succeeded for client 7 08-02 16:10:17.126: D/qemud(37): fdhandler_event: disconnect on fd 13 08-02 16:10:17.136: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:17.136: D/qemud(37): created client 0xc038 listening on fd 13 08-02 16:10:17.136: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-02 16:10:17.136: D/qemud(37): client_fd_receive: -> received channel id 8 08-02 16:10:17.216: D/qemud(37): client_registration: registration succeeded for client 8 08-02 16:10:17.305: D/qemud(37): fdhandler_event: disconnect on fd 13 08-02 16:10:18.186: I/SystemServer(58): Registering null Bluetooth Service (emulator) 08-02 16:10:18.205: E/System(58): Failure starting core service 08-02 16:10:18.205: E/System(58): java.lang.SecurityException 08-02 16:10:18.205: E/System(58): at android.os.BinderProxy.transact(Native Method) 08-02 16:10:18.205: E/System(58): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146) 08-02 16:10:18.205: E/System(58): at android.os.ServiceManager.addService(ServiceManager.java:72) 08-02 16:10:18.205: E/System(58): at com.android.server.ServerThread.run(SystemServer.java:184) 08-02 16:10:18.205: I/SystemServer(58): Device Policy 08-02 16:10:18.215: I/SystemServer(58): Status Bar 08-02 16:10:18.376: I/SystemServer(58): Clipboard Service 08-02 16:10:18.376: I/SystemServer(58): Input Method Service 08-02 16:10:18.426: I/InputManagerService(58): Enabled input methods: com.android.inputmethod.pinyin/.PinyinIME:jp.co.omronsoft.openwnn/.OpenWnnJAJP:com.android.inputmethod.latin/.LatinIME 08-02 16:10:18.436: I/SystemServer(58): NetStat Service 08-02 16:10:18.436: I/SystemServer(58): NetworkManagement Service 08-02 16:10:18.447: I/SystemServer(58): Connectivity Service 08-02 16:10:18.456: V/ConnectivityService(58): ConnectivityService starting up 08-02 16:10:18.486: D/ConnectivityService(58): getMobileDataEnabled returning true 08-02 16:10:18.496: V/ConnectivityService(58): Starting Wifi Service. 08-02 16:10:18.555: I/WifiService(58): WifiService starting up with Wi-Fi disabled 08-02 16:10:18.555: D/Tethering(58): Tethering starting 08-02 16:10:18.565: D/NetworkManagmentService(58): Registering observer 08-02 16:10:18.575: I/SystemServer(58): Throttle Service 08-02 16:10:18.585: I/SystemServer(58): Accessibility Manager 08-02 16:10:18.585: I/SystemServer(58): Mount Service 08-02 16:10:18.596: I/SystemServer(58): Notification Manager 08-02 16:10:18.616: D/VoldCmdListener(28): volume list 08-02 16:10:18.636: I/SystemServer(58): Device Storage Monitor 08-02 16:10:18.756: W/MountService(58): Duplicate state transition (removed -> removed) 08-02 16:10:18.756: D/VoldCmdListener(28): share status ums 08-02 16:10:18.777: I/SystemServer(58): Location Manager 08-02 16:10:18.777: I/SystemServer(58): Search Service 08-02 16:10:18.777: I/SystemServer(58): DropBox Service 08-02 16:10:18.785: I/SystemServer(58): Wallpaper Service 08-02 16:10:18.975: D/dalvikvm(58): GC_FOR_MALLOC freed 4078 objects / 243984 bytes in 174ms 08-02 16:10:18.975: I/SystemServer(58): Audio Service 08-02 16:10:19.295: D/AudioHardwareInterface(33): setMode(NORMAL) 08-02 16:10:19.295: W/AudioPolicyManagerBase(33): setPhoneState() setting same state 0 08-02 16:10:19.315: E/SoundPool(58): error loading /system/media/audio/ui/Effect_Tick.ogg 08-02 16:10:19.315: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg 08-02 16:10:19.336: E/SoundPool(58): error loading /system/media/audio/ui/KeypressStandard.ogg 08-02 16:10:19.336: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressStandard.ogg 08-02 16:10:19.336: E/SoundPool(58): error loading /system/media/audio/ui/KeypressSpacebar.ogg 08-02 16:10:19.336: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressSpacebar.ogg 08-02 16:10:19.355: E/SoundPool(58): error loading /system/media/audio/ui/KeypressDelete.ogg 08-02 16:10:19.355: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressDelete.ogg 08-02 16:10:19.355: E/SoundPool(58): error loading /system/media/audio/ui/KeypressReturn.ogg 08-02 16:10:19.355: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressReturn.ogg 08-02 16:10:19.395: I/SystemServer(58): Headset Observer 08-02 16:10:19.405: W/HeadsetObserver(58): This kernel does not have wired headset support 08-02 16:10:19.405: I/SystemServer(58): Dock Observer 08-02 16:10:19.405: W/DockObserver(58): This kernel does not have dock station support 08-02 16:10:19.405: I/SystemServer(58): UI Mode Manager Service 08-02 16:10:19.425: I/SystemServer(58): Backup Service 08-02 16:10:19.505: V/BackupManagerService(58): No ancestral data 08-02 16:10:20.045: I/BackupManagerService(58): Found stale backup journal, scheduling: 08-02 16:10:20.045: I/BackupManagerService(58): + com.android.inputmethod.latin 08-02 16:10:20.045: I/BackupManagerService(58): + com.android.browser 08-02 16:10:20.045: I/BackupManagerService(58): + com.android.providers.userdictionary 08-02 16:10:20.045: I/BackupManagerService(58): + android 08-02 16:10:20.045: I/BackupManagerService(58): + com.android.providers.settings 08-02 16:10:20.075: I/BackupManagerService(58): Backup enabled => false 08-02 16:10:20.085: I/SystemServer(58): AppWidget Service 08-02 16:10:20.095: I/SystemServer(58): Recognition Service 08-02 16:10:20.175: D/VoldCmdListener(28): share status ums 08-02 16:10:20.197: D/StorageNotification(58): Startup with UMS connection false (media state removed) 08-02 16:10:20.255: I/SystemServer(58): DiskStats Service 08-02 16:10:20.295: I/WindowManager(58): SAFE MODE not enabled 08-02 16:10:20.305: W/DevicePolicyManagerService(58): failed parsing /data/system/device_policies.xml java.io.FileNotFoundException: /data/system/device_policies.xml (No such file or directory) 08-02 16:10:20.416: I/ActivityManager(58): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=2/1/2 nav=1/1 orien=1 layout=35 uiMode=0 seq=1} 08-02 16:10:20.495: D/PowerManagerService(58): system ready! 08-02 16:10:20.515: I/ActivityManager(58): Sending system update to: ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.ContactsUpgradeReceiver} 08-02 16:10:20.555: W/StatusBar(58): No icon ID for slot ime 08-02 16:10:20.575: I/Zygote(58): Process: zygote socket opened 08-02 16:10:20.605: I/ActivityManager(58): Start proc android.process.acore for broadcast com.android.providers.contacts/.ContactsUpgradeReceiver: pid=107 uid=10000 gids={3003, 1015} 08-02 16:10:21.045: I/ActivityManager(58): Launching preboot mode app: ProcessRecord{43fe1d10 107:android.process.acore/10000} 08-02 16:10:21.686: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:21.686: D/qemud(37): created client 0xc038 listening on fd 13 08-02 16:10:21.686: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-02 16:10:21.686: D/qemud(37): client_fd_receive: -> received channel id 9 08-02 16:10:21.686: I/ActivityManager(58): Removing system update proc: ProcessRecord{43fe1d10 107:android.process.acore/10000} 08-02 16:10:21.686: I/Process(58): Sending signal. PID: 107 SIG: 9 08-02 16:10:21.696: I/ActivityManager(58): System now ready 08-02 16:10:21.706: D/qemud(37): client_registration: registration succeeded for client 9 08-02 16:10:21.855: I/SystemServer(58): Making services ready 08-02 16:10:21.885: I/ActivityManager(58): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=2/1/2 nav=1/1 orien=1 layout=35 uiMode=17 seq=2} 08-02 16:10:21.937: W/RecognitionManagerService(58): no available voice recognition services found 08-02 16:10:22.266: D/StatusBar(58): DISABLE_EXPAND: yes 08-02 16:10:22.726: I/ActivityManager(58): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=117 uid=10021 gids={} 08-02 16:10:22.765: D/libhardware_legacy(58): using QEMU GPS Hardware emulation 08-02 16:10:23.296: D/dalvikvm(58): GC_FOR_MALLOC freed 5123 objects / 291064 bytes in 526ms 08-02 16:10:23.296: D/NetworkManagmentService(58): Registering observer 08-02 16:10:23.317: E/ThrottleService(58): Could not open GPS configuration file /etc/gps.conf 08-02 16:10:23.346: I/ActivityManager(58): Start proc com.android.phone for added application com.android.phone: pid=125 uid=1001 gids={3002, 3001, 3003, 1015} 08-02 16:10:23.467: I/ActivityManager(58): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher } 08-02 16:10:23.686: I/ActivityManager(58): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=130 uid=10020 gids={} 08-02 16:10:23.777: I/ActivityManager(58): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=132 uid=1000 gids={3003, 3002, 3001} 08-02 16:10:23.796: W/GpsLocationProvider(58): Could not open GPS configuration file /etc/gps.conf 08-02 16:10:24.336: W/ActivityManager(58): Unable to start service Intent { act=@0 }: not found 08-02 16:10:24.646: E/logwrapper(141): executing /system/bin/tc failed: No such file or directory 08-02 16:10:24.706: I/logwrapper(29): /system/bin/tc terminated by exit(255) 08-02 16:10:24.806: E/logwrapper(143): executing /system/bin/tc failed: No such file or directory 08-02 16:10:24.837: I/logwrapper(29): /system/bin/tc terminated by exit(255) 08-02 16:10:24.856: E/logwrapper(147): executing /system/bin/tc failed: No such file or directory 08-02 16:10:24.888: I/logwrapper(29): /system/bin/tc terminated by exit(255) 08-02 16:10:25.886: W/ActivityManager(58): Unable to start service Intent { act=@0 }: not found 08-02 16:10:26.466: I/ActivityThread(130): Publishing provider com.android.launcher2.settings: com.android.launcher2.LauncherProvider 08-02 16:10:26.636: I/ActivityThread(125): Publishing provider mms: com.android.providers.telephony.MmsProvider 08-02 16:10:26.827: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-02 16:10:26.827: D/qemud(37): created client 0xc088 listening on fd 14 08-02 16:10:26.827: D/qemud(37): client_fd_receive: attempting registration for service 'gps' 08-02 16:10:26.827: D/qemud(37): client_fd_receive: -> received channel id 10 08-02 16:10:26.836: D/qemud(37): client_registration: registration succeeded for client 10 08-02 16:10:26.846: D/dalvikvm(58): GC_EXTERNAL_ALLOC freed 3882 objects / 248152 bytes in 821ms 08-02 16:10:27.196: I/ActivityThread(125): Publishing provider sms: com.android.providers.telephony.SmsProvider 08-02 16:10:27.346: I/ActivityThread(125): Publishing provider telephony: com.android.providers.telephony.TelephonyProvider 08-02 16:10:27.396: I/ActivityThread(125): Publishing provider icc: com.android.phone.IccProvider 08-02 16:10:27.436: I/ActivityThread(125): Publishing provider mms-sms: com.android.providers.telephony.MmsSmsProvider 08-02 16:10:27.696: D/dalvikvm(130): GC_EXTERNAL_ALLOC freed 968 objects / 72616 bytes in 747ms 08-02 16:10:28.156: I/ActivityManager(58): Start proc android.process.acore for content provider com.android.providers.userdictionary/.UserDictionaryProvider: pid=153 uid=10000 gids={3003, 1015} 08-02 16:10:29.136: I/ActivityThread(153): Publishing provider com.android.social: com.android.providers.contacts.SocialProvider 08-02 16:10:29.586: I/ActivityThread(153): Publishing provider applications: com.android.providers.applications.ApplicationsProvider 08-02 16:10:30.586: I/ActivityThread(153): Publishing provider contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2 08-02 16:10:30.836: D/ConnectivityService(58): getMobileDataEnabled returning true 08-02 16:10:31.326: D/dalvikvm(58): GREF has increased to 201 08-02 16:10:31.376: D/PhoneApp(125): onCreate: mProximityWakeLock: null 08-02 16:10:31.496: W/ActivityManager(58): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found 08-02 16:10:31.686: D/PhoneApp(125): Resetting audio state/mode: IDLE 08-02 16:10:31.916: D/AlarmManagerService(58): Kernel timezone updated to 0 minutes west of GMT 08-02 16:10:31.946: D/SystemClock(125): Setting time of day to sec=1375459830 08-02 16:10:30.785: W/SystemClock(125): Unable to set rtc to 1375459830: Invalid argument 08-02 16:10:30.795: I/ActivityManager(58): Start proc com.google.process.gapps for broadcast com.google.android.gsf/.checkin.CheckinService$Receiver: pid=173 uid=10023 gids={2001, 3003, 1007} 08-02 16:10:31.565: D/MobileDataStateTracker(58): default Received state= DISCONNECTED, old= DISCONNECTED, reason= radioTurnedOff, apnTypeList= default 08-02 16:10:31.685: D/MobileDataStateTracker(58): default Received state= DISCONNECTED, old= DISCONNECTED, reason= gprsDetached, apnTypeList= default 08-02 16:10:32.105: I/ActivityThread(173): Publishing provider com.google.settings: com.google.android.gsf.settings.GoogleSettingsProvider 08-02 16:10:32.745: I/ActivityThread(173): Publishing provider com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider 08-02 16:10:32.835: I/GservicesProvider(173): Gservices pushing to system: true; secure: true 08-02 16:10:32.835: I/ActivityThread(173): Publishing provider subscribedfeeds: com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider 08-02 16:10:32.885: D/dalvikvm(125): GC_FOR_MALLOC freed 3647 objects / 221072 bytes in 325ms 08-02 16:10:33.135: I/ActivityThread(153): Publishing provider call_log: com.android.providers.contacts.CallLogProvider 08-02 16:10:33.215: I/ActivityThread(153): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider 08-02 16:10:33.435: I/ActivityThread(173): Publishing provider com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider 08-02 16:10:33.665: D/MobileDataStateTracker(58): default Received state= DISCONNECTED, old= DISCONNECTED, reason= (unspecified), apnTypeList= default 08-02 16:10:34.105: D/MccTable(125): updateMccMncConfiguration: mcc=310, mnc=260 08-02 16:10:34.105: D/MccTable(125): locale set to en_us 08-02 16:10:34.145: D/MccTable(125): WIFI_NUM_ALLOWED_CHANNELS set to 11 08-02 16:10:34.145: I/WifiService(58): WifiService trying to setNumAllowed to 11 with persist set to true 08-02 16:10:34.196: I/ActivityManager(58): Config changed: { scale=1.0 imsi=310/260 loc=en_US touch=3 keys=2/1/2 nav=1/1 orien=1 layout=35 uiMode=17 seq=3} 08-02 16:10:34.245: I/UsageStats(58): Unexpected resume of com.android.launcher while already resumed in com.android.launcher 08-02 16:10:34.355: W/ActivityManager(58): Activity idle timeout for HistoryRecord{43e57b08 com.android.launcher/com.android.launcher2.Launcher} 08-02 16:10:35.215: D/PowerManagerService(58): bootCompleted 08-02 16:10:35.725: D/TelephonyProvider(125): Setting numeric '310260' to be the current operator 08-02 16:10:35.985: D/MobileDataStateTracker(58): default Received state= CONNECTING, old= DISCONNECTED, reason= simLoaded, apnTypeList= * 08-02 16:10:36.045: D/NetworkStateTracker(58): setDetailed state, old =IDLE and new state=CONNECTING 08-02 16:10:36.065: D/ConnectivityService(58): ConnectivityChange for mobile: CONNECTING/CONNECTING 08-02 16:10:36.135: D/MobileDataStateTracker(58): replacing old mInterfaceName (null) with /dev/omap_csmi_tty1 for hipri 08-02 16:10:36.165: D/MobileDataStateTracker(58): replacing old mInterfaceName (null) with /dev/omap_csmi_tty1 for supl 08-02 16:10:36.187: D/MobileDataStateTracker(58): replacing old mInterfaceName (null) with /dev/omap_csmi_tty1 for mms 08-02 16:10:36.207: D/MobileDataStateTracker(58): default Received state= CONNECTED, old= CONNECTING, reason= simLoaded, apnTypeList= * 08-02 16:10:36.225: D/NetworkStateTracker(58): setDetailed state, old =CONNECTING and new state=CONNECTED 08-02 16:10:36.225: D/ConnectivityService(58): ConnectivityChange for mobile: CONNECTED/CONNECTED 08-02 16:10:36.235: V/NetworkStateTracker(58): Setting TCP values: [4094,87380,110208,4096,16384,110208] which comes from [net.tcp.buffersize.umts] 08-02 16:10:37.575: D/dalvikvm(58): GC_FOR_MALLOC freed 8234 objects / 420904 bytes in 1045ms 08-02 16:10:37.695: I/ActivityManager(58): Start proc com.android.alarmclock for broadcast com.android.alarmclock/.AlarmInitReceiver: pid=193 uid=10035 gids={} 08-02 16:10:37.705: I/SearchManagerService(58): Building list of searchable activities 08-02 16:10:37.806: D/ConnectivityService(58): adding dns 10.0.2.3 for mobile 08-02 16:10:37.875: D/Tethering(58): Tethering got CONNECTIVITY_ACTION 08-02 16:10:37.875: D/Tethering(58): MasterInitialState.processMessage what=3 08-02 16:10:37.875: E/HierarchicalStateMachine(58): TetherMaster - unhandledMessage: msg.what=3 08-02 16:10:38.485: I/ActivityThread(193): Publishing provider com.android.alarmclock: com.android.alarmclock.AlarmProvider 08-02 16:10:38.675: I/SurfaceFlinger(58): Boot is finished (32630 ms) 08-02 16:10:38.806: I/ARMAssembler(58): generated scanline__00000177:03515104_00000001_00000000 [ 73 ipp] (95 ins) at [0x2faac0:0x2fac3c] in 1616405 ns 08-02 16:10:39.145: D/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol 08-02 16:10:39.357: D/OtaStartupReceiver(125): Not a CDMA phone, no need to process OTA 08-02 16:10:39.435: I/ActivityManager(58): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=201 uid=10015 gids={3003, 1015} 08-02 16:10:39.525: I/RecoverySystem(58): No recovery log file 08-02 16:10:39.815: D/dalvikvm(32): GC_EXPLICIT freed 267 objects / 10120 bytes in 314ms 08-02 16:10:40.106: D/dalvikvm(32): GC_EXPLICIT freed 40 objects / 1752 bytes in 258ms 08-02 16:10:40.256: D/dalvikvm(32): GC_EXPLICIT freed 2 objects / 48 bytes in 103ms 08-02 16:10:40.275: I/ActivityManager(58): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=207 uid=10016 gids={1015, 1006, 2001, 3003} 08-02 16:10:41.035: D/dalvikvm(58): GC_EXPLICIT freed 2831 objects / 157128 bytes in 376ms 08-02 16:10:41.155: I/ActivityThread(207): Publishing provider media: com.android.providers.media.MediaProvider 08-02 16:10:41.185: I/ActivityThread(201): Publishing provider com.android.mms.SuggestionsProvider: com.android.mms.SuggestionsProvider 08-02 16:10:41.315: V/MediaProvider(207): Attached volume: internal 08-02 16:10:41.385: I/ActivityThread(207): Publishing provider downloads: com.android.providers.downloads.DownloadProvider 08-02 16:10:41.545: I/ActivityThread(207): Publishing provider drm: com.android.providers.drm.DrmProvider 08-02 16:10:42.125: I/ActivityManager(58): Start proc com.google.android.apps.maps:FriendService for broadcast com.google.android.apps.maps/com.google.googlenav.friend.android.ServiceReceiver: pid=226 uid=10017 gids={3003, 1015} 08-02 16:10:44.394: D/MediaScannerService(207): start scanning volume internal 08-02 16:10:44.554: I/EventLogService(173): Aggregate from 1375457188988 (log), 1375457188988 (data) 08-02 16:10:44.574: I/ActivityManager(58): Starting activity: Intent { flg=0x10000000 cmp=com.google.android.gsf/.update.SystemUpdateInstallDialog } 08-02 16:10:44.635: I/GTalkService(173): [ServiceAutoStarter] --- received boot intent broadcast 08-02 16:10:44.775: I/ActivityManager(58): Start proc com.android.email for broadcast com.android.email/com.android.exchange.BootReceiver: pid=234 uid=10025 gids={3003, 1015} 08-02 16:10:45.484: I/ActivityManager(58): Displayed activity com.android.launcher/com.android.launcher2.Launcher: 23102 ms (total 23102 ms) 08-02 16:10:45.894: I/ActivityThread(234): Publishing provider com.android.email.provider: com.android.email.provider.EmailProvider 08-02 16:10:45.964: I/ActivityThread(234): Publishing provider com.android.email.attachmentprovider: com.android.email.provider.AttachmentProvider 08-02 16:10:46.004: I/ActivityThread(234): Publishing provider com.android.exchange.provider: com.android.exchange.provider.ExchangeProvider 08-02 16:10:46.374: D/Exchange(234): BootReceiver onReceive 08-02 16:10:46.414: D/EAS SyncManager(234): !!! EAS SyncManager, onCreate 08-02 16:10:46.895: I/ActivityManager(58): Start proc com.android.music for broadcast com.android.music/.MediaAppWidgetProvider: pid=244 uid=10014 gids={3003, 1015} 08-02 16:10:47.165: D/EAS SyncManager(234): !!! EAS SyncManager, onStartCommand 08-02 16:10:47.285: D/EAS SyncManager(234): !!! EAS SyncManager, stopping self 08-02 16:10:47.944: I/ActivityManager(58): Start proc com.android.protips for broadcast com.android.protips/.ProtipWidget: pid=251 uid=10009 gids={} 08-02 16:10:48.685: I/ActivityManager(58): Start proc com.android.quicksearchbox for broadcast com.android.quicksearchbox/.SearchWidgetProvider: pid=258 uid=10008 gids={3003} 08-02 16:10:48.949: D/Eas Debug(234): Logging: 08-02 16:10:48.965: D/dalvikvm(58): GREF has increased to 301 08-02 16:10:49.245: I/ActivityThread(258): Publishing provider com.android.quicksearchbox.google: com.android.quicksearchbox.google.GoogleSuggestionProvider 08-02 16:10:49.775: D/EAS SyncManager(234): !!! EAS SyncManager, onDestroy 08-02 16:10:51.686: D/dalvikvm(173): GC_FOR_MALLOC freed 3764 objects / 282440 bytes in 1048ms 08-02 16:10:51.815: I/GTalkService(173): [ServiceAutoStarter] --- connectivity changed 08-02 16:10:51.826: I/GTalkService(173): [ServiceAutoStarter] --- start GTalk service --- 08-02 16:10:51.955: D/GTalkService(173): [GTalkService.1] ### onCreate ### 08-02 16:10:52.126: D/GTalkService(173): [GTalkService.1] setBackgroundDataWithLock: mBackgroundDataEnabled=true 08-02 16:10:52.545: D/GTalkService(173): [GTalkService.1] onStartCommand: found 0 connections, force audit connections... 08-02 16:10:52.715: D/GoogleLoginService(173): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService } 08-02 16:10:52.726: W/GoogleLoginService(173): Device has no accounts: sending Intent { act=com.google.android.gsf.LOGIN_ACCOUNTS_MISSING } 08-02 16:10:52.755: D/GTalkService(173): [GTalkService.15] account missing 08-02 16:10:52.795: D/GTalkService(173): [GTalkService.14] account missing 08-02 16:10:56.565: D/AndroidRuntime(270): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< 08-02 16:10:56.565: D/AndroidRuntime(270): CheckJNI is ON 08-02 16:10:56.796: D/AndroidRuntime(270): --- registering native functions --- 08-02 16:10:57.636: I/ActivityManager(58): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=276 uid=10027 gids={1015, 2001} 08-02 16:10:58.225: D/dalvikvm(276): GC_EXPLICIT freed 730 objects / 54048 bytes in 88ms 08-02 16:10:58.925: D/MediaScanner(207): prescan time: 1666ms 08-02 16:10:59.026: D/MediaScanner(207): scan time: 4ms 08-02 16:10:59.035: D/MediaScanner(207): postscan time: 1ms 08-02 16:10:59.035: D/MediaScanner(207): total time: 1671ms 08-02 16:10:59.135: D/MediaScannerService(207): done scanning volume internal 08-02 16:11:00.265: I/Launcher.Model(130): not binding apps: no Launcher activity 08-02 16:11:00.405: D/dalvikvm(130): GC_EXPLICIT freed 4852 objects / 268328 bytes in 136ms 08-02 16:11:01.565: D/dalvikvm(130): GC_EXPLICIT freed 11183 objects / 548120 bytes in 108ms 08-02 16:11:09.255: D/PackageParser(58): Scanning package: /data/app/vmdl41481.tmp 08-02 16:11:09.845: D/dalvikvm(58): GC_FOR_MALLOC freed 11429 objects / 623600 bytes in 141ms 08-02 16:11:10.817: I/PackageManager(58): Removing non-system package:com.psykiatriskkriseplan 08-02 16:11:10.825: I/ActivityManager(58): Force stopping package com.psykiatriskkriseplan uid=10040 08-02 16:11:11.125: D/PackageManager(58): Scanning package com.psykiatriskkriseplan 08-02 16:11:11.135: I/PackageManager(58): Package com.psykiatriskkriseplan codePath changed from /data/app/com.psykiatriskkriseplan-2.apk to /data/app/com.psykiatriskkriseplan-1.apk; Retaining data and using new 08-02 16:11:11.146: I/PackageManager(58): /data/app/com.psykiatriskkriseplan-1.apk changed; unpacking 08-02 16:11:11.186: D/installd(34): DexInv: --- BEGIN '/data/app/com.psykiatriskkriseplan-1.apk' --- 08-02 16:11:12.504: D/dalvikvm(284): DexOpt: load 97ms, verify 679ms, opt 21ms 08-02 16:11:12.765: D/installd(34): DexInv: --- END '/data/app/com.psykiatriskkriseplan-1.apk' (success) --- 08-02 16:11:12.765: W/PackageManager(58): Code path for pkg : com.psykiatriskkriseplan changing from /data/app/com.psykiatriskkriseplan-2.apk to /data/app/com.psykiatriskkriseplan-1.apk 08-02 16:11:12.765: W/PackageManager(58): Resource path for pkg : com.psykiatriskkriseplan changing from /data/app/com.psykiatriskkriseplan-2.apk to /data/app/com.psykiatriskkriseplan-1.apk 08-02 16:11:12.765: D/PackageManager(58): Services: com.psykiatriskkriseplan.GCMIntentService 08-02 16:11:12.765: D/PackageManager(58): Receivers: com.google.android.gcm.GCMBroadcastReceiver 08-02 16:11:12.775: D/PackageManager(58): Activities: com.psykiatriskkriseplan.BT_activity_root com.psykiatriskkriseplan.BT_activity_base com.psykiatriskkriseplan.BT_activity_root_tabs com.psykiatriskkriseplan.BT_screen_customHTML com.psykiatriskkriseplan.BT_screen_menuListSimple com.psykiatriskkriseplan.Notepad_feature com.psykiatriskkriseplan.BT_screen_map com.psykiatriskkriseplan.WB_screen_menuImage 08-02 16:11:12.775: D/PackageManager(58): Permissions: com.psykiatriskkriseplan.permission.C2D_MESSAGE 08-02 16:11:12.784: I/ActivityManager(58): Force stopping package com.psykiatriskkriseplan uid=10040 08-02 16:11:13.105: I/installd(34): move /data/dalvik-cache/data@[email protected]@classes.dex -> /data/dalvik-cache/data@[email protected]@classes.dex 08-02 16:11:13.114: D/PackageManager(58): New package installed in /data/app/com.psykiatriskkriseplan-1.apk 08-02 16:11:13.136: W/PackageManager(58): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone 08-02 16:11:13.144: W/PackageManager(58): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x1be45) 08-02 16:11:13.154: W/PackageManager(58): Unknown permission com.google.android.gm.permission.WRITE_GMAIL in package com.android.settings 08-02 16:11:13.154: W/PackageManager(58): Unknown permission com.google.android.gm.permission.READ_GMAIL in package com.android.settings 08-02 16:11:13.175: W/PackageManager(58): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps 08-02 16:11:13.175: W/PackageManager(58): Unknown permission com.google.android.pushmessaging.permission.RECEIVE in package com.google.android.apps.maps 08-02 16:11:13.444: I/ActivityManager(58): Force stopping package com.psykiatriskkriseplan uid=10040 08-02 16:11:13.545: D/dalvikvm(130): GC_EXPLICIT freed 175 objects / 7368 bytes in 93ms 08-02 16:11:13.754: D/dalvikvm(153): GC_EXPLICIT freed 4342 objects / 262440 bytes in 196ms
 
Jelope
Lost but trying
Profile
Posts: 64
Reg: Jul 29, 2013
copenhagen
9,040
like
08/02/13 09:56 AM (12 years ago)
Jack please explain a Little bit more.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
08/02/13 10:37 PM (12 years ago)
@Jelope: Here is the theory: I will be using "Grand Central Station" 1. Go into the Android Simulator and do a Google Maps Search 2. Put in "Grand Central Station" 3. The URL should be something like: https://maps.google.com/maps?oe=UTF-8&hl=en&client=safari&ie=UTF-8&q=grand+central+station&fb=1&gl=us&hq=grand+central+station&cid=0,0,8805155910883683529&ei=eJX8UdeyI-vpiwLluYHYCg&ved=0CCsQ_BI 4. You take this and put this URL into the "Custom URL" plugin. 5. You link this screen to a menu or a tab 6. You have Google Maps in your app without an API Key. This WebView shortcut works because Google has made their Mobile Maps Site look very native. To the average app user, they will not be able to tell they are not using the Native Google Maps. In the coming weeks, a new Buzztouch Android Core will be released. With this core, a new Native Maps plugin will be released that supports a Google Maps for Android V2 API Key. Jake
 
Jelope
Lost but trying
Profile
Posts: 64
Reg: Jul 29, 2013
copenhagen
9,040
like
08/04/13 01:00 PM (12 years ago)
Dear Jack Do you meen that I should use another plugin i BT? Because on the Google map that I will use, there is already the adress on different hospital. Will it still works with that new methods? I still have a lots of problems with the layout in Eclipse https://www.dropbox.com/s/ueev7ltb1xpg8tw/screen.docx the colour of the buttons is Black, icons disappears and so on, I tryed to play a Little bit with the java, could that be the problem?
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
09/02/13 04:44 PM (12 years ago)
@Jelope: The new Buzztouch 3.0 Core for Android was released. If you would like to implement Google Maps, you can not re-download the "New" 3.0 Source Code and enter your new Google Maps Key. V3.0 comes with many new and exciting features as well as a more modern User Interface. Jake
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
09/03/13 07:12 AM (12 years ago)
Jake - did you get maps working in the new core?
 
Jelope
Lost but trying
Profile
Posts: 64
Reg: Jul 29, 2013
copenhagen
9,040
like
09/04/13 04:54 AM (12 years ago)
Hey I think that not should be now? isn't that right? Jeg did redownload the project to eclipse, and I did have to make some small adjustment in the code. Rows changed color even thought is look fine i buzztouch. So now it looks okay, but I still can not make the maps works. Jake mayby you will write a good description to me?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.