Chris from Stafford
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
11/24/14 03:11 PM (9 years ago)

Eclipse problem

Having problems getting app running on my tablet from eclipse this seems to be where the error is occurring below: I'm finding it hard to solve as not sure what could be wrong - any advice would be very much appreciated 11-24 22:00:16.312: W/ZZ(13770): WB_screen_menuImage:density for this device is 1.0 11-24 22:00:16.312: E/AndroidRuntime(13770): FATAL EXCEPTION: Thread-5237 11-24 22:00:16.312: E/AndroidRuntime(13770): java.lang.IllegalStateException: Target host must not be null, or set in parameters. scheme=null, host=null, path=computer.png 11-24 22:00:16.312: E/AndroidRuntime(13770): at org.apache.http.impl.client.DefaultRequestDirector.determineRoute(DefaultRequestDirector.java:591) 11-24 22:00:16.312: E/AndroidRuntime(13770): at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:293) 11-24 22:00:16.312: E/AndroidRuntime(13770): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555) 11-24 22:00:16.312: E/AndroidRuntime(13770): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487) 11-24 22:00:16.312: E/AndroidRuntime(13770): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:465) 11-24 22:00:16.312: E/AndroidRuntime(13770): at com.nssc.BT_imageLoader.loadImage(BT_imageLoader.java:98) 11-24 22:00:16.312: E/AndroidRuntime(13770): at com.nssc.BT_imageLoader.access$0(BT_imageLoader.java:95) 11-24 22:00:16.312: E/AndroidRuntime(13770): at com.nssc.BT_imageLoader$1.run(BT_imageLoader.java:72)
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/24/14 03:57 PM (9 years ago)
Are you using an image in your app called computer.png? 11-24 22:00:16.312: E/AndroidRuntime(13770): java.lang.IllegalStateException: Target host must not be null, or set in parameters. scheme=null, host=null, path=computer.png Seems like it's having an issue with it. Maybe it's not an actual png file, or perhaps you didn't put it in the res > drawable folder? If it's there, and it's a legit png image, go ahead and throw it into all the other res > drawable folders, just in case it has something to do with the screen resolution the app thinks its using. Mark
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/24/14 04:29 PM (9 years ago)
It's in all the folders and I can't find any issue with the file So a bit baffled with this one
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/24/14 04:33 PM (9 years ago)
Very strange. It does seem that the image loader file is having an issue with the image. Try a different image file, and see if that helps. Try a jpg instead of png. Mark
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/24/14 05:08 PM (9 years ago)
Will sleep on it and have another go tomorrow Thanks for the tips
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/25/14 11:46 AM (9 years ago)
Ok messed with images and didn't make any difference - this is what was highlighted in red this time: 11-25 18:35:45.646: E/Qmage(20039): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 18:35:45.646: E/Qmage(20039): This is decoding 11-25 18:35:45.646: E/Qmage(20039): decoding stream->hasLength() 11-25 18:35:45.646: E/Qmage(20039): onDecode : QmageDecParseHeader call : QM 11-25 18:35:45.646: E/Qmage(20039): Qmage parsing for decoding ok 11-25 18:35:45.646: E/Qmage(20039): onDecode : QmageHeader.NinePatched 0 11-25 18:35:45.646: E/Qmage(20039): onDecode : QmageHeader Height() 12 Width() : 522 sampleSize : 1 11-25 18:35:45.646: E/Qmage(20039): Qmage Make Color table 11-25 18:35:45.646: E/Qmage(20039): SkBitmap::kIndex8_Config == config && 1 == sampleSize 11-25 18:35:45.646: E/Qmage(20039): onDecode : return true QM 11-25 18:35:45.656: E/Qmage(20039): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 18:35:45.656: E/Qmage(20039): This is decoding 11-25 18:35:45.656: E/Qmage(20039): decoding stream->hasLength() 11-25 18:35:45.656: E/Qmage(20039): onDecode : QmageDecParseHeader call : QM 11-25 18:35:45.656: E/Qmage(20039): Qmage parsing for decoding ok 11-25 18:35:45.656: E/Qmage(20039): onDecode : QmageHeader.NinePatched 0 11-25 18:35:45.656: E/Qmage(20039): onDecode : QmageHeader Height() 48 Width() : 48 sampleSize : 1 11-25 18:35:45.656: E/Qmage(20039): normal image decoding 11-25 18:35:45.656: E/Qmage(20039): onDecode : QmageDecodeFrame call : QM 11-25 18:35:45.656: E/Qmage(20039): onDecode : return true QM 11-25 18:35:45.676: E/Qmage(20039): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 18:35:45.676: E/Qmage(20039): This is decoding 11-25 18:35:45.676: E/Qmage(20039): decoding stream->hasLength() 11-25 18:35:45.676: E/Qmage(20039): onDecode : QmageDecParseHeader call : QM 11-25 18:35:45.676: E/Qmage(20039): Qmage parsing for decoding ok 11-25 18:35:45.676: E/Qmage(20039): onDecode : QmageHeader.NinePatched 0 11-25 18:35:45.676: E/Qmage(20039): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 18:35:45.676: E/Qmage(20039): onDecode : QmageHeader Height() 135 Width() : 522 sampleSize : 1 11-25 18:35:45.686: E/Qmage(20039): normal image decoding 11-25 18:35:45.686: E/Qmage(20039): onDecode : QmageDecodeFrame call : QM 11-25 18:35:45.686: E/Qmage(20039): This is decoding 11-25 18:35:45.686: E/Qmage(20039): decoding stream->hasLength() 11-25 18:35:45.686: E/Qmage(20039): onDecode : QmageDecParseHeader call : QM 11-25 18:35:45.686: E/Qmage(20039): Qmage parsing for decoding ok 11-25 18:35:45.686: E/Qmage(20039): onDecode : QmageHeader.NinePatched 0 11-25 18:35:45.686: E/Qmage(20039): onDecode : QmageHeader Height() 48 Width() : 48 sampleSize : 1 11-25 18:35:45.686: E/Qmage(20039): Qmage Make Color table 11-25 18:35:45.696: E/Qmage(20039): SkBitmap::kIndex8_Config == config && 1 == sampleSize 11-25 18:35:45.696: E/Qmage(20039): onDecode : return true QM 11-25 18:35:45.736: E/Qmage(20039): onDecode : return true QM
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/25/14 11:56 AM (9 years ago)
The NinePatch stuff has to do with scaling graphics in Android, so this is for sure an image issue. Beyond that, I'm not quite sure what to suggest! Hopefully somebody else can weigh in with some better suggestions. Mark
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/25/14 12:03 PM (9 years ago)
Plain sailing with iOS, buzztouch is pretty tough with Android. There's so much in the guides that doesn't make sense. I used the guide that was downloaded with my files from buzztouch that said use Android 4.0 api but I follow a video guide and it says google 2.2 api. I guess the guides are out of date. I've used no different image sizes than an app I've already published on google play so can't understand and am starting to wonder if my build settings could be where the problem is
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/25/14 12:54 PM (9 years ago)
Ok I've tried everything. Resized png files to no avail. Tried different images etc. This is the whole text - I need an expert to help me with this one. I can load onto my device but the app just crashes every time 11-25 19:42:36.759: W/ZZ(23800): nssc_appDelegate:loadAudioPlayer 11-25 19:42:36.759: W/ZZ(23800): BT_application: Creating root-app object. 11-25 19:42:36.759: W/ZZ(23800): nssc_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 11-25 19:42:36.759: W/ZZ(23800): nssc_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 11-25 19:42:36.759: W/ZZ(23800): BT_device: Creating root-device object. 11-25 19:42:36.769: W/ZZ(23800): BT_device: This device uses an Android display density of: 160dpi (dots per inch) 11-25 19:42:36.769: W/ZZ(23800): BT_device: This device can take pictures. 11-25 19:42:36.769: W/ZZ(23800): BT_device: This device can take videos. 11-25 19:42:36.769: W/ZZ(23800): BT_device: This device can send emails. 11-25 19:42:36.769: W/ZZ(23800): BT_device: This device is GPS capable. 11-25 19:42:36.769: W/ZZ(23800): BT_device: This device does not support vibrating. 11-25 19:42:36.779: W/ZZ(23800): BT_device: This device has an accelerometer (it can detect shaking). 11-25 19:42:36.779: W/ZZ(23800): BT_device: This device can record audio. 11-25 19:42:36.779: W/ZZ(23800): BT_user: Creating root-user object. 11-25 19:42:36.779: E/Qmage(23800): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 19:42:36.789: E/Qmage(23800): This is decoding 11-25 19:42:36.789: E/Qmage(23800): decoding stream->hasLength() 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageDecParseHeader call : QM 11-25 19:42:36.789: E/Qmage(23800): Qmage parsing for decoding ok 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageHeader.NinePatched 0 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageHeader Height() 48 Width() : 48 sampleSize : 1 11-25 19:42:36.789: E/Qmage(23800): Qmage Make Color table 11-25 19:42:36.789: E/Qmage(23800): SkBitmap::kIndex8_Config == config && 1 == sampleSize 11-25 19:42:36.789: E/Qmage(23800): onDecode : return true QM 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 19:42:36.789: E/Qmage(23800): This is decoding 11-25 19:42:36.789: E/Qmage(23800): decoding stream->hasLength() 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageDecParseHeader call : QM 11-25 19:42:36.789: E/Qmage(23800): Qmage parsing for decoding ok 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageHeader.NinePatched 0 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageHeader Height() 48 Width() : 48 sampleSize : 1 11-25 19:42:36.789: E/Qmage(23800): normal image decoding 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageDecodeFrame call : QM 11-25 19:42:36.789: W/ZZ(23800): BT_activity_start:onCreate 11-25 19:42:36.789: W/ZZ(23800): BT_activity_start:onCreate This device is running Android Build Vers:19 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 19:42:36.789: E/Qmage(23800): onDecode : return true QM 11-25 19:42:36.789: E/Qmage(23800): This is decoding 11-25 19:42:36.789: E/Qmage(23800): decoding stream->hasLength() 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageDecParseHeader call : QM 11-25 19:42:36.789: E/Qmage(23800): Qmage parsing for decoding ok 11-25 19:42:36.789: E/Qmage(23800): onDecode : QmageHeader.NinePatched 0 11-25 19:42:36.799: E/Qmage(23800): onDecode : QmageHeader Height() 12 Width() : 522 sampleSize : 1 11-25 19:42:36.799: E/Qmage(23800): Qmage Make Color table 11-25 19:42:36.799: E/Qmage(23800): SkBitmap::kIndex8_Config == config && 1 == sampleSize 11-25 19:42:36.799: E/Qmage(23800): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 19:42:36.799: E/Qmage(23800): onDecode : return true QM 11-25 19:42:36.799: E/Qmage(23800): This is decoding 11-25 19:42:36.799: E/Qmage(23800): decoding stream->hasLength() 11-25 19:42:36.799: E/Qmage(23800): onDecode : QmageDecParseHeader call : QM 11-25 19:42:36.799: E/Qmage(23800): Qmage parsing for decoding ok 11-25 19:42:36.799: E/Qmage(23800): onDecode : QmageHeader.NinePatched 0 11-25 19:42:36.799: E/Qmage(23800): onDecode : QmageHeader Height() 135 Width() : 522 sampleSize : 1 11-25 19:42:36.799: E/Qmage(23800): normal image decoding 11-25 19:42:36.799: E/Qmage(23800): onDecode : QmageDecodeFrame call : QM 11-25 19:42:36.829: E/Qmage(23800): onDecode : return true QM 11-25 19:42:36.989: W/ZZ(23800): BT_activity_start:loadAppConfigData 11-25 19:42:36.989: W/ZZ(23800): BT_fragment_load_config_data:onCreate 11-25 19:42:36.989: W/ZZ(23800): BT_fragment_load_config_data:onCreateView 11-25 19:42:36.989: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigDataAfterDelay: Delaying 2000 milliseconds 11-25 19:42:37.069: D/ProgressBar(23800): updateDrawableBounds: left = 0 11-25 19:42:37.069: D/ProgressBar(23800): updateDrawableBounds: top = 0 11-25 19:42:37.069: D/ProgressBar(23800): updateDrawableBounds: right = 48 11-25 19:42:37.069: D/ProgressBar(23800): updateDrawableBounds: bottom = 48 11-25 19:42:39.031: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData 11-25 19:42:39.041: W/ZZ(23800): BT_device:updateDeviceConnectionType: ConnectionType: WIFI 11-25 19:42:39.041: W/ZZ(23800): BT_device:updateDeviceSize This device has a screen size of: 600 (width) x 1024 (height). 11-25 19:42:39.041: W/ZZ(23800): BT_device:updateDeviceSize This application considers this to be a "large device" 11-25 19:42:39.041: W/ZZ(23800): BT_device:updateDeviceSize This device is in "portrait" orientation. 11-25 19:42:39.051: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData loading "BT_config.txt" from /assests folder in project... 11-25 19:42:40.122: W/ZZ(23800): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 11-25 19:42:40.142: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData loaded "BT_config.txt" from /assets folder successfully... 11-25 19:42:40.142: W/ZZ(23800): BT_application: getDataURLFromAppData 11-25 19:42:40.192: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData "BT_config.txt" file does use a dataURL for remote updates... 11-25 19:42:40.192: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData cachedAppConfig.txt does not exist in the cache, using the BT_config.txt file included in project... 11-25 19:42:40.192: W/ZZ(23800): BT_application: validateApplicationData 11-25 19:42:40.212: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData application data appears to be valid JSON... 11-25 19:42:40.212: W/ZZ(23800): BT_application: parseJSONData 11-25 19:42:40.232: W/ZZ(23800): BT_application: parsing core settings... 11-25 19:42:40.232: W/ZZ(23800): BT_application: parsing themes... 11-25 19:42:40.232: W/ZZ(23800): BT_application: parsing tabs... 11-25 19:42:40.232: W/ZZ(23800): BT_application: parsing menus... 11-25 19:42:40.232: W/ZZ(23800): BT_application: parsing screens... 11-25 19:42:40.242: W/ZZ(23800): BT_application:parseJSONData done parsing application data 11-25 19:42:40.242: W/ZZ(23800): BT_fragment_load_config_data:loadAppConfigData:sendMessageToMainThread 0 11-25 19:42:40.262: W/ZZ(23800): BT_activity_start:configureEnvironment 11-25 19:42:40.272: W/ZZ(23800): BT_activity_start:configureEnvironment This app does not use a splash screen 11-25 19:42:40.272: W/ZZ(23800): BT_activity_start:configureEnvironment Starting BT_activity_host 11-25 19:42:40.322: W/ZZ(23800): BT_activity_host:onCreate 11-25 19:42:40.342: E/Qmage(23800): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 19:42:40.342: E/Qmage(23800): This is decoding 11-25 19:42:40.342: E/Qmage(23800): decoding stream->hasLength() 11-25 19:42:40.342: E/Qmage(23800): onDecode : QmageDecParseHeader call : QM 11-25 19:42:40.342: E/Qmage(23800): Qmage parsing for decoding ok 11-25 19:42:40.342: E/Qmage(23800): onDecode : QmageHeader.NinePatched 0 11-25 19:42:40.342: E/Qmage(23800): onDecode : QmageHeader Height() 16 Width() : 16 sampleSize : 1 11-25 19:42:40.342: E/Qmage(23800): Qmage Make Color table 11-25 19:42:40.342: E/Qmage(23800): SkBitmap::kIndex8_Config == config && 1 == sampleSize 11-25 19:42:40.342: E/Qmage(23800): onDecode : return true QM 11-25 19:42:40.362: E/Qmage(23800): onDecode : QmageDecodeFrame 20140421 Rev.6376 11-25 19:42:40.362: E/Qmage(23800): This is decoding 11-25 19:42:40.362: E/Qmage(23800): decoding stream->hasLength() 11-25 19:42:40.362: E/Qmage(23800): onDecode : QmageDecParseHeader call : QM 11-25 19:42:40.362: E/Qmage(23800): Qmage parsing for decoding ok 11-25 19:42:40.362: E/Qmage(23800): onDecode : QmageHeader.NinePatched 0 11-25 19:42:40.362: E/Qmage(23800): onDecode : QmageHeader Height() 48 Width() : 48 sampleSize : 1 11-25 19:42:40.362: E/Qmage(23800): normal image decoding 11-25 19:42:40.362: E/Qmage(23800): onDecode : QmageDecodeFrame call : QM 11-25 19:42:40.372: E/Qmage(23800): onDecode : return true QM 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:configureEnvironment 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:configureEnvironment Prompt For Push Notifications is OFF (set to 0) in app's configuration data 11-25 19:42:40.382: I/SensorManagerA(23800): getReportingMode :: sensor.mType = 1 11-25 19:42:40.382: D/SensorManager(23800): registerListener :: 1598182229, BOSCH BMC150 Acceleration Sensor, 200000, 0, 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:configureEnvironment start GPS is set to NO (set to 0) in the applications configuration data, not starting GPS 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:setupTabs (0 tabs) 11-25 19:42:40.382: W/ZZ(23800): BT_application: getHomeScreenData 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:setupTabs (no tabs, finding home screen) 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:showAppHomeScreen 11-25 19:42:40.382: W/ZZ(23800): BT_application: getHomeScreenData 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 11-25 19:42:40.382: W/ZZ(23800): BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.382: W/ZZ(23800): WB_screen_menuImage:setScreenData JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.382: W/ZZ(23800): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 19:42:40.382: W/ZZ(23800): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.382: W/ZZ(23800): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.392: W/ZZ(23800): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 19:42:40.392: W/ZZ(23800): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.392: W/ZZ(23800): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.402: W/ZZ(23800): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 19:42:40.402: W/ZZ(23800): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.402: W/ZZ(23800): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.402: W/ZZ(23800): WB_screen_menuImage:onAttach JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.402: W/ZZ(23800): WB_screen_menuImage:onCreate JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.422: D/AbsListView(23800): Get MotionRecognitionManager 11-25 19:42:40.433: W/ZZ(23800): BT_fileManager:deleteFile A5FBE4AAA6ED0C805E0009D_screenData.txt 11-25 19:42:40.433: W/ZZ(23800): BT_viewUtilities:convertToPixels 11-25 19:42:40.433: W/ZZ(23800): BT_viewUtilities:convertToPixels 11-25 19:42:40.433: W/ZZ(23800): BT_viewUtilities:convertToPixels 11-25 19:42:40.433: W/ZZ(23800): WB_screen_menuImage:HeaderImageSize is Large 11-25 19:42:40.433: W/ZZ(23800): WB_screen_menuImage: header image exists in resources folder: "headermain.png" 11-25 19:42:40.443: I/dalvikvm-heap(23800): Grow heap (frag case) to 11.577MB for 4423696-byte allocation 11-25 19:42:40.603: W/ZZ(23800): WB_screen_menuImage:setHeaderDrawble 11-25 19:42:40.603: W/ZZ(23800): This is the screenDatacom.nssc.BT_item@41fba088 11-25 19:42:40.603: W/ZZ(23800): WB_screen_menuImage:onActivityCreated JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.603: W/ZZ(23800): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 11-25 19:42:40.603: W/ZZ(23800): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.603: W/ZZ(23800): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.603: W/ZZ(23800): BT_activity_host:onStart 11-25 19:42:40.603: W/ZZ(23800): BT_activity_host: start GPS is set to NO in the applications configuration data, not starting GPS 11-25 19:42:40.603: W/ZZ(23800): WB_screen_menuImage:onStart 11-25 19:42:40.603: W/ZZ(23800): WB_screen_menuImage:onStart JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.603: W/ZZ(23800): WB_screen_menuImage:onStart using data from app's configuration file 11-25 19:42:40.603: W/ZZ(23800): WB_screen_menuImage:parseScreenData 11-25 19:42:40.613: W/ZZ(23800): BT_activity_host:onResume 11-25 19:42:40.613: I/SensorManagerA(23800): getReportingMode :: sensor.mType = 1 11-25 19:42:40.613: W/ZZ(23800): BT_activity_host:reportToCloud 11-25 19:42:40.613: W/ZZ(23800): WB_screen_menuImage:onResume JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.613: W/ZZ(23800): WB_screen_menuImage:onResume 11-25 19:42:40.613: W/ZZ(23800): BT_activity_host:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA28DB914F841F986136FEB30&apiKey=3D26B942F20BB1F33E9C4FB&apiSecret=EA7461480AEE2B7DD47A766&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=samsung-SM-T210&userId=&currentMode=Design 11-25 19:42:40.613: W/ZZ(23800): BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA28DB914F841F986136FEB30&apiKey=3D26B942F20BB1F33E9C4FB&apiSecret=EA7461480AEE2B7DD47A766&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=samsung-SM-T210&userId=&currentMode=Design 11-25 19:42:40.613: W/ZZ(23800): WB_screen_menuImage:onPause JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.613: W/ZZ(23800): BT_activity_host:onPause 11-25 19:42:40.613: D/SensorManager(23800): unregisterListener :: 11-25 19:42:40.653: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.663: W/ZZ(23800): BT_imageLoader:loadImage loading image from computer.png... 11-25 19:42:40.663: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.663: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.673: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.673: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.683: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.683: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.683: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.683: W/ZZ(23800): BT_imageLoader:loadImage loading image from computer.png... 11-25 19:42:40.683: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.693: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.693: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.693: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.703: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.713: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.713: W/ZZ(23800): BT_imageLoader:loadImage loading image from computer.png... 11-25 19:42:40.723: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.733: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.733: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.743: W/ZZ(23800): WB_screen_menuImage:density for this device is 1.0 11-25 19:42:40.753: W/ZZ(23800): BT_activity_host:onSaveInstanceState 11-25 19:42:40.753: W/ZZ(23800): WB_screen_menuImage:onSavedInstanceState JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.753: W/ZZ(23800): WB_screen_menuImage:onStop JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.753: W/ZZ(23800): BT_activity_host:onStop 11-25 19:42:40.753: W/ZZ(23800): WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "A5FBE4AAA6ED0C805E0009D" 11-25 19:42:40.753: W/ZZ(23800): WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "A5FBE4AAA6ED0C805E0009D" itemType: "WB_screen_menuImage" itemNickname: "Main Menu" 11-25 19:42:40.753: W/ZZ(23800): WB_screen_menuImage:onCreateOptionsMenu add items from contextMenuItemId: "A0C5D6CE30D9D11195F715C" 11-25 19:42:40.753: W/ZZ(23800): BT_application:getMenuItemsById: found menu with itemId: "A0C5D6CE30D9D11195F715C" 11-25 19:42:40.813: W/dalvikvm(23800): threadid=14: thread exiting with uncaught exception (group=0x418a4c08) 11-25 19:42:40.813: W/dalvikvm(23800): threadid=15: thread exiting with uncaught exception (group=0x418a4c08) 11-25 19:42:40.813: I/Process(23800): Sending signal. PID: 23800 SIG: 9
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/25/14 02:35 PM (9 years ago)
Hmm After a lot of messing and renaming files it suddenly started working! Non the wiser - but it works!
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/25/14 02:36 PM (9 years ago)
Very weird! I didn't really see anything in your previous post that helped find the culprit. Out of curiosity, what's the very last thing you did before it started working?
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/25/14 02:52 PM (9 years ago)
I think it was the file that was the culprit - computer.png I built it with the file missing and references removed and the app worked - I added the reference and file again and it still worked with the file reinstated Thanks for the input onto google maps now!
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/25/14 03:07 PM (9 years ago)
Yep, I figured it was something up with that file! Very weird! Let me know if you need help with maps. Mark
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/25/14 03:17 PM (9 years ago)
I have already set up the google maps api key in another app Do you have to get a different key for every app?
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/25/14 03:29 PM (9 years ago)
Nope, you can use the same key for multiple apps so long as you sign it with the same release key that you used to generate the API key. You also need to go into that entry at Google Developer API console, and add your new apps project name, like com.coolapp, to the list of apps that can use that key. Mark
 
Chris from Staffor...
Aspiring developer
Profile
Posts: 335
Reg: Oct 14, 2013
Stafford
5,750
like
11/27/14 12:36 PM (9 years ago)
Got maps running but no driving directions option
 

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.