Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 8    Views: 79

CreativeAppsPublishing
Android Fan
Profile
Posts: 63
Reg: Jul 31, 2013
Miri Sarawak
5,030
08/19/13 03:03 AM (12 years ago)

HTML Doc Plugin Issue & How to Do Product Clean

Hi Everyone, I have problems on how to run the HTML Doc Plugin. After I have created my menu simple with links to a HTML Doc Plugin, my simulator shows some errors. I have my document in word format and I have already converted it into html document. And then I upload the html doc to buzztouch files tab. I even copy the file manually into the asset folder. But things are not working I have no idea why at first. Then I tried to do restart eclipse several times then things start to work. The simulator can now display my html doc. Please check this google doc link and you can see exactly before and after the html doc can be displayed. (https://docs.google.com/drawings/d/1EeXme2hM3guctTSJy3EVZoqnMgDQcgRMePgoe2O9xAc/edit?usp=sharing) My Question... 1) Why is this issue happening? I really cannot figured out what caused this problems. 2) What is "Do Product Clean in Eclipse and Run again?" I see a lot of members in the forum suggest that we do product clean for our project whenever it runs into issues or errors. I just want to know what this means. How do I do a product clean? Can someone suggest me of what I should do? Thanks. Tommy
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
08/19/13 04:07 AM (12 years ago)
Try putting the HTML file in your BT_Docs directory. That is where the app will be looking for it. Also, any images that are referenced 'within' the HTML document should be located 'with respect to the path indicated in the HTML Document'. So, if your image has a path of <img src="boogie.png"> then 'boogie.png' should also reside in the BT_Docs directory. In Eclipse you perform a 'clean project' by selecting the "project" menu and choosing "clean". What a "clean" does is erase the 'working copy' of the compiled app, so that you start "fresh" on your device or in your simulator. Cheers! -- Smug
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
08/19/13 05:44 AM (12 years ago)
The good news is that's its working now. The why? Not sure without seeing your LogCat. If the problem returns, paste that LogCat output here and we'll figure it out together.
 
CreativeAppsPublis...
Android Fan
Profile
Posts: 63
Reg: Jul 31, 2013
Miri Sarawak
5,030
like
08/19/13 06:26 AM (12 years ago)
Thanks Chris and Smug! Sometimes, I am having issues like below... I just cannot figure it out. Console Says this:... [2013-08-19 21:20:04 - kettlebellworkoutroutines] Android Launch! [2013-08-19 21:20:04 - kettlebellworkoutroutines] adb is running normally. [2013-08-19 21:20:04 - kettlebellworkoutroutines] Performing com.kettlebellworkoutroutines.BT_activity_root activity launch [2013-08-19 21:20:04 - kettlebellworkoutroutines] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'Buzztouch_v2.0' [2013-08-19 21:20:06 - kettlebellworkoutroutines] Application already deployed. No need to reinstall. [2013-08-19 21:20:06 - kettlebellworkoutroutines] Starting activity com.kettlebellworkoutroutines.BT_activity_root on device emulator-5554 [2013-08-19 21:20:08 - kettlebellworkoutroutines] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.kettlebellworkoutroutines/.BT_activity_root } [2013-08-19 21:20:08 - kettlebellworkoutroutines] ActivityManager: Warning: Activity not started, its current task has been brought to the front Logcat says this... 08-19 12:26:07.134: I/DEBUG(30): debuggerd: Jun 30 2010 14:39:19 08-19 12:26:07.284: D/qemud(37): entering main loop 08-19 12:26:07.294: I/Netd(29): Netd 1.0 starting 08-19 12:26:07.314: I/Vold(28): Vold 2.1 (the revenge) firing up 08-19 12:26:07.365: D/Vold(28): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media) 08-19 12:26:07.814: W/Vold(28): No UMS switch available 08-19 12:26:08.034: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:08.034: D/qemud(37): created client 0xe078 listening on fd 8 08-19 12:26:08.064: D/qemud(37): client_fd_receive: attempting registration for service 'boot-properties' 08-19 12:26:08.064: D/qemud(37): client_fd_receive: -> received channel id 1 08-19 12:26:08.076: D/qemud(37): client_registration: registration succeeded for client 1 08-19 12:26:08.076: I/qemu-props(50): connected to 'boot-properties' qemud service. 08-19 12:26:08.084: I/qemu-props(50): received: dalvik.vm.heapsize=16m 08-19 12:26:08.084: I/qemu-props(50): received: qemu.sf.lcd_density=160 08-19 12:26:08.084: I/qemu-props(50): received: qemu.hw.mainkeys=1 08-19 12:26:08.084: I/qemu-props(50): received: qemu.sf.fake_camera=none 08-19 12:26:08.094: I/qemu-props(50): received: 08-19 12:26:08.094: I/qemu-props(50): invalid format, ignored. 08-19 12:26:08.535: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:08.535: D/qemud(37): created client 0x12f38 listening on fd 11 08-19 12:26:08.535: D/qemud(37): fdhandler_event: disconnect on fd 11 08-19 12:26:08.564: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:08.564: D/qemud(37): created client 0x12f38 listening on fd 11 08-19 12:26:08.564: D/qemud(37): client_fd_receive: attempting registration for service 'gsm' 08-19 12:26:08.564: D/qemud(37): client_fd_receive: -> received channel id 2 08-19 12:26:08.574: D/qemud(37): client_registration: registration succeeded for client 2 08-19 12:26:08.975: D/AndroidRuntime(32): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< 08-19 12:26:08.995: D/AndroidRuntime(32): CheckJNI is ON 08-19 12:26:09.805: I/(33): ServiceManager: 0xacd0 08-19 12:26:09.825: D/AudioHardwareInterface(33): setMode(NORMAL) 08-19 12:26:09.825: I/CameraService(33): CameraService started: pid=33 08-19 12:26:09.865: I/AudioFlinger(33): AudioFlinger's thread 0xb3f0 ready to run 08-19 12:26:09.935: D/AndroidRuntime(32): --- registering native functions --- 08-19 12:26:10.757: I/SamplingProfilerIntegration(32): Profiler is disabled. 08-19 12:26:10.855: I/Zygote(32): Preloading classes... 08-19 12:26:10.855: E/Zygote(32): setreuid() failed. errno: 2 08-19 12:26:10.875: D/dalvikvm(32): GC_EXPLICIT freed 821 objects / 47480 bytes in 18ms 08-19 12:26:11.416: D/dalvikvm(32): GC_EXPLICIT freed 219 objects / 13600 bytes in 13ms 08-19 12:26:11.545: D/dalvikvm(32): GC_EXPLICIT freed 253 objects / 14344 bytes in 9ms 08-19 12:26:11.675: D/dalvikvm(32): GC_EXPLICIT freed 466 objects / 28864 bytes in 11ms 08-19 12:26:12.205: D/dalvikvm(32): GC_EXPLICIT freed 2090 objects / 108328 bytes in 15ms 08-19 12:26:12.545: W/MediaProfiles(32): could not find media config xml file 08-19 12:26:12.596: D/dalvikvm(32): GC_EXPLICIT freed 279 objects / 15984 bytes in 13ms 08-19 12:26:13.105: D/dalvikvm(32): GC_FOR_MALLOC freed 5012 objects / 223152 bytes in 32ms 08-19 12:26:14.494: D/dalvikvm(32): GC_FOR_MALLOC freed 11282 objects / 381088 bytes in 38ms 08-19 12:26:15.024: D/dalvikvm(32): GC_FOR_MALLOC freed 9805 objects / 461888 bytes in 46ms 08-19 12:26:15.484: D/dalvikvm(32): GC_FOR_MALLOC freed 8694 objects / 422936 bytes in 44ms 08-19 12:26:16.294: D/dalvikvm(32): GC_FOR_MALLOC freed 7648 objects / 458560 bytes in 49ms 08-19 12:26:17.044: D/dalvikvm(32): GC_FOR_MALLOC freed 7537 objects / 458192 bytes in 47ms 08-19 12:26:17.814: D/dalvikvm(32): GC_FOR_MALLOC freed 7189 objects / 457624 bytes in 49ms 08-19 12:26:18.714: D/dalvikvm(32): GC_FOR_MALLOC freed 8598 objects / 513456 bytes in 49ms 08-19 12:26:18.854: D/dalvikvm(32): GC_EXPLICIT freed 453 objects / 39192 bytes in 39ms 08-19 12:26:19.144: D/dalvikvm(32): GC_EXPLICIT freed 594 objects / 29016 bytes in 43ms 08-19 12:26:19.264: D/dalvikvm(32): GC_EXPLICIT freed 449 objects / 25096 bytes in 43ms 08-19 12:26:19.594: D/dalvikvm(32): GC_EXPLICIT freed 308 objects / 35136 bytes in 55ms 08-19 12:26:19.864: D/dalvikvm(32): GC_EXPLICIT freed 279 objects / 18952 bytes in 86ms 08-19 12:26:20.294: D/dalvikvm(32): GC_EXPLICIT freed 341 objects / 18432 bytes in 56ms 08-19 12:26:20.625: D/dalvikvm(32): GC_EXPLICIT freed 449 objects / 28248 bytes in 69ms 08-19 12:26:23.036: D/dalvikvm(32): GC_EXPLICIT freed 530 objects / 53464 bytes in 71ms 08-19 12:26:23.194: D/dalvikvm(32): GC_EXPLICIT freed 623 objects / 34040 bytes in 61ms 08-19 12:26:23.354: D/dalvikvm(32): GC_EXPLICIT freed 861 objects / 46872 bytes in 66ms 08-19 12:26:23.615: D/dalvikvm(32): GC_EXPLICIT freed 1747 objects / 85520 bytes in 67ms 08-19 12:26:23.854: D/dalvikvm(32): GC_EXPLICIT freed 447 objects / 29400 bytes in 150ms 08-19 12:26:24.034: D/dalvikvm(32): GC_EXPLICIT freed 315 objects / 20192 bytes in 97ms 08-19 12:26:24.064: I/Zygote(32): ...preloaded 1265 classes in 13206ms. 08-19 12:26:24.064: E/Zygote(32): setreuid() failed. errno: 17 08-19 12:26:24.164: D/dalvikvm(32): GC_EXPLICIT freed 104 objects / 14224 bytes in 107ms 08-19 12:26:24.424: I/Zygote(32): Preloading resources... 08-19 12:26:24.444: W/Zygote(32): Preloaded drawable resource #0x1080093 (res/drawable-mdpi/sym_def_app_icon.png) that varies with configuration!! 08-19 12:26:24.456: W/Zygote(32): Preloaded drawable resource #0x1080002 (res/drawable-mdpi/arrow_down_float.png) that varies with configuration!! 08-19 12:26:24.514: W/Zygote(32): Preloaded drawable resource #0x10800b3 (res/drawable/btn_check.xml) that varies with configuration!! 08-19 12:26:24.524: W/Zygote(32): Preloaded drawable resource #0x10800b6 (res/drawable-mdpi/btn_check_label_background.9.png) that varies with configuration!! 08-19 12:26:24.524: W/Zygote(32): Preloaded drawable resource #0x10800b7 (res/drawable-mdpi/btn_check_off.png) that varies with configuration!! 08-19 12:26:24.524: W/Zygote(32): Preloaded drawable resource #0x10800bc (res/drawable-mdpi/btn_check_on.png) that varies with configuration!! 08-19 12:26:24.554: W/Zygote(32): Preloaded drawable resource #0x1080004 (res/drawable/btn_default.xml) that varies with configuration!! 08-19 12:26:24.594: W/Zygote(32): Preloaded drawable resource #0x1080005 (res/drawable/btn_default_small.xml) that varies with configuration!! 08-19 12:26:24.624: W/Zygote(32): Preloaded drawable resource #0x1080006 (res/drawable/btn_dropdown.xml) that varies with configuration!! 08-19 12:26:24.654: W/Zygote(32): Preloaded drawable resource #0x1080008 (res/drawable/btn_plus.xml) that varies with configuration!! 08-19 12:26:24.684: W/Zygote(32): Preloaded drawable resource #0x1080007 (res/drawable/btn_minus.xml) that varies with configuration!! 08-19 12:26:24.724: W/Zygote(32): Preloaded drawable resource #0x1080009 (res/drawable/btn_radio.xml) that varies with configuration!! 08-19 12:26:24.784: W/Zygote(32): Preloaded drawable resource #0x108000a (res/drawable/btn_star.xml) that varies with configuration!! 08-19 12:26:24.874: D/dalvikvm(32): GC_EXPLICIT freed 421 objects / 25848 bytes in 86ms 08-19 12:26:24.894: W/Zygote(32): Preloaded drawable resource #0x1080131 (res/drawable/btn_toggle.xml) that varies with configuration!! 08-19 12:26:24.904: W/Zygote(32): Preloaded drawable resource #0x1080194 (res/drawable-mdpi/ic_emergency.png) that varies with configuration!! 08-19 12:26:24.904: W/Zygote(32): Preloaded drawable resource #0x1080012 (res/drawable-mdpi/divider_horizontal_bright.9.png) that varies with configuration!! 08-19 12:26:24.918: W/Zygote(32): Preloaded drawable resource #0x1080014 (res/drawable-mdpi/divider_horizontal_dark.9.png) that varies with configuration!! 08-19 12:26:24.944: W/Zygote(32): Preloaded drawable resource #0x1080016 (res/drawable/edit_text.xml) that varies with configuration!! 08-19 12:26:24.964: W/Zygote(32): Preloaded drawable resource #0x108016d (res/drawable/expander_group.xml) that varies with configuration!! 08-19 12:26:24.994: W/Zygote(32): Preloaded drawable resource #0x1080062 (res/drawable/list_selector_background.xml) that varies with configuration!! 08-19 12:26:25.016: W/Zygote(32): Preloaded drawable resource #0x1080227 (res/drawable-mdpi/menu_background.9.png) that varies with configuration!! 08-19 12:26:25.016: W/Zygote(32): Preloaded drawable resource #0x1080228 (res/drawable-mdpi/menu_background_fill_parent_width.9.png) that varies with configuration!! 08-19 12:26:25.044: W/Zygote(32): Preloaded drawable resource #0x1080229 (res/drawable/menu_selector.xml) that varies with configuration!! 08-19 12:26:25.054: W/Zygote(32): Preloaded drawable resource #0x1080234 (res/drawable-mdpi/panel_background.9.png) that varies with configuration!! 08-19 12:26:25.054: W/Zygote(32): Preloaded drawable resource #0x108023b (res/drawable-mdpi/popup_bottom_bright.9.png) that varies with configuration!! 08-19 12:26:25.065: W/Zygote(32): Preloaded drawable resource #0x108023c (res/drawable-mdpi/popup_bottom_dark.9.png) that varies with configuration!! 08-19 12:26:25.074: W/Zygote(32): Preloaded drawable resource #0x108023d (res/drawable-mdpi/popup_bottom_medium.9.png) that varies with configuration!! 08-19 12:26:25.074: W/Zygote(32): Preloaded drawable resource #0x108023e (res/drawable-mdpi/popup_center_bright.9.png) that varies with configuration!! 08-19 12:26:25.095: W/Zygote(32): Preloaded drawable resource #0x108023f (res/drawable-mdpi/popup_center_dark.9.png) that varies with configuration!! 08-19 12:26:25.095: W/Zygote(32): Preloaded drawable resource #0x1080242 (res/drawable-mdpi/popup_full_dark.9.png) that varies with configuration!! 08-19 12:26:25.104: W/Zygote(32): Preloaded drawable resource #0x1080245 (res/drawable-mdpi/popup_top_bright.9.png) that varies with configuration!! 08-19 12:26:25.116: W/Zygote(32): Preloaded drawable resource #0x1080246 (res/drawable-mdpi/popup_top_dark.9.png) that varies with configuration!! 08-19 12:26:25.144: W/Zygote(32): Preloaded drawable resource #0x108006d (res/drawable/progress_indeterminate_horizontal.xml) that varies with configuration!! 08-19 12:26:25.154: W/Zygote(32): Preloaded drawable resource #0x108024c (res/drawable/progress_small.xml) that varies with configuration!! 08-19 12:26:25.166: W/Zygote(32): Preloaded drawable resource #0x108024d (res/drawable/progress_small_titlebar.xml) that varies with configuration!! 08-19 12:26:25.174: W/Zygote(32): Preloaded drawable resource #0x1080270 (res/drawable-mdpi/scrollbar_handle_horizontal.9.png) that varies with configuration!! 08-19 12:26:25.174: W/Zygote(32): Preloaded drawable resource #0x1080271 (res/drawable-mdpi/scrollbar_handle_vertical.9.png) that varies with configuration!! 08-19 12:26:25.286: D/dalvikvm(32): GC_EXPLICIT freed 477 objects / 32640 bytes in 112ms 08-19 12:26:25.315: W/Zygote(32): Preloaded drawable resource #0x1080071 (res/drawable/spinner_dropdown_background.xml) that varies with configuration!! 08-19 12:26:25.334: W/Zygote(32): Preloaded drawable resource #0x1080354 (res/drawable-mdpi/title_bar_shadow.9.png) that varies with configuration!! 08-19 12:26:25.334: W/Zygote(32): Preloaded drawable resource #0x10801d6 (res/drawable-mdpi/indicator_code_lock_drag_direction_green_up.png) that varies with configuration!! 08-19 12:26:25.344: W/Zygote(32): Preloaded drawable resource #0x10801d7 (res/drawable-mdpi/indicator_code_lock_drag_direction_red_up.png) that varies with configuration!! 08-19 12:26:25.344: W/Zygote(32): Preloaded drawable resource #0x10801d8 (res/drawable-mdpi/indicator_code_lock_point_area_default.png) that varies with configuration!! 08-19 12:26:25.364: W/Zygote(32): Preloaded drawable resource #0x10801d9 (res/drawable-mdpi/indicator_code_lock_point_area_green.png) that varies with configuration!! 08-19 12:26:25.364: W/Zygote(32): Preloaded drawable resource #0x10801da (res/drawable-mdpi/indicator_code_lock_point_area_red.png) that varies with configuration!! 08-19 12:26:25.376: W/Zygote(32): Preloaded drawable resource #0x10801e8 (res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png) that varies with configuration!! 08-19 12:26:25.376: W/Zygote(32): Preloaded drawable resource #0x10801ec (res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png) that varies with configuration!! 08-19 12:26:25.384: W/Zygote(32): Preloaded drawable resource #0x10801ed (res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png) that varies with configuration!! 08-19 12:26:25.395: W/Zygote(32): Preloaded drawable resource #0x10801f1 (res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png) that varies with configuration!! 08-19 12:26:25.404: W/Zygote(32): Preloaded drawable resource #0x10801f5 (res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png) that varies with configuration!! 08-19 12:26:25.416: W/Zygote(32): Preloaded drawable resource #0x10801f6 (res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png) that varies with configuration!! 08-19 12:26:25.416: W/Zygote(32): Preloaded drawable resource #0x10801fb (res/drawable-mdpi/jog_tab_left_confirm_gray.png) that varies with configuration!! 08-19 12:26:25.424: W/Zygote(32): Preloaded drawable resource #0x1080200 (res/drawable-mdpi/jog_tab_left_normal.png) that varies with configuration!! 08-19 12:26:25.424: W/Zygote(32): Preloaded drawable resource #0x1080201 (res/drawable-mdpi/jog_tab_left_pressed.png) that varies with configuration!! 08-19 12:26:25.434: W/Zygote(32): Preloaded drawable resource #0x1080203 (res/drawable-mdpi/jog_tab_right_confirm_gray.png) that varies with configuration!! 08-19 12:26:25.444: W/Zygote(32): Preloaded drawable resource #0x1080209 (res/drawable-mdpi/jog_tab_right_normal.png) that varies with configuration!! 08-19 12:26:25.444: W/Zygote(32): Preloaded drawable resource #0x108020a (res/drawable-mdpi/jog_tab_right_pressed.png) that varies with configuration!! 08-19 12:26:25.454: W/Zygote(32): Preloaded drawable resource #0x108020d (res/drawable-mdpi/jog_tab_target_gray.png) that varies with configuration!! 08-19 12:26:25.454: I/Zygote(32): ...preloaded 61 resources in 1033ms. 08-19 12:26:25.494: I/Zygote(32): ...preloaded 15 resources in 45ms. 08-19 12:26:25.604: D/dalvikvm(32): GC_EXPLICIT freed 503 objects / 37832 bytes in 104ms 08-19 12:26:25.784: D/dalvikvm(32): GC_EXPLICIT freed 150 objects / 5792 bytes in 172ms 08-19 12:26:25.950: D/dalvikvm(32): GC_EXPLICIT freed 2 objects / 48 bytes in 160ms 08-19 12:26:25.974: I/dalvikvm(32): System server process 58 has been created 08-19 12:26:25.974: I/Zygote(32): Accepting command socket connections 08-19 12:26:26.536: E/BatteryService(58): usbOnlinePath not found 08-19 12:26:26.536: E/BatteryService(58): batteryVoltagePath not found 08-19 12:26:26.536: E/BatteryService(58): batteryTemperaturePath not found 08-19 12:26:26.544: I/sysproc(58): Entered system_init() 08-19 12:26:26.544: I/sysproc(58): ServiceManager: 0x1364b0 08-19 12:26:26.554: I/SurfaceFlinger(58): SurfaceFlinger is starting 08-19 12:26:26.554: I/SurfaceFlinger(58): SurfaceFlinger's main thread ready to run. Initializing graphics H/W... 08-19 12:26:26.564: E/SurfaceFlinger(58): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake 08-19 12:26:26.674: I/gralloc(58): using (fd=24) 08-19 12:26:26.674: I/gralloc(58): id = 08-19 12:26:26.674: I/gralloc(58): xres = 480 px 08-19 12:26:26.674: I/gralloc(58): yres = 800 px 08-19 12:26:26.674: I/gralloc(58): xres_virtual = 480 px 08-19 12:26:26.674: I/gralloc(58): yres_virtual = 1600 px 08-19 12:26:26.674: I/gralloc(58): bpp = 16 08-19 12:26:26.674: I/gralloc(58): r = 11:5 08-19 12:26:26.674: I/gralloc(58): g = 5:6 08-19 12:26:26.674: I/gralloc(58): b = 0:5 08-19 12:26:26.674: I/gralloc(58): width = 74 mm (164.756760 dpi) 08-19 12:26:26.674: I/gralloc(58): height = 123 mm (165.203247 dpi) 08-19 12:26:26.674: I/gralloc(58): refresh rate = 60.00 Hz 08-19 12:26:26.694: D/libEGL(58): egl.cfg not found, using default config 08-19 12:26:26.704: D/libEGL(58): loaded /system/lib/egl/libGLES_android.so 08-19 12:26:26.724: I/SurfaceFlinger(58): EGL informations: 08-19 12:26:26.724: I/SurfaceFlinger(58): # of configs : 8 08-19 12:26:26.724: I/SurfaceFlinger(58): vendor : Android 08-19 12:26:26.724: I/SurfaceFlinger(58): version : 1.4 Android META-EGL 08-19 12:26:26.724: 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-19 12:26:26.724: I/SurfaceFlinger(58): Client API: OpenGL ES 08-19 12:26:26.724: I/SurfaceFlinger(58): EGLSurface: 5-6-5-0, config=0x1000000 08-19 12:26:26.734: I/SurfaceFlinger(58): flags : 001c0000 08-19 12:26:26.734: I/SurfaceFlinger(58): OpenGL informations: 08-19 12:26:26.734: I/SurfaceFlinger(58): vendor : Android 08-19 12:26:26.734: I/SurfaceFlinger(58): renderer : Android PixelFlinger 1.3 08-19 12:26:26.734: I/SurfaceFlinger(58): version : OpenGL ES-CM 1.0 08-19 12:26:26.734: 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-19 12:26:26.734: I/SurfaceFlinger(58): GL_MAX_TEXTURE_SIZE = 4096 08-19 12:26:26.734: I/SurfaceFlinger(58): GL_MAX_VIEWPORT_DIMS = 4096 08-19 12:26:26.815: I/sysproc(58): System server: starting Android runtime. 08-19 12:26:26.815: I/sysproc(58): System server: starting Android services. 08-19 12:26:26.824: I/SystemServer(58): Entered the Android system server! 08-19 12:26:26.824: I/sysproc(58): System server: entering thread pool. 08-19 12:26:26.844: I/SystemServer(58): Entropy Service 08-19 12:26:27.134: I/SystemServer(58): Power Manager 08-19 12:26:27.164: I/SystemServer(58): Activity Manager 08-19 12:26:27.284: D/libEGL(68): egl.cfg not found, using default config 08-19 12:26:27.304: I/ActivityManager(58): Memory class: 16 08-19 12:26:27.324: D/libEGL(68): loaded /system/lib/egl/libGLES_android.so 08-19 12:26:27.364: W/zipro(68): Unable to open zip '/data/local/bootanimation.zip': No such file or directory 08-19 12:26:27.364: W/zipro(68): Unable to open zip '/system/media/bootanimation.zip': No such file or directory 08-19 12:26:27.654: I/ARMAssembler(58): generated scanline__00000077:03010104_00000004_00000000 [ 22 ipp] (41 ins) at [0x2160f0:0x216194] in 8506537 ns 08-19 12:26:27.764: I/ARMAssembler(68): generated scanline__00000077:03545404_00000A01_00000000 [ 30 ipp] (51 ins) at [0x1c020:0x1c0ec] in 4176297 ns 08-19 12:26:28.275: W/UsageStats(58): Usage stats version changed; dropping 08-19 12:26:28.674: I/SystemServer(58): Telephony Registry 08-19 12:26:28.684: I/SystemServer(58): Package Manager 08-19 12:26:28.714: I/Installer(58): connecting... 08-19 12:26:28.714: I/installd(34): new connection 08-19 12:26:28.904: 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-19 12:26:28.904: I/PackageManager(58): Features: android.hardware.camera android.hardware.camera.autofocus 08-19 12:26:29.274: D/dalvikvm(58): GC_FOR_MALLOC freed 4916 objects / 217520 bytes in 150ms 08-19 12:26:30.214: W/PackageManager(58): Running ENG build: no pre-dexopt! 08-19 12:26:30.334: D/PackageManager(58): Scanning app dir /system/framework 08-19 12:26:30.764: D/PackageManager(58): Scanning app dir /system/app 08-19 12:26:31.204: D/dalvikvm(58): GC_FOR_MALLOC freed 7926 objects / 395888 bytes in 331ms 08-19 12:26:33.534: D/dalvikvm(58): GC_FOR_MALLOC freed 5323 objects / 285024 bytes in 136ms 08-19 12:26:35.374: D/dalvikvm(58): GC_FOR_MALLOC freed 5756 objects / 307728 bytes in 155ms 08-19 12:26:35.894: D/PackageManager(58): Scanning app dir /data/app 08-19 12:26:36.824: W/PackageParser(58): No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1841 08-19 12:26:36.824: W/PackageParser(58): No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1847 08-19 12:26:36.854: W/PackageManager(58): Package com.example.android.apis desires unavailable shared library com.example.will.never.exist; ignoring! 08-19 12:26:36.904: D/PackageManager(58): Scanning app dir /data/app-private 08-19 12:26:36.904: I/PackageManager(58): Time to scan packages: 6.688 seconds 08-19 12:26:37.084: D/dalvikvm(58): GC_FOR_MALLOC freed 5825 objects / 316016 bytes in 163ms 08-19 12:26:37.084: W/PackageManager(58): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone 08-19 12:26:37.104: W/PackageManager(58): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x1be45) 08-19 12:26:37.124: W/PackageManager(58): Unknown permission com.google.android.gm.permission.WRITE_GMAIL in package com.android.settings 08-19 12:26:37.144: W/PackageManager(58): Unknown permission com.google.android.gm.permission.READ_GMAIL in package com.android.settings 08-19 12:26:37.164: W/PackageManager(58): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps 08-19 12:26:37.174: W/PackageManager(58): Unknown permission com.google.android.pushmessaging.permission.RECEIVE in package com.google.android.apps.maps 08-19 12:26:38.914: D/dalvikvm(58): GC_EXPLICIT freed 4094 objects / 257536 bytes in 163ms 08-19 12:26:38.926: I/SystemServer(58): Account Manager 08-19 12:26:39.124: I/SystemServer(58): Content Manager 08-19 12:26:40.366: I/SystemServer(58): System Content Providers 08-19 12:26:40.366: I/ActivityThread(58): Publishing provider settings: com.android.providers.settings.SettingsProvider 08-19 12:26:40.475: I/SystemServer(58): Battery Service 08-19 12:26:40.494: I/SystemServer(58): Lights Service 08-19 12:26:40.504: I/SystemServer(58): Vibrator Service 08-19 12:26:40.504: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:40.504: D/qemud(37): created client 0x12f88 listening on fd 12 08-19 12:26:40.504: D/qemud(37): client_fd_receive: attempting registration for service 'hw-control' 08-19 12:26:40.504: D/qemud(37): client_fd_receive: -> received channel id 3 08-19 12:26:40.584: D/qemud(37): client_registration: registration succeeded for client 3 08-19 12:26:40.674: I/SystemServer(58): Alarm Manager 08-19 12:26:40.694: I/SystemServer(58): Init Watchdog 08-19 12:26:40.694: I/SystemServer(58): Sensor Service 08-19 12:26:40.694: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:40.694: D/qemud(37): created client 0xc038 listening on fd 13 08-19 12:26:40.694: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-19 12:26:40.694: D/qemud(37): client_fd_receive: -> received channel id 4 08-19 12:26:40.784: D/qemud(37): client_registration: registration succeeded for client 4 08-19 12:26:40.796: D/qemud(37): fdhandler_event: disconnect on fd 13 08-19 12:26:40.796: I/SystemServer(58): Window Manager 08-19 12:26:40.854: I/EventHub(58): New keyboard: device->id=0x10000 devname='qwerty2' propName='hw.keyboards.65536.devname' keylayout='/system/usr/keylayout/qwerty.kl' 08-19 12:26:40.854: I/EventHub(58): New device: path=/dev/input/event0 name=qwerty2 id=0x10000 (of 0x1) index=1 fd=52 classes=0x7 08-19 12:26:40.854: E/EventHub(58): could not get driver version for /dev/input/mouse0, Not a typewriter 08-19 12:26:40.854: E/EventHub(58): could not get driver version for /dev/input/mice, Not a typewriter 08-19 12:26:40.854: I/KeyInputQueue(58): Device added: id=0x0, name=qwerty2, classes=7 08-19 12:26:40.854: I/KeyInputQueue(58): X: min=0 max=479 flat=0 fuzz=0 08-19 12:26:40.854: I/KeyInputQueue(58): Y: min=0 max=799 flat=0 fuzz=0 08-19 12:26:40.854: I/KeyInputQueue(58): Pressure: unknown values 08-19 12:26:40.854: I/KeyInputQueue(58): Size: unknown values 08-19 12:26:40.874: I/KeyInputQueue(58): No virtual keys found 08-19 12:26:40.904: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:40.904: D/qemud(37): created client 0xc038 listening on fd 13 08-19 12:26:40.904: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-19 12:26:40.904: D/qemud(37): client_fd_receive: -> received channel id 5 08-19 12:26:40.984: D/qemud(37): client_registration: registration succeeded for client 5 08-19 12:26:41.084: D/qemud(37): fdhandler_event: disconnect on fd 13 08-19 12:26:41.104: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:41.104: D/qemud(37): created client 0xc038 listening on fd 13 08-19 12:26:41.104: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-19 12:26:41.104: D/qemud(37): client_fd_receive: -> received channel id 6 08-19 12:26:41.184: D/qemud(37): client_registration: registration succeeded for client 6 08-19 12:26:41.260: D/qemud(37): fdhandler_event: disconnect on fd 13 08-19 12:26:41.284: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:41.284: D/qemud(37): created client 0xc038 listening on fd 13 08-19 12:26:41.284: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-19 12:26:41.284: D/qemud(37): client_fd_receive: -> received channel id 7 08-19 12:26:41.364: D/qemud(37): client_registration: registration succeeded for client 7 08-19 12:26:41.474: D/qemud(37): fdhandler_event: disconnect on fd 13 08-19 12:26:41.484: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:41.484: D/qemud(37): created client 0xc038 listening on fd 13 08-19 12:26:41.484: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-19 12:26:41.484: D/qemud(37): client_fd_receive: -> received channel id 8 08-19 12:26:41.564: D/qemud(37): client_registration: registration succeeded for client 8 08-19 12:26:41.665: D/qemud(37): fdhandler_event: disconnect on fd 13 08-19 12:26:41.744: I/SystemServer(58): Registering null Bluetooth Service (emulator) 08-19 12:26:41.764: E/System(58): Failure starting core service 08-19 12:26:41.764: E/System(58): java.lang.SecurityException 08-19 12:26:41.764: E/System(58): at android.os.BinderProxy.transact(Native Method) 08-19 12:26:41.764: E/System(58): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146) 08-19 12:26:41.764: E/System(58): at android.os.ServiceManager.addService(ServiceManager.java:72) 08-19 12:26:41.764: E/System(58): at com.android.server.ServerThread.run(SystemServer.java:184) 08-19 12:26:41.764: I/SystemServer(58): Device Policy 08-19 12:26:41.764: I/SystemServer(58): Status Bar 08-19 12:26:42.016: I/SystemServer(58): Clipboard Service 08-19 12:26:42.024: I/SystemServer(58): Input Method Service 08-19 12:26:42.137: I/InputManagerService(58): Enabled input methods: com.android.inputmethod.pinyin/.PinyinIME:jp.co.omronsoft.openwnn/.OpenWnnJAJP:com.android.inputmethod.latin/.LatinIME 08-19 12:26:42.137: I/SystemServer(58): NetStat Service 08-19 12:26:42.147: I/SystemServer(58): NetworkManagement Service 08-19 12:26:42.165: I/SystemServer(58): Connectivity Service 08-19 12:26:42.174: V/ConnectivityService(58): ConnectivityService starting up 08-19 12:26:42.214: D/ConnectivityService(58): getMobileDataEnabled returning true 08-19 12:26:42.234: V/ConnectivityService(58): Starting Wifi Service. 08-19 12:26:42.314: I/WifiService(58): WifiService starting up with Wi-Fi disabled 08-19 12:26:42.324: D/Tethering(58): Tethering starting 08-19 12:26:42.324: D/NetworkManagmentService(58): Registering observer 08-19 12:26:42.414: I/SystemServer(58): Throttle Service 08-19 12:26:42.424: I/SystemServer(58): Accessibility Manager 08-19 12:26:42.424: I/SystemServer(58): Mount Service 08-19 12:26:42.457: I/SystemServer(58): Notification Manager 08-19 12:26:42.494: D/VoldCmdListener(28): volume list 08-19 12:26:42.524: I/SystemServer(58): Device Storage Monitor 08-19 12:26:42.544: W/MountService(58): Duplicate state transition (removed -> removed) 08-19 12:26:42.784: D/dalvikvm(58): GC_FOR_MALLOC freed 3168 objects / 196840 bytes in 239ms 08-19 12:26:42.794: I/SystemServer(58): Location Manager 08-19 12:26:42.804: D/VoldCmdListener(28): share status ums 08-19 12:26:42.824: I/SystemServer(58): Search Service 08-19 12:26:42.824: I/SystemServer(58): DropBox Service 08-19 12:26:42.834: I/SystemServer(58): Wallpaper Service 08-19 12:26:42.884: I/SystemServer(58): Audio Service 08-19 12:26:43.154: D/AudioHardwareInterface(33): setMode(NORMAL) 08-19 12:26:43.154: W/AudioPolicyManagerBase(33): setPhoneState() setting same state 0 08-19 12:26:43.184: E/SoundPool(58): error loading /system/media/audio/ui/Effect_Tick.ogg 08-19 12:26:43.184: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg 08-19 12:26:43.184: E/SoundPool(58): error loading /system/media/audio/ui/KeypressStandard.ogg 08-19 12:26:43.194: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressStandard.ogg 08-19 12:26:43.194: E/SoundPool(58): error loading /system/media/audio/ui/KeypressSpacebar.ogg 08-19 12:26:43.194: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressSpacebar.ogg 08-19 12:26:43.204: E/SoundPool(58): error loading /system/media/audio/ui/KeypressDelete.ogg 08-19 12:26:43.204: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressDelete.ogg 08-19 12:26:43.216: E/SoundPool(58): error loading /system/media/audio/ui/KeypressReturn.ogg 08-19 12:26:43.216: W/AudioService(58): Soundpool could not load file: /system/media/audio/ui/KeypressReturn.ogg 08-19 12:26:43.224: I/SystemServer(58): Headset Observer 08-19 12:26:43.234: W/HeadsetObserver(58): This kernel does not have wired headset support 08-19 12:26:43.234: I/SystemServer(58): Dock Observer 08-19 12:26:43.234: W/DockObserver(58): This kernel does not have dock station support 08-19 12:26:43.234: I/SystemServer(58): UI Mode Manager Service 08-19 12:26:43.254: I/SystemServer(58): Backup Service 08-19 12:26:43.294: V/BackupManagerService(58): No ancestral data 08-19 12:26:43.614: I/BackupManagerService(58): Found stale backup journal, scheduling: 08-19 12:26:43.624: I/BackupManagerService(58): + com.android.inputmethod.latin 08-19 12:26:43.624: I/BackupManagerService(58): + com.android.browser 08-19 12:26:43.624: I/BackupManagerService(58): + com.android.providers.userdictionary 08-19 12:26:43.624: I/BackupManagerService(58): + android 08-19 12:26:43.624: I/BackupManagerService(58): + com.android.providers.settings 08-19 12:26:43.704: I/BackupManagerService(58): Backup enabled => false 08-19 12:26:43.704: I/SystemServer(58): AppWidget Service 08-19 12:26:43.714: I/SystemServer(58): Recognition Service 08-19 12:26:43.734: D/VoldCmdListener(28): share status ums 08-19 12:26:43.744: D/StorageNotification(58): Startup with UMS connection false (media state removed) 08-19 12:26:43.764: I/SystemServer(58): DiskStats Service 08-19 12:26:43.784: I/WindowManager(58): SAFE MODE not enabled 08-19 12:26:43.814: W/DevicePolicyManagerService(58): failed parsing /data/system/device_policies.xml java.io.FileNotFoundException: /data/system/device_policies.xml (No such file or directory) 08-19 12:26:43.854: 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-19 12:26:43.914: D/PowerManagerService(58): system ready! 08-19 12:26:43.935: I/ActivityManager(58): Sending system update to: ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.ContactsUpgradeReceiver} 08-19 12:26:43.944: I/Zygote(58): Process: zygote socket opened 08-19 12:26:44.004: I/ActivityManager(58): Start proc android.process.acore for broadcast com.android.providers.contacts/.ContactsUpgradeReceiver: pid=106 uid=10000 gids={3003, 1015} 08-19 12:26:44.294: W/StatusBar(58): No icon ID for slot ime 08-19 12:26:44.634: I/ActivityManager(58): Launching preboot mode app: ProcessRecord{43fe0dd0 106:android.process.acore/10000} 08-19 12:26:45.224: I/ActivityManager(58): Removing system update proc: ProcessRecord{43fe0dd0 106:android.process.acore/10000} 08-19 12:26:45.224: I/Process(58): Sending signal. PID: 106 SIG: 9 08-19 12:26:45.224: I/ActivityManager(58): System now ready 08-19 12:26:45.274: I/SystemServer(58): Making services ready 08-19 12:26:45.274: 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-19 12:26:45.284: W/RecognitionManagerService(58): no available voice recognition services found 08-19 12:26:45.824: I/ActivityManager(58): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=115 uid=10021 gids={} 08-19 12:26:45.836: D/libhardware_legacy(58): using QEMU GPS Hardware emulation 08-19 12:26:45.895: D/NetworkManagmentService(58): Registering observer 08-19 12:26:45.934: E/ThrottleService(58): Could not open GPS configuration file /etc/gps.conf 08-19 12:26:46.634: D/dalvikvm(58): GC_FOR_MALLOC freed 4749 objects / 270696 bytes in 698ms 08-19 12:26:46.694: I/ActivityManager(58): Start proc com.android.phone for added application com.android.phone: pid=124 uid=1001 gids={3002, 3001, 3003, 1015} 08-19 12:26:46.764: 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-19 12:26:46.964: I/ActivityManager(58): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=128 uid=10020 gids={} 08-19 12:26:46.984: W/GpsLocationProvider(58): Could not open GPS configuration file /etc/gps.conf 08-19 12:26:46.984: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:46.984: D/qemud(37): created client 0xc038 listening on fd 13 08-19 12:26:46.984: D/qemud(37): client_fd_receive: attempting registration for service 'sensors' 08-19 12:26:46.994: D/qemud(37): client_fd_receive: -> received channel id 9 08-19 12:26:47.004: D/qemud(37): client_registration: registration succeeded for client 9 08-19 12:26:47.254: I/ActivityManager(58): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=133 uid=1000 gids={3003, 3002, 3001} 08-19 12:26:47.604: W/ActivityManager(58): Unable to start service Intent { act=@0 }: not found 08-19 12:26:48.246: W/ActivityManager(58): Unable to start service Intent { act=@0 }: not found 08-19 12:26:48.434: E/logwrapper(144): executing /system/bin/tc failed: No such file or directory 08-19 12:26:48.474: I/logwrapper(29): /system/bin/tc terminated by exit(255) 08-19 12:26:48.504: E/logwrapper(145): executing /system/bin/tc failed: No such file or directory 08-19 12:26:48.534: I/logwrapper(29): /system/bin/tc terminated by exit(255) 08-19 12:26:48.644: E/logwrapper(146): executing /system/bin/tc failed: No such file or directory 08-19 12:26:48.644: I/logwrapper(29): /system/bin/tc terminated by exit(255) 08-19 12:26:49.374: D/qemud(37): fdhandler_accept_event: accepting on fd 10 08-19 12:26:49.374: D/qemud(37): created client 0xc088 listening on fd 14 08-19 12:26:49.514: D/qemud(37): client_fd_receive: attempting registration for service 'gps' 08-19 12:26:49.514: D/qemud(37): client_fd_receive: -> received channel id 10 08-19 12:26:49.524: D/qemud(37): client_registration: registration succeeded for client 10 08-19 12:26:49.694: I/ActivityThread(124): Publishing provider mms: com.android.providers.telephony.MmsProvider 08-19 12:26:50.014: I/ActivityThread(128): Publishing provider com.android.launcher2.settings: com.android.launcher2.LauncherProvider 08-19 12:26:50.094: I/ActivityThread(124): Publishing provider sms: com.android.providers.telephony.SmsProvider 08-19 12:26:50.296: I/ActivityManager(58): Start proc android.process.acore for content provider com.android.providers.userdictionary/.UserDictionaryProvider: pid=152 uid=10000 gids={3003, 1015} 08-19 12:26:50.314: I/ActivityThread(124): Publishing provider telephony: com.android.providers.telephony.TelephonyProvider 08-19 12:26:50.374: I/ActivityThread(124): Publishing provider icc: com.android.phone.IccProvider 08-19 12:26:50.494: I/ActivityThread(124): Publishing provider mms-sms: com.android.providers.telephony.MmsSmsProvider 08-19 12:26:51.494: D/dalvikvm(128): GC_EXTERNAL_ALLOC freed 968 objects / 72616 bytes in 1106ms 08-19 12:26:52.004: I/ActivityThread(152): Publishing provider com.android.social: com.android.providers.contacts.SocialProvider 08-19 12:26:52.304: I/ActivityThread(152): Publishing provider applications: com.android.providers.applications.ApplicationsProvider 08-19 12:26:52.624: D/ConnectivityService(58): getMobileDataEnabled returning true 08-19 12:26:53.364: I/ActivityThread(152): Publishing provider contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2 08-19 12:26:53.414: D/StatusBar(58): DISABLE_EXPAND: yes 08-19 12:26:54.244: D/PhoneApp(124): onCreate: mProximityWakeLock: null 08-19 12:26:54.404: W/ActivityManager(58): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found 08-19 12:26:54.784: D/PhoneApp(124): Resetting audio state/mode: IDLE 08-19 12:26:55.715: D/dalvikvm(58): GC_EXTERNAL_ALLOC freed 5484 objects / 319424 bytes in 713ms 08-19 12:26:55.754: D/AlarmManagerService(58): Kernel timezone updated to 0 minutes west of GMT 08-19 12:26:55.804: D/SystemClock(124): Setting time of day to sec=1376915215 08-19 12:26:55.847: I/ActivityManager(58): Start proc com.google.process.gapps for broadcast com.google.android.gsf/.checkin.CheckinService$Receiver: pid=170 uid=10023 gids={2001, 3003, 1007} 08-19 12:26:55.897: W/SystemClock(124): Unable to set rtc to 1376915215: Invalid argument 08-19 12:26:56.257: D/dalvikvm(58): GREF has increased to 201 08-19 12:26:58.590: I/ActivityThread(170): Publishing provider com.google.settings: com.google.android.gsf.settings.GoogleSettingsProvider 08-19 12:26:58.660: W/ActivityManager(58): Activity idle timeout for HistoryRecord{43f53758 com.android.launcher/com.android.launcher2.Launcher} 08-19 12:26:58.887: D/MobileDataStateTracker(58): default Received state= DISCONNECTED, old= DISCONNECTED, reason= radioTurnedOff, apnTypeList= default 08-19 12:26:58.897: D/dalvikvm(124): GC_FOR_MALLOC freed 3615 objects / 220824 bytes in 1425ms 08-19 12:26:59.897: D/MobileDataStateTracker(58): default Received state= DISCONNECTED, old= DISCONNECTED, reason= gprsDetached, apnTypeList= default 08-19 12:27:00.157: I/ActivityThread(170): Publishing provider com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider 08-19 12:27:00.327: I/GservicesProvider(170): Gservices pushing to system: true; secure: true 08-19 12:27:00.327: I/ActivityThread(170): Publishing provider subscribedfeeds: com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider 08-19 12:27:00.477: D/PowerManagerService(58): bootCompleted 08-19 12:27:00.987: D/MccTable(124): updateMccMncConfiguration: mcc=310, mnc=260 08-19 12:27:00.997: D/MccTable(124): locale set to en_us 08-19 12:27:00.997: D/MccTable(124): WIFI_NUM_ALLOWED_CHANNELS set to 11 08-19 12:27:01.027: I/WifiService(58): WifiService trying to setNumAllowed to 11 with persist set to true 08-19 12:27:01.057: D/MobileDataStateTracker(58): default Received state= DISCONNECTED, old= DISCONNECTED, reason= (unspecified), apnTypeList= default 08-19 12:27:01.077: 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-19 12:27:01.257: I/UsageStats(58): Unexpected resume of com.android.launcher while already resumed in com.android.launcher 08-19 12:27:02.057: I/ActivityThread(170): Publishing provider com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider 08-19 12:27:02.337: I/SearchManagerService(58): Building list of searchable activities 08-19 12:27:03.957: I/ActivityThread(152): Publishing provider call_log: com.android.providers.contacts.CallLogProvider 08-19 12:27:04.057: I/ActivityThread(152): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider 08-19 12:27:06.127: W/WindowManager(58): App freeze timeout expired. 08-19 12:27:06.127: W/WindowManager(58): Force clearing freeze: AppWindowToken{4401edc0 token=HistoryRecord{43f53758 com.android.launcher/com.android.launcher2.Launcher}} 08-19 12:27:06.317: I/ActivityManager(58): Start proc com.android.alarmclock for broadcast com.android.alarmclock/.AlarmInitReceiver: pid=188 uid=10035 gids={} 08-19 12:27:06.727: D/TelephonyProvider(124): Setting numeric '310260' to be the current operator 08-19 12:27:06.967: D/MobileDataStateTracker(58): default Received state= CONNECTING, old= DISCONNECTED, reason= simLoaded, apnTypeList= * 08-19 12:27:06.967: D/NetworkStateTracker(58): setDetailed state, old =IDLE and new state=CONNECTING 08-19 12:27:06.997: D/ConnectivityService(58): ConnectivityChange for mobile: CONNECTING/CONNECTING 08-19 12:27:07.057: D/MobileDataStateTracker(58): replacing old mInterfaceName (null) with /dev/omap_csmi_tty1 for hipri 08-19 12:27:07.057: D/MobileDataStateTracker(58): replacing old mInterfaceName (null) with /dev/omap_csmi_tty1 for supl 08-19 12:27:07.057: D/MobileDataStateTracker(58): replacing old mInterfaceName (null) with /dev/omap_csmi_tty1 for mms 08-19 12:27:07.057: D/MobileDataStateTracker(58): default Received state= CONNECTED, old= CONNECTING, reason= simLoaded, apnTypeList= * 08-19 12:27:07.057: D/NetworkStateTracker(58): setDetailed state, old =CONNECTING and new state=CONNECTED 08-19 12:27:07.077: D/ConnectivityService(58): ConnectivityChange for mobile: CONNECTED/CONNECTED 08-19 12:27:07.077: V/NetworkStateTracker(58): Setting TCP values: [4094,87380,110208,4096,16384,110208] which comes from [net.tcp.buffersize.umts] 08-19 12:27:07.287: D/ConnectivityService(58): adding dns 10.0.2.3 for mobile 08-19 12:27:07.327: D/Tethering(58): Tethering got CONNECTIVITY_ACTION 08-19 12:27:07.327: D/Tethering(58): MasterInitialState.processMessage what=3 08-19 12:27:07.327: E/HierarchicalStateMachine(58): TetherMaster - unhandledMessage: msg.what=3 08-19 12:27:07.407: I/SurfaceFlinger(58): Boot is finished (40892 ms) 08-19 12:27:07.447: I/ActivityThread(188): Publishing provider com.android.alarmclock: com.android.alarmclock.AlarmProvider 08-19 12:27:07.478: I/ARMAssembler(58): generated scanline__00000177:03515104_00000001_00000000 [ 73 ipp] (95 ins) at [0x32ad90:0x32af0c] in 1856892 ns 08-19 12:27:07.927: D/OtaStartupReceiver(124): Not a CDMA phone, no need to process OTA 08-19 12:27:07.967: I/ActivityManager(58): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=198 uid=10015 gids={3003, 1015} 08-19 12:27:08.007: I/RecoverySystem(58): No recovery log file 08-19 12:27:08.247: D/dalvikvm(32): GC_EXPLICIT freed 267 objects / 10120 bytes in 262ms 08-19 12:27:08.408: D/dalvikvm(32): GC_EXPLICIT freed 40 objects / 1752 bytes in 130ms 08-19 12:27:08.487: D/dalvikvm(32): GC_EXPLICIT freed 2 objects / 48 bytes in 79ms 08-19 12:27:08.527: I/EventLogService(170): Aggregate from 1376906252940 (log), 1376906252940 (data) 08-19 12:27:08.717: D/dalvikvm(58): GC_EXPLICIT freed 8119 objects / 433928 bytes in 591ms 08-19 12:27:09.007: I/ActivityManager(58): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=205 uid=10016 gids={1015, 1006, 2001, 3003} 08-19 12:27:09.467: I/ActivityThread(198): Publishing provider com.android.mms.SuggestionsProvider: com.android.mms.SuggestionsProvider 08-19 12:27:09.487: I/ActivityThread(205): Publishing provider media: com.android.providers.media.MediaProvider 08-19 12:27:09.767: V/MediaProvider(205): Attached volume: internal 08-19 12:27:09.826: I/ActivityThread(205): Publishing provider downloads: com.android.providers.downloads.DownloadProvider 08-19 12:27:09.888: I/ActivityThread(205): Publishing provider drm: com.android.providers.drm.DrmProvider 08-19 12:27:10.027: D/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol 08-19 12:27:10.927: 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=223 uid=10017 gids={3003, 1015} 08-19 12:27:12.066: D/MediaScannerService(205): start scanning volume internal 08-19 12:27:12.926: I/ActivityManager(58): Starting activity: Intent { flg=0x10000000 cmp=com.google.android.gsf/.update.SystemUpdateInstallDialog } 08-19 12:27:13.006: I/GTalkService(170): [ServiceAutoStarter] --- received boot intent broadcast 08-19 12:27:13.067: I/ActivityManager(58): Start proc com.android.email for broadcast com.android.email/com.android.exchange.BootReceiver: pid=231 uid=10025 gids={3003, 1015} 08-19 12:27:13.976: D/dalvikvm(170): GC_FOR_MALLOC freed 3952 objects / 265352 bytes in 249ms 08-19 12:27:14.076: I/ActivityThread(231): Publishing provider com.android.email.provider: com.android.email.provider.EmailProvider 08-19 12:27:14.146: I/ActivityThread(231): Publishing provider com.android.email.attachmentprovider: com.android.email.provider.AttachmentProvider 08-19 12:27:14.156: I/ActivityThread(231): Publishing provider com.android.exchange.provider: com.android.exchange.provider.ExchangeProvider 08-19 12:27:14.266: I/ActivityManager(58): Displayed activity com.android.launcher/com.android.launcher2.Launcher: 27361 ms (total 27361 ms) 08-19 12:27:14.478: D/Exchange(231): BootReceiver onReceive 08-19 12:27:14.546: D/EAS SyncManager(231): !!! EAS SyncManager, onCreate 08-19 12:27:15.136: I/ActivityManager(58): Start proc com.android.quicksearchbox for broadcast com.android.quicksearchbox/.SearchWidgetProvider: pid=243 uid=10008 gids={3003} 08-19 12:27:15.296: D/EAS SyncManager(231): !!! EAS SyncManager, onStartCommand 08-19 12:27:15.506: D/EAS SyncManager(231): !!! EAS SyncManager, stopping self 08-19 12:27:15.866: I/ActivityThread(243): Publishing provider com.android.quicksearchbox.google: com.android.quicksearchbox.google.GoogleSuggestionProvider 08-19 12:27:16.036: I/ActivityManager(58): Start proc com.android.protips for broadcast com.android.protips/.ProtipWidget: pid=251 uid=10009 gids={} 08-19 12:27:16.486: D/Eas Debug(231): Logging: 08-19 12:27:16.496: D/EAS SyncManager(231): !!! EAS SyncManager, onDestroy 08-19 12:27:16.586: D/dalvikvm(58): GREF has increased to 301 08-19 12:27:18.026: I/ActivityManager(58): Start proc com.android.music for broadcast com.android.music/.MediaAppWidgetProvider: pid=259 uid=10014 gids={3003, 1015} 08-19 12:27:18.716: I/GTalkService(170): [ServiceAutoStarter] --- connectivity changed 08-19 12:27:18.716: I/GTalkService(170): [ServiceAutoStarter] --- start GTalk service --- 08-19 12:27:18.816: D/GTalkService(170): [GTalkService.1] ### onCreate ### 08-19 12:27:19.036: D/GTalkService(170): [GTalkService.1] setBackgroundDataWithLock: mBackgroundDataEnabled=true 08-19 12:27:19.516: D/GTalkService(170): [GTalkService.1] onStartCommand: found 0 connections, force audit connections... 08-19 12:27:19.636: D/GoogleLoginService(170): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService } 08-19 12:27:19.636: W/GoogleLoginService(170): Device has no accounts: sending Intent { act=com.google.android.gsf.LOGIN_ACCOUNTS_MISSING } 08-19 12:27:19.656: D/GTalkService(170): [GTalkService.15] account missing 08-19 12:27:19.686: D/GTalkService(170): [GTalkService.14] account missing 08-19 12:27:19.856: D/MediaScanner(205): prescan time: 2128ms 08-19 12:27:19.856: D/MediaScanner(205): scan time: 1288ms 08-19 12:27:19.856: D/MediaScanner(205): postscan time: 0ms 08-19 12:27:19.856: D/MediaScanner(205): total time: 3416ms 08-19 12:27:19.896: D/MediaScannerService(205): done scanning volume internal 08-19 12:27:22.566: I/Launcher.Model(128): not binding apps: no Launcher activity 08-19 12:27:22.766: D/dalvikvm(128): GC_EXPLICIT freed 4005 objects / 223048 bytes in 194ms 08-19 12:27:24.156: D/dalvikvm(128): GC_EXPLICIT freed 10832 objects / 526776 bytes in 119ms 08-19 12:27:44.897: D/KeyguardViewMediator(58): pokeWakelock(5000) 08-19 12:27:45.157: D/KeyguardViewMediator(58): pokeWakelock(5000) 08-19 12:27:46.677: D/KeyguardViewMediator(58): pokeWakelock(5000) 08-19 12:27:46.927: D/KeyguardViewMediator(58): pokeWakelock(5000) 08-19 12:27:47.417: I/ARMAssembler(58): generated scanline__00000177:03515104_00001001_00000000 [ 91 ipp] (114 ins) at [0x358348:0x358510] in 1319119 ns 08-19 12:27:50.387: D/dalvikvm(128): GC_EXTERNAL_ALLOC freed 334 objects / 19656 bytes in 95ms 08-19 12:27:52.537: I/ActivityManager(58): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.kettlebellworkoutroutines/.BT_activity_root } 08-19 12:27:52.967: I/ActivityManager(58): Start proc com.kettlebellworkoutroutines for activity com.kettlebellworkoutroutines/.BT_activity_root: pid=270 uid=10040 gids={3003, 1015, 1006} 08-19 12:27:53.827: I/ARMAssembler(58): generated scanline__00000077:03545404_00000004_00000000 [ 47 ipp] (67 ins) at [0x368c98:0x368da4] in 667086 ns 08-19 12:27:53.968: W/ZZ(270): kettlebellworkoutroutines_appDelegate: onCreate 08-19 12:27:53.968: W/ZZ(270): kettlebellworkoutroutines_appDelegate:loadAudioPlayer 08-19 12:27:53.999: W/ZZ(270): BT_application: Creating root-app object. 08-19 12:27:54.007: W/ZZ(270): BT_device: Creating root-device object. 08-19 12:27:54.007: W/ZZ(270): BT_device: This device uses an Android display density of: 160dpi (dots per inch) 08-19 12:27:54.017: W/ZZ(270): BT_device: This device can take pictures. 08-19 12:27:54.017: W/ZZ(270): BT_device: This device can take videos. 08-19 12:27:54.017: W/ZZ(270): BT_device: This device can send emails. 08-19 12:27:54.027: W/ZZ(270): BT_device: This device is GPS capable. 08-19 12:27:54.027: W/ZZ(270): BT_user: Creating root-user object. 08-19 12:27:54.089: W/ZZ(270): BT_activity_root:onCreate 08-19 12:27:54.179: W/ZZ(270): BT_activity_root:loadAppData 08-19 12:27:54.277: W/ZZ(270): BT_device:updateDeviceConnectionType: ConnectionType: CELL 08-19 12:27:54.277: W/ZZ(270): BT_device:updateDeviceSize This device has a screen size of: 480 (width) x 800 (height). 08-19 12:27:54.277: W/ZZ(270): BT_device:updateDeviceSize This application considers this to be a "small device" 08-19 12:27:54.277: W/ZZ(270): BT_device:updateDeviceSize This device is in "portrait" orientation. 08-19 12:27:54.277: W/ZZ(270): BT_activity_root:loadAppData loading BT_config.txt from /assests folder in Eclipse project... 08-19 12:27:54.437: W/ZZ(270): kettlebellworkoutroutines_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 08-19 12:27:54.437: W/ZZ(270): kettlebellworkoutroutines_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 08-19 12:27:54.597: W/ZZ(270): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 08-19 12:27:54.647: W/ZZ(270): BT_activity_root:loadAppData loaded BT_config.txt from /assets folder successfully... 08-19 12:27:54.647: W/ZZ(270): BT_application: getDataURLFromAppData 08-19 12:27:54.677: W/ZZ(270): BT_activity_root:loadAppData BT_config.txt file does use a dataURL for remote updates... 08-19 12:27:54.687: W/ZZ(270): BT_activity_root:loadAppData cachedAppConfig.txt does not exist in the cache... 08-19 12:27:54.687: W/ZZ(270): BT_application: validateApplicationData 08-19 12:27:54.727: W/ZZ(270): BT_activity_root: application data appears to be valid JSON... 08-19 12:27:54.727: W/ZZ(270): BT_application: parseJSONData 08-19 12:27:54.747: W/ZZ(270): BT_application: parsing core settings... 08-19 12:27:54.747: W/ZZ(270): BT_application: parsing themes... 08-19 12:27:54.747: W/ZZ(270): BT_application: parsing tabs... 08-19 12:27:54.747: W/ZZ(270): BT_application: parsing screens... 08-19 12:27:54.747: W/ZZ(270): BT_application:parseJSONData done parsing application data 08-19 12:27:54.797: I/ActivityManager(58): Displayed activity com.kettlebellworkoutroutines/.BT_activity_root: 1889 ms (total 1889 ms) 08-19 12:27:54.817: W/ZZ(270): BT_activity_root:transitionToAppHomeScreen 08-19 12:27:54.817: W/ZZ(270): BT_activity_root:transitionToAppHomeScreen non-tabbed home screen. 08-19 12:27:54.817: W/ZZ(270): BT_application: getHomeScreen 08-19 12:27:54.827: I/ActivityManager(58): Starting activity: Intent { cmp=com.kettlebellworkoutroutines/.BT_screen_menuListSimple } 08-19 12:27:55.037: W/ZZ(270): BT_activity_base:onCreate (BASE CLASS) 08-19 12:27:55.217: W/ZZ(270): BT_screen_menuListSimple:onCreate 08-19 12:27:55.217: W/ZZ(270): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "Home Screen Menu" 08-19 12:27:55.217: W/ZZ(270): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFFFFF" 08-19 12:27:55.247: W/ZZ(270): BT_screen_menuListSimple:backgroundWorkerThread this screen does not use a background image 08-19 12:27:55.247: W/ZZ(270): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "Home Screen Menu" 08-19 12:27:55.287: W/ZZ(270): BT_fileManager:deleteFile 6D172607ABFE0332D5C67C6_screenData.txt 08-19 12:27:55.317: W/ZZ(270): BT_screen_menuListSimple:onStart (BASE CLASS) 08-19 12:27:55.317: W/ZZ(270): BT_screen_menuListSimple: start GPS is set to NO in the applications configuration data, not starting GPS 08-19 12:27:55.327: W/ZZ(270): BT_screen_menuListSimple:onStart using data from app's configuration file 08-19 12:27:55.327: W/ZZ(270): BT_screen_menuListSimple:parseScreenData 08-19 12:27:55.327: W/ZZ(270): BT_screen_menuListSimple:onResume (BASE CLASS) 08-19 12:27:55.327: W/ZZ(270): BT_screen_menuListSimple:reportToCloud 08-19 12:27:55.349: W/ZZ(270): BT_screen_menuListSimple:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JAE1965B2AB96D38154D27DED&apiKey=88417AAF16842C3413C65B3&apiSecret=5088A215203C468BB9ACD8B&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 08-19 12:27:55.349: W/ZZ(270): BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JAE1965B2AB96D38154D27DED&apiKey=88417AAF16842C3413C65B3&apiSecret=5088A215203C468BB9ACD8B&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 08-19 12:27:55.597: W/ResourceType(58): Skipping entry 0x7f040002 in package table 0 because it is not complex! 08-19 12:27:55.597: W/ResourceType(58): Skipping entry 0x7f040003 in package table 0 because it is not complex! 08-19 12:27:56.617: I/ActivityManager(58): Displayed activity com.kettlebellworkoutroutines/.BT_screen_menuListSimple: 1627 ms (total 1627 ms) 08-19 12:27:57.288: D/dalvikvm(270): GC_FOR_MALLOC freed 4074 objects / 284944 bytes in 114ms 08-19 12:27:57.867: W/ZZ(270): BT_screen_menuListSimple:handleReportToCloudResults appLastModifiedOnServer (value on server): Mon, 19 Aug 2013 08:03:35 -0700 08-19 12:27:57.867: W/ZZ(270): BT_fileManager: readTextFileFromCache: "appModified.txt" 08-19 12:27:57.878: W/ZZ(270): BT_screen_menuListSimple:handleReportToCloudResults previousModified (value on device): Mon, 19 Aug 2013 08:03:35 -0700 08-19 12:27:57.878: W/ZZ(270): BT_fileManager: saveTextFileToCache: appModified.txt 08-19 12:27:58.007: W/ZZ(270): BT_screen_menuListSimple:handleReportToCloudResults server data not changed, no refresh needed 08-19 12:28:01.307: W/ZZ(270): BT_screen_menuListSimple:handleItemTap loads screen with itemId: "F399511B2FC4AE7294A27CC" 08-19 12:28:01.307: W/ZZ(270): BT_application:getScreenDataByItemId with itemId: = "F399511B2FC4AE7294A27CC" 08-19 12:28:01.307: W/ZZ(270): BT_application:getScreenDataByItemId with itemType: "BT_screen_htmlDoc" with nickname: "Introduction" 08-19 12:28:01.307: W/ZZ(270): BT_act_controller:loadScreenObject for screen with itemId: "F399511B2FC4AE7294A27CC" and itemNickname: "Introduction" and itemType: "BT_screen_htmlDoc" 08-19 12:28:01.317: I/ActivityManager(58): Starting activity: Intent { cmp=com.kettlebellworkoutroutines/.BT_screen_htmlDoc (has extras) } 08-19 12:28:01.407: W/ZZ(270): BT_screen_menuListSimple:onPause (BASE CLASS) 08-19 12:28:01.467: W/ZZ(270): BT_activity_base:onCreate (BASE CLASS) 08-19 12:28:01.507: W/ZZ(270): BT_screen_htmlDoc:onCreate 08-19 12:28:01.507: W/ZZ(270): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "Introduction" 08-19 12:28:01.507: W/ZZ(270): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFFFFF" 08-19 12:28:01.507: W/ZZ(270): BT_screen_htmlDoc:backgroundWorkerThread this screen does not use a background image 08-19 12:28:01.507: W/ZZ(270): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "Introduction" 08-19 12:28:02.187: W/ZZ(270): BT_screen_htmlDoc: loading from BT_Docs: introduction.html 08-19 12:28:02.247: W/ZZ(270): BT_screen_htmlDoc:onStart (BASE CLASS) 08-19 12:28:02.247: W/ZZ(270): BT_screen_htmlDoc: start GPS is set to NO in the applications configuration data, not starting GPS 08-19 12:28:02.247: W/ZZ(270): BT_screen_htmlDoc:onResume (BASE CLASS) 08-19 12:28:02.697: I/ActivityManager(58): Displayed activity com.kettlebellworkoutroutines/.BT_screen_htmlDoc: 1283 ms (total 1283 ms) 08-19 12:28:02.867: W/ZZ(270): BT_screen_menuListSimple:onStop (BASE CLASS) 08-19 12:28:03.437: W/ZZ(270): BT_screen_htmlDoc:onPageFinished finished Loading: file:///android_asset/BT_Docs/introduction.html 08-19 12:28:04.077: W/ZZ(270): BT_screen_htmlDoc:MyPictureListener: onNewPicture 08-19 12:28:08.107: D/dalvikvm(128): GC_EXPLICIT freed 200 objects / 9608 bytes in 121ms 08-19 12:28:34.887: W/KeyCharacterMap(270): No keyboard for id 0 08-19 12:28:34.887: W/KeyCharacterMap(270): Using default keymap: /system/usr/keychars/qwerty.kcm.bin 08-19 12:28:35.059: W/ZZ(270): BT_screen_htmlDoc:onBackPressed 08-19 12:28:35.059: W/ZZ(270): BT_screen_htmlDoc:REVERSING TRANSITIONS ARE DISABLED 08-19 12:28:35.087: W/ZZ(270): BT_screen_htmlDoc:onPause (BASE CLASS) 08-19 12:28:35.157: W/ZZ(270): BT_screen_menuListSimple:onStart (BASE CLASS) 08-19 12:28:35.157: W/ZZ(270): BT_screen_menuListSimple: start GPS is set to NO in the applications configuration data, not starting GPS 08-19 12:28:35.157: W/ZZ(270): BT_screen_menuListSimple:onResume (BASE CLASS) 08-19 12:28:35.157: W/ZZ(270): BT_screen_menuListSimple:reportToCloud 08-19 12:28:35.207: W/ZZ(270): BT_screen_menuListSimple:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JAE1965B2AB96D38154D27DED&apiKey=88417AAF16842C3413C65B3&apiSecret=5088A215203C468BB9ACD8B&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 08-19 12:28:35.207: W/ZZ(270): BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JAE1965B2AB96D38154D27DED&apiKey=88417AAF16842C3413C65B3&apiSecret=5088A215203C468BB9ACD8B&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 08-19 12:28:35.337: W/ZZ(270): BT_screen_menuListSimple:handleReportToCloudResults EXCEPTION processing results: org.json.JSONException: End of input at character 0 of 08-19 12:28:35.397: W/ZZ(270): BT_screen_htmlDoc:onStop (BASE CLASS) 08-19 12:28:35.397: W/ZZ(270): BT_screen_htmlDoc:onDestroy (BASE CLASS) 08-19 12:28:37.047: W/ZZ(270): BT_screen_menuListSimple:onBackPressed 08-19 12:28:37.047: W/ZZ(270): BT_screen_menuListSimple:REVERSING TRANSITIONS ARE DISABLED 08-19 12:28:37.067: W/ZZ(270): BT_screen_menuListSimple:onPause (BASE CLASS) 08-19 12:28:37.817: W/ZZ(270): BT_screen_menuListSimple:onStop (BASE CLASS) 08-19 12:28:37.817: W/ZZ(270): BT_screen_menuListSimple:onDestroy (BASE CLASS) 08-19 12:32:10.061: D/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol 08-19 12:37:10.117: D/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol 08-19 12:42:10.129: D/SntpClient(58): request time failed: java.net.SocketException: Address family not supported by protocol 08-19 12:43:42.846: D/AndroidRuntime(290): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<< 08-19 12:43:42.846: D/AndroidRuntime(290): CheckJNI is ON 08-19 12:43:43.126: D/AndroidRuntime(290): --- registering native functions --- 08-19 12:43:44.188: I/ActivityManager(58): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=296 uid=10027 gids={1015, 2001} 08-19 12:43:44.617: D/dalvikvm(58): GC_FOR_MALLOC freed 16772 objects / 777680 bytes in 395ms 08-19 12:43:45.017: D/dalvikvm(296): GC_EXPLICIT freed 791 objects / 56472 bytes in 168ms 08-19 12:43:47.417: D/PackageParser(58): Scanning package: /data/app/vmdl16619.tmp 08-19 12:43:48.227: I/PackageManager(58): Removing non-system package:com.kettlebellworkoutroutines 08-19 12:43:48.227: I/ActivityManager(58): Force stopping package com.kettlebellworkoutroutines uid=10040 08-19 12:43:48.247: I/Process(58): Sending signal. PID: 270 SIG: 9 08-19 12:43:49.580: D/PackageManager(58): Scanning package com.kettlebellworkoutroutines 08-19 12:43:49.587: I/PackageManager(58): Package com.kettlebellworkoutroutines codePath changed from /data/app/com.kettlebellworkoutroutines-1.apk to /data/app/com.kettlebellworkoutroutines-2.apk; Retaining data and using new 08-19 12:43:49.627: I/PackageManager(58): /data/app/com.kettlebellworkoutroutines-2.apk changed; unpacking 08-19 12:43:49.793: D/installd(34): DexInv: --- BEGIN '/data/app/com.kettlebellworkoutroutines-2.apk' --- 08-19 12:43:53.807: D/dalvikvm(303): DexOpt: load 113ms, verify 766ms, opt 23ms 08-19 12:43:55.127: D/installd(34): DexInv: --- END '/data/app/com.kettlebellworkoutroutines-2.apk' (success) --- 08-19 12:43:55.170: W/PackageManager(58): Code path for pkg : com.kettlebellworkoutroutines changing from /data/app/com.kettlebellworkoutroutines-1.apk to /data/app/com.kettlebellworkoutroutines-2.apk 08-19 12:43:55.177: W/PackageManager(58): Resource path for pkg : com.kettlebellworkoutroutines changing from /data/app/com.kettlebellworkoutroutines-1.apk to /data/app/com.kettlebellworkoutroutines-2.apk 08-19 12:43:55.177: D/PackageManager(58): Services: com.kettlebellworkoutroutines.GCMIntentService 08-19 12:43:55.177: D/PackageManager(58): Receivers: com.google.android.gcm.GCMBroadcastRe
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
08/19/13 06:56 AM (12 years ago)
Don't see anything too alarming there. I think this will be resolved with the new Android code though.
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
08/19/13 06:58 AM (12 years ago)
I'm guessing the problem may be in how you created the HTML doc. Word is terrible for creating HTML. Try copying the text into the custom HTML plugin and formatting there.
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
08/19/13 07:55 AM (12 years ago)
Agree with @chris1! Try the custom HTML plugin and you should be good to go! LA
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
08/19/13 09:43 AM (12 years ago)
On thing to keep in mind is that you don't actually need to build your app again (via Eclipse) unless you are adding new media that will be packaged with the app, or adding a plugin that wasn't there before (but if you downloaded all the plugins to start, that won't be an issue). In 90% of cases, once you hit Save in the control panel, you can hit Refresh in the app, and it'll retrieve the updated configuration file, complete with all the changes you've made. That's the brilliant thing about Buzztouch! Mark
 
CreativeAppsPublis...
Android Fan
Profile
Posts: 63
Reg: Jul 31, 2013
Miri Sarawak
5,030
like
08/20/13 06:40 PM (12 years ago)
Thanks to chris1, LA and GoNorthWest for contributing your help. I will try the custom HTML plugin and hopefully I will have some luck with it. Anyway, I am happy to have you guys here to guide me. Thanks. Tommy
 

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.