stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
01/05/14 09:52 PM (11 years ago)

App runs on simulator but not properly on android device

Really need help here. I updated an already running app on Android. It works on all simulators including the nexus 7 but when I run it on my device, a nexus 7, many screens come up black where text should be (pictures on same screens show up as normal). This never happened before. These screens refer to htm files. I didn't check on the actual device since I thought if it worked on simulator I was ok and so i uploaded new app version and now i have a poorly working app. What could be the cause of this? Don't know if it's important but the device comes up as target 4.4.2 with an orange rectangle next to it in the device list. The simulator that works lists Google API 2.2 and API level 8. Thanks.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/06/14 02:48 AM (11 years ago)
I'd recheck your updates. Make sure you've added all the resources into the right spots 'within' your project. Sounds like a couple of things didn't make it into your compile. Just a thought… Cheers! -- Smug
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 06:11 AM (11 years ago)
Not sure what you mean. Hadn't used Ecclipse for a while but when I went it it asked me up update and I updated everything it showed me to do. When you say the right spots 'within' the project, what do you mean by that? Steve
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
01/06/14 09:08 AM (11 years ago)
Hook your device up to Eclipse and see if logcat shows anything. Look for not just the red for errors but what happens you click on that particular screen. @Smug is talking about making sure images and html pages or anything are in the correct folder. Also, it would't hurt to do a copy and paste on your config data to your config file in your downloaded project. Keep us posted @stevek. LA
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 09:18 AM (11 years ago)
LA, I have copied and pasted the config file. When I get back from work tonight I'll look at the logcat and get back to you. Thanks. Steve
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
01/06/14 09:19 AM (11 years ago)
You are welcome friend! LA
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 09:20 AM (11 years ago)
I should add, though, that these screens, where the text is not seen but the photos show up are now seen in htm files I have not changed since the last update which was about a year ago. So It's not just new htm files I've added which might be in the wrong place, it's old files too which I haven't touched. And even if they're in the wrong place, don't know why the simulator would work but not the device. Get back to you tonight. Steve
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
01/06/14 09:22 AM (11 years ago)
@stevek, Sounds like a new core problem maybe. Was this an update to the new core? Self-hosted? LA
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 09:30 AM (11 years ago)
It's not self hosted. I updated to latest software in Eclipse, made my new changes in BT and then copied the config file to the config.txt in Eclipse and then ran. And it's like there is a background color of black, so I can't see the black text but the photos show through. The thing is, the background color, set in theme properties,is pink (#ffccff) at 90%, and the pink shows up in the simulator. But on the device, the screen is black, as if the background color is set to black, though I'm only guessing that's what's happening.
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
01/06/14 09:33 AM (11 years ago)
The image transparent? That is strange..lol LA
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 09:34 AM (11 years ago)
The image shows through, normally, I think. I'm not at the machine now but I think the images are not affected, just the black text.
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 04:55 PM (11 years ago)
Don't understand that the log cat, open at the bottom or the page, shows nothing as the app loads and runs, either in device or simulator. How do I get it to record?
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 05:27 PM (11 years ago)
OK, got log cat to work. Here is the log cat for a run on the nexus emulator. The file in question is february2014.htm, which on the simulator show up perfectly. I've stopped logcat after screen was called. 01-06 19:12:02.604: W/ZZ(298): skyeventfinder_appDelegate: onCreate 01-06 19:12:02.604: W/ZZ(298): skyeventfinder_appDelegate:loadAudioPlayer 01-06 19:12:02.614: W/ZZ(298): BT_application: Creating root-app object. 01-06 19:12:02.624: W/ZZ(298): BT_device: Creating root-device object. 01-06 19:12:02.624: W/ZZ(298): BT_device: This device uses an Android display density of: 213dpi (dots per inch) 01-06 19:12:02.624: W/ZZ(298): skyeventfinder_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 01-06 19:12:02.624: W/ZZ(298): skyeventfinder_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 01-06 19:12:02.634: W/ZZ(298): BT_device: This device can take pictures. 01-06 19:12:02.634: W/ZZ(298): BT_device: This device can take videos. 01-06 19:12:02.634: W/ZZ(298): BT_device: This device can send emails. 01-06 19:12:02.654: W/ZZ(298): BT_device: This device is GPS capable. 01-06 19:12:02.665: W/ZZ(298): BT_user: Creating root-user object. 01-06 19:12:02.794: W/ZZ(298): BT_activity_root:onCreate 01-06 19:12:02.864: W/ZZ(298): BT_activity_root:loadAppData 01-06 19:12:02.914: W/ZZ(298): BT_device:updateDeviceConnectionType: ConnectionType: CELL 01-06 19:12:02.924: W/ZZ(298): BT_device:updateDeviceSize This device has a screen size of: 800 (width) x 1280 (height). 01-06 19:12:02.924: W/ZZ(298): BT_device:updateDeviceSize This application considers this to be a "large device" 01-06 19:12:02.924: W/ZZ(298): BT_device:updateDeviceSize This device is in "portrait" orientation. 01-06 19:12:02.924: W/ZZ(298): BT_activity_root:loadAppData loading BT_config.txt from /assests folder in Eclipse project... 01-06 19:12:03.074: W/ZZ(298): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 01-06 19:12:03.634: D/dalvikvm(298): GC_FOR_MALLOC freed 2147 objects / 282800 bytes in 162ms 01-06 19:12:03.755: W/ZZ(298): BT_activity_root:loadAppData loaded BT_config.txt from /assets folder successfully... 01-06 19:12:03.755: W/ZZ(298): BT_application: getDataURLFromAppData 01-06 19:12:04.994: W/ZZ(298): BT_activity_root:loadAppData BT_config.txt file does use a dataURL for remote updates... 01-06 19:12:05.014: W/ZZ(298): BT_activity_root:loadAppData cachedAppConfig.txt does not exist in the cache... 01-06 19:12:05.014: W/ZZ(298): BT_application: validateApplicationData 01-06 19:12:05.654: D/dalvikvm(298): GC_FOR_MALLOC freed 9921 objects / 655336 bytes in 31ms 01-06 19:12:06.275: W/ZZ(298): BT_activity_root: application data appears to be valid JSON... 01-06 19:12:06.275: W/ZZ(298): BT_application: parseJSONData 01-06 19:12:07.527: W/ZZ(298): BT_application: parsing core settings... 01-06 19:12:07.534: W/ZZ(298): BT_application: parsing themes... 01-06 19:12:07.534: W/ZZ(298): BT_application: parsing tabs... 01-06 19:12:07.544: W/ZZ(298): BT_application: parsing screens... 01-06 19:12:07.714: W/ZZ(298): BT_application:parseJSONData done parsing application data 01-06 19:12:07.728: W/ZZ(298): BT_activity_root:transitionToAppHomeScreen 01-06 19:12:07.728: W/ZZ(298): BT_activity_root:transitionToAppHomeScreen splash screen with itemId: 08A643FB7E0C659B00941F4 01-06 19:12:07.735: W/ZZ(298): BT_application:getScreenDataByItemId with itemId: = "08A643FB7E0C659B00941F4" 01-06 19:12:07.765: W/ZZ(298): BT_application:getScreenDataByItemId with itemType: "BT_screen_splash" with nickname: "splash" 01-06 19:12:07.887: W/ZZ(298): BT_activity_base:onCreate (BASE CLASS) 01-06 19:12:08.024: W/ZZ(298): BT_fileManager: saveTextFileToCache: appModified.txt 01-06 19:12:08.044: W/ZZ(298): BT_screen_splash:onCreate 01-06 19:12:08.044: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "splash" 01-06 19:12:08.044: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFCCFF" 01-06 19:12:08.064: W/ZZ(298): BT_screen_splash:onStart (BASE CLASS) 01-06 19:12:08.064: W/ZZ(298): BT_screen_splash: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:12:08.074: W/ZZ(298): BT_screen_splash:backgroundWorkerThread using image from project bundle: "splashbig.png" 01-06 19:12:08.074: W/ZZ(298): BT_screen_splash:onResume (BASE CLASS) 01-06 19:12:08.154: D/dalvikvm(298): GC_EXTERNAL_ALLOC freed 9814 objects / 348656 bytes in 45ms 01-06 19:12:09.544: W/ZZ(298): BT_screen_splash:setBackgroundImage: returned to UI Thread... 01-06 19:12:09.544: W/ZZ(298): BT_screen_splash:setBackgroundImage: setting background image 01-06 19:12:10.285: W/ZZ(298): BT_screen_splash:animateSplashScreen 01-06 19:12:10.295: W/ZZ(298): BT_application: getHomeScreen 01-06 19:12:10.295: W/ZZ(298): BT_act_controller:loadScreenObject for screen with itemId: "425B5448BC73D6D59B3AD5F" and itemNickname: "MY HOME SCREEN" and itemType: "WB_screen_menuImage" 01-06 19:12:10.594: W/ZZ(298): BT_screen_splash:onPause (BASE CLASS) 01-06 19:12:10.714: W/ZZ(298): BT_activity_base:onCreate (BASE CLASS) 01-06 19:12:10.844: W/ZZ(298): WB_screen_menuImage:onCreate 01-06 19:12:10.844: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "MY HOME SCREEN" 01-06 19:12:10.844: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#000000" 01-06 19:12:10.854: W/ZZ(298): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "MY HOME SCREEN" 01-06 19:12:10.865: W/ZZ(298): WB_screen_menuImage:backgroundWorkerThread this screen does not use a background image 01-06 19:12:10.934: W/ZZ(298): BT_fileManager:deleteFile 425B5448BC73D6D59B3AD5F_screenData.txt 01-06 19:12:10.994: W/ZZ(298): WB_screen_menuImage: header image exists in resources folder: "ssaturn.png" 01-06 19:12:11.035: D/dalvikvm(298): GC_EXTERNAL_ALLOC freed 764 objects / 59000 bytes in 28ms 01-06 19:12:11.454: W/ZZ(298): WB_screen_menuImage:setHeaderDrawble 01-06 19:12:11.454: W/ZZ(298): WB_screen_menuImage:onStart (BASE CLASS) 01-06 19:12:11.464: W/ZZ(298): WB_screen_menuImage: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:12:11.464: W/ZZ(298): WB_screen_menuImage:onStart using data from app's configuration file 01-06 19:12:11.464: W/ZZ(298): WB_screen_menuImage:parseScreenData 01-06 19:12:11.484: W/ZZ(298): WB_screen_menuImage:onResume (BASE CLASS) 01-06 19:12:11.484: W/ZZ(298): WB_screen_menuImage:reportToCloud 01-06 19:12:11.524: W/ZZ(298): WB_screen_menuImage:reportToCloudWorkerThread getting lastModified from reportToCloudURL <a href="https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design</a> 01-06 19:12:11.524: W/ZZ(298): BT_downloader:downloadTextData from URL: <a href="https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design</a> 01-06 19:12:15.684: W/ZZ(298): BT_screen_splash:onStop (BASE CLASS) 01-06 19:12:15.684: W/ZZ(298): BT_screen_splash:onDestroy (BASE CLASS) 01-06 19:12:16.074: W/ZZ(298): WB_screen_menuImage:handleReportToCloudResults appLastModifiedOnServer (value on server): Mon, 06 Jan 2014 06:21:46 -0800 01-06 19:12:16.094: W/ZZ(298): BT_fileManager: readTextFileFromCache: "appModified.txt" 01-06 19:12:16.114: W/ZZ(298): WB_screen_menuImage:handleReportToCloudResults previousModified (value on device): {this is a pretend date} 01-06 19:12:16.114: W/ZZ(298): BT_fileManager: saveTextFileToCache: appModified.txt 01-06 19:12:16.134: W/ZZ(298): WB_screen_menuImage:handleReportToCloudResults server data changed, app needs refreshed 01-06 19:12:20.034: W/ZZ(298): WB_screen_menuImage:refreshAppData 01-06 19:12:20.114: W/ZZ(298): WB_screen_menuImage:onPause (BASE CLASS) 01-06 19:12:20.285: W/ZZ(298): BT_activity_root:onCreate 01-06 19:12:20.448: W/ZZ(298): BT_activity_root:refreshing... 01-06 19:12:20.448: W/ZZ(298): BT_activity_root:loadAppData 01-06 19:12:20.475: W/ZZ(298): BT_device:updateDeviceConnectionType: ConnectionType: CELL 01-06 19:12:20.485: W/ZZ(298): BT_device:updateDeviceSize This device has a screen size of: 800 (width) x 1280 (height). 01-06 19:12:20.485: W/ZZ(298): BT_device:updateDeviceSize This application considers this to be a "large device" 01-06 19:12:20.485: W/ZZ(298): BT_device:updateDeviceSize This device is in "portrait" orientation. 01-06 19:12:20.485: W/ZZ(298): BT_activity_root:loadAppData loading BT_config.txt from /assests folder in Eclipse project... 01-06 19:12:20.964: W/ZZ(298): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 01-06 19:12:21.214: W/ZZ(298): WB_screen_menuImage:onStop (BASE CLASS) 01-06 19:12:21.214: W/ZZ(298): WB_screen_menuImage:onDestroy (BASE CLASS) 01-06 19:12:22.215: W/ZZ(298): BT_activity_root:loadAppData loaded BT_config.txt from /assets folder successfully... 01-06 19:12:22.215: W/ZZ(298): BT_application: getDataURLFromAppData 01-06 19:12:23.584: W/ZZ(298): BT_activity_root:loadAppData BT_config.txt file does use a dataURL for remote updates... 01-06 19:12:23.614: W/ZZ(298): BT_activity_root:loadAppData cachedAppConfig.txt does not exist in the cache... 01-06 19:12:23.614: W/ZZ(298): BT_application: validateApplicationData 01-06 19:12:25.304: W/ZZ(298): BT_activity_root: application data appears to be valid JSON... 01-06 19:12:25.314: W/ZZ(298): BT_application: parseJSONData 01-06 19:12:25.674: D/dalvikvm(298): GC_FOR_MALLOC freed 27721 objects / 1614840 bytes in 53ms 01-06 19:12:26.724: W/ZZ(298): BT_application: parsing core settings... 01-06 19:12:26.734: W/ZZ(298): BT_application: parsing themes... 01-06 19:12:26.734: W/ZZ(298): BT_application: parsing tabs... 01-06 19:12:26.734: W/ZZ(298): BT_application: parsing screens... 01-06 19:12:26.934: W/ZZ(298): BT_application:parseJSONData done parsing application data 01-06 19:12:26.934: W/ZZ(298): BT_activity_root:loadAppDataWorkerThread downloading app data from: <a href="https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&currentMode=Design</a> 01-06 19:12:26.934: W/ZZ(298): BT_downloader:downloadTextData from URL: <a href="https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&currentMode=Design</a> 01-06 19:12:27.204: W/ZZ(298): BT_activity_root:loadAppDataWorkerThread ERROR (7) downloading data from: <a href="https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&currentMode=Design</a> 01-06 19:12:27.214: W/ZZ(298): BT_activity_root:transitionToAppHomeScreen 01-06 19:12:27.214: W/ZZ(298): BT_activity_root:transitionToAppHomeScreen splash screen with itemId: 08A643FB7E0C659B00941F4 01-06 19:12:27.214: W/ZZ(298): BT_application:getScreenDataByItemId with itemId: = "08A643FB7E0C659B00941F4" 01-06 19:12:27.254: W/ZZ(298): BT_application:getScreenDataByItemId with itemType: "BT_screen_splash" with nickname: "splash" 01-06 19:12:27.314: W/ZZ(298): BT_activity_base:onCreate (BASE CLASS) 01-06 19:12:27.474: W/ZZ(298): BT_screen_splash:onCreate 01-06 19:12:27.486: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "splash" 01-06 19:12:27.494: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFCCFF" 01-06 19:12:27.504: W/ZZ(298): BT_screen_splash:onStart (BASE CLASS) 01-06 19:12:27.504: W/ZZ(298): BT_screen_splash: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:12:27.514: W/ZZ(298): BT_screen_splash:onResume (BASE CLASS) 01-06 19:12:27.524: W/ZZ(298): BT_screen_splash:backgroundWorkerThread using image from project bundle: "splashbig.png" 01-06 19:12:27.574: D/dalvikvm(298): GC_EXTERNAL_ALLOC freed 3442 objects / 167088 bytes in 44ms 01-06 19:12:27.964: E/WindowManager(298): Activity com.skyeventfinder.BT_activity_root has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@46180128 that was originally added here 01-06 19:12:27.964: E/WindowManager(298): android.view.WindowLeaked: Activity com.skyeventfinder.BT_activity_root has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@46180128 that was originally added here 01-06 19:12:27.964: E/WindowManager(298): at android.view.ViewRoot.<init>(ViewRoot.java:247) 01-06 19:12:27.964: E/WindowManager(298): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:148) 01-06 19:12:27.964: E/WindowManager(298): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:91) 01-06 19:12:27.964: E/WindowManager(298): at android.view.Window$LocalWindowManager.addView(Window.java:424) 01-06 19:12:27.964: E/WindowManager(298): at android.app.Dialog.show(Dialog.java:241) 01-06 19:12:27.964: E/WindowManager(298): at com.skyeventfinder.BT_activity_root.showAlert(BT_activity_root.java:151) 01-06 19:12:27.964: E/WindowManager(298): at com.skyeventfinder.BT_activity_root$3.run(BT_activity_root.java:470) 01-06 19:12:28.924: W/ZZ(298): BT_screen_splash:setBackgroundImage: returned to UI Thread... 01-06 19:12:28.924: W/ZZ(298): BT_screen_splash:setBackgroundImage: setting background image 01-06 19:12:29.795: W/ZZ(298): BT_screen_splash:animateSplashScreen 01-06 19:12:29.805: W/ZZ(298): BT_application: getHomeScreen 01-06 19:12:29.805: W/ZZ(298): BT_act_controller:loadScreenObject for screen with itemId: "425B5448BC73D6D59B3AD5F" and itemNickname: "MY HOME SCREEN" and itemType: "WB_screen_menuImage" 01-06 19:12:30.074: W/ZZ(298): BT_screen_splash:onPause (BASE CLASS) 01-06 19:12:30.135: W/ZZ(298): BT_activity_base:onCreate (BASE CLASS) 01-06 19:12:30.225: W/ZZ(298): WB_screen_menuImage:onCreate 01-06 19:12:30.225: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "MY HOME SCREEN" 01-06 19:12:30.235: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#000000" 01-06 19:12:30.235: W/ZZ(298): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "MY HOME SCREEN" 01-06 19:12:30.245: W/ZZ(298): WB_screen_menuImage:backgroundWorkerThread this screen does not use a background image 01-06 19:12:30.305: W/ZZ(298): BT_fileManager:deleteFile 425B5448BC73D6D59B3AD5F_screenData.txt 01-06 19:12:30.355: W/ZZ(298): WB_screen_menuImage: header image exists in resources folder: "ssaturn.png" 01-06 19:12:30.405: D/dalvikvm(298): GC_EXTERNAL_ALLOC freed 630 objects / 62760 bytes in 37ms 01-06 19:12:30.784: W/ZZ(298): WB_screen_menuImage:setHeaderDrawble 01-06 19:12:30.784: W/ZZ(298): WB_screen_menuImage:onStart (BASE CLASS) 01-06 19:12:30.784: W/ZZ(298): WB_screen_menuImage: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:12:30.794: W/ZZ(298): WB_screen_menuImage:onStart using data from app's configuration file 01-06 19:12:30.794: W/ZZ(298): WB_screen_menuImage:parseScreenData 01-06 19:12:30.814: W/ZZ(298): WB_screen_menuImage:onResume (BASE CLASS) 01-06 19:12:30.814: W/ZZ(298): WB_screen_menuImage:reportToCloud 01-06 19:12:30.834: W/ZZ(298): WB_screen_menuImage:reportToCloudWorkerThread getting lastModified from reportToCloudURL <a href="https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design</a> 01-06 19:12:30.845: W/ZZ(298): BT_downloader:downloadTextData from URL: <a href="https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design</a> 01-06 19:12:34.784: W/ZZ(298): BT_screen_splash:onStop (BASE CLASS) 01-06 19:12:34.784: W/ZZ(298): BT_screen_splash:onDestroy (BASE CLASS) 01-06 19:12:34.834: W/ZZ(298): WB_screen_menuImage:handleReportToCloudResults appLastModifiedOnServer (value on server): Mon, 06 Jan 2014 06:21:46 -0800 01-06 19:12:34.864: W/ZZ(298): BT_fileManager: readTextFileFromCache: "appModified.txt" 01-06 19:12:34.904: W/ZZ(298): WB_screen_menuImage:handleReportToCloudResults previousModified (value on device): Mon, 06 Jan 2014 06:21:46 -0800 01-06 19:12:34.904: W/ZZ(298): BT_fileManager: saveTextFileToCache: appModified.txt 01-06 19:12:34.924: W/ZZ(298): WB_screen_menuImage:handleReportToCloudResults server data not changed, no refresh needed 01-06 19:12:39.885: W/ZZ(298): WB_screen_menuImage:handleItemTap loads screen with itemId: "54030BDBFF8131BBED3F3F6" 01-06 19:12:39.885: W/ZZ(298): BT_application:getScreenDataByItemId with itemId: = "54030BDBFF8131BBED3F3F6" 01-06 19:12:39.905: W/ZZ(298): BT_application:getScreenDataByItemId with itemType: "BT_screen_menuButtons" with nickname: "2014 SCREEN" 01-06 19:12:39.905: W/ZZ(298): BT_act_controller:loadScreenObject for screen with itemId: "54030BDBFF8131BBED3F3F6" and itemNickname: "2014 SCREEN" and itemType: "BT_screen_menuButtons" 01-06 19:12:40.724: W/ZZ(298): WB_screen_menuImage:onPause (BASE CLASS) 01-06 19:12:40.744: W/ZZ(298): BT_activity_base:onCreate (BASE CLASS) 01-06 19:12:40.854: W/ZZ(298): BT_screen_menuList:onCreate 01-06 19:12:40.854: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "2014 SCREEN" 01-06 19:12:40.854: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#000000" 01-06 19:12:40.864: W/ZZ(298): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "2014 SCREEN" 01-06 19:12:40.864: W/ZZ(298): BT_screen_menuList:backgroundWorkerThread this screen does not use a background image 01-06 19:12:40.924: W/ZZ(298): BT_fileManager:deleteFile 54030BDBFF8131BBED3F3F6_screenData.txt 01-06 19:12:40.995: W/ZZ(298): BT_screen_menuList:onStart (BASE CLASS) 01-06 19:12:40.995: W/ZZ(298): BT_screen_menuList: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:12:41.004: W/ZZ(298): BT_screen_menuList:onStart using data from app's configuration file 01-06 19:12:41.004: W/ZZ(298): BT_screen_menuList:parseScreenData 01-06 19:12:41.014: W/ZZ(298): BT_screen_menuList:layoutButtons 01-06 19:12:41.384: W/ZZ(298): BT_screen_menuList:onResume (BASE CLASS) 01-06 19:12:42.704: W/ZZ(298): WB_screen_menuImage:onStop (BASE CLASS) 01-06 19:12:44.644: W/ZZ(298): BT_screen_menuList:button clicked 01-06 19:12:44.654: W/ZZ(298): BT_screen_menuList:handleItemTap loads screen with itemId: "5496A7717708C95F615C4D2" 01-06 19:12:44.654: W/ZZ(298): BT_application:getScreenDataByItemId with itemId: = "5496A7717708C95F615C4D2" 01-06 19:12:44.664: W/ZZ(298): BT_application:getScreenDataByItemId with itemType: "BT_screen_htmlDoc" with nickname: "FEBRUARY2014" 01-06 19:12:44.664: W/ZZ(298): BT_act_controller:loadScreenObject for screen with itemId: "5496A7717708C95F615C4D2" and itemNickname: "FEBRUARY2014" and itemType: "BT_screen_htmlDoc" 01-06 19:12:44.844: W/ZZ(298): BT_screen_menuList:onPause (BASE CLASS) 01-06 19:12:45.044: W/ZZ(298): BT_activity_base:onCreate (BASE CLASS) 01-06 19:12:45.134: W/ZZ(298): BT_screen_htmlDoc:onCreate 01-06 19:12:45.134: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "FEBRUARY2014" 01-06 19:12:45.134: W/ZZ(298): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFCCFF" 01-06 19:12:45.144: W/ZZ(298): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "FEBRUARY2014" 01-06 19:12:45.154: W/ZZ(298): BT_screen_htmlDoc:backgroundWorkerThread this screen does not use a background image 01-06 19:12:45.684: W/ZZ(298): BT_screen_htmlDoc: loading from BT_Docs: february2014.htm 01-06 19:12:45.755: W/ZZ(298): BT_screen_htmlDoc:onStart (BASE CLASS) 01-06 19:12:45.755: W/ZZ(298): BT_screen_htmlDoc: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:12:45.755: W/ZZ(298): BT_screen_htmlDoc:onResume (BASE CLASS) 01-06 19:12:46.724: W/ZZ(298): BT_screen_htmlDoc:onPageFinished finished Loading: <a href="file:///android_asset/BT_Docs/february2014.htm" target="_blank" rel="nofollow">file:///android_asset/BT_Docs/february2014.htm</a> 01-06 19:12:46.794: W/ZZ(298): BT_screen_htmlDoc:MyPictureListener: onNewPicture 01-06 19:12:46.814: W/ZZ(298): BT_screen_menuList:onStop (BASE CLASS) 01-06 19:12:47.084: W/ZZ(298): BT_screen_htmlDoc:MyPictureListener: onNewPicture Now here is log cat on device nexus 7 where the february2014.htm file just shows up as black, it being just text. 01-06 19:20:05.547: V/KeyguardServiceDelegate(509): onScreenTurnedOn(showListener = com.android.internal.policy.impl.PhoneWindowManager$17@41fc3090) 01-06 19:20:05.547: I/PowerManagerService(509): Waking up from sleep... 01-06 19:20:05.787: V/KeyguardServiceDelegate(509): **** SHOWN CALLED **** 01-06 19:20:05.787: I/WindowManager(509): Lock screen displayed! 01-06 19:20:06.017: D/PowerManagerService-JNI(509): Excessive delay in autosuspend_disable() while turning screen on: 282ms 01-06 19:20:06.017: D/SurfaceFlinger(122): Screen acquired, type=0 flinger=0x41d39450 01-06 19:20:06.017: D/hwcomposer(122): hwc_blank: display 0: unblank 01-06 19:20:06.017: D/hwcomposer(122): hwc_blank_display: display 0: [1 -> 0] 01-06 19:20:06.017: D/hwcomposer(122): Display 0 is 800 x 1280 01-06 19:20:06.017: D/hwcomposer(122): dc_blank: display 0, [1 -> 0] 01-06 19:20:09.887: W/ZZ(13186): BT_screen_htmlDoc:onResume (BASE CLASS) 01-06 19:20:09.907: D/NfcService(1106): NFC-C ON 01-06 19:20:09.927: D/PhoneStatusBar(830): disable: < expand* icons alerts ticker* system_info back* home* recent* clock* search > 01-06 19:20:09.937: V/PhoneStatusBar(830): setLightsOn(true) 01-06 19:20:09.937: W/InputMethodManagerService(509): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42891280 attribute=android.view.inputmethod.EditorInfo@426bb9c8, token = android.os.BinderProxy@4262c290 01-06 19:20:11.777: D/AndroidRuntime(13411): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 01-06 19:20:11.777: D/AndroidRuntime(13411): CheckJNI is OFF 01-06 19:20:11.787: D/dalvikvm(13411): Trying to load lib libjavacore.so 0x0 01-06 19:20:11.787: D/dalvikvm(13411): Added shared lib libjavacore.so 0x0 01-06 19:20:11.797: D/dalvikvm(13411): Trying to load lib libnativehelper.so 0x0 01-06 19:20:11.797: D/dalvikvm(13411): Added shared lib libnativehelper.so 0x0 01-06 19:20:11.797: D/dalvikvm(13411): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init 01-06 19:20:11.827: D/dalvikvm(13411): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods 01-06 19:20:11.987: E/memtrack(13411): Couldn't load memtrack module (No such file or directory) 01-06 19:20:11.987: E/android.os.Debug(13411): failed to load memtrack module: -2 01-06 19:20:12.057: D/AndroidRuntime(13411): Calling main entry com.android.commands.pm.Pm 01-06 19:20:12.067: W/ActivityManager(509): No content provider found for permission revoke: <a href="file:///data/local/tmp/BT_activity_root.apk" target="_blank" rel="nofollow">file:///data/local/tmp/BT_activity_root.apk</a> 01-06 19:20:12.077: D/Finsky(3615): [1] PackageVerificationReceiver.onReceive: Verification requested, id = 19 01-06 19:20:12.077: D/Finsky(3615): [1] WorkerTask.onPreExecute: Verification Requested for id = 19, data=file:///data/local/tmp/BT_activity_root.apk flags=114 fromVerificationActivity=false 01-06 19:20:12.137: D/dalvikvm(3615): GC_FOR_ALLOC freed 1709K, 19% free 17110K/20976K, paused 42ms, total 43ms 01-06 19:20:12.267: D/dalvikvm(3615): GC_FOR_ALLOC freed 1138K, 18% free 17249K/20976K, paused 37ms, total 37ms 01-06 19:20:12.397: D/dalvikvm(3615): GC_FOR_ALLOC freed 911K, 18% free 17254K/20976K, paused 36ms, total 36ms 01-06 19:20:12.527: D/dalvikvm(3615): GC_FOR_ALLOC freed 909K, 18% free 17258K/20976K, paused 36ms, total 36ms 01-06 19:20:13.167: I/ActivityManager(509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/com.android.launcher2.Launcher} from pid 509 01-06 19:20:13.257: D/dalvikvm(509): GC_FOR_ALLOC freed 2989K, 37% free 15811K/24884K, paused 76ms, total 78ms 01-06 19:20:13.257: W/ZZ(13186): BT_screen_htmlDoc:onPause (BASE CLASS) 01-06 19:20:13.307: W/IInputConnectionWrapper(13186): showStatusIcon on inactive InputConnection 01-06 19:20:13.757: W/ZZ(13186): BT_screen_htmlDoc:onStop (BASE CLASS) 01-06 19:20:13.777: W/ZZ(13186): skyeventfinder_appDelegate: onTrimMemory with level: 20 01-06 19:20:14.237: I/qtaguid(3615): Failed write_ctrl(u 70) res=-1 errno=22 01-06 19:20:14.237: I/qtaguid(3615): Untagging socket 70 failed errno=-22 01-06 19:20:14.237: W/NetworkManagementSocketTagger(3615): untagSocket(70) failed with errno -22 01-06 19:20:14.237: I/ElegantRequestDirector(3615): I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond 01-06 19:20:14.237: I/ElegantRequestDirector(3615): Retrying request 01-06 19:20:14.467: D/Finsky(3615): [1] 2.onResponse: Verification id=19 response=0 01-06 19:20:14.477: D/Finsky(3615): [1] PackageVerificationReceiver.onReceive: Verification requested, id = 19 01-06 19:20:14.607: W/ActivityManager(509): No content provider found for permission revoke: <a href="file:///data/local/tmp/BT_activity_root.apk" target="_blank" rel="nofollow">file:///data/local/tmp/BT_activity_root.apk</a> 01-06 19:20:14.607: I/PackageManager(509): Copying native libraries to /data/app-lib/vmdl-714770182 01-06 19:20:14.827: D/dalvikvm(509): GC_CONCURRENT freed 1744K, 36% free 16118K/24884K, paused 4ms+7ms, total 79ms 01-06 19:20:14.827: D/dalvikvm(509): WAIT_FOR_CONCURRENT_GC blocked 65ms 01-06 19:20:15.037: I/ActivityManager(509): Force stopping com.skyeventfinder appid=10090 user=-1: uninstall pkg 01-06 19:20:15.037: I/ActivityManager(509): Killing 13186:com.skyeventfinder/u0a90 (adj 7): stop com.skyeventfinder 01-06 19:20:15.037: I/ActivityManager(509): Force finishing activity ActivityRecord{423dab50 u0 com.skyeventfinder/.WB_screen_menuImage t51} 01-06 19:20:15.037: I/ActivityManager(509): Force finishing activity ActivityRecord{42403498 u0 com.skyeventfinder/.BT_screen_menuButtons t51} 01-06 19:20:15.037: I/ActivityManager(509): Force finishing activity ActivityRecord{4241cb60 u0 com.skyeventfinder/.BT_screen_htmlDoc t51} 01-06 19:20:15.047: W/InputDispatcher(509): channel '422d9948 com.skyeventfinder/com.skyeventfinder.WB_screen_menuImage (server)' ~ Consumer closed input channel or an error occurred. events=0x9 01-06 19:20:15.047: E/InputDispatcher(509): channel '422d9948 com.skyeventfinder/com.skyeventfinder.WB_screen_menuImage (server)' ~ Channel is unrecoverably broken and will be disposed! 01-06 19:20:15.047: W/InputDispatcher(509): channel '42382710 com.skyeventfinder/com.skyeventfinder.BT_screen_htmlDoc (server)' ~ Consumer closed input channel or an error occurred. events=0x9 01-06 19:20:15.047: E/InputDispatcher(509): channel '42382710 com.skyeventfinder/com.skyeventfinder.BT_screen_htmlDoc (server)' ~ Channel is unrecoverably broken and will be disposed! 01-06 19:20:15.047: I/WindowState(509): WIN DEATH: Window{4235ec88 u0 com.skyeventfinder/com.skyeventfinder.BT_screen_menuButtons} 01-06 19:20:15.057: W/InputDispatcher(509): Attempted to unregister already unregistered input channel '422d9948 com.skyeventfinder/com.skyeventfinder.WB_screen_menuImage (server)' 01-06 19:20:15.057: W/InputDispatcher(509): Attempted to unregister already unregistered input channel '42382710 com.skyeventfinder/com.skyeventfinder.BT_screen_htmlDoc (server)' 01-06 19:20:15.057: I/WindowState(509): WIN DEATH: Window{422d9948 u0 com.skyeventfinder/com.skyeventfinder.WB_screen_menuImage} 01-06 19:20:15.057: I/WindowState(509): WIN DEATH: Window{42382710 u0 com.skyeventfinder/com.skyeventfinder.BT_screen_htmlDoc} 01-06 19:20:15.137: D/dalvikvm(509): GC_CONCURRENT freed 2074K, 36% free 16169K/24884K, paused 5ms+8ms, total 86ms 01-06 19:20:15.137: D/dalvikvm(509): WAIT_FOR_CONCURRENT_GC blocked 23ms 01-06 19:20:15.167: I/PackageManager(509): Running dexopt on: com.skyeventfinder 01-06 19:20:15.167: I/PackageManager(509): Package com.skyeventfinder codePath changed from /data/app/com.skyeventfinder-1.apk to /data/app/com.skyeventfinder-2.apk; Retaining data and using new 01-06 19:20:15.217: D/dalvikvm(13435): DexOpt: 'Landroid/annotation/SuppressLint;' has an earlier definition; blocking out 01-06 19:20:15.217: D/dalvikvm(13435): DexOpt: 'Landroid/annotation/TargetApi;' has an earlier definition; blocking out 01-06 19:20:15.227: D/dalvikvm(13435): DexOpt: not verifying/optimizing 'Landroid/annotation/SuppressLint;': multiple definitions 01-06 19:20:15.227: D/dalvikvm(13435): DexOpt: not verifying/optimizing 'Landroid/annotation/TargetApi;': multiple definitions 01-06 19:20:15.387: D/dalvikvm(13435): DexOpt: load 16ms, verify+opt 160ms, 769828 bytes 01-06 19:20:15.437: I/ActivityManager(509): Force stopping com.skyeventfinder appid=10090 user=-1: update pkg 01-06 19:20:15.437: W/PackageManager(509): Code path for pkg : com.skyeventfinder changing from /data/app/com.skyeventfinder-1.apk to /data/app/com.skyeventfinder-2.apk 01-06 19:20:15.437: W/PackageManager(509): Resource path for pkg : com.skyeventfinder changing from /data/app/com.skyeventfinder-1.apk to /data/app/com.skyeventfinder-2.apk 01-06 19:20:15.607: W/PackageManager(509): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone 01-06 19:20:15.607: W/PackageManager(509): Unknown permission com.android.nfc.permission.NFCEE_ADMIN in package com.google.android.apps.walletnfcrel 01-06 19:20:15.607: W/PackageManager(509): Unknown permission com.android.vending.billing.IBillingAccountService.BIND2 in package com.google.android.gsf.login 01-06 19:20:15.607: W/PackageManager(509): Unknown permission com.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth 01-06 19:20:15.607: W/PackageManager(509): Unknown permission android.permission.MMS_SEND_OUTBOX_MSG in package com.android.bluetooth 01-06 19:20:15.607: W/PackageManager(509): Not granting permission android.permission.DEVICE_POWER to package com.google.android.deskclock (protectionLevel=2 flags=0xc8be45) 01-06 19:20:15.607: W/PackageManager(509): Unknown permission android.permission.READ_OWNER_DATA in package com.google.android.setupwizard 01-06 19:20:15.607: W/PackageManager(509): Unknown permission android.permission.WRITE_OWNER_DATA in package com.google.android.setupwizard 01-06 19:20:15.617: W/PackageManager(509): Unknown permission com.google.android.voicesearch.SHORTCUTS_ACCESS in package com.google.android.googlequicksearchbox 01-06 19:20:15.617: W/PackageManager(509): Unknown permission com.google.android.voicesearch.ACCESS_SETTINGS in package com.google.android.googlequicksearchbox 01-06 19:20:15.617: W/PackageManager(509): Unknown permission com.android.browser.permission.PRELOAD in package com.google.android.googlequicksearchbox 01-06 19:20:15.617: W/PackageManager(509): Unknown permission com.google.android.apps.googlevoice.permission.AUTO_SEND in package com.google.android.googlequicksearchbox 01-06 19:20:15.617: W/PackageManager(509): Not granting permission android.permission.ACCOUNT_MANAGER to package com.google.android.music (protectionLevel=2 flags=0x88bee5) 01-06 19:20:15.617: W/PackageManager(509): Unknown permission android.permission.WRITE_SYNC_STATS in package com.google.android.apps.docs 01-06 19:20:15.627: W/PackageManager(509): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.vending (protectionLevel=2 flags=0x408abec5) 01-06 19:20:15.627: W/PackageManager(509): Not granting permission android.permission.BIND_WALLPAPER to package com.google.android.GoogleCamera (protectionLevel=18 flags=0xd8bc45) 01-06 19:20:15.627: W/PackageManager(509): Not granting permission android.permission.READ_DREAM_STATE to package com.google.android.gsf (protectionLevel=2 flags=0x40883e45) 01-06 19:20:15.737: I/ActivityManager(509): Force stopping com.skyeventfinder appid=10090 user=0: pkg removed 01-06 19:20:15.767: W/ActivityManager(509): Skipping broadcast of Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.skyeventfinder flg=0x4000010 (has extras) }: user 10 is stopped 01-06 19:20:15.777: I/InputReader(509): Reconfiguring input devices. changes=0x00000010 01-06 19:20:15.797: I/InputReader(509): Reconfiguring input devices. changes=0x00000010 01-06 19:20:15.797: D/dalvikvm(1123): GC_EXPLICIT freed 1981K, 38% free 12240K/19728K, paused 3ms+11ms, total 63ms 01-06 19:20:15.797: D/Documents(13009): Used cached roots for com.android.providers.downloads.documents 01-06 19:20:15.797: D/Documents(13009): Used cached roots for com.android.externalstorage.documents 01-06 19:20:15.797: D/Documents(13009): Used cached roots for com.android.providers.media.documents 01-06 19:20:15.797: D/Documents(13009): Used cached roots for com.google.android.apps.docs.storage 01-06 19:20:15.797: D/Documents(13009): Update found 7 roots in 23ms 01-06 19:20:15.807: D/dalvikvm(11916): GC_EXPLICIT freed 325K, 8% free 8403K/9040K, paused 5ms+20ms, total 68ms 01-06 19:20:15.807: W/ActivityManager(509): Skipping broadcast of Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.skyeventfinder flg=0x4000010 (has extras) }: user 10 is stopped 01-06 19:20:15.817: D/Documents(13009): Used cached roots for com.android.providers.downloads.documents 01-06 19:20:15.817: D/Documents(13009): Used cached roots for com.android.externalstorage.documents 01-06 19:20:15.817: D/Documents(13009): Used cached roots for com.android.providers.media.documents 01-06 19:20:15.817: D/Documents(13009): Used cached roots for com.google.android.apps.docs.storage 01-06 19:20:15.827: I/InputReader(509): Reconfiguring input devices. changes=0x00000010 01-06 19:20:15.827: W/ActivityManager(509): Skipping broadcast of Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.skyeventfinder flg=0x4000010 (has extras) }: user 10 is stopped 01-06 19:20:15.837: W/ActivityManager(509): Skipping broadcast of Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=com.skyeventfinder (has extras) }: user 10 is stopped 01-06 19:20:15.847: W/ContextImpl(11887): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1479 android.content.ContextWrapper.startService:494 android.content.ContextWrapper.startService:494 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2419 01-06 19:20:15.877: D/dalvikvm(12977): GC_EXPLICIT freed 39K, 1% free 7895K/7972K, paused 2ms+25ms, total 137ms 01-06 19:20:15.877: D/Documents(13009): Update found 7 roots in 77ms 01-06 19:20:15.897: V/GelStubAppWatcher(11916): onReceive: android.intent.action.PACKAGE_REMOVED 01-06 19:20:15.897: D/SystemBroadcastService(7593): Received broadcast action=android.intent.action.PACKAGE_REMOVED and uri= 01-06 19:20:15.917: D/BackupManagerService(509): Received broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.skyeventfinder flg=0x4000010 (has extras) } 01-06 19:20:15.937: D/BackupManagerService(509): Received broadcast Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.skyeventfinder flg=0x4000010 (has extras) } 01-06 19:20:15.937: V/BackupManagerService(509): removePackageParticipantsLocked: uid=10090 #1 01-06 19:20:15.947: D/Finsky(3615): [1] AppActionAnalyzer.<init>: com.skyeventfinder is installed but certificate mistmatch 01-06 19:20:15.947: V/BackupManagerService(509): addPackageParticipantsLocked: #1 01-06 19:20:15.977: D/Finsky(3615): [1] DetailsDataBasedFragment.rebindViews: Page [class=DetailsFragment] loaded in [72536180 ms] (hasDetailsDataLoaded? false) 01-06 19:20:16.007: D/Finsky(3615): [1] AppActionAnalyzer.<init>: com.skyeventfinder is installed but certificate mistmatch 01-06 19:20:16.027: D/SystemBroadcastService(7593): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri= 01-06 19:20:16.027: W/ContextImpl(7593): Implicit intents with startService are not safe: Intent { act=com.google.android.gms.games.service.INTENT } android.content.ContextWrapper.startService:494 com.google.android.gms.games.service.GamesIntentService.a:101 com.google.android.gms.games.service.GamesIntentService.b:368 01-06 19:20:16.037: I/Icing.InternalIcingCorporaProvider(11916): Updating corpora: A: com.skyeventfinder, C: MAYBE 01-06 19:20:16.037: I/ActivityManager(509): Delay finish: com.google.android.googlequicksearchbox/com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$CorporaChangedReceiver 01-06 19:20:16.087: V/GelStubAppWatcher(11916): onReceive: android.intent.action.PACKAGE_ADDED 01-06 19:20:16.087: I/ActivityManager(509): Resuming delayed broadcast 01-06 19:20:16.137: D/dalvikvm(509): GC_EXPLICIT freed 1585K, 37% free 15912K/24884K, paused 9ms+14ms, total 303ms 01-06 19:20:16.147: D/Finsky(3615): [1] DetailsDataBasedFragment.rebindViews: Page [class=DetailsFragment] loaded in [72536345 ms] (hasDetailsDataLoaded? true) 01-06 19:20:16.147: D/AndroidRuntime(13411): Shutting down VM 01-06 19:20:16.157: D/jdwp(13411): Got wake-up signal, bailing out of select 01-06 19:20:16.157: D/dalvikvm(13411): Debugger has detached; object registry had 1 entries 01-06 19:20:16.217: D/Finsky(3615): [1] AppActionAnalyzer.<init>: com.skyeventfinder is installed but certificate mistmatch 01-06 19:20:16.227: D/Finsky(3615): [1] AppActionAnalyzer.<init>: com.skyeventfinder is installed but certificate mistmatch 01-06 19:20:16.227: D/Finsky(3615): [1] AppActionAnalyzer.<init>: com.skyeventfinder is installed but certificate mistmatch 01-06 19:20:16.257: D/Finsky(3615): [1] DetailsDataBasedFragment.rebindViews: Page [class=DetailsFragment] loaded in [72536459 ms] (hasDetailsDataLoaded? false) 01-06 19:20:16.287: V/GelStubAppWatcher(11916): onReceive: android.intent.action.PACKAGE_REPLACED 01-06 19:20:16.297: D/SystemBroadcastService(7593): Received broadcast action=android.intent.action.PACKAGE_REPLACED and uri= 01-06 19:20:16.377: D/dalvikvm(3615): GC_CONCURRENT freed 3033K, 17% free 17468K/20976K, paused 10ms+16ms, total 108ms 01-06 19:20:16.377: D/dalvikvm(3615): WAIT_FOR_CONCURRENT_GC blocked 48ms 01-06 19:20:16.427: I/GCoreUlr(1302): Ensuring that reporting is stopped because of reasons: {account#-17#=[InactiveReason{mVersionCode=0, mIdentifier=6, mName='ReportingNotSelected'}]} 01-06 19:20:16.427: D/GCoreFlp(1302): Unknown pending intent to remove. 01-06 19:20:16.427: I/GCoreUlr(1302): Unbound from all location providers 01-06 19:20:16.447: D/dalvikvm(1302): GC_FOR_ALLOC freed 225K, 7% free 8491K/9112K, paused 21ms, total 21ms 01-06 19:20:16.527: D/Finsky(3615): [1] AppActionAnalyzer.<init>: com.skyeventfinder is installed but certificate mistmatch 01-06 19:20:16.587: D/Finsky(3615): [1] DetailsDataBasedFragment.rebindViews: Page [class=DetailsFragment] loaded in [72536781 ms] (hasDetailsDataLoaded? true) 01-06 19:20:16.717: D/AndroidRuntime(13458): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<< 01-06 19:20:16.717: D/AndroidRuntime(13458): CheckJNI is OFF 01-06 19:20:16.727: D/dalvikvm(13458): Trying to load lib libjavacore.so 0x0 01-06 19:20:16.737: D/dalvikvm(13458): Added shared lib libjavacore.so 0x0 01-06 19:20:16.737: D/dalvikvm(13458): Trying to load lib libnativehelper.so 0x0 01-06 19:20:16.737: D/dalvikvm(13458): Added shared lib libnativehelper.so 0x0 01-06 19:20:16.737: D/dalvikvm(13458): No JNI_OnLoad found in libnativehelper.so 0x0, skipping init 01-06 19:20:16.777: D/dalvikvm(13458): Note: class Landroid/app/ActivityManagerNative; has 179 unimplemented (abstract) methods 01-06 19:20:16.937: E/memtrack(13458): Couldn't load memtrack module (No such file or directory) 01-06 19:20:16.937: E/android.os.Debug(13458): failed to load memtrack module: -2 01-06 19:20:16.997: D/AndroidRuntime(13458): Calling main entry com.android.commands.am.Am 01-06 19:20:17.017: I/ActivityManager(509): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.skyeventfinder/.BT_activity_root} from pid 13458 01-06 19:20:17.027: D/AndroidRuntime(13458): Shutting down VM 01-06 19:20:17.027: D/jdwp(13458): Got wake-up signal, bailing out of select 01-06 19:20:17.027: D/dalvikvm(13458): Debugger has detached; object registry had 1 entries 01-06 19:20:17.027: I/ActivityManager(509): Start proc com.skyeventfinder for activity com.skyeventfinder/.BT_activity_root: pid=13476 uid=10090 gids={50090, 3003, 1028, 1015} 01-06 19:20:17.037: I/dalvikvm(13476): Enabling JNI app bug workarounds for target SDK version 8... 01-06 19:20:17.067: W/ZZ(13476): skyeventfinder_appDelegate: onCreate 01-06 19:20:17.067: W/ZZ(13476): skyeventfinder_appDelegate:loadAudioPlayer 01-06 19:20:17.067: W/ZZ(13476): BT_application: Creating root-app object. 01-06 19:20:17.067: W/ZZ(13476): skyeventfinder_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 01-06 19:20:17.067: W/ZZ(13476): skyeventfinder_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 01-06 19:20:17.067: W/ZZ(13476): BT_device: Creating root-device object. 01-06 19:20:17.077: W/ZZ(13476): BT_device: This device uses an Android display density of: 213dpi (dots per inch) 01-06 19:20:17.077: W/ZZ(13476): BT_device: This device cannot take pictures. 01-06 19:20:17.077: W/ZZ(13476): BT_device: This device cannot take videos. 01-06 19:20:17.077: W/ZZ(13476): BT_device: This device can send emails. 01-06 19:20:17.077: W/ZZ(13476): BT_device: This device is GPS capable. 01-06 19:20:17.077: W/ZZ(13476): BT_user: Creating root-user object. 01-06 19:20:17.087: W/ZZ(13476): BT_activity_root:onCreate 01-06 19:20:17.107: V/PhoneStatusBar(830): setLightsOn(true) 01-06 19:20:17.127: W/ZZ(13476): BT_activity_root:loadAppData 01-06 19:20:17.137: W/ZZ(13476): BT_device:updateDeviceConnectionType: ConnectionType: WIFI 01-06 19:20:17.137: W/ZZ(13476): BT_device:updateDeviceSize This device has a screen size of: 800 (width) x 1205 (height). 01-06 19:20:17.137: W/ZZ(13476): BT_device:updateDeviceSize This application considers this to be a "large device" 01-06 19:20:17.137: W/ZZ(13476): BT_device:updateDeviceSize This device is in "portrait" orientation. 01-06 19:20:17.137: W/ZZ(13476): BT_activity_root:loadAppData loading BT_config.txt from /assests folder in Eclipse project... 01-06 19:20:17.247: W/ZZ(13476): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 01-06 19:20:17.257: I/ActivityManager(509): Displayed com.skyeventfinder/.BT_activity_root: +235ms 01-06 19:20:17.347: D/dalvikvm(7593): GC_CONCURRENT freed 398K, 6% free 8319K/8828K, paused 9ms+3ms, total 59ms 01-06 19:20:17.357: D/dalvikvm(13476): GC_CONCURRENT freed 183K, 3% free 7902K/8104K, paused 14ms+34ms, total 97ms 01-06 19:20:17.377: W/ZZ(13476): BT_activity_root:loadAppData loaded BT_config.txt from /assets folder successfully... 01-06 19:20:17.387: W/ZZ(13476): BT_application: getDataURLFromAppData 01-06 19:20:17.447: D/dalvikvm(13476): GC_CONCURRENT freed 418K, 6% free 7998K/8452K, paused 2ms+8ms, total 45ms 01-06 19:20:17.447: D/dalvikvm(13476): WAIT_FOR_CONCURRENT_GC blocked 13ms 01-06 19:20:17.467: W/ZZ(13476): BT_activity_root:loadAppData BT_config.txt file does use a dataURL for remote updates... 01-06 19:20:17.467: W/ZZ(13476): BT_fileManager: readTextFileFromCache: "cachedAppConfig.txt" 01-06 19:20:17.497: D/dalvikvm(13476): GC_CONCURRENT freed 449K, 6% free 7959K/8452K, paused 4ms+1ms, total 21ms 01-06 19:20:17.497: D/dalvikvm(13476): WAIT_FOR_CONCURRENT_GC blocked 15ms 01-06 19:20:17.507: D/dalvikvm(13476): GC_FOR_ALLOC freed 176K, 6% free 7982K/8452K, paused 15ms, total 15ms 01-06 19:20:17.507: W/ZZ(13476): BT_activity_root:loadAppData reading cachedAppConfig.txt from the applications download cache... 01-06 19:20:17.507: W/ZZ(13476): BT_activity_root:loadAppData ignoring BT_config.txt file in Eclipse project... 01-06 19:20:17.507: W/ZZ(13476): BT_application: validateApplicationData 01-06 19:20:17.537: W/ZZ(13476): BT_activity_root: application data appears to be valid JSON... 01-06 19:20:17.537: W/ZZ(13476): BT_application: parseJSONData 01-06 19:20:17.547: D/dalvikvm(13476): GC_CONCURRENT freed 218K, 3% free 8278K/8532K, paused 2ms+2ms, total 22ms 01-06 19:20:17.547: D/dalvikvm(13476): WAIT_FOR_CONCURRENT_GC blocked 7ms 01-06 19:20:17.567: W/ZZ(13476): BT_application: parsing core settings... 01-06 19:20:17.567: W/ZZ(13476): BT_application: parsing themes... 01-06 19:20:17.567: W/ZZ(13476): BT_application: parsing tabs... 01-06 19:20:17.567: W/ZZ(13476): BT_application: parsing screens... 01-06 19:20:17.577: W/ZZ(13476): BT_application:parseJSONData done parsing application data 01-06 19:20:17.597: W/ZZ(13476): BT_activity_root:transitionToAppHomeScreen 01-06 19:20:17.597: W/ZZ(13476): BT_activity_root:transitionToAppHomeScreen splash screen with itemId: 08A643FB7E0C659B00941F4 01-06 19:20:17.597: W/ZZ(13476): BT_application:getScreenDataByItemId with itemId: = "08A643FB7E0C659B00941F4" 01-06 19:20:17.597: W/ZZ(13476): BT_application:getScreenDataByItemId with itemType: "BT_screen_splash" with nickname: "splash" 01-06 19:20:17.597: I/ActivityManager(509): START u0 {flg=0x24000000 cmp=com.skyeventfinder/.BT_screen_splash (has extras)} from pid 13476 01-06 19:20:17.617: W/ZZ(13476): BT_activity_base:onCreate (BASE CLASS) 01-06 19:20:17.627: W/ZZ(13476): BT_screen_splash:onCreate 01-06 19:20:17.627: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "splash" 01-06 19:20:17.627: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFCCFF" 01-06 19:20:17.627: D/dalvikvm(13476): GC_CONCURRENT freed 497K, 7% free 8202K/8736K, paused 3ms+4ms, total 38ms 01-06 19:20:17.637: W/ZZ(13476): BT_screen_splash:backgroundWorkerThread using image from project bundle: "splashbig.png" 01-06 19:20:17.637: W/ZZ(13476): BT_screen_splash:onStart (BASE CLASS) 01-06 19:20:17.637: W/ZZ(13476): BT_screen_splash: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:20:17.637: W/ZZ(13476): BT_screen_splash:onResume (BASE CLASS) 01-06 19:20:17.647: V/PhoneStatusBar(830): setLightsOn(true) 01-06 19:20:17.707: W/ResourceType(509): Skipping entry 0x7f040002 in package table 0 because it is not complex! 01-06 19:20:17.707: W/ResourceType(509): Skipping entry 0x7f040003 in package table 0 because it is not complex! 01-06 19:20:17.717: I/ActivityManager(509): Displayed com.skyeventfinder/.BT_screen_splash: +104ms 01-06 19:20:17.827: D/dalvikvm(13476): GC_FOR_ALLOC freed 13K, 7% free 8203K/8736K, paused 17ms, total 17ms 01-06 19:20:17.837: I/dalvikvm-heap(13476): Grow heap (frag case) to 13.358MB for 5571960-byte allocation 01-06 19:20:17.867: D/dalvikvm(13476): GC_FOR_ALLOC freed <1K, 4% free 13644K/14180K, paused 30ms, total 30ms 01-06 19:20:17.897: D/dalvikvm(13476): GC_CONCURRENT freed <1K, 4% free 13644K/14180K, paused 3ms+1ms, total 32ms 01-06 19:20:17.937: W/ZZ(13476): BT_screen_splash:setBackgroundImage: returned to UI Thread... 01-06 19:20:17.937: W/ZZ(13476): BT_screen_splash:setBackgroundImage: setting background image 01-06 19:20:19.637: W/ZZ(13476): BT_screen_splash:animateSplashScreen 01-06 19:20:19.647: W/ZZ(13476): BT_application: getHomeScreen 01-06 19:20:19.647: W/ZZ(13476): BT_act_controller:loadScreenObject for screen with itemId: "425B5448BC73D6D59B3AD5F" and itemNickname: "MY HOME SCREEN" and itemType: "WB_screen_menuImage" 01-06 19:20:19.647: I/ActivityManager(509): START u0 {cmp=com.skyeventfinder/.WB_screen_menuImage (has extras)} from pid 13476 01-06 19:20:19.647: W/ActivityManager(509): startActivity called from finishing ActivityRecord{41e8eaf0 u0 com.skyeventfinder/.BT_screen_splash t52 f}; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { cmp=com.skyeventfinder/.WB_screen_menuImage (has extras) } 01-06 19:20:19.657: W/ZZ(13476): BT_screen_splash:onPause (BASE CLASS) 01-06 19:20:19.657: W/ZZ(13476): BT_activity_base:onCreate (BASE CLASS) 01-06 19:20:19.667: W/ZZ(13476): WB_screen_menuImage:onCreate 01-06 19:20:19.667: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "MY HOME SCREEN" 01-06 19:20:19.667: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#000000" 01-06 19:20:19.667: W/ZZ(13476): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "MY HOME SCREEN" 01-06 19:20:19.667: W/ZZ(13476): WB_screen_menuImage:backgroundWorkerThread this screen does not use a background image 01-06 19:20:19.677: W/ZZ(13476): BT_fileManager:deleteFile 425B5448BC73D6D59B3AD5F_screenData.txt 01-06 19:20:19.687: W/ZZ(13476): WB_screen_menuImage: header image exists in resources folder: "ssaturn.png" 01-06 19:20:19.707: V/PhoneStatusBar(830): setLightsOn(true) 01-06 19:20:19.867: D/dalvikvm(13476): GC_FOR_ALLOC freed 47K, 3% free 13796K/14196K, paused 21ms, total 21ms 01-06 19:20:19.887: I/dalvikvm-heap(13476): Grow heap (frag case) to 20.978MB for 7836456-byte allocation 01-06 19:20:19.917: D/dalvikvm(13476): GC_FOR_ALLOC freed 204K, 3% free 21244K/21852K, paused 30ms, total 30ms 01-06 19:20:19.947: D/dalvikvm(13476): GC_CONCURRENT freed 3K, 3% free 21241K/21852K, paused 2ms+3ms, total 32ms 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:setHeaderDrawble 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:onStart (BASE CLASS) 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:onStart using data from app's configuration file 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:parseScreenData 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:onResume (BASE CLASS) 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:reportToCloud 01-06 19:20:20.027: W/ZZ(13476): WB_screen_menuImage:reportToCloudWorkerThread getting lastModified from reportToCloudURL <a href="https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=google-Nexus" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=google-Nexus</a> 7&userId=&currentMode=Design 01-06 19:20:20.027: W/ZZ(13476): BT_downloader:downloadTextData from URL: <a href="https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=google-Nexus" target="_blank" rel="nofollow">https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA6732B2A634D9B013A7F4DA8&apiKey=CE052C5094AE03A6F97FC97&apiSecret=7A5E001D163224DBCD55908&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=google-Nexus</a> 7&userId=&currentMode=Design 01-06 19:20:20.307: I/ActivityManager(509): Displayed com.skyeventfinder/.WB_screen_menuImage: +651ms 01-06 19:20:20.577: W/ZZ(13476): WB_screen_menuImage:handleReportToCloudResults appLastModifiedOnServer (value on server): Mon, 06 Jan 2014 06:21:46 -0800 01-06 19:20:20.577: W/ZZ(13476): BT_fileManager: readTextFileFromCache: "appModified.txt" 01-06 19:20:20.577: W/ZZ(13476): WB_screen_menuImage:handleReportToCloudResults previousModified (value on device): Mon, 06 Jan 2014 06:21:46 -0800 01-06 19:20:20.577: W/ZZ(13476): BT_fileManager: saveTextFileToCache: appModified.txt 01-06 19:20:20.577: W/ZZ(13476): WB_screen_menuImage:handleReportToCloudResults server data not changed, no refresh needed 01-06 19:20:20.737: W/ZZ(13476): BT_screen_splash:onStop (BASE CLASS) 01-06 19:20:20.737: W/ZZ(13476): BT_screen_splash:onDestroy (BASE CLASS) 01-06 19:20:27.877: W/ZZ(13476): WB_screen_menuImage:handleItemTap loads screen with itemId: "54030BDBFF8131BBED3F3F6" 01-06 19:20:27.877: W/ZZ(13476): BT_application:getScreenDataByItemId with itemId: = "54030BDBFF8131BBED3F3F6" 01-06 19:20:27.877: W/ZZ(13476): BT_application:getScreenDataByItemId with itemType: "BT_screen_menuButtons" with nickname: "2014 SCREEN" 01-06 19:20:27.877: W/ZZ(13476): BT_act_controller:loadScreenObject for screen with itemId: "54030BDBFF8131BBED3F3F6" and itemNickname: "2014 SCREEN" and itemType: "BT_screen_menuButtons" 01-06 19:20:27.887: I/ActivityManager(509): START u0 {cmp=com.skyeventfinder/.BT_screen_menuButtons (has extras)} from pid 13476 01-06 19:20:27.907: W/ZZ(13476): WB_screen_menuImage:onPause (BASE CLASS) 01-06 19:20:27.917: W/ZZ(13476): BT_activity_base:onCreate (BASE CLASS) 01-06 19:20:27.917: W/ZZ(13476): BT_screen_menuList:onCreate 01-06 19:20:27.917: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "2014 SCREEN" 01-06 19:20:27.917: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#000000" 01-06 19:20:27.927: W/ZZ(13476): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "2014 SCREEN" 01-06 19:20:27.927: W/ZZ(13476): BT_screen_menuList:backgroundWorkerThread this screen does not use a background image 01-06 19:20:27.927: W/ZZ(13476): BT_fileManager:deleteFile 54030BDBFF8131BBED3F3F6_screenData.txt 01-06 19:20:27.937: W/ZZ(13476): BT_screen_menuList:onStart (BASE CLASS) 01-06 19:20:27.937: W/ZZ(13476): BT_screen_menuList: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:20:27.937: W/ZZ(13476): BT_screen_menuList:onStart using data from app's configuration file 01-06 19:20:27.937: W/ZZ(13476): BT_screen_menuList:parseScreenData 01-06 19:20:27.937: W/ZZ(13476): BT_screen_menuList:layoutButtons 01-06 19:20:27.967: W/ZZ(13476): BT_screen_menuList:onResume (BASE CLASS) 01-06 19:20:28.027: V/PhoneStatusBar(830): setLightsOn(true) 01-06 19:20:28.117: I/ActivityManager(509): Displayed com.skyeventfinder/.BT_screen_menuButtons: +209ms 01-06 19:20:28.447: W/ZZ(13476): WB_screen_menuImage:onStop (BASE CLASS) 01-06 19:20:30.597: W/ZZ(13476): BT_screen_menuList:button clicked 01-06 19:20:30.607: W/ZZ(13476): BT_screen_menuList:handleItemTap loads screen with itemId: "5496A7717708C95F615C4D2" 01-06 19:20:30.607: W/ZZ(13476): BT_application:getScreenDataByItemId with itemId: = "5496A7717708C95F615C4D2" 01-06 19:20:30.607: W/ZZ(13476): BT_application:getScreenDataByItemId with itemType: "BT_screen_htmlDoc" with nickname: "FEBRUARY2014" 01-06 19:20:30.607: W/ZZ(13476): BT_act_controller:loadScreenObject for screen with itemId: "5496A7717708C95F615C4D2" and itemNickname: "FEBRUARY2014" and itemType: "BT_screen_htmlDoc" 01-06 19:20:30.607: I/ActivityManager(509): START u0 {cmp=com.skyeventfinder/.BT_screen_htmlDoc (has extras)} from pid 13476 01-06 19:20:30.647: W/ZZ(13476): BT_screen_menuList:onPause (BASE CLASS) 01-06 19:20:30.677: W/ZZ(13476): BT_activity_base:onCreate (BASE CLASS) 01-06 19:20:30.687: W/ZZ(13476): BT_screen_htmlDoc:onCreate 01-06 19:20:30.687: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen with nickname: "FEBRUARY2014" 01-06 19:20:30.687: W/ZZ(13476): BT_viewUtilities:updateBackgroundColorsForScreen: setting background color to: "#FFCCFF" 01-06 19:20:30.687: W/ZZ(13476): BT_viewUtilities:getNavBarForScreen building nav. bar for screen with nickname: "FEBRUARY2014" 01-06 19:20:30.687: W/ZZ(13476): BT_screen_htmlDoc:backgroundWorkerThread this screen does not use a background image 01-06 19:20:30.697: V/WebViewChromium(13476): Binding Chromium to the main looper Looper (main, tid 1) {41d5eb68} 01-06 19:20:30.697: I/chromium(13476): [INFO:library_loader_hooks.cc(112)] Chromium logging enabled: level = 0, default verbosity = 0 01-06 19:20:30.697: I/BrowserProcessMain(13476): Initializing chromium process, renderers=0 01-06 19:20:30.707: D/libEGL(13476): loaded /system/lib/egl/libEGL_tegra.so 01-06 19:20:30.717: D/libEGL(13476): loaded /system/lib/egl/libGLESv1_CM_tegra.so 01-06 19:20:30.717: W/chromium(13476): [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation 01-06 19:20:30.737: D/libEGL(13476): loaded /system/lib/egl/libGLESv2_tegra.so 01-06 19:20:30.837: W/ZZ(13476): BT_screen_htmlDoc: loading from BT_Docs: february2014.htm 01-06 19:20:30.847: V/PhoneStatusBar(830): setLightsOn(true) 01-06 19:20:30.867: W/ZZ(13476): BT_screen_htmlDoc:onStart (BASE CLASS) 01-06 19:20:30.867: W/ZZ(13476): BT_screen_htmlDoc: start GPS is set to NO in the applications configuration data, not starting GPS 01-06 19:20:30.867: W/ZZ(13476): BT_screen_htmlDoc:onResume (BASE CLASS) 01-06 19:20:30.977: W/AwContents(13476): nativeOnDraw failed; clearing to background color. 01-06 19:20:30.987: I/ActivityManager(509): Displayed com.skyeventfinder/.BT_screen_htmlDoc: +340ms 01-06 19:20:31.337: W/ZZ(13476): BT_screen_htmlDoc:onPageFinished finished Loading: <a href="file:///android_asset/BT_Docs/february2014.htm" target="_blank" rel="nofollow">file:///android_asset/BT_Docs/february2014.htm</a> 01-06 19:20:31.337: W/ZZ(13476): BT_screen_menuList:onStop (BASE CLASS) 01-06 19:20:31.397: W/ZZ(13476): BT_screen_htmlDoc:MyPictureListener: onNewPicture 01-06 19:20:31.437: W/UnimplementedWebViewApi(13476): Unimplemented WebView method run called from: android.os.Handler.handleCallback(Handler.java:733) 01-06 19:20:31.437: W/ZZ(13476): BT_screen_htmlDoc:MyPictureListener: onNewPicture 01-06 19:20:31.507: D/Finsky(3615): [1] 5.onFinished: Installation state replication succeeded.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/06/14 06:13 PM (11 years ago)
If you don't get any errors (and I don't see any) then the issue is going to be the location of the resources (image) versus where the HTML Document is 'pointing' to. For instance, if your html document has <img src="myImage.png"> then the image needs to reside in the same directory as the html document; BT_Docs. I wouldn't use any 'subdirectories' until it's been tried and tested. Cheers! -- Smug
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 06:28 PM (11 years ago)
Smug, But how does this explain those htm files that don't have any images being totally black, even though the screen background color is set to pink? The htms that have an image do show the image correctly, but the rest of the text is gone and again, the background is black, not the pink it's supposed to be. On the simulator all is as it should be. I"m also seeing random pages like this show up this way on OTHER apps that i have not changed!! Can it be related (see another recent post of mine) to the Android version on the device (it's 4.4.2)? Steve
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/06/14 08:05 PM (11 years ago)
Have you deleted the app from the device, and loaded a fresh copy? In the simulator, you're beginning from scratch each and every time. When using a device, it's possible that some 'cached' data is around somewhere… Uninstalling the app will remove any old data that might be affecting your tests… Cheers! -- Smug
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/06/14 08:13 PM (11 years ago)
I've deleted it many times, I'm afraid. No dice.
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
01/08/14 09:14 AM (11 years ago)
@stevek, A few things pop out at me: You are using a splash screen.it starts ok? You change this setting in theme? You tried this html page with the image and no black? We can do a teamviewer session or you can send me a link to it so I can see what's going on from my end? LA
 
stevek
Aspiring developer
Profile
Posts: 808
Reg: Dec 24, 2011
great neck
8,080
like
01/08/14 09:20 AM (11 years ago)
I've written a thread where I tell how I solved my problems. Basically need the html pro plug in and absolutely minimal headers in the htm files. Thanks all for the help. Steve
 
LA
Aspiring developer
Profile
Posts: 3280
Reg: Aug 16, 2012
Jerseyville, IL
42,900
like
01/08/14 09:34 AM (11 years ago)
ok sorry LA
 

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.